Max level shown:
1 [ Mar 18 03:45:30 Enabled. ]
2 [ Mar 18 03:45:30 Rereading configuration. ]
3 [ Mar 18 03:45:32 Rereading configuration. ]
4 [ Mar 18 03:45:37 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 18 03:45:37 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.18 03:45:38.820146 [ 1 ] {} <Information> Application: Will watch for the process with pid 27346
29 2025.03.18 03:45:38.820518 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.03.18 03:45:39.068009 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 27346
31 2025.03.18 03:45:39.068731 [ 1 ] {} <Information> Application: starting up
32 2025.03.18 03:45:39.069414 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.03.18 03:45:39.156404 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.03.18 03:45:39.182992 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.03.18 03:45:39.183038 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.03.18 03:45:39.183050 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.03.18 03:45:39.183111 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.03.18 03:45:39.183474 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.03.18 03:45:39.185058 [ 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.18 03:45:39.185781 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.03.18 03:45:39.186657 [ 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.18 03:45:39.186684 [ 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.18 03:45:39.186699 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.03.18 03:45:39.186867 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.03.18 03:45:39.187739 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.03.18 03:45:39.192942 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.03.18 03:45:39.193865 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.03.18 03:45:39.195174 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.03.18 03:45:39.195232 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.03.18 03:45:39.196813 [ 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.18 03:45:39.197301 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.03.18 03:45:39.201858 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.03.18 03:45:39.202185 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.03.18 03:45:39.203826 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.03.18 03:45:39.204253 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.03.18 03:45:39.204612 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.03.18 03:45:39.204975 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.03.18 03:45:39.206361 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.03.18 03:45:39.206390 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.03.18 03:45:39.206466 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.03.18 03:45:39.206648 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.03.18 03:45:39.218924 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.03.18 03:45:39.218955 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000158503 sec
68 2025.03.18 03:45:39.219011 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.03.18 03:45:39.219029 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.03.18 03:45:39.220195 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.03.18 03:45:39.221314 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.03.18 03:45:39.235072 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.03.18 03:45:39.235116 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.03.18 03:45:39.235143 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.03.18 03:45:39.235156 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.03.18 03:45:39.235186 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.03.18 03:45:39.235206 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.03.18 03:45:39.237789 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.03.18 03:45:39.237831 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.03.18 03:45:39.237857 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.03.18 03:45:39.238036 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.03.18 03:45:39.238056 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.03.18 03:45:39.238091 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.03.18 03:45:39.238116 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.03.18 03:45:39.238129 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.03.18 03:45:39.238159 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.03.18 03:45:39.238181 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.03.18 03:45:39.265641 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.03.18 03:45:39.269299 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.03.18 03:45:39.269340 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.0221e-05 sec
91 2025.03.18 03:45:39.269354 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.03.18 03:45:39.269365 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.03.18 03:45:39.269388 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.03.18 03:45:39.269574 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.03.18 03:45:39.269618 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.03.18 03:45:39.269631 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.03.18 03:45:39.269644 [ 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.18 03:45:39.269656 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.03.18 03:45:39.273390 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.03.18 03:45:39.273611 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB
101 2025.03.18 03:45:39.274558 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.4391e-05 sec.
102 2025.03.18 03:45:39.275518 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.03.18 03:45:39.275602 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.03.18 03:45:39.275620 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.03.18 03:45:40.142840 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33945
106 2025.03.18 03:45:40.144973 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.03.18 03:45:40.145038 [ 3 ] {} <Debug> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Authenticating user 'default' from [fd00:1122:3344:101::d]:33945
108 2025.03.18 03:45:40.145091 [ 3 ] {} <Debug> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.03.18 03:45:40.145117 [ 3 ] {} <Debug> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.03.18 03:45:40.145229 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.03.18 03:45:40.145258 [ 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.18 03:45:40.145291 [ 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.18 03:45:40.147718 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40829
114 2025.03.18 03:45:40.147865 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2025.03.18 03:45:40.147902 [ 4 ] {} <Debug> TCP-Session: 7c96c778-d271-49bf-87db-71652d070e40 Authenticating user 'default' from [fd00:1122:3344:101::d]:40829
116 2025.03.18 03:45:40.147933 [ 4 ] {} <Debug> TCP-Session: 7c96c778-d271-49bf-87db-71652d070e40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2025.03.18 03:45:40.147986 [ 4 ] {} <Debug> TCP-Session: 7c96c778-d271-49bf-87db-71652d070e40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2025.03.18 03:45:40.148751 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39525
119 2025.03.18 03:45:40.148767 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56008
120 2025.03.18 03:45:40.148845 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
121 2025.03.18 03:45:40.148878 [ 253 ] {} <Debug> TCP-Session: d34cde4b-9bdb-4aec-8160-a76c2418c887 Authenticating user 'default' from [fd00:1122:3344:101::d]:39525
122 2025.03.18 03:45:40.148940 [ 253 ] {} <Debug> TCP-Session: d34cde4b-9bdb-4aec-8160-a76c2418c887 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
123 2025.03.18 03:45:40.149101 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
124 2025.03.18 03:45:40.149108 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64586
125 2025.03.18 03:45:40.149119 [ 253 ] {} <Debug> TCP-Session: d34cde4b-9bdb-4aec-8160-a76c2418c887 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
126 2025.03.18 03:45:40.149167 [ 5 ] {} <Debug> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Authenticating user 'default' from [fd00:1122:3344:101::d]:56008
127 2025.03.18 03:45:40.149938 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48485
128 2025.03.18 03:45:40.149948 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
129 2025.03.18 03:45:40.150000 [ 5 ] {} <Debug> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
130 2025.03.18 03:45:40.150032 [ 254 ] {} <Debug> TCP-Session: 56b09401-27e2-4ab5-af29-4553468ab532 Authenticating user 'default' from [fd00:1122:3344:101::d]:64586
131 2025.03.18 03:45:40.150135 [ 5 ] {} <Debug> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
132 2025.03.18 03:45:40.150224 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
133 2025.03.18 03:45:40.150232 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58465
134 2025.03.18 03:45:40.150286 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
135 2025.03.18 03:45:40.150273 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46186
136 2025.03.18 03:45:40.150313 [ 255 ] {} <Debug> TCP-Session: 649fa7ec-6357-412a-a39d-c4119368deb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48485
137 2025.03.18 03:45:40.150377 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43875
138 2025.03.18 03:45:40.150392 [ 254 ] {} <Debug> TCP-Session: 56b09401-27e2-4ab5-af29-4553468ab532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
139 2025.03.18 03:45:40.150412 [ 255 ] {} <Debug> TCP-Session: 649fa7ec-6357-412a-a39d-c4119368deb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
140 2025.03.18 03:45:40.150557 [ 254 ] {} <Debug> TCP-Session: 56b09401-27e2-4ab5-af29-4553468ab532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
141 2025.03.18 03:45:40.150563 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
142 2025.03.18 03:45:40.150948 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
143 2025.03.18 03:45:40.150950 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
144 2025.03.18 03:45:40.151004 [ 255 ] {} <Debug> TCP-Session: 649fa7ec-6357-412a-a39d-c4119368deb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
145 2025.03.18 03:45:40.151016 [ 256 ] {} <Debug> TCP-Session: 6ce8b58b-cfa1-4e06-927c-d03af0024784 Authenticating user 'default' from [fd00:1122:3344:101::d]:58465
146 2025.03.18 03:45:40.151038 [ 258 ] {} <Debug> TCP-Session: 3e4ba0f0-a756-46d5-a222-28d962a2a144 Authenticating user 'default' from [fd00:1122:3344:101::d]:43875
147 2025.03.18 03:45:40.151808 [ 257 ] {} <Debug> TCP-Session: 2d4e1740-fcfc-4cf8-9fca-96d91c771097 Authenticating user 'default' from [fd00:1122:3344:101::d]:46186
148 2025.03.18 03:45:40.151874 [ 258 ] {} <Debug> TCP-Session: 3e4ba0f0-a756-46d5-a222-28d962a2a144 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
149 2025.03.18 03:45:40.151922 [ 257 ] {} <Debug> TCP-Session: 2d4e1740-fcfc-4cf8-9fca-96d91c771097 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
150 2025.03.18 03:45:40.151950 [ 258 ] {} <Debug> TCP-Session: 3e4ba0f0-a756-46d5-a222-28d962a2a144 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
151 2025.03.18 03:45:40.151911 [ 256 ] {} <Debug> TCP-Session: 6ce8b58b-cfa1-4e06-927c-d03af0024784 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2025.03.18 03:45:40.151990 [ 257 ] {} <Debug> TCP-Session: 2d4e1740-fcfc-4cf8-9fca-96d91c771097 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2025.03.18 03:45:40.152025 [ 256 ] {} <Debug> TCP-Session: 6ce8b58b-cfa1-4e06-927c-d03af0024784 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2025.03.18 03:45:40.155105 [ 3 ] {280626f2-11d1-421c-9495-64bf3087d77f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
155 2025.03.18 03:45:40.215579 [ 3 ] {280626f2-11d1-421c-9495-64bf3087d77f} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33945) (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.18 03:45:40.217185 [ 3 ] {280626f2-11d1-421c-9495-64bf3087d77f} <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.18 03:45:40.217321 [ 3 ] {280626f2-11d1-421c-9495-64bf3087d77f} <Debug> TCPHandler: Processed in 0.069276461 sec.
204 2025.03.18 03:45:40.217675 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
205 2025.03.18 03:45:40.217925 [ 5 ] {83e6634c-ee91-4bda-9139-1e8ea1f5e3a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
206 2025.03.18 03:45:40.218275 [ 5 ] {83e6634c-ee91-4bda-9139-1e8ea1f5e3a5} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:56008) (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.18 03:45:40.218414 [ 5 ] {83e6634c-ee91-4bda-9139-1e8ea1f5e3a5} <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.18 03:45:40.218526 [ 5 ] {83e6634c-ee91-4bda-9139-1e8ea1f5e3a5} <Debug> TCPHandler: Processed in 0.001014395 sec.
255 2025.03.18 03:45:40.218803 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
256 2025.03.18 03:45:40.220137 [ 3 ] {2ebb63d0-5a8b-4b91-b312-759da7093e2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
257 2025.03.18 03:45:40.220234 [ 3 ] {2ebb63d0-5a8b-4b91-b312-759da7093e2b} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
258 2025.03.18 03:45:40.225208 [ 3 ] {2ebb63d0-5a8b-4b91-b312-759da7093e2b} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
259 2025.03.18 03:45:40.225235 [ 3 ] {2ebb63d0-5a8b-4b91-b312-759da7093e2b} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.5281e-05 sec
260 2025.03.18 03:45:40.225253 [ 3 ] {2ebb63d0-5a8b-4b91-b312-759da7093e2b} <Trace> ReferentialDeps: No tables
261 2025.03.18 03:45:40.225288 [ 3 ] {2ebb63d0-5a8b-4b91-b312-759da7093e2b} <Trace> LoadingDeps: No tables
262 2025.03.18 03:45:40.225320 [ 3 ] {2ebb63d0-5a8b-4b91-b312-759da7093e2b} <Information> DatabaseAtomic (oximeter): Starting up tables.
263 2025.03.18 03:45:40.226081 [ 3 ] {2ebb63d0-5a8b-4b91-b312-759da7093e2b} <Debug> TCPHandler: Processed in 0.007393021 sec.
264 2025.03.18 03:45:40.226221 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
265 2025.03.18 03:45:40.226444 [ 3 ] {7ba45c19-246c-4923-801c-db5d2a75513f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) /* 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.18 03:45:40.226499 [ 3 ] {7ba45c19-246c-4923-801c-db5d2a75513f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
268 2025.03.18 03:45:40.235582 [ 3 ] {7ba45c19-246c-4923-801c-db5d2a75513f} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
269 2025.03.18 03:45:40.240925 [ 3 ] {7ba45c19-246c-4923-801c-db5d2a75513f} <Debug> oximeter.version (9dd452c2-3ed0-4414-a79d-2533f0ad42ed): Loading data parts
270 2025.03.18 03:45:40.241687 [ 3 ] {7ba45c19-246c-4923-801c-db5d2a75513f} <Debug> oximeter.version (9dd452c2-3ed0-4414-a79d-2533f0ad42ed): There are no data parts
271 2025.03.18 03:45:40.247336 [ 3 ] {7ba45c19-246c-4923-801c-db5d2a75513f} <Debug> TCPHandler: Processed in 0.021164138 sec.
272 2025.03.18 03:45:40.247495 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
273 2025.03.18 03:45:40.247694 [ 3 ] {7a67e48f-1f9f-4100-aaf9-7088777f4d84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) /* 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.18 03:45:40.247777 [ 3 ] {7a67e48f-1f9f-4100-aaf9-7088777f4d84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
285 2025.03.18 03:45:40.258884 [ 3 ] {7a67e48f-1f9f-4100-aaf9-7088777f4d84} <Debug> oximeter.measurements_bool (ef9baa4c-2d19-4fe3-a370-d2afe4e7c9a9): Loading data parts
286 2025.03.18 03:45:40.259108 [ 3 ] {7a67e48f-1f9f-4100-aaf9-7088777f4d84} <Debug> oximeter.measurements_bool (ef9baa4c-2d19-4fe3-a370-d2afe4e7c9a9): There are no data parts
287 2025.03.18 03:45:40.260537 [ 3 ] {7a67e48f-1f9f-4100-aaf9-7088777f4d84} <Debug> TCPHandler: Processed in 0.013098537 sec.
288 2025.03.18 03:45:40.260701 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
289 2025.03.18 03:45:40.260916 [ 3 ] {4f3eaf69-353f-4f9e-8925-ef4120d78595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.260978 [ 3 ] {4f3eaf69-353f-4f9e-8925-ef4120d78595} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
291 2025.03.18 03:45:40.266156 [ 3 ] {4f3eaf69-353f-4f9e-8925-ef4120d78595} <Debug> oximeter.measurements_i8 (7005f9d7-c3a1-444a-b7f3-ce561810e79a): Loading data parts
292 2025.03.18 03:45:40.266408 [ 3 ] {4f3eaf69-353f-4f9e-8925-ef4120d78595} <Debug> oximeter.measurements_i8 (7005f9d7-c3a1-444a-b7f3-ce561810e79a): There are no data parts
293 2025.03.18 03:45:40.267958 [ 3 ] {4f3eaf69-353f-4f9e-8925-ef4120d78595} <Debug> TCPHandler: Processed in 0.007308149 sec.
294 2025.03.18 03:45:40.268109 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
295 2025.03.18 03:45:40.268302 [ 3 ] {e55c9a44-0f82-488b-843a-54c4418629bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.268372 [ 3 ] {e55c9a44-0f82-488b-843a-54c4418629bb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
297 2025.03.18 03:45:40.273791 [ 3 ] {e55c9a44-0f82-488b-843a-54c4418629bb} <Debug> oximeter.measurements_u8 (5460f48b-e4a1-4946-a660-d8f7d04cadf7): Loading data parts
298 2025.03.18 03:45:40.274024 [ 3 ] {e55c9a44-0f82-488b-843a-54c4418629bb} <Debug> oximeter.measurements_u8 (5460f48b-e4a1-4946-a660-d8f7d04cadf7): There are no data parts
299 2025.03.18 03:45:40.278681 [ 3 ] {e55c9a44-0f82-488b-843a-54c4418629bb} <Debug> TCPHandler: Processed in 0.010622899 sec.
300 2025.03.18 03:45:40.278838 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
301 2025.03.18 03:45:40.279085 [ 3 ] {9f8b4a4d-ea67-4d5b-b08b-ade81da8a854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.279131 [ 3 ] {9f8b4a4d-ea67-4d5b-b08b-ade81da8a854} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
303 2025.03.18 03:45:40.286115 [ 3 ] {9f8b4a4d-ea67-4d5b-b08b-ade81da8a854} <Debug> oximeter.measurements_i16 (86bd2316-c939-478a-9e89-70a46d9b2e03): Loading data parts
304 2025.03.18 03:45:40.286302 [ 3 ] {9f8b4a4d-ea67-4d5b-b08b-ade81da8a854} <Debug> oximeter.measurements_i16 (86bd2316-c939-478a-9e89-70a46d9b2e03): There are no data parts
305 2025.03.18 03:45:40.291745 [ 3 ] {9f8b4a4d-ea67-4d5b-b08b-ade81da8a854} <Debug> TCPHandler: Processed in 0.012972705 sec.
306 2025.03.18 03:45:40.291915 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
307 2025.03.18 03:45:40.292114 [ 3 ] {2d10257d-6de5-4c2d-a421-1f57e2f47299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.292173 [ 3 ] {2d10257d-6de5-4c2d-a421-1f57e2f47299} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
309 2025.03.18 03:45:40.297684 [ 3 ] {2d10257d-6de5-4c2d-a421-1f57e2f47299} <Debug> oximeter.measurements_u16 (602db03e-6887-448d-8e93-6879835ffa12): Loading data parts
310 2025.03.18 03:45:40.297873 [ 3 ] {2d10257d-6de5-4c2d-a421-1f57e2f47299} <Debug> oximeter.measurements_u16 (602db03e-6887-448d-8e93-6879835ffa12): There are no data parts
311 2025.03.18 03:45:40.303364 [ 3 ] {2d10257d-6de5-4c2d-a421-1f57e2f47299} <Debug> TCPHandler: Processed in 0.011505743 sec.
312 2025.03.18 03:45:40.303504 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
313 2025.03.18 03:45:40.303719 [ 3 ] {dab0fee4-c774-4432-a906-d583f34fbe37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.303765 [ 3 ] {dab0fee4-c774-4432-a906-d583f34fbe37} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
315 2025.03.18 03:45:40.308825 [ 3 ] {dab0fee4-c774-4432-a906-d583f34fbe37} <Debug> oximeter.measurements_i32 (9b8d4052-ebf7-4788-9126-1bd2f479b4fb): Loading data parts
316 2025.03.18 03:45:40.309005 [ 3 ] {dab0fee4-c774-4432-a906-d583f34fbe37} <Debug> oximeter.measurements_i32 (9b8d4052-ebf7-4788-9126-1bd2f479b4fb): There are no data parts
317 2025.03.18 03:45:40.313773 [ 3 ] {dab0fee4-c774-4432-a906-d583f34fbe37} <Debug> TCPHandler: Processed in 0.010320135 sec.
318 2025.03.18 03:45:40.313933 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
319 2025.03.18 03:45:40.314124 [ 3 ] {7f25ac23-c704-4626-ad50-47ab05310724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.314186 [ 3 ] {7f25ac23-c704-4626-ad50-47ab05310724} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
321 2025.03.18 03:45:40.319403 [ 3 ] {7f25ac23-c704-4626-ad50-47ab05310724} <Debug> oximeter.measurements_u32 (635a0695-8a45-487e-961d-841dc1a0456d): Loading data parts
322 2025.03.18 03:45:40.319672 [ 3 ] {7f25ac23-c704-4626-ad50-47ab05310724} <Debug> oximeter.measurements_u32 (635a0695-8a45-487e-961d-841dc1a0456d): There are no data parts
323 2025.03.18 03:45:40.325237 [ 3 ] {7f25ac23-c704-4626-ad50-47ab05310724} <Debug> TCPHandler: Processed in 0.011351641 sec.
324 2025.03.18 03:45:40.325451 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
325 2025.03.18 03:45:40.325804 [ 3 ] {6b695248-8ca1-43c6-860b-9d4578d16398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.325887 [ 3 ] {6b695248-8ca1-43c6-860b-9d4578d16398} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
327 2025.03.18 03:45:40.332855 [ 3 ] {6b695248-8ca1-43c6-860b-9d4578d16398} <Debug> oximeter.measurements_i64 (6ee254b1-b745-46b3-b499-ae63e3a6c4d5): Loading data parts
328 2025.03.18 03:45:40.333046 [ 3 ] {6b695248-8ca1-43c6-860b-9d4578d16398} <Debug> oximeter.measurements_i64 (6ee254b1-b745-46b3-b499-ae63e3a6c4d5): There are no data parts
329 2025.03.18 03:45:40.336267 [ 3 ] {6b695248-8ca1-43c6-860b-9d4578d16398} <Debug> TCPHandler: Processed in 0.010898773 sec.
330 2025.03.18 03:45:40.336446 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
331 2025.03.18 03:45:40.336634 [ 3 ] {bb354c50-d985-4191-b03f-93fc57c25851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.336696 [ 3 ] {bb354c50-d985-4191-b03f-93fc57c25851} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
333 2025.03.18 03:45:40.341510 [ 3 ] {bb354c50-d985-4191-b03f-93fc57c25851} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Loading data parts
334 2025.03.18 03:45:40.341697 [ 3 ] {bb354c50-d985-4191-b03f-93fc57c25851} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): There are no data parts
335 2025.03.18 03:45:40.346024 [ 3 ] {bb354c50-d985-4191-b03f-93fc57c25851} <Debug> TCPHandler: Processed in 0.009627795 sec.
336 2025.03.18 03:45:40.346218 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
337 2025.03.18 03:45:40.346410 [ 3 ] {33fcce9a-64a9-4a6f-95f4-d130168bb765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.346480 [ 3 ] {33fcce9a-64a9-4a6f-95f4-d130168bb765} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
339 2025.03.18 03:45:40.351598 [ 3 ] {33fcce9a-64a9-4a6f-95f4-d130168bb765} <Debug> oximeter.measurements_f32 (7fec58f8-ee9e-4b52-b8da-04ba3103bc67): Loading data parts
340 2025.03.18 03:45:40.351795 [ 3 ] {33fcce9a-64a9-4a6f-95f4-d130168bb765} <Debug> oximeter.measurements_f32 (7fec58f8-ee9e-4b52-b8da-04ba3103bc67): There are no data parts
341 2025.03.18 03:45:40.357243 [ 3 ] {33fcce9a-64a9-4a6f-95f4-d130168bb765} <Debug> TCPHandler: Processed in 0.011074096 sec.
342 2025.03.18 03:45:40.357412 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
343 2025.03.18 03:45:40.357661 [ 3 ] {fd5c0923-b66e-4cdc-810d-1b1aeb840998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.357742 [ 3 ] {fd5c0923-b66e-4cdc-810d-1b1aeb840998} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
345 2025.03.18 03:45:40.362853 [ 3 ] {fd5c0923-b66e-4cdc-810d-1b1aeb840998} <Debug> oximeter.measurements_f64 (500a8a06-e033-49a9-9dc0-e55e460e4902): Loading data parts
346 2025.03.18 03:45:40.363023 [ 3 ] {fd5c0923-b66e-4cdc-810d-1b1aeb840998} <Debug> oximeter.measurements_f64 (500a8a06-e033-49a9-9dc0-e55e460e4902): There are no data parts
347 2025.03.18 03:45:40.365715 [ 3 ] {fd5c0923-b66e-4cdc-810d-1b1aeb840998} <Debug> TCPHandler: Processed in 0.008364676 sec.
348 2025.03.18 03:45:40.365875 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
349 2025.03.18 03:45:40.366103 [ 3 ] {d8b07b05-cb9c-4886-976e-a904aa35373c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.366167 [ 3 ] {d8b07b05-cb9c-4886-976e-a904aa35373c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
351 2025.03.18 03:45:40.369238 [ 3 ] {d8b07b05-cb9c-4886-976e-a904aa35373c} <Debug> oximeter.measurements_string (8b24a15c-3da7-49a7-8c21-e8fafb30f27c): Loading data parts
352 2025.03.18 03:45:40.369447 [ 3 ] {d8b07b05-cb9c-4886-976e-a904aa35373c} <Debug> oximeter.measurements_string (8b24a15c-3da7-49a7-8c21-e8fafb30f27c): There are no data parts
353 2025.03.18 03:45:40.374872 [ 3 ] {d8b07b05-cb9c-4886-976e-a904aa35373c} <Debug> TCPHandler: Processed in 0.009056586 sec.
354 2025.03.18 03:45:40.375029 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
355 2025.03.18 03:45:40.375279 [ 3 ] {77c4a8ee-7897-48b1-9aeb-2f61226c1262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.375352 [ 3 ] {77c4a8ee-7897-48b1-9aeb-2f61226c1262} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
364 2025.03.18 03:45:40.380424 [ 3 ] {77c4a8ee-7897-48b1-9aeb-2f61226c1262} <Debug> oximeter.measurements_bytes (c24d5c82-0db5-4c8f-bd40-805089a94b3d): Loading data parts
365 2025.03.18 03:45:40.380599 [ 3 ] {77c4a8ee-7897-48b1-9aeb-2f61226c1262} <Debug> oximeter.measurements_bytes (c24d5c82-0db5-4c8f-bd40-805089a94b3d): There are no data parts
366 2025.03.18 03:45:40.382325 [ 3 ] {77c4a8ee-7897-48b1-9aeb-2f61226c1262} <Debug> TCPHandler: Processed in 0.00734883 sec.
367 2025.03.18 03:45:40.382486 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
368 2025.03.18 03:45:40.382698 [ 3 ] {3f9d0eab-d296-4dd5-b1c0-e064f26a7f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.382769 [ 3 ] {3f9d0eab-d296-4dd5-b1c0-e064f26a7f95} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
370 2025.03.18 03:45:40.387817 [ 3 ] {3f9d0eab-d296-4dd5-b1c0-e064f26a7f95} <Debug> oximeter.measurements_cumulativei64 (3c793110-891f-4706-bc96-33b04fb5181f): Loading data parts
371 2025.03.18 03:45:40.388034 [ 3 ] {3f9d0eab-d296-4dd5-b1c0-e064f26a7f95} <Debug> oximeter.measurements_cumulativei64 (3c793110-891f-4706-bc96-33b04fb5181f): There are no data parts
372 2025.03.18 03:45:40.390676 [ 3 ] {3f9d0eab-d296-4dd5-b1c0-e064f26a7f95} <Debug> TCPHandler: Processed in 0.008240424 sec.
373 2025.03.18 03:45:40.390816 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
374 2025.03.18 03:45:40.391090 [ 3 ] {5c064b48-8b4d-4b4d-bdd7-c7802e5c175d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.391149 [ 3 ] {5c064b48-8b4d-4b4d-bdd7-c7802e5c175d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
376 2025.03.18 03:45:40.396318 [ 3 ] {5c064b48-8b4d-4b4d-bdd7-c7802e5c175d} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Loading data parts
377 2025.03.18 03:45:40.396524 [ 3 ] {5c064b48-8b4d-4b4d-bdd7-c7802e5c175d} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): There are no data parts
378 2025.03.18 03:45:40.401344 [ 3 ] {5c064b48-8b4d-4b4d-bdd7-c7802e5c175d} <Debug> TCPHandler: Processed in 0.010578019 sec.
379 2025.03.18 03:45:40.401564 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
380 2025.03.18 03:45:40.401863 [ 3 ] {5e709568-e40f-4b24-b0f1-b0d390fe9b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.401981 [ 3 ] {5e709568-e40f-4b24-b0f1-b0d390fe9b89} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
382 2025.03.18 03:45:40.405123 [ 3 ] {5e709568-e40f-4b24-b0f1-b0d390fe9b89} <Debug> oximeter.measurements_cumulativef32 (2b210825-0136-4744-b009-cb5bcc05aa78): Loading data parts
383 2025.03.18 03:45:40.405284 [ 3 ] {5e709568-e40f-4b24-b0f1-b0d390fe9b89} <Debug> oximeter.measurements_cumulativef32 (2b210825-0136-4744-b009-cb5bcc05aa78): There are no data parts
384 2025.03.18 03:45:40.409006 [ 3 ] {5e709568-e40f-4b24-b0f1-b0d390fe9b89} <Debug> TCPHandler: Processed in 0.007519843 sec.
385 2025.03.18 03:45:40.409169 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
386 2025.03.18 03:45:40.409435 [ 3 ] {994d6f78-9ea7-4da7-bc99-ecc3dd587000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.409522 [ 3 ] {994d6f78-9ea7-4da7-bc99-ecc3dd587000} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
388 2025.03.18 03:45:40.414363 [ 3 ] {994d6f78-9ea7-4da7-bc99-ecc3dd587000} <Debug> oximeter.measurements_cumulativef64 (139fcee4-d770-4262-8fd4-5a9961cd6f02): Loading data parts
389 2025.03.18 03:45:40.414507 [ 3 ] {994d6f78-9ea7-4da7-bc99-ecc3dd587000} <Debug> oximeter.measurements_cumulativef64 (139fcee4-d770-4262-8fd4-5a9961cd6f02): There are no data parts
390 2025.03.18 03:45:40.420040 [ 3 ] {994d6f78-9ea7-4da7-bc99-ecc3dd587000} <Debug> TCPHandler: Processed in 0.010932035 sec.
391 2025.03.18 03:45:40.420233 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
392 2025.03.18 03:45:40.420582 [ 3 ] {e5254014-21ff-4d45-977b-c53776940f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.420682 [ 3 ] {e5254014-21ff-4d45-977b-c53776940f84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
404 2025.03.18 03:45:40.423144 [ 3 ] {e5254014-21ff-4d45-977b-c53776940f84} <Debug> oximeter.measurements_histogrami8 (cfa0679c-eb24-4944-ad50-df61a982f553): Loading data parts
405 2025.03.18 03:45:40.423292 [ 3 ] {e5254014-21ff-4d45-977b-c53776940f84} <Debug> oximeter.measurements_histogrami8 (cfa0679c-eb24-4944-ad50-df61a982f553): There are no data parts
406 2025.03.18 03:45:40.427257 [ 3 ] {e5254014-21ff-4d45-977b-c53776940f84} <Debug> TCPHandler: Processed in 0.007085806 sec.
407 2025.03.18 03:45:40.427456 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
408 2025.03.18 03:45:40.427807 [ 3 ] {cd2b07f1-3d4f-4952-83f2-d97767a97697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.427906 [ 3 ] {cd2b07f1-3d4f-4952-83f2-d97767a97697} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
410 2025.03.18 03:45:40.430415 [ 3 ] {cd2b07f1-3d4f-4952-83f2-d97767a97697} <Debug> oximeter.measurements_histogramu8 (383e214b-5e01-48c6-8c19-7354850395d5): Loading data parts
411 2025.03.18 03:45:40.430551 [ 3 ] {cd2b07f1-3d4f-4952-83f2-d97767a97697} <Debug> oximeter.measurements_histogramu8 (383e214b-5e01-48c6-8c19-7354850395d5): There are no data parts
412 2025.03.18 03:45:40.434994 [ 3 ] {cd2b07f1-3d4f-4952-83f2-d97767a97697} <Debug> TCPHandler: Processed in 0.007600024 sec.
413 2025.03.18 03:45:40.435169 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
414 2025.03.18 03:45:40.435434 [ 3 ] {c780f427-56fe-4162-a031-8eb2f94a0e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.435531 [ 3 ] {c780f427-56fe-4162-a031-8eb2f94a0e9f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
416 2025.03.18 03:45:40.442720 [ 3 ] {c780f427-56fe-4162-a031-8eb2f94a0e9f} <Debug> oximeter.measurements_histogrami16 (fd5cc662-9fa9-4ef2-861e-797fd16ff218): Loading data parts
417 2025.03.18 03:45:40.442911 [ 3 ] {c780f427-56fe-4162-a031-8eb2f94a0e9f} <Debug> oximeter.measurements_histogrami16 (fd5cc662-9fa9-4ef2-861e-797fd16ff218): There are no data parts
418 2025.03.18 03:45:40.447980 [ 3 ] {c780f427-56fe-4162-a031-8eb2f94a0e9f} <Debug> TCPHandler: Processed in 0.012861013 sec.
419 2025.03.18 03:45:40.448150 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
420 2025.03.18 03:45:40.448541 [ 3 ] {a3c1cd8c-7e0d-4675-9d7e-61d6a3a9fe56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.448628 [ 3 ] {a3c1cd8c-7e0d-4675-9d7e-61d6a3a9fe56} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
422 2025.03.18 03:45:40.451126 [ 3 ] {a3c1cd8c-7e0d-4675-9d7e-61d6a3a9fe56} <Debug> oximeter.measurements_histogramu16 (34dde46d-d880-4c73-8732-ba2687733b13): Loading data parts
423 2025.03.18 03:45:40.451257 [ 3 ] {a3c1cd8c-7e0d-4675-9d7e-61d6a3a9fe56} <Debug> oximeter.measurements_histogramu16 (34dde46d-d880-4c73-8732-ba2687733b13): There are no data parts
424 2025.03.18 03:45:40.456369 [ 3 ] {a3c1cd8c-7e0d-4675-9d7e-61d6a3a9fe56} <Debug> TCPHandler: Processed in 0.008280414 sec.
425 2025.03.18 03:45:40.456536 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
426 2025.03.18 03:45:40.456800 [ 3 ] {073f3226-6fb7-4b17-a39c-694113cc5a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.456919 [ 3 ] {073f3226-6fb7-4b17-a39c-694113cc5a38} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
428 2025.03.18 03:45:40.461902 [ 3 ] {073f3226-6fb7-4b17-a39c-694113cc5a38} <Debug> oximeter.measurements_histogrami32 (4bfa2796-6354-41d0-a761-dcef282288d5): Loading data parts
429 2025.03.18 03:45:40.462095 [ 3 ] {073f3226-6fb7-4b17-a39c-694113cc5a38} <Debug> oximeter.measurements_histogrami32 (4bfa2796-6354-41d0-a761-dcef282288d5): There are no data parts
430 2025.03.18 03:45:40.466982 [ 3 ] {073f3226-6fb7-4b17-a39c-694113cc5a38} <Debug> TCPHandler: Processed in 0.010495698 sec.
431 2025.03.18 03:45:40.467166 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
432 2025.03.18 03:45:40.467569 [ 3 ] {c344e18e-e988-4554-b501-0aa1371832d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.467666 [ 3 ] {c344e18e-e988-4554-b501-0aa1371832d0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
434 2025.03.18 03:45:40.470348 [ 3 ] {c344e18e-e988-4554-b501-0aa1371832d0} <Debug> oximeter.measurements_histogramu32 (8ff6ae7f-a24a-415a-85b4-0addd67712d3): Loading data parts
435 2025.03.18 03:45:40.470648 [ 3 ] {c344e18e-e988-4554-b501-0aa1371832d0} <Debug> oximeter.measurements_histogramu32 (8ff6ae7f-a24a-415a-85b4-0addd67712d3): There are no data parts
436 2025.03.18 03:45:40.476853 [ 3 ] {c344e18e-e988-4554-b501-0aa1371832d0} <Debug> TCPHandler: Processed in 0.009748066 sec.
437 2025.03.18 03:45:40.477022 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
438 2025.03.18 03:45:40.477293 [ 3 ] {84269b24-432d-4ef6-b9ca-82af738e9083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.477369 [ 3 ] {84269b24-432d-4ef6-b9ca-82af738e9083} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
440 2025.03.18 03:45:40.482339 [ 3 ] {84269b24-432d-4ef6-b9ca-82af738e9083} <Debug> oximeter.measurements_histogrami64 (eeb23f09-0874-4f43-b05a-298145095fa1): Loading data parts
441 2025.03.18 03:45:40.482505 [ 3 ] {84269b24-432d-4ef6-b9ca-82af738e9083} <Debug> oximeter.measurements_histogrami64 (eeb23f09-0874-4f43-b05a-298145095fa1): There are no data parts
442 2025.03.18 03:45:40.486528 [ 3 ] {84269b24-432d-4ef6-b9ca-82af738e9083} <Debug> TCPHandler: Processed in 0.009555293 sec.
443 2025.03.18 03:45:40.486691 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
444 2025.03.18 03:45:40.486984 [ 3 ] {5563dacb-aab5-4b1a-8b57-c93962110f50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.487060 [ 3 ] {5563dacb-aab5-4b1a-8b57-c93962110f50} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
446 2025.03.18 03:45:40.492712 [ 3 ] {5563dacb-aab5-4b1a-8b57-c93962110f50} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Loading data parts
447 2025.03.18 03:45:40.492863 [ 3 ] {5563dacb-aab5-4b1a-8b57-c93962110f50} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): There are no data parts
448 2025.03.18 03:45:40.499003 [ 3 ] {5563dacb-aab5-4b1a-8b57-c93962110f50} <Debug> TCPHandler: Processed in 0.012368526 sec.
449 2025.03.18 03:45:40.499196 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
450 2025.03.18 03:45:40.499457 [ 3 ] {ae46d62c-5683-4b91-ae68-0a1772625a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.499535 [ 3 ] {ae46d62c-5683-4b91-ae68-0a1772625a22} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
452 2025.03.18 03:45:40.505625 [ 3 ] {ae46d62c-5683-4b91-ae68-0a1772625a22} <Debug> oximeter.measurements_histogramf32 (37959577-11dc-4c8b-86b1-aa61c911e23e): Loading data parts
453 2025.03.18 03:45:40.505816 [ 3 ] {ae46d62c-5683-4b91-ae68-0a1772625a22} <Debug> oximeter.measurements_histogramf32 (37959577-11dc-4c8b-86b1-aa61c911e23e): There are no data parts
454 2025.03.18 03:45:40.508463 [ 3 ] {ae46d62c-5683-4b91-ae68-0a1772625a22} <Debug> TCPHandler: Processed in 0.00931799 sec.
455 2025.03.18 03:45:40.508642 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
456 2025.03.18 03:45:40.508938 [ 3 ] {8887d883-f244-47f8-9f33-39efc20053c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.509015 [ 3 ] {8887d883-f244-47f8-9f33-39efc20053c3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
458 2025.03.18 03:45:40.512545 [ 3 ] {8887d883-f244-47f8-9f33-39efc20053c3} <Debug> oximeter.measurements_histogramf64 (d5c8c967-8a2d-4d48-98a1-6339a39c8b98): Loading data parts
459 2025.03.18 03:45:40.512806 [ 3 ] {8887d883-f244-47f8-9f33-39efc20053c3} <Debug> oximeter.measurements_histogramf64 (d5c8c967-8a2d-4d48-98a1-6339a39c8b98): There are no data parts
460 2025.03.18 03:45:40.515435 [ 3 ] {8887d883-f244-47f8-9f33-39efc20053c3} <Debug> TCPHandler: Processed in 0.006844053 sec.
461 2025.03.18 03:45:40.515630 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
462 2025.03.18 03:45:40.515826 [ 3 ] {e8bdfb63-32ea-433c-b761-8d91fddbcfb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) /* 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.18 03:45:40.515900 [ 3 ] {e8bdfb63-32ea-433c-b761-8d91fddbcfb1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
489 2025.03.18 03:45:40.520945 [ 3 ] {e8bdfb63-32ea-433c-b761-8d91fddbcfb1} <Debug> oximeter.fields_bool (97fa7443-baf2-48e1-a214-660c572ecf5e): Loading data parts
490 2025.03.18 03:45:40.521122 [ 3 ] {e8bdfb63-32ea-433c-b761-8d91fddbcfb1} <Debug> oximeter.fields_bool (97fa7443-baf2-48e1-a214-660c572ecf5e): There are no data parts
491 2025.03.18 03:45:40.525729 [ 3 ] {e8bdfb63-32ea-433c-b761-8d91fddbcfb1} <Debug> TCPHandler: Processed in 0.010151932 sec.
492 2025.03.18 03:45:40.525890 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
493 2025.03.18 03:45:40.526090 [ 3 ] {f278489e-228d-43d0-87f9-5fbfa45d870f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.526162 [ 3 ] {f278489e-228d-43d0-87f9-5fbfa45d870f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
495 2025.03.18 03:45:40.528687 [ 3 ] {f278489e-228d-43d0-87f9-5fbfa45d870f} <Debug> oximeter.fields_i8 (5445ad96-cd60-4514-9265-c5f1ed29d429): Loading data parts
496 2025.03.18 03:45:40.528872 [ 3 ] {f278489e-228d-43d0-87f9-5fbfa45d870f} <Debug> oximeter.fields_i8 (5445ad96-cd60-4514-9265-c5f1ed29d429): There are no data parts
497 2025.03.18 03:45:40.534146 [ 3 ] {f278489e-228d-43d0-87f9-5fbfa45d870f} <Debug> TCPHandler: Processed in 0.008313945 sec.
498 2025.03.18 03:45:40.534292 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
499 2025.03.18 03:45:40.534515 [ 3 ] {535d4e81-b8d8-47b4-97d3-186d2415daa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.534585 [ 3 ] {535d4e81-b8d8-47b4-97d3-186d2415daa0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
501 2025.03.18 03:45:40.538773 [ 3 ] {535d4e81-b8d8-47b4-97d3-186d2415daa0} <Debug> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Loading data parts
502 2025.03.18 03:45:40.538930 [ 3 ] {535d4e81-b8d8-47b4-97d3-186d2415daa0} <Debug> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): There are no data parts
503 2025.03.18 03:45:40.544737 [ 3 ] {535d4e81-b8d8-47b4-97d3-186d2415daa0} <Debug> TCPHandler: Processed in 0.010495537 sec.
504 2025.03.18 03:45:40.544884 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
505 2025.03.18 03:45:40.545075 [ 3 ] {c6be267b-d214-4b46-8019-cfc60b0ca073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.545147 [ 3 ] {c6be267b-d214-4b46-8019-cfc60b0ca073} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
507 2025.03.18 03:45:40.548365 [ 3 ] {c6be267b-d214-4b46-8019-cfc60b0ca073} <Debug> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Loading data parts
508 2025.03.18 03:45:40.548518 [ 3 ] {c6be267b-d214-4b46-8019-cfc60b0ca073} <Debug> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): There are no data parts
509 2025.03.18 03:45:40.552630 [ 3 ] {c6be267b-d214-4b46-8019-cfc60b0ca073} <Debug> TCPHandler: Processed in 0.007796267 sec.
510 2025.03.18 03:45:40.552799 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
511 2025.03.18 03:45:40.553071 [ 3 ] {ecc0fb2c-d74c-46e5-a14a-bb5b80548744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.553146 [ 3 ] {ecc0fb2c-d74c-46e5-a14a-bb5b80548744} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
513 2025.03.18 03:45:40.559056 [ 3 ] {ecc0fb2c-d74c-46e5-a14a-bb5b80548744} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Loading data parts
514 2025.03.18 03:45:40.559204 [ 3 ] {ecc0fb2c-d74c-46e5-a14a-bb5b80548744} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): There are no data parts
515 2025.03.18 03:45:40.565684 [ 3 ] {ecc0fb2c-d74c-46e5-a14a-bb5b80548744} <Debug> TCPHandler: Processed in 0.012947114 sec.
516 2025.03.18 03:45:40.565857 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
517 2025.03.18 03:45:40.566099 [ 3 ] {913a5f2b-a15d-4e1b-8de8-c989dfbbb4ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.566171 [ 3 ] {913a5f2b-a15d-4e1b-8de8-c989dfbbb4ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
519 2025.03.18 03:45:40.573394 [ 3 ] {913a5f2b-a15d-4e1b-8de8-c989dfbbb4ba} <Debug> oximeter.fields_i32 (3b1951e0-303f-4faf-b0ce-f708058ab248): Loading data parts
520 2025.03.18 03:45:40.573532 [ 3 ] {913a5f2b-a15d-4e1b-8de8-c989dfbbb4ba} <Debug> oximeter.fields_i32 (3b1951e0-303f-4faf-b0ce-f708058ab248): There are no data parts
521 2025.03.18 03:45:40.578335 [ 3 ] {913a5f2b-a15d-4e1b-8de8-c989dfbbb4ba} <Debug> TCPHandler: Processed in 0.012541388 sec.
522 2025.03.18 03:45:40.578482 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
523 2025.03.18 03:45:40.578711 [ 3 ] {b173b070-8c1e-4b91-8477-9943a0ffb0b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.578789 [ 3 ] {b173b070-8c1e-4b91-8477-9943a0ffb0b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
525 2025.03.18 03:45:40.581672 [ 3 ] {b173b070-8c1e-4b91-8477-9943a0ffb0b5} <Debug> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Loading data parts
526 2025.03.18 03:45:40.581822 [ 3 ] {b173b070-8c1e-4b91-8477-9943a0ffb0b5} <Debug> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): There are no data parts
527 2025.03.18 03:45:40.585991 [ 3 ] {b173b070-8c1e-4b91-8477-9943a0ffb0b5} <Debug> TCPHandler: Processed in 0.007558043 sec.
528 2025.03.18 03:45:40.586148 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
529 2025.03.18 03:45:40.586340 [ 3 ] {f4b306f9-ff98-4a99-9ee8-22cd4f785791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.586409 [ 3 ] {f4b306f9-ff98-4a99-9ee8-22cd4f785791} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
531 2025.03.18 03:45:40.590122 [ 3 ] {f4b306f9-ff98-4a99-9ee8-22cd4f785791} <Debug> oximeter.fields_i64 (34a5652a-85fb-4c44-ab99-6e2e88e7aba6): Loading data parts
532 2025.03.18 03:45:40.590257 [ 3 ] {f4b306f9-ff98-4a99-9ee8-22cd4f785791} <Debug> oximeter.fields_i64 (34a5652a-85fb-4c44-ab99-6e2e88e7aba6): There are no data parts
533 2025.03.18 03:45:40.596194 [ 3 ] {f4b306f9-ff98-4a99-9ee8-22cd4f785791} <Debug> TCPHandler: Processed in 0.010094171 sec.
534 2025.03.18 03:45:40.596341 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
535 2025.03.18 03:45:40.596616 [ 3 ] {a9095f38-31cd-4435-80f5-454f9f520846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.596753 [ 3 ] {a9095f38-31cd-4435-80f5-454f9f520846} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
537 2025.03.18 03:45:40.602496 [ 3 ] {a9095f38-31cd-4435-80f5-454f9f520846} <Debug> oximeter.fields_u64 (e5e64133-1773-448f-ab53-8394be805d6c): Loading data parts
538 2025.03.18 03:45:40.602659 [ 3 ] {a9095f38-31cd-4435-80f5-454f9f520846} <Debug> oximeter.fields_u64 (e5e64133-1773-448f-ab53-8394be805d6c): There are no data parts
539 2025.03.18 03:45:40.608469 [ 3 ] {a9095f38-31cd-4435-80f5-454f9f520846} <Debug> TCPHandler: Processed in 0.012178903 sec.
540 2025.03.18 03:45:40.608647 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
541 2025.03.18 03:45:40.608861 [ 3 ] {0f396d4c-754a-44f4-b4e4-2a70975204d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.608998 [ 3 ] {0f396d4c-754a-44f4-b4e4-2a70975204d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
543 2025.03.18 03:45:40.612313 [ 3 ] {0f396d4c-754a-44f4-b4e4-2a70975204d5} <Debug> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Loading data parts
544 2025.03.18 03:45:40.612461 [ 3 ] {0f396d4c-754a-44f4-b4e4-2a70975204d5} <Debug> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): There are no data parts
545 2025.03.18 03:45:40.617342 [ 3 ] {0f396d4c-754a-44f4-b4e4-2a70975204d5} <Debug> TCPHandler: Processed in 0.008748641 sec.
546 2025.03.18 03:45:40.617552 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
547 2025.03.18 03:45:40.617834 [ 3 ] {e10ad0b0-f75e-4357-b8a8-bd82a2de0295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.617969 [ 3 ] {e10ad0b0-f75e-4357-b8a8-bd82a2de0295} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
549 2025.03.18 03:45:40.621385 [ 3 ] {e10ad0b0-f75e-4357-b8a8-bd82a2de0295} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Loading data parts
550 2025.03.18 03:45:40.621526 [ 3 ] {e10ad0b0-f75e-4357-b8a8-bd82a2de0295} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): There are no data parts
551 2025.03.18 03:45:40.627763 [ 3 ] {e10ad0b0-f75e-4357-b8a8-bd82a2de0295} <Debug> TCPHandler: Processed in 0.010273625 sec.
552 2025.03.18 03:45:40.627904 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
553 2025.03.18 03:45:40.628100 [ 3 ] {1aaeb407-293a-43fd-8fcf-52506387dad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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.18 03:45:40.628228 [ 3 ] {1aaeb407-293a-43fd-8fcf-52506387dad2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
555 2025.03.18 03:45:40.631025 [ 3 ] {1aaeb407-293a-43fd-8fcf-52506387dad2} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Loading data parts
556 2025.03.18 03:45:40.631181 [ 3 ] {1aaeb407-293a-43fd-8fcf-52506387dad2} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): There are no data parts
557 2025.03.18 03:45:40.633654 [ 3 ] {1aaeb407-293a-43fd-8fcf-52506387dad2} <Debug> TCPHandler: Processed in 0.005800927 sec.
558 2025.03.18 03:45:40.633903 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
559 2025.03.18 03:45:40.634170 [ 3 ] {19303b08-6812-4e1b-b064-298740831027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) /* 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.18 03:45:40.634387 [ 3 ] {19303b08-6812-4e1b-b064-298740831027} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
564 2025.03.18 03:45:40.639121 [ 3 ] {19303b08-6812-4e1b-b064-298740831027} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): Loading data parts
565 2025.03.18 03:45:40.639391 [ 3 ] {19303b08-6812-4e1b-b064-298740831027} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): There are no data parts
566 2025.03.18 03:45:40.641122 [ 3 ] {19303b08-6812-4e1b-b064-298740831027} <Debug> TCPHandler: Processed in 0.007270349 sec.
567 2025.03.18 03:45:40.643319 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
568 2025.03.18 03:45:40.643750 [ 5 ] {f92d1963-8fe2-43f9-afa6-e286d2d68ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
569 2025.03.18 03:45:40.645080 [ 5 ] {f92d1963-8fe2-43f9-afa6-e286d2d68ecd} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
570 2025.03.18 03:45:40.654523 [ 259 ] {f92d1963-8fe2-43f9-afa6-e286d2d68ecd} <Trace> oximeter.version (9dd452c2-3ed0-4414-a79d-2533f0ad42ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0
571 2025.03.18 03:45:40.654667 [ 259 ] {f92d1963-8fe2-43f9-afa6-e286d2d68ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
572 2025.03.18 03:45:40.659621 [ 259 ] {f92d1963-8fe2-43f9-afa6-e286d2d68ecd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
573 2025.03.18 03:45:40.660316 [ 259 ] {f92d1963-8fe2-43f9-afa6-e286d2d68ecd} <Trace> oximeter.version (9dd452c2-3ed0-4414-a79d-2533f0ad42ed): 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.18 03:45:40.660670 [ 5 ] {f92d1963-8fe2-43f9-afa6-e286d2d68ecd} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.017061 sec., 58.613211417853584 rows/sec., 937.81 B/sec.
575 2025.03.18 03:45:40.661005 [ 5 ] {f92d1963-8fe2-43f9-afa6-e286d2d68ecd} <Debug> TCPHandler: Processed in 0.017828808 sec.
576 2025.03.18 03:45:40.743466 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62847
577 2025.03.18 03:45:40.744518 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
578 2025.03.18 03:45:40.744562 [ 261 ] {} <Debug> TCP-Session: 9659c6b6-85fc-4e1c-8687-9f94b674d9b0 Authenticating user 'default' from [fd00:1122:3344:101::a]:62847
579 2025.03.18 03:45:40.744587 [ 261 ] {} <Debug> TCP-Session: 9659c6b6-85fc-4e1c-8687-9f94b674d9b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
580 2025.03.18 03:45:40.744646 [ 261 ] {} <Debug> TCP-Session: 9659c6b6-85fc-4e1c-8687-9f94b674d9b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
581 2025.03.18 03:45:40.744702 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
582 2025.03.18 03:45:40.744728 [ 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
583 2025.03.18 03:45:40.744770 [ 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
584 2025.03.18 03:45:40.745763 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59429
585 2025.03.18 03:45:40.745846 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51864
586 2025.03.18 03:45:40.746094 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
587 2025.03.18 03:45:40.746164 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
588 2025.03.18 03:45:40.746210 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37160
589 2025.03.18 03:45:40.746155 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62505
590 2025.03.18 03:45:40.746282 [ 262 ] {} <Debug> TCP-Session: 54bc0427-aef5-4040-aa24-075e8f4dd267 Authenticating user 'default' from [fd00:1122:3344:101::a]:59429
591 2025.03.18 03:45:40.746327 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38562
592 2025.03.18 03:45:40.746306 [ 263 ] {} <Debug> TCP-Session: fbe7ddd9-3489-4211-8ea9-1924b3667e96 Authenticating user 'default' from [fd00:1122:3344:101::a]:51864
593 2025.03.18 03:45:40.746478 [ 262 ] {} <Debug> TCP-Session: 54bc0427-aef5-4040-aa24-075e8f4dd267 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
594 2025.03.18 03:45:40.746488 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
595 2025.03.18 03:45:40.746504 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52939
596 2025.03.18 03:45:40.746640 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
597 2025.03.18 03:45:40.746655 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58064
598 2025.03.18 03:45:40.746642 [ 263 ] {} <Debug> TCP-Session: fbe7ddd9-3489-4211-8ea9-1924b3667e96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
599 2025.03.18 03:45:40.746664 [ 262 ] {} <Debug> TCP-Session: 54bc0427-aef5-4040-aa24-075e8f4dd267 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
600 2025.03.18 03:45:40.746788 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
601 2025.03.18 03:45:40.746815 [ 263 ] {} <Debug> TCP-Session: fbe7ddd9-3489-4211-8ea9-1924b3667e96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
602 2025.03.18 03:45:40.746832 [ 264 ] {} <Debug> TCP-Session: 0d7ca03d-eeca-4b15-a889-699ff6a15ab4 Authenticating user 'default' from [fd00:1122:3344:101::a]:62505
603 2025.03.18 03:45:40.746913 [ 265 ] {} <Debug> TCP-Session: f3e5bfe6-1df2-4844-bc04-d1721f6c8044 Authenticating user 'default' from [fd00:1122:3344:101::a]:37160
604 2025.03.18 03:45:40.746993 [ 264 ] {} <Debug> TCP-Session: 0d7ca03d-eeca-4b15-a889-699ff6a15ab4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
605 2025.03.18 03:45:40.747026 [ 265 ] {} <Debug> TCP-Session: f3e5bfe6-1df2-4844-bc04-d1721f6c8044 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
606 2025.03.18 03:45:40.747042 [ 267 ] {} <Debug> TCP-Session: 4bfcf0e5-8347-4baa-a274-1dd64b556644 Authenticating user 'default' from [fd00:1122:3344:101::a]:52939
607 2025.03.18 03:45:40.747128 [ 264 ] {} <Debug> TCP-Session: 0d7ca03d-eeca-4b15-a889-699ff6a15ab4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
608 2025.03.18 03:45:40.747204 [ 265 ] {} <Debug> TCP-Session: f3e5bfe6-1df2-4844-bc04-d1721f6c8044 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
609 2025.03.18 03:45:40.747216 [ 267 ] {} <Debug> TCP-Session: 4bfcf0e5-8347-4baa-a274-1dd64b556644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
610 2025.03.18 03:45:40.747159 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
611 2025.03.18 03:45:40.747305 [ 267 ] {} <Debug> TCP-Session: 4bfcf0e5-8347-4baa-a274-1dd64b556644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
612 2025.03.18 03:45:40.747370 [ 268 ] {} <Debug> TCP-Session: 4eac2db0-d8bb-4597-8c8e-1784af5db74a Authenticating user 'default' from [fd00:1122:3344:101::a]:58064
613 2025.03.18 03:45:40.747416 [ 268 ] {} <Debug> TCP-Session: 4eac2db0-d8bb-4597-8c8e-1784af5db74a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
614 2025.03.18 03:45:40.747459 [ 268 ] {} <Debug> TCP-Session: 4eac2db0-d8bb-4597-8c8e-1784af5db74a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
615 2025.03.18 03:45:40.754533 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
616 2025.03.18 03:45:40.754573 [ 266 ] {} <Debug> TCP-Session: bc695802-669f-4dc4-99fb-648ecc520ab0 Authenticating user 'default' from [fd00:1122:3344:101::a]:38562
617 2025.03.18 03:45:40.754643 [ 266 ] {} <Debug> TCP-Session: bc695802-669f-4dc4-99fb-648ecc520ab0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
618 2025.03.18 03:45:40.754660 [ 266 ] {} <Debug> TCP-Session: bc695802-669f-4dc4-99fb-648ecc520ab0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
619 2025.03.18 03:45:41.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 125.10 MiB, peak 125.10 MiB, free memory in arenas 0.00 B, will set to 139.66 MiB (RSS), difference: 14.56 MiB
620 2025.03.18 03:45:41.290326 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58194
621 2025.03.18 03:45:41.291493 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
622 2025.03.18 03:45:41.291533 [ 269 ] {} <Debug> TCP-Session: 4fae3fb0-5554-47a8-9540-45e86585e8a6 Authenticating user 'default' from [fd00:1122:3344:101::c]:58194
623 2025.03.18 03:45:41.291657 [ 269 ] {} <Debug> TCP-Session: 4fae3fb0-5554-47a8-9540-45e86585e8a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
624 2025.03.18 03:45:41.291672 [ 269 ] {} <Debug> TCP-Session: 4fae3fb0-5554-47a8-9540-45e86585e8a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
625 2025.03.18 03:45:41.291747 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
626 2025.03.18 03:45:41.291868 [ 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.18 03:45:41.291888 [ 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.18 03:45:41.293368 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41588
629 2025.03.18 03:45:41.293564 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
630 2025.03.18 03:45:41.293579 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65060
631 2025.03.18 03:45:41.293684 [ 270 ] {} <Debug> TCP-Session: 65521e3b-bacf-4551-9ee9-ab1ae17d9113 Authenticating user 'default' from [fd00:1122:3344:101::c]:41588
632 2025.03.18 03:45:41.293641 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47599
633 2025.03.18 03:45:41.293723 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48147
634 2025.03.18 03:45:41.293582 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38433
635 2025.03.18 03:45:41.293810 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35567
636 2025.03.18 03:45:41.294083 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56417
637 2025.03.18 03:45:41.294115 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
638 2025.03.18 03:45:41.294118 [ 270 ] {} <Debug> TCP-Session: 65521e3b-bacf-4551-9ee9-ab1ae17d9113 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
639 2025.03.18 03:45:41.294400 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
640 2025.03.18 03:45:41.294764 [ 270 ] {} <Debug> TCP-Session: 65521e3b-bacf-4551-9ee9-ab1ae17d9113 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
641 2025.03.18 03:45:41.294839 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
642 2025.03.18 03:45:41.294919 [ 271 ] {} <Debug> TCP-Session: e1265608-2341-4285-8e93-22ee5273ed41 Authenticating user 'default' from [fd00:1122:3344:101::c]:38433
643 2025.03.18 03:45:41.294917 [ 273 ] {} <Debug> TCP-Session: 573842c2-395e-4b4c-b760-486d95953149 Authenticating user 'default' from [fd00:1122:3344:101::c]:47599
644 2025.03.18 03:45:41.294362 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
645 2025.03.18 03:45:41.295053 [ 274 ] {} <Debug> TCP-Session: 13b1a902-90e5-420e-8a6e-a6c55dec0ac0 Authenticating user 'default' from [fd00:1122:3344:101::c]:48147
646 2025.03.18 03:45:41.295071 [ 273 ] {} <Debug> TCP-Session: 573842c2-395e-4b4c-b760-486d95953149 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
647 2025.03.18 03:45:41.295092 [ 271 ] {} <Debug> TCP-Session: e1265608-2341-4285-8e93-22ee5273ed41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
648 2025.03.18 03:45:41.295155 [ 273 ] {} <Debug> TCP-Session: 573842c2-395e-4b4c-b760-486d95953149 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
649 2025.03.18 03:45:41.295147 [ 272 ] {} <Debug> TCP-Session: 3d160467-f56b-4366-a338-10159774a2ff Authenticating user 'default' from [fd00:1122:3344:101::c]:65060
650 2025.03.18 03:45:41.295186 [ 274 ] {} <Debug> TCP-Session: 13b1a902-90e5-420e-8a6e-a6c55dec0ac0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
651 2025.03.18 03:45:41.295252 [ 272 ] {} <Debug> TCP-Session: 3d160467-f56b-4366-a338-10159774a2ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
652 2025.03.18 03:45:41.295235 [ 271 ] {} <Debug> TCP-Session: e1265608-2341-4285-8e93-22ee5273ed41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
653 2025.03.18 03:45:41.295331 [ 274 ] {} <Debug> TCP-Session: 13b1a902-90e5-420e-8a6e-a6c55dec0ac0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
654 2025.03.18 03:45:41.295363 [ 272 ] {} <Debug> TCP-Session: 3d160467-f56b-4366-a338-10159774a2ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
655 2025.03.18 03:45:41.295798 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
656 2025.03.18 03:45:41.295834 [ 275 ] {} <Debug> TCP-Session: 8a7fc4fb-983c-49b5-b2f1-7bf44a73034b Authenticating user 'default' from [fd00:1122:3344:101::c]:35567
657 2025.03.18 03:45:41.295862 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
658 2025.03.18 03:45:41.295954 [ 275 ] {} <Debug> TCP-Session: 8a7fc4fb-983c-49b5-b2f1-7bf44a73034b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
659 2025.03.18 03:45:41.295979 [ 276 ] {} <Debug> TCP-Session: 51179aa3-5069-4db4-98d7-fdfc833cf0db Authenticating user 'default' from [fd00:1122:3344:101::c]:56417
660 2025.03.18 03:45:41.295987 [ 275 ] {} <Debug> TCP-Session: 8a7fc4fb-983c-49b5-b2f1-7bf44a73034b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
661 2025.03.18 03:45:41.296076 [ 276 ] {} <Debug> TCP-Session: 51179aa3-5069-4db4-98d7-fdfc833cf0db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
662 2025.03.18 03:45:41.296154 [ 276 ] {} <Debug> TCP-Session: 51179aa3-5069-4db4-98d7-fdfc833cf0db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
663 2025.03.18 03:45:42.781032 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52030
664 2025.03.18 03:45:42.782102 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
665 2025.03.18 03:45:42.782145 [ 277 ] {} <Debug> TCP-Session: 23dd1e51-35e2-4153-90da-bcd8366b373a Authenticating user 'default' from [fd00:1122:3344:101::b]:52030
666 2025.03.18 03:45:42.782170 [ 277 ] {} <Debug> TCP-Session: 23dd1e51-35e2-4153-90da-bcd8366b373a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
667 2025.03.18 03:45:42.782295 [ 277 ] {} <Debug> TCP-Session: 23dd1e51-35e2-4153-90da-bcd8366b373a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
668 2025.03.18 03:45:42.782377 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
669 2025.03.18 03:45:42.782403 [ 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.18 03:45:42.782518 [ 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.18 03:45:42.783647 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46960
672 2025.03.18 03:45:42.783656 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62551
673 2025.03.18 03:45:42.783804 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63017
674 2025.03.18 03:45:42.784032 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
675 2025.03.18 03:45:42.784035 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57116
676 2025.03.18 03:45:42.784249 [ 279 ] {} <Debug> TCP-Session: 293d844e-f140-4ef9-bc6b-d856bd224646 Authenticating user 'default' from [fd00:1122:3344:101::b]:46960
677 2025.03.18 03:45:42.784178 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
678 2025.03.18 03:45:42.784396 [ 279 ] {} <Debug> TCP-Session: 293d844e-f140-4ef9-bc6b-d856bd224646 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
679 2025.03.18 03:45:42.784255 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45926
680 2025.03.18 03:45:42.784489 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
681 2025.03.18 03:45:42.784499 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33019
682 2025.03.18 03:45:42.784538 [ 281 ] {} <Debug> TCP-Session: 84bd54c5-b5fa-4133-b103-0b80a8952b24 Authenticating user 'default' from [fd00:1122:3344:101::b]:57116
683 2025.03.18 03:45:42.784587 [ 278 ] {} <Debug> TCP-Session: b03b845c-668a-4c82-9279-6f9807f37d94 Authenticating user 'default' from [fd00:1122:3344:101::b]:62551
684 2025.03.18 03:45:42.784528 [ 279 ] {} <Debug> TCP-Session: 293d844e-f140-4ef9-bc6b-d856bd224646 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
685 2025.03.18 03:45:42.784719 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
686 2025.03.18 03:45:42.784502 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54026
687 2025.03.18 03:45:42.784396 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
688 2025.03.18 03:45:42.784797 [ 281 ] {} <Debug> TCP-Session: 84bd54c5-b5fa-4133-b103-0b80a8952b24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
689 2025.03.18 03:45:42.785053 [ 281 ] {} <Debug> TCP-Session: 84bd54c5-b5fa-4133-b103-0b80a8952b24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
690 2025.03.18 03:45:42.784799 [ 278 ] {} <Debug> TCP-Session: b03b845c-668a-4c82-9279-6f9807f37d94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
691 2025.03.18 03:45:42.785103 [ 280 ] {} <Debug> TCP-Session: 4e013eff-b40a-4445-9749-04c431a41dcf Authenticating user 'default' from [fd00:1122:3344:101::b]:63017
692 2025.03.18 03:45:42.785177 [ 282 ] {} <Debug> TCP-Session: 50e949c3-b3af-434f-bc70-a7eb6ef432ad Authenticating user 'default' from [fd00:1122:3344:101::b]:45926
693 2025.03.18 03:45:42.785155 [ 278 ] {} <Debug> TCP-Session: b03b845c-668a-4c82-9279-6f9807f37d94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
694 2025.03.18 03:45:42.785286 [ 280 ] {} <Debug> TCP-Session: 4e013eff-b40a-4445-9749-04c431a41dcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
695 2025.03.18 03:45:42.785333 [ 282 ] {} <Debug> TCP-Session: 50e949c3-b3af-434f-bc70-a7eb6ef432ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
696 2025.03.18 03:45:42.785439 [ 280 ] {} <Debug> TCP-Session: 4e013eff-b40a-4445-9749-04c431a41dcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
697 2025.03.18 03:45:42.785451 [ 282 ] {} <Debug> TCP-Session: 50e949c3-b3af-434f-bc70-a7eb6ef432ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
698 2025.03.18 03:45:42.787991 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
699 2025.03.18 03:45:42.788025 [ 283 ] {} <Debug> TCP-Session: 3fe1df65-a9b6-48e5-977d-643a045c3e58 Authenticating user 'default' from [fd00:1122:3344:101::b]:54026
700 2025.03.18 03:45:42.788043 [ 283 ] {} <Debug> TCP-Session: 3fe1df65-a9b6-48e5-977d-643a045c3e58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
701 2025.03.18 03:45:42.788163 [ 283 ] {} <Debug> TCP-Session: 3fe1df65-a9b6-48e5-977d-643a045c3e58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
702 2025.03.18 03:45:42.792713 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
703 2025.03.18 03:45:42.792753 [ 284 ] {} <Debug> TCP-Session: 83f67ece-a19e-44c2-aa40-2534b1f46cd4 Authenticating user 'default' from [fd00:1122:3344:101::b]:33019
704 2025.03.18 03:45:42.792878 [ 284 ] {} <Debug> TCP-Session: 83f67ece-a19e-44c2-aa40-2534b1f46cd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
705 2025.03.18 03:45:42.792894 [ 284 ] {} <Debug> TCP-Session: 83f67ece-a19e-44c2-aa40-2534b1f46cd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
706 2025.03.18 03:45:46.738535 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
707 2025.03.18 03:45:46.738554 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488
708 2025.03.18 03:45:46.738754 [ 242 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
709 2025.03.18 03:45:46.738775 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
710 2025.03.18 03:45:46.745757 [ 244 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Loading data parts
711 2025.03.18 03:45:46.746369 [ 244 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): There are no data parts
712 2025.03.18 03:45:46.758280 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
713 2025.03.18 03:45:46.758357 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
714 2025.03.18 03:45:46.761619 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
715 2025.03.18 03:45:46.762517 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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.18 03:45:46.762766 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488
717 2025.03.18 03:45:46.768128 [ 242 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Loading data parts
718 2025.03.18 03:45:46.768386 [ 242 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): There are no data parts
719 2025.03.18 03:45:46.793234 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
720 2025.03.18 03:45:46.793279 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB.
721 2025.03.18 03:45:46.800512 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
722 2025.03.18 03:45:46.801643 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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.18 03:45:46.804016 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
724 2025.03.18 03:45:47.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.75 MiB, peak 149.75 MiB, free memory in arenas 0.00 B, will set to 150.63 MiB (RSS), difference: 4.89 MiB
725 2025.03.18 03:45:49.238552 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88
726 2025.03.18 03:45:49.238663 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
727 2025.03.18 03:45:49.243792 [ 243 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Loading data parts
728 2025.03.18 03:45:49.244074 [ 243 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): There are no data parts
729 2025.03.18 03:45:49.250758 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
730 2025.03.18 03:45:49.250800 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
731 2025.03.18 03:45:49.252595 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
732 2025.03.18 03:45:49.253233 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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.18 03:45:49.253714 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88
734 2025.03.18 03:45:50.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.83 MiB, peak 154.83 MiB, free memory in arenas 0.00 B, will set to 151.11 MiB (RSS), difference: -3.71 MiB
735 2025.03.18 03:45:54.206899 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache
736 2025.03.18 03:45:54.206970 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache
737 2025.03.18 03:45:54.262985 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976
738 2025.03.18 03:45:54.263961 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
739 2025.03.18 03:45:54.264121 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
740 2025.03.18 03:45:54.264808 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
741 2025.03.18 03:45:54.265272 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
742 2025.03.18 03:45:54.265607 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
743 2025.03.18 03:45:54.304174 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
744 2025.03.18 03:45:54.325850 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
745 2025.03.18 03:45:54.325906 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
746 2025.03.18 03:45:54.332641 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
747 2025.03.18 03:45:54.333831 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
748 2025.03.18 03:45:54.336154 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
749 2025.03.18 03:45:55.000237 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.79 MiB, peak 155.79 MiB, free memory in arenas 0.00 B, will set to 153.96 MiB (RSS), difference: 2.18 MiB
750 2025.03.18 03:46:00.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.98 MiB, peak 155.79 MiB, free memory in arenas 0.00 B, will set to 154.00 MiB (RSS), difference: 4.02 MiB
751 2025.03.18 03:46:00.671941 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
752 2025.03.18 03:46:00.672238 [ 3 ] {c08c4168-3353-43ea-b024-4a4233fddbe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
753 2025.03.18 03:46:00.674564 [ 3 ] {c08c4168-3353-43ea-b024-4a4233fddbe2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
754 2025.03.18 03:46:00.680922 [ 3 ] {c08c4168-3353-43ea-b024-4a4233fddbe2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
755 2025.03.18 03:46:00.685605 [ 3 ] {c08c4168-3353-43ea-b024-4a4233fddbe2} <Debug> TCPHandler: Processed in 0.013791537 sec.
756 2025.03.18 03:46:00.690291 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
757 2025.03.18 03:46:00.690446 [ 3 ] {2604bc1b-18e9-4dbe-b1cf-1d37f8ef72bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete)
758 2025.03.18 03:46:00.692111 [ 3 ] {2604bc1b-18e9-4dbe-b1cf-1d37f8ef72bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
759 2025.03.18 03:46:00.692214 [ 3 ] {2604bc1b-18e9-4dbe-b1cf-1d37f8ef72bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
760 2025.03.18 03:46:00.692767 [ 3 ] {2604bc1b-18e9-4dbe-b1cf-1d37f8ef72bd} <Debug> TCPHandler: Processed in 0.002533068 sec.
761 2025.03.18 03:46:00.693025 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
762 2025.03.18 03:46:00.693161 [ 3 ] {abe542bd-e6cd-45e6-8ffe-1f512ace94f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete)
763 2025.03.18 03:46:00.693509 [ 3 ] {abe542bd-e6cd-45e6-8ffe-1f512ace94f8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
764 2025.03.18 03:46:00.693559 [ 3 ] {abe542bd-e6cd-45e6-8ffe-1f512ace94f8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
765 2025.03.18 03:46:00.694037 [ 3 ] {abe542bd-e6cd-45e6-8ffe-1f512ace94f8} <Debug> TCPHandler: Processed in 0.001062276 sec.
766 2025.03.18 03:46:00.694255 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
767 2025.03.18 03:46:00.694391 [ 3 ] {6aa9455f-e7b9-4e26-9b2d-8b1d0514319e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
768 2025.03.18 03:46:00.694701 [ 3 ] {6aa9455f-e7b9-4e26-9b2d-8b1d0514319e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
769 2025.03.18 03:46:00.694752 [ 3 ] {6aa9455f-e7b9-4e26-9b2d-8b1d0514319e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
770 2025.03.18 03:46:00.695225 [ 3 ] {6aa9455f-e7b9-4e26-9b2d-8b1d0514319e} <Debug> TCPHandler: Processed in 0.001020356 sec.
771 2025.03.18 03:46:00.695429 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
772 2025.03.18 03:46:00.695563 [ 3 ] {ce3ff59c-e4f5-4d8f-82c3-7d7ce79bc5b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
773 2025.03.18 03:46:00.695875 [ 3 ] {ce3ff59c-e4f5-4d8f-82c3-7d7ce79bc5b4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
774 2025.03.18 03:46:00.695926 [ 3 ] {ce3ff59c-e4f5-4d8f-82c3-7d7ce79bc5b4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
775 2025.03.18 03:46:00.696380 [ 3 ] {ce3ff59c-e4f5-4d8f-82c3-7d7ce79bc5b4} <Debug> TCPHandler: Processed in 0.001002325 sec.
776 2025.03.18 03:46:00.696570 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
777 2025.03.18 03:46:00.696705 [ 3 ] {e86d07cd-0eae-4cc5-beec-db31d89e52b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
778 2025.03.18 03:46:00.697018 [ 3 ] {e86d07cd-0eae-4cc5-beec-db31d89e52b7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
779 2025.03.18 03:46:00.697069 [ 3 ] {e86d07cd-0eae-4cc5-beec-db31d89e52b7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
780 2025.03.18 03:46:00.697524 [ 3 ] {e86d07cd-0eae-4cc5-beec-db31d89e52b7} <Debug> TCPHandler: Processed in 0.001004925 sec.
781 2025.03.18 03:46:00.697728 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
782 2025.03.18 03:46:00.697864 [ 3 ] {68fb7649-72df-47ad-a4b3-6667b88e46e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
783 2025.03.18 03:46:00.698180 [ 3 ] {68fb7649-72df-47ad-a4b3-6667b88e46e2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
784 2025.03.18 03:46:00.698230 [ 3 ] {68fb7649-72df-47ad-a4b3-6667b88e46e2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
785 2025.03.18 03:46:00.698687 [ 3 ] {68fb7649-72df-47ad-a4b3-6667b88e46e2} <Debug> TCPHandler: Processed in 0.001009505 sec.
786 2025.03.18 03:46:00.698873 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
787 2025.03.18 03:46:00.699009 [ 3 ] {6c1f2248-710e-4b9d-98c6-89ced24f790e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
788 2025.03.18 03:46:00.699328 [ 3 ] {6c1f2248-710e-4b9d-98c6-89ced24f790e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
789 2025.03.18 03:46:00.699378 [ 3 ] {6c1f2248-710e-4b9d-98c6-89ced24f790e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
790 2025.03.18 03:46:00.699830 [ 3 ] {6c1f2248-710e-4b9d-98c6-89ced24f790e} <Debug> TCPHandler: Processed in 0.001006755 sec.
791 2025.03.18 03:46:00.700026 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
792 2025.03.18 03:46:00.700164 [ 3 ] {65dc2644-fddd-4a90-8be4-af540871c4f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
793 2025.03.18 03:46:00.700488 [ 3 ] {65dc2644-fddd-4a90-8be4-af540871c4f9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
794 2025.03.18 03:46:00.700540 [ 3 ] {65dc2644-fddd-4a90-8be4-af540871c4f9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
795 2025.03.18 03:46:00.700993 [ 3 ] {65dc2644-fddd-4a90-8be4-af540871c4f9} <Debug> TCPHandler: Processed in 0.001017706 sec.
796 2025.03.18 03:46:00.701180 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
797 2025.03.18 03:46:00.701318 [ 3 ] {f9475cc2-edb0-480e-b432-65f5e9f05687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
798 2025.03.18 03:46:00.701644 [ 3 ] {f9475cc2-edb0-480e-b432-65f5e9f05687} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
799 2025.03.18 03:46:00.701693 [ 3 ] {f9475cc2-edb0-480e-b432-65f5e9f05687} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
800 2025.03.18 03:46:00.702149 [ 3 ] {f9475cc2-edb0-480e-b432-65f5e9f05687} <Debug> TCPHandler: Processed in 0.001017566 sec.
801 2025.03.18 03:46:00.702343 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
802 2025.03.18 03:46:00.702483 [ 3 ] {3fe5f220-42b6-4079-abb0-48558516c1b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
803 2025.03.18 03:46:00.702815 [ 3 ] {3fe5f220-42b6-4079-abb0-48558516c1b5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
804 2025.03.18 03:46:00.702865 [ 3 ] {3fe5f220-42b6-4079-abb0-48558516c1b5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
805 2025.03.18 03:46:00.703331 [ 3 ] {3fe5f220-42b6-4079-abb0-48558516c1b5} <Debug> TCPHandler: Processed in 0.001037916 sec.
806 2025.03.18 03:46:00.703525 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
807 2025.03.18 03:46:00.703665 [ 3 ] {f76b8fed-e0ba-4b23-95e1-f4105eb34da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
808 2025.03.18 03:46:00.703998 [ 3 ] {f76b8fed-e0ba-4b23-95e1-f4105eb34da6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
809 2025.03.18 03:46:00.704049 [ 3 ] {f76b8fed-e0ba-4b23-95e1-f4105eb34da6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
810 2025.03.18 03:46:00.704514 [ 3 ] {f76b8fed-e0ba-4b23-95e1-f4105eb34da6} <Debug> TCPHandler: Processed in 0.001037875 sec.
811 2025.03.18 03:46:00.704723 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
812 2025.03.18 03:46:00.704865 [ 3 ] {4b7d97fe-7767-4284-bc8c-b65c729b17da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
813 2025.03.18 03:46:00.705203 [ 3 ] {4b7d97fe-7767-4284-bc8c-b65c729b17da} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
814 2025.03.18 03:46:00.705254 [ 3 ] {4b7d97fe-7767-4284-bc8c-b65c729b17da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
815 2025.03.18 03:46:00.705726 [ 3 ] {4b7d97fe-7767-4284-bc8c-b65c729b17da} <Debug> TCPHandler: Processed in 0.001052566 sec.
816 2025.03.18 03:46:00.705932 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
817 2025.03.18 03:46:00.706073 [ 3 ] {84d99207-3460-444b-90e9-768568435ce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
818 2025.03.18 03:46:00.706414 [ 3 ] {84d99207-3460-444b-90e9-768568435ce8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
819 2025.03.18 03:46:00.706465 [ 3 ] {84d99207-3460-444b-90e9-768568435ce8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
820 2025.03.18 03:46:00.706924 [ 3 ] {84d99207-3460-444b-90e9-768568435ce8} <Debug> TCPHandler: Processed in 0.001041125 sec.
821 2025.03.18 03:46:00.707127 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
822 2025.03.18 03:46:00.707270 [ 3 ] {b0667791-bc8d-4586-994b-c4493693dc2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
823 2025.03.18 03:46:00.707612 [ 3 ] {b0667791-bc8d-4586-994b-c4493693dc2d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
824 2025.03.18 03:46:00.707662 [ 3 ] {b0667791-bc8d-4586-994b-c4493693dc2d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
825 2025.03.18 03:46:00.708124 [ 3 ] {b0667791-bc8d-4586-994b-c4493693dc2d} <Debug> TCPHandler: Processed in 0.001046575 sec.
826 2025.03.18 03:46:00.708312 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
827 2025.03.18 03:46:00.708456 [ 3 ] {0999554b-387e-4a5c-b1a3-2d2097556486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
828 2025.03.18 03:46:00.708803 [ 3 ] {0999554b-387e-4a5c-b1a3-2d2097556486} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
829 2025.03.18 03:46:00.708853 [ 3 ] {0999554b-387e-4a5c-b1a3-2d2097556486} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
830 2025.03.18 03:46:00.709322 [ 3 ] {0999554b-387e-4a5c-b1a3-2d2097556486} <Debug> TCPHandler: Processed in 0.001058285 sec.
831 2025.03.18 03:46:00.709517 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
832 2025.03.18 03:46:00.709661 [ 3 ] {33b6edbf-f409-43b6-adbc-27575d0d4161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
833 2025.03.18 03:46:00.710008 [ 3 ] {33b6edbf-f409-43b6-adbc-27575d0d4161} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
834 2025.03.18 03:46:00.710058 [ 3 ] {33b6edbf-f409-43b6-adbc-27575d0d4161} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
835 2025.03.18 03:46:00.710525 [ 3 ] {33b6edbf-f409-43b6-adbc-27575d0d4161} <Debug> TCPHandler: Processed in 0.001056196 sec.
836 2025.03.18 03:46:00.710720 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
837 2025.03.18 03:46:00.710864 [ 3 ] {9bb7ae81-1c73-40d1-8d57-fbc2a5ccffb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
838 2025.03.18 03:46:00.711212 [ 3 ] {9bb7ae81-1c73-40d1-8d57-fbc2a5ccffb6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
839 2025.03.18 03:46:00.711263 [ 3 ] {9bb7ae81-1c73-40d1-8d57-fbc2a5ccffb6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
840 2025.03.18 03:46:00.711691 [ 3 ] {9bb7ae81-1c73-40d1-8d57-fbc2a5ccffb6} <Debug> TCPHandler: Processed in 0.001021675 sec.
841 2025.03.18 03:46:00.717587 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
842 2025.03.18 03:46:00.717718 [ 3 ] {1cd0aa6e-8f9b-4674-bf29-6bdb6e0569cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
843 2025.03.18 03:46:00.717770 [ 3 ] {1cd0aa6e-8f9b-4674-bf29-6bdb6e0569cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
844 2025.03.18 03:46:00.718739 [ 3 ] {1cd0aa6e-8f9b-4674-bf29-6bdb6e0569cd} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
845 2025.03.18 03:46:00.718788 [ 3 ] {1cd0aa6e-8f9b-4674-bf29-6bdb6e0569cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
846 2025.03.18 03:46:00.719441 [ 3 ] {1cd0aa6e-8f9b-4674-bf29-6bdb6e0569cd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
847 2025.03.18 03:46:00.719827 [ 3 ] {1cd0aa6e-8f9b-4674-bf29-6bdb6e0569cd} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): 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.18 03:46:00.720082 [ 3 ] {1cd0aa6e-8f9b-4674-bf29-6bdb6e0569cd} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002355 sec., 7643.3121019108285 rows/sec., 1.04 MiB/sec.
849 2025.03.18 03:46:00.720247 [ 3 ] {1cd0aa6e-8f9b-4674-bf29-6bdb6e0569cd} <Debug> TCPHandler: Processed in 0.002686531 sec.
850 2025.03.18 03:46:00.720372 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
851 2025.03.18 03:46:00.720477 [ 3 ] {2a0aa336-2454-444b-8780-8e0319071c6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
852 2025.03.18 03:46:00.720521 [ 3 ] {2a0aa336-2454-444b-8780-8e0319071c6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
853 2025.03.18 03:46:00.724170 [ 3 ] {2a0aa336-2454-444b-8780-8e0319071c6a} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
854 2025.03.18 03:46:00.724238 [ 3 ] {2a0aa336-2454-444b-8780-8e0319071c6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
855 2025.03.18 03:46:00.725023 [ 3 ] {2a0aa336-2454-444b-8780-8e0319071c6a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
856 2025.03.18 03:46:00.725446 [ 3 ] {2a0aa336-2454-444b-8780-8e0319071c6a} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
857 2025.03.18 03:46:00.725701 [ 3 ] {2a0aa336-2454-444b-8780-8e0319071c6a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00523 sec., 10707.456978967495 rows/sec., 842.31 KiB/sec.
858 2025.03.18 03:46:00.725821 [ 3 ] {2a0aa336-2454-444b-8780-8e0319071c6a} <Debug> TCPHandler: Processed in 0.005499432 sec.
859 2025.03.18 03:46:00.725955 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
860 2025.03.18 03:46:00.726062 [ 3 ] {8d21e9df-6752-49d8-8307-ddf946f632b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
861 2025.03.18 03:46:00.726105 [ 3 ] {8d21e9df-6752-49d8-8307-ddf946f632b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
862 2025.03.18 03:46:00.726667 [ 3 ] {8d21e9df-6752-49d8-8307-ddf946f632b4} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
863 2025.03.18 03:46:00.726706 [ 3 ] {8d21e9df-6752-49d8-8307-ddf946f632b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
864 2025.03.18 03:46:00.727170 [ 3 ] {8d21e9df-6752-49d8-8307-ddf946f632b4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
865 2025.03.18 03:46:00.727703 [ 3 ] {8d21e9df-6752-49d8-8307-ddf946f632b4} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
866 2025.03.18 03:46:00.727910 [ 3 ] {8d21e9df-6752-49d8-8307-ddf946f632b4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001864 sec., 34334.76394849786 rows/sec., 2.68 MiB/sec.
867 2025.03.18 03:46:00.728023 [ 3 ] {8d21e9df-6752-49d8-8307-ddf946f632b4} <Debug> TCPHandler: Processed in 0.002118072 sec.
868 2025.03.18 03:46:00.728138 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
869 2025.03.18 03:46:00.728245 [ 3 ] {90344ac1-815e-47c7-88d0-f5defb7e5c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
870 2025.03.18 03:46:00.728292 [ 3 ] {90344ac1-815e-47c7-88d0-f5defb7e5c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
871 2025.03.18 03:46:00.728839 [ 3 ] {90344ac1-815e-47c7-88d0-f5defb7e5c6c} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
872 2025.03.18 03:46:00.728874 [ 3 ] {90344ac1-815e-47c7-88d0-f5defb7e5c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
873 2025.03.18 03:46:00.729447 [ 3 ] {90344ac1-815e-47c7-88d0-f5defb7e5c6c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
874 2025.03.18 03:46:00.729927 [ 3 ] {90344ac1-815e-47c7-88d0-f5defb7e5c6c} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
875 2025.03.18 03:46:00.730200 [ 3 ] {90344ac1-815e-47c7-88d0-f5defb7e5c6c} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001967 sec., 65073.71631926792 rows/sec., 4.53 MiB/sec.
876 2025.03.18 03:46:00.730275 [ 3 ] {90344ac1-815e-47c7-88d0-f5defb7e5c6c} <Debug> TCPHandler: Processed in 0.002187593 sec.
877 2025.03.18 03:46:00.730390 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
878 2025.03.18 03:46:00.730497 [ 3 ] {b14f6d0c-d5dd-49cf-8096-316108098c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
879 2025.03.18 03:46:00.730541 [ 3 ] {b14f6d0c-d5dd-49cf-8096-316108098c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
880 2025.03.18 03:46:00.730965 [ 3 ] {b14f6d0c-d5dd-49cf-8096-316108098c65} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
881 2025.03.18 03:46:00.731003 [ 3 ] {b14f6d0c-d5dd-49cf-8096-316108098c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
882 2025.03.18 03:46:00.731449 [ 3 ] {b14f6d0c-d5dd-49cf-8096-316108098c65} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
883 2025.03.18 03:46:00.731876 [ 3 ] {b14f6d0c-d5dd-49cf-8096-316108098c65} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
884 2025.03.18 03:46:00.732082 [ 3 ] {b14f6d0c-d5dd-49cf-8096-316108098c65} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001607 sec., 29869.321717486 rows/sec., 2.01 MiB/sec.
885 2025.03.18 03:46:00.732137 [ 3 ] {b14f6d0c-d5dd-49cf-8096-316108098c65} <Debug> TCPHandler: Processed in 0.001797297 sec.
886 2025.03.18 03:46:01.765793 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403
887 2025.03.18 03:46:01.766701 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
888 2025.03.18 03:46:01.766766 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
889 2025.03.18 03:46:01.767573 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
890 2025.03.18 03:46:01.768098 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
891 2025.03.18 03:46:01.768308 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403
892 2025.03.18 03:46:01.836407 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
893 2025.03.18 03:46:01.854290 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
894 2025.03.18 03:46:01.854342 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
895 2025.03.18 03:46:01.860920 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
896 2025.03.18 03:46:01.861994 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
897 2025.03.18 03:46:01.864588 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
898 2025.03.18 03:46:05.678632 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
899 2025.03.18 03:46:05.678835 [ 3 ] {c0b6b64c-807f-4ede-9062-b7fdfd050e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
900 2025.03.18 03:46:05.678909 [ 3 ] {c0b6b64c-807f-4ede-9062-b7fdfd050e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
901 2025.03.18 03:46:05.679687 [ 3 ] {c0b6b64c-807f-4ede-9062-b7fdfd050e85} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
902 2025.03.18 03:46:05.679733 [ 3 ] {c0b6b64c-807f-4ede-9062-b7fdfd050e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
903 2025.03.18 03:46:05.680261 [ 3 ] {c0b6b64c-807f-4ede-9062-b7fdfd050e85} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
904 2025.03.18 03:46:05.680727 [ 3 ] {c0b6b64c-807f-4ede-9062-b7fdfd050e85} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
905 2025.03.18 03:46:05.681040 [ 3 ] {c0b6b64c-807f-4ede-9062-b7fdfd050e85} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002243 sec., 24966.562639322336 rows/sec., 1.92 MiB/sec.
906 2025.03.18 03:46:05.681137 [ 3 ] {c0b6b64c-807f-4ede-9062-b7fdfd050e85} <Debug> TCPHandler: Processed in 0.002635249 sec.
907 2025.03.18 03:46:05.681265 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
908 2025.03.18 03:46:05.681375 [ 3 ] {2889b312-8959-4b13-9396-0ba80afc4b10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
909 2025.03.18 03:46:05.681423 [ 3 ] {2889b312-8959-4b13-9396-0ba80afc4b10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
910 2025.03.18 03:46:05.681981 [ 3 ] {2889b312-8959-4b13-9396-0ba80afc4b10} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
911 2025.03.18 03:46:05.682021 [ 3 ] {2889b312-8959-4b13-9396-0ba80afc4b10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
912 2025.03.18 03:46:05.682536 [ 3 ] {2889b312-8959-4b13-9396-0ba80afc4b10} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
913 2025.03.18 03:46:05.682990 [ 3 ] {2889b312-8959-4b13-9396-0ba80afc4b10} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
914 2025.03.18 03:46:05.683200 [ 3 ] {2889b312-8959-4b13-9396-0ba80afc4b10} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00185 sec., 34594.59459459459 rows/sec., 2.70 MiB/sec.
915 2025.03.18 03:46:05.683253 [ 3 ] {2889b312-8959-4b13-9396-0ba80afc4b10} <Debug> TCPHandler: Processed in 0.002041931 sec.
916 2025.03.18 03:46:05.683371 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
917 2025.03.18 03:46:05.683478 [ 3 ] {32a0bb34-bb1f-42e7-aeb0-30e3c34cba6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
918 2025.03.18 03:46:05.683526 [ 3 ] {32a0bb34-bb1f-42e7-aeb0-30e3c34cba6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
919 2025.03.18 03:46:05.684046 [ 3 ] {32a0bb34-bb1f-42e7-aeb0-30e3c34cba6b} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
920 2025.03.18 03:46:05.684084 [ 3 ] {32a0bb34-bb1f-42e7-aeb0-30e3c34cba6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
921 2025.03.18 03:46:05.684580 [ 3 ] {32a0bb34-bb1f-42e7-aeb0-30e3c34cba6b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
922 2025.03.18 03:46:05.685053 [ 3 ] {32a0bb34-bb1f-42e7-aeb0-30e3c34cba6b} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
923 2025.03.18 03:46:05.685261 [ 3 ] {32a0bb34-bb1f-42e7-aeb0-30e3c34cba6b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001806 sec., 88593.57696566998 rows/sec., 6.17 MiB/sec.
924 2025.03.18 03:46:05.685313 [ 3 ] {32a0bb34-bb1f-42e7-aeb0-30e3c34cba6b} <Debug> TCPHandler: Processed in 0.00199411 sec.
925 2025.03.18 03:46:05.685441 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
926 2025.03.18 03:46:05.685547 [ 3 ] {799dd7c5-dd34-4128-8902-91b17eccc2d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
927 2025.03.18 03:46:05.685592 [ 3 ] {799dd7c5-dd34-4128-8902-91b17eccc2d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
928 2025.03.18 03:46:05.686032 [ 3 ] {799dd7c5-dd34-4128-8902-91b17eccc2d7} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
929 2025.03.18 03:46:05.686070 [ 3 ] {799dd7c5-dd34-4128-8902-91b17eccc2d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
930 2025.03.18 03:46:05.686613 [ 3 ] {799dd7c5-dd34-4128-8902-91b17eccc2d7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
931 2025.03.18 03:46:05.687087 [ 3 ] {799dd7c5-dd34-4128-8902-91b17eccc2d7} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
932 2025.03.18 03:46:05.687372 [ 3 ] {799dd7c5-dd34-4128-8902-91b17eccc2d7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001836 sec., 32679.738562091505 rows/sec., 2.20 MiB/sec.
933 2025.03.18 03:46:05.687437 [ 3 ] {799dd7c5-dd34-4128-8902-91b17eccc2d7} <Debug> TCPHandler: Processed in 0.002046191 sec.
934 2025.03.18 03:46:09.207016 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache
935 2025.03.18 03:46:09.207078 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache
936 2025.03.18 03:46:09.254464 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142
937 2025.03.18 03:46:09.258614 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
938 2025.03.18 03:46:09.258659 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
939 2025.03.18 03:46:09.260326 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
940 2025.03.18 03:46:09.260844 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
941 2025.03.18 03:46:09.261391 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142
942 2025.03.18 03:46:09.268491 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891
943 2025.03.18 03:46:09.269151 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
944 2025.03.18 03:46:09.269196 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
945 2025.03.18 03:46:09.269859 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
946 2025.03.18 03:46:09.270367 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
947 2025.03.18 03:46:09.270599 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
948 2025.03.18 03:46:09.364741 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
949 2025.03.18 03:46:09.384088 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
950 2025.03.18 03:46:09.384145 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
951 2025.03.18 03:46:09.390753 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
952 2025.03.18 03:46:09.391871 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
953 2025.03.18 03:46:09.394344 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
954 2025.03.18 03:46:10.672298 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
955 2025.03.18 03:46:10.672543 [ 3 ] {7f0da27d-ecc4-4e3f-b69f-6d2220ab4a87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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)
956 2025.03.18 03:46:10.674926 [ 3 ] {7f0da27d-ecc4-4e3f-b69f-6d2220ab4a87} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
957 2025.03.18 03:46:10.678820 [ 3 ] {7f0da27d-ecc4-4e3f-b69f-6d2220ab4a87} <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
958 2025.03.18 03:46:10.679161 [ 3 ] {7f0da27d-ecc4-4e3f-b69f-6d2220ab4a87} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
959 2025.03.18 03:46:10.681234 [ 3 ] {7f0da27d-ecc4-4e3f-b69f-6d2220ab4a87} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
960 2025.03.18 03:46:10.681547 [ 3 ] {7f0da27d-ecc4-4e3f-b69f-6d2220ab4a87} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
961 2025.03.18 03:46:10.684980 [ 3 ] {7f0da27d-ecc4-4e3f-b69f-6d2220ab4a87} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
962 2025.03.18 03:46:10.685044 [ 3 ] {7f0da27d-ecc4-4e3f-b69f-6d2220ab4a87} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
963 2025.03.18 03:46:10.685068 [ 3 ] {7f0da27d-ecc4-4e3f-b69f-6d2220ab4a87} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
964 2025.03.18 03:46:10.687104 [ 3 ] {7f0da27d-ecc4-4e3f-b69f-6d2220ab4a87} <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'))"
965 2025.03.18 03:46:10.687137 [ 3 ] {7f0da27d-ecc4-4e3f-b69f-6d2220ab4a87} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
966 2025.03.18 03:46:10.695050 [ 3 ] {7f0da27d-ecc4-4e3f-b69f-6d2220ab4a87} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.022613 sec., 796.0022995621987 rows/sec., 32.56 KiB/sec.
967 2025.03.18 03:46:10.695176 [ 3 ] {7f0da27d-ecc4-4e3f-b69f-6d2220ab4a87} <Debug> TCPHandler: Processed in 0.023009046 sec.
968 2025.03.18 03:46:10.704086 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
969 2025.03.18 03:46:10.704221 [ 3 ] {b5c0e5ea-46f6-4038-9995-8d93c191272a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
970 2025.03.18 03:46:10.704281 [ 3 ] {b5c0e5ea-46f6-4038-9995-8d93c191272a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
971 2025.03.18 03:46:10.705067 [ 3 ] {b5c0e5ea-46f6-4038-9995-8d93c191272a} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
972 2025.03.18 03:46:10.705113 [ 3 ] {b5c0e5ea-46f6-4038-9995-8d93c191272a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
973 2025.03.18 03:46:10.705727 [ 3 ] {b5c0e5ea-46f6-4038-9995-8d93c191272a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
974 2025.03.18 03:46:10.706137 [ 3 ] {b5c0e5ea-46f6-4038-9995-8d93c191272a} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
975 2025.03.18 03:46:10.706360 [ 3 ] {b5c0e5ea-46f6-4038-9995-8d93c191272a} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.002179 sec., 458.9261128958238 rows/sec., 68.57 KiB/sec.
976 2025.03.18 03:46:10.706415 [ 3 ] {b5c0e5ea-46f6-4038-9995-8d93c191272a} <Debug> TCPHandler: Processed in 0.002392316 sec.
977 2025.03.18 03:46:10.706523 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
978 2025.03.18 03:46:10.706629 [ 3 ] {cf1cea71-f0be-4a11-bbe1-4ca02aa79b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
979 2025.03.18 03:46:10.706676 [ 3 ] {cf1cea71-f0be-4a11-bbe1-4ca02aa79b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
980 2025.03.18 03:46:10.707247 [ 3 ] {cf1cea71-f0be-4a11-bbe1-4ca02aa79b0a} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
981 2025.03.18 03:46:10.707288 [ 3 ] {cf1cea71-f0be-4a11-bbe1-4ca02aa79b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
982 2025.03.18 03:46:10.707796 [ 3 ] {cf1cea71-f0be-4a11-bbe1-4ca02aa79b0a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
983 2025.03.18 03:46:10.708275 [ 3 ] {cf1cea71-f0be-4a11-bbe1-4ca02aa79b0a} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
984 2025.03.18 03:46:10.708495 [ 3 ] {cf1cea71-f0be-4a11-bbe1-4ca02aa79b0a} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001891 sec., 38075.09254362771 rows/sec., 3.09 MiB/sec.
985 2025.03.18 03:46:10.708546 [ 3 ] {cf1cea71-f0be-4a11-bbe1-4ca02aa79b0a} <Debug> TCPHandler: Processed in 0.002074781 sec.
986 2025.03.18 03:46:10.708665 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
987 2025.03.18 03:46:10.708770 [ 3 ] {af7e64cd-3ad2-4f5a-a55b-b2aafe973e53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
988 2025.03.18 03:46:10.708815 [ 3 ] {af7e64cd-3ad2-4f5a-a55b-b2aafe973e53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
989 2025.03.18 03:46:10.709372 [ 3 ] {af7e64cd-3ad2-4f5a-a55b-b2aafe973e53} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
990 2025.03.18 03:46:10.709409 [ 3 ] {af7e64cd-3ad2-4f5a-a55b-b2aafe973e53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
991 2025.03.18 03:46:10.709855 [ 3 ] {af7e64cd-3ad2-4f5a-a55b-b2aafe973e53} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
992 2025.03.18 03:46:10.710367 [ 3 ] {af7e64cd-3ad2-4f5a-a55b-b2aafe973e53} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
993 2025.03.18 03:46:10.710615 [ 3 ] {af7e64cd-3ad2-4f5a-a55b-b2aafe973e53} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001864 sec., 4291.845493562232 rows/sec., 322.73 KiB/sec.
994 2025.03.18 03:46:10.710763 [ 3 ] {af7e64cd-3ad2-4f5a-a55b-b2aafe973e53} <Debug> TCPHandler: Processed in 0.002147862 sec.
995 2025.03.18 03:46:10.710870 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
996 2025.03.18 03:46:10.710972 [ 3 ] {021523fc-820c-4acb-b105-37cae848e45a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
997 2025.03.18 03:46:10.711016 [ 3 ] {021523fc-820c-4acb-b105-37cae848e45a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
998 2025.03.18 03:46:10.711599 [ 3 ] {021523fc-820c-4acb-b105-37cae848e45a} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
999 2025.03.18 03:46:10.711639 [ 3 ] {021523fc-820c-4acb-b105-37cae848e45a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1000 2025.03.18 03:46:10.712106 [ 3 ] {021523fc-820c-4acb-b105-37cae848e45a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1001 2025.03.18 03:46:10.712549 [ 3 ] {021523fc-820c-4acb-b105-37cae848e45a} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1002 2025.03.18 03:46:10.712753 [ 3 ] {021523fc-820c-4acb-b105-37cae848e45a} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001803 sec., 39933.44425956739 rows/sec., 3.12 MiB/sec.
1003 2025.03.18 03:46:10.712803 [ 3 ] {021523fc-820c-4acb-b105-37cae848e45a} <Debug> TCPHandler: Processed in 0.00198402 sec.
1004 2025.03.18 03:46:10.712918 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1005 2025.03.18 03:46:10.713022 [ 3 ] {9ffdfb31-8d0c-43c2-8317-0bcd34d06331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1006 2025.03.18 03:46:10.713069 [ 3 ] {9ffdfb31-8d0c-43c2-8317-0bcd34d06331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1007 2025.03.18 03:46:10.713580 [ 3 ] {9ffdfb31-8d0c-43c2-8317-0bcd34d06331} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1008 2025.03.18 03:46:10.713619 [ 3 ] {9ffdfb31-8d0c-43c2-8317-0bcd34d06331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1009 2025.03.18 03:46:10.714164 [ 3 ] {9ffdfb31-8d0c-43c2-8317-0bcd34d06331} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1010 2025.03.18 03:46:10.714614 [ 3 ] {9ffdfb31-8d0c-43c2-8317-0bcd34d06331} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1011 2025.03.18 03:46:10.714833 [ 3 ] {9ffdfb31-8d0c-43c2-8317-0bcd34d06331} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001832 sec., 87336.24454148472 rows/sec., 6.08 MiB/sec.
1012 2025.03.18 03:46:10.714882 [ 3 ] {9ffdfb31-8d0c-43c2-8317-0bcd34d06331} <Debug> TCPHandler: Processed in 0.00201491 sec.
1013 2025.03.18 03:46:10.715012 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1014 2025.03.18 03:46:10.715116 [ 3 ] {a76867ff-9ccd-480d-9e5c-dffaa4556ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1015 2025.03.18 03:46:10.715179 [ 3 ] {a76867ff-9ccd-480d-9e5c-dffaa4556ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1016 2025.03.18 03:46:10.716189 [ 3 ] {a76867ff-9ccd-480d-9e5c-dffaa4556ddb} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1017 2025.03.18 03:46:10.716228 [ 3 ] {a76867ff-9ccd-480d-9e5c-dffaa4556ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1018 2025.03.18 03:46:10.718974 [ 3 ] {a76867ff-9ccd-480d-9e5c-dffaa4556ddb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1019 2025.03.18 03:46:10.719480 [ 3 ] {a76867ff-9ccd-480d-9e5c-dffaa4556ddb} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1020 2025.03.18 03:46:10.719782 [ 3 ] {a76867ff-9ccd-480d-9e5c-dffaa4556ddb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004672 sec., 1712.3287671232877 rows/sec., 3.07 MiB/sec.
1021 2025.03.18 03:46:10.719929 [ 3 ] {a76867ff-9ccd-480d-9e5c-dffaa4556ddb} <Debug> TCPHandler: Processed in 0.004967165 sec.
1022 2025.03.18 03:46:10.720072 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1023 2025.03.18 03:46:10.720177 [ 3 ] {7345a66a-3860-4afe-83d9-5433894467b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1024 2025.03.18 03:46:10.720222 [ 3 ] {7345a66a-3860-4afe-83d9-5433894467b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1025 2025.03.18 03:46:10.720659 [ 3 ] {7345a66a-3860-4afe-83d9-5433894467b9} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1026 2025.03.18 03:46:10.720698 [ 3 ] {7345a66a-3860-4afe-83d9-5433894467b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1027 2025.03.18 03:46:10.721151 [ 3 ] {7345a66a-3860-4afe-83d9-5433894467b9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1028 2025.03.18 03:46:10.721669 [ 3 ] {7345a66a-3860-4afe-83d9-5433894467b9} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1029 2025.03.18 03:46:10.721879 [ 3 ] {7345a66a-3860-4afe-83d9-5433894467b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001725 sec., 34782.608695652176 rows/sec., 2.34 MiB/sec.
1030 2025.03.18 03:46:10.721931 [ 3 ] {7345a66a-3860-4afe-83d9-5433894467b9} <Debug> TCPHandler: Processed in 0.001909179 sec.
1031 2025.03.18 03:46:15.677679 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1032 2025.03.18 03:46:15.677885 [ 3 ] {6e4bebcc-8f60-429a-8205-0dddf9bafbb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1033 2025.03.18 03:46:15.677960 [ 3 ] {6e4bebcc-8f60-429a-8205-0dddf9bafbb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1034 2025.03.18 03:46:15.678834 [ 3 ] {6e4bebcc-8f60-429a-8205-0dddf9bafbb3} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1035 2025.03.18 03:46:15.678883 [ 3 ] {6e4bebcc-8f60-429a-8205-0dddf9bafbb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1036 2025.03.18 03:46:15.679320 [ 3 ] {6e4bebcc-8f60-429a-8205-0dddf9bafbb3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1037 2025.03.18 03:46:15.679593 [ 3 ] {6e4bebcc-8f60-429a-8205-0dddf9bafbb3} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1038 2025.03.18 03:46:15.679795 [ 3 ] {6e4bebcc-8f60-429a-8205-0dddf9bafbb3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001964 sec., 28513.238289205703 rows/sec., 2.19 MiB/sec.
1039 2025.03.18 03:46:15.679858 [ 3 ] {6e4bebcc-8f60-429a-8205-0dddf9bafbb3} <Debug> TCPHandler: Processed in 0.002316465 sec.
1040 2025.03.18 03:46:15.679984 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1041 2025.03.18 03:46:15.680098 [ 3 ] {abaaaab5-8398-43b3-af11-85cf89f06527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1042 2025.03.18 03:46:15.680147 [ 3 ] {abaaaab5-8398-43b3-af11-85cf89f06527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1043 2025.03.18 03:46:15.680703 [ 3 ] {abaaaab5-8398-43b3-af11-85cf89f06527} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1044 2025.03.18 03:46:15.680742 [ 3 ] {abaaaab5-8398-43b3-af11-85cf89f06527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1045 2025.03.18 03:46:15.681102 [ 3 ] {abaaaab5-8398-43b3-af11-85cf89f06527} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1046 2025.03.18 03:46:15.681359 [ 3 ] {abaaaab5-8398-43b3-af11-85cf89f06527} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1047 2025.03.18 03:46:15.681541 [ 3 ] {abaaaab5-8398-43b3-af11-85cf89f06527} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00147 sec., 43537.4149659864 rows/sec., 3.40 MiB/sec.
1048 2025.03.18 03:46:15.681594 [ 3 ] {abaaaab5-8398-43b3-af11-85cf89f06527} <Debug> TCPHandler: Processed in 0.001662135 sec.
1049 2025.03.18 03:46:15.681723 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1050 2025.03.18 03:46:15.681828 [ 3 ] {b7b0aecd-3b04-4133-938a-1d3b63ffa751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1051 2025.03.18 03:46:15.681878 [ 3 ] {b7b0aecd-3b04-4133-938a-1d3b63ffa751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1052 2025.03.18 03:46:15.682404 [ 3 ] {b7b0aecd-3b04-4133-938a-1d3b63ffa751} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1053 2025.03.18 03:46:15.682442 [ 3 ] {b7b0aecd-3b04-4133-938a-1d3b63ffa751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1054 2025.03.18 03:46:15.682817 [ 3 ] {b7b0aecd-3b04-4133-938a-1d3b63ffa751} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1055 2025.03.18 03:46:15.683048 [ 3 ] {b7b0aecd-3b04-4133-938a-1d3b63ffa751} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1056 2025.03.18 03:46:15.683248 [ 3 ] {b7b0aecd-3b04-4133-938a-1d3b63ffa751} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001434 sec., 111576.01115760113 rows/sec., 7.77 MiB/sec.
1057 2025.03.18 03:46:15.683416 [ 3 ] {b7b0aecd-3b04-4133-938a-1d3b63ffa751} <Debug> TCPHandler: Processed in 0.001742846 sec.
1058 2025.03.18 03:46:15.683568 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1059 2025.03.18 03:46:15.683676 [ 3 ] {8259ecdc-0181-413e-9137-e2315a7cdbb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1060 2025.03.18 03:46:15.683723 [ 3 ] {8259ecdc-0181-413e-9137-e2315a7cdbb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1061 2025.03.18 03:46:15.684177 [ 3 ] {8259ecdc-0181-413e-9137-e2315a7cdbb6} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1062 2025.03.18 03:46:15.684215 [ 3 ] {8259ecdc-0181-413e-9137-e2315a7cdbb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1063 2025.03.18 03:46:15.684562 [ 3 ] {8259ecdc-0181-413e-9137-e2315a7cdbb6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1064 2025.03.18 03:46:15.684800 [ 3 ] {8259ecdc-0181-413e-9137-e2315a7cdbb6} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1065 2025.03.18 03:46:15.684986 [ 3 ] {8259ecdc-0181-413e-9137-e2315a7cdbb6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001332 sec., 45045.045045045044 rows/sec., 3.04 MiB/sec.
1066 2025.03.18 03:46:15.685034 [ 3 ] {8259ecdc-0181-413e-9137-e2315a7cdbb6} <Debug> TCPHandler: Processed in 0.001515653 sec.
1067 2025.03.18 03:46:16.770799 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318
1068 2025.03.18 03:46:16.771501 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1069 2025.03.18 03:46:16.771547 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1070 2025.03.18 03:46:16.772090 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1071 2025.03.18 03:46:16.772346 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1072 2025.03.18 03:46:16.772573 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318
1073 2025.03.18 03:46:16.894491 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1074 2025.03.18 03:46:16.914151 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1075 2025.03.18 03:46:16.914207 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1076 2025.03.18 03:46:16.920742 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1077 2025.03.18 03:46:16.921468 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1078 2025.03.18 03:46:16.924350 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1079 2025.03.18 03:46:19.261844 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 166
1080 2025.03.18 03:46:19.264997 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1081 2025.03.18 03:46:19.265056 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1082 2025.03.18 03:46:19.266586 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1083 2025.03.18 03:46:19.266914 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1084 2025.03.18 03:46:19.267791 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 166
1085 2025.03.18 03:46:20.678445 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1086 2025.03.18 03:46:20.678644 [ 3 ] {ee643cf9-d816-40e4-ad53-d34f425ffe79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1087 2025.03.18 03:46:20.678722 [ 3 ] {ee643cf9-d816-40e4-ad53-d34f425ffe79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1088 2025.03.18 03:46:20.679521 [ 3 ] {ee643cf9-d816-40e4-ad53-d34f425ffe79} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1089 2025.03.18 03:46:20.679576 [ 3 ] {ee643cf9-d816-40e4-ad53-d34f425ffe79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1090 2025.03.18 03:46:20.680026 [ 3 ] {ee643cf9-d816-40e4-ad53-d34f425ffe79} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1091 2025.03.18 03:46:20.680284 [ 3 ] {ee643cf9-d816-40e4-ad53-d34f425ffe79} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1092 2025.03.18 03:46:20.680565 [ 3 ] {ee643cf9-d816-40e4-ad53-d34f425ffe79} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001967 sec., 36603.96542958821 rows/sec., 2.97 MiB/sec.
1093 2025.03.18 03:46:20.680702 [ 3 ] {ee643cf9-d816-40e4-ad53-d34f425ffe79} <Debug> TCPHandler: Processed in 0.002407456 sec.
1094 2025.03.18 03:46:20.680837 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1095 2025.03.18 03:46:20.680952 [ 3 ] {a4d4c26b-f5d1-486e-bf39-0f25e94f72da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1096 2025.03.18 03:46:20.681002 [ 3 ] {a4d4c26b-f5d1-486e-bf39-0f25e94f72da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1097 2025.03.18 03:46:20.681550 [ 3 ] {a4d4c26b-f5d1-486e-bf39-0f25e94f72da} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1098 2025.03.18 03:46:20.681592 [ 3 ] {a4d4c26b-f5d1-486e-bf39-0f25e94f72da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1099 2025.03.18 03:46:20.681956 [ 3 ] {a4d4c26b-f5d1-486e-bf39-0f25e94f72da} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1100 2025.03.18 03:46:20.682202 [ 3 ] {a4d4c26b-f5d1-486e-bf39-0f25e94f72da} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1101 2025.03.18 03:46:20.682417 [ 3 ] {a4d4c26b-f5d1-486e-bf39-0f25e94f72da} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001494 sec., 5354.75234270415 rows/sec., 402.65 KiB/sec.
1102 2025.03.18 03:46:20.682469 [ 3 ] {a4d4c26b-f5d1-486e-bf39-0f25e94f72da} <Debug> TCPHandler: Processed in 0.001687585 sec.
1103 2025.03.18 03:46:20.682605 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1104 2025.03.18 03:46:20.682740 [ 3 ] {632df973-352e-4d30-a651-1264ee3a4087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1105 2025.03.18 03:46:20.682796 [ 3 ] {632df973-352e-4d30-a651-1264ee3a4087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1106 2025.03.18 03:46:20.683458 [ 3 ] {632df973-352e-4d30-a651-1264ee3a4087} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1107 2025.03.18 03:46:20.683503 [ 3 ] {632df973-352e-4d30-a651-1264ee3a4087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1108 2025.03.18 03:46:20.683864 [ 3 ] {632df973-352e-4d30-a651-1264ee3a4087} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1109 2025.03.18 03:46:20.684090 [ 3 ] {632df973-352e-4d30-a651-1264ee3a4087} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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.18 03:46:20.684285 [ 3 ] {632df973-352e-4d30-a651-1264ee3a4087} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001636 sec., 44009.779951100245 rows/sec., 3.44 MiB/sec.
1111 2025.03.18 03:46:20.684400 [ 3 ] {632df973-352e-4d30-a651-1264ee3a4087} <Debug> TCPHandler: Processed in 0.001858577 sec.
1112 2025.03.18 03:46:20.684516 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1113 2025.03.18 03:46:20.684622 [ 3 ] {530a76be-41ff-42b0-ac00-ecee11def833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1114 2025.03.18 03:46:20.684670 [ 3 ] {530a76be-41ff-42b0-ac00-ecee11def833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1115 2025.03.18 03:46:20.685193 [ 3 ] {530a76be-41ff-42b0-ac00-ecee11def833} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1116 2025.03.18 03:46:20.685231 [ 3 ] {530a76be-41ff-42b0-ac00-ecee11def833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1117 2025.03.18 03:46:20.685612 [ 3 ] {530a76be-41ff-42b0-ac00-ecee11def833} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1118 2025.03.18 03:46:20.685848 [ 3 ] {530a76be-41ff-42b0-ac00-ecee11def833} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1119 2025.03.18 03:46:20.686039 [ 3 ] {530a76be-41ff-42b0-ac00-ecee11def833} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001431 sec., 111809.92313067785 rows/sec., 7.79 MiB/sec.
1120 2025.03.18 03:46:20.686212 [ 3 ] {530a76be-41ff-42b0-ac00-ecee11def833} <Debug> TCPHandler: Processed in 0.001740707 sec.
1121 2025.03.18 03:46:20.686354 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1122 2025.03.18 03:46:20.686459 [ 3 ] {885c3ea4-f057-415b-a00a-1e4786c484a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1123 2025.03.18 03:46:20.686525 [ 3 ] {885c3ea4-f057-415b-a00a-1e4786c484a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1124 2025.03.18 03:46:20.687565 [ 3 ] {885c3ea4-f057-415b-a00a-1e4786c484a5} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1125 2025.03.18 03:46:20.687602 [ 3 ] {885c3ea4-f057-415b-a00a-1e4786c484a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1126 2025.03.18 03:46:20.688307 [ 3 ] {885c3ea4-f057-415b-a00a-1e4786c484a5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1127 2025.03.18 03:46:20.688567 [ 3 ] {885c3ea4-f057-415b-a00a-1e4786c484a5} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1128 2025.03.18 03:46:20.688850 [ 3 ] {885c3ea4-f057-415b-a00a-1e4786c484a5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002406 sec., 3325.0207813798834 rows/sec., 5.96 MiB/sec.
1129 2025.03.18 03:46:20.688943 [ 3 ] {885c3ea4-f057-415b-a00a-1e4786c484a5} <Debug> TCPHandler: Processed in 0.002638049 sec.
1130 2025.03.18 03:46:20.689089 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1131 2025.03.18 03:46:20.689200 [ 3 ] {fe35bd71-fcff-44b5-8cf0-1a8674eb83a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1132 2025.03.18 03:46:20.689246 [ 3 ] {fe35bd71-fcff-44b5-8cf0-1a8674eb83a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1133 2025.03.18 03:46:20.689686 [ 3 ] {fe35bd71-fcff-44b5-8cf0-1a8674eb83a1} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1134 2025.03.18 03:46:20.689724 [ 3 ] {fe35bd71-fcff-44b5-8cf0-1a8674eb83a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1135 2025.03.18 03:46:20.690074 [ 3 ] {fe35bd71-fcff-44b5-8cf0-1a8674eb83a1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1136 2025.03.18 03:46:20.690310 [ 3 ] {fe35bd71-fcff-44b5-8cf0-1a8674eb83a1} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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.18 03:46:20.690494 [ 3 ] {fe35bd71-fcff-44b5-8cf0-1a8674eb83a1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001317 sec., 45558.08656036446 rows/sec., 3.07 MiB/sec.
1138 2025.03.18 03:46:20.690542 [ 3 ] {fe35bd71-fcff-44b5-8cf0-1a8674eb83a1} <Debug> TCPHandler: Processed in 0.001503863 sec.
1139 2025.03.18 03:46:24.207111 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache
1140 2025.03.18 03:46:24.207181 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache
1141 2025.03.18 03:46:24.272752 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806
1142 2025.03.18 03:46:24.273372 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1143 2025.03.18 03:46:24.273410 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1144 2025.03.18 03:46:24.273980 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1145 2025.03.18 03:46:24.274237 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1146 2025.03.18 03:46:24.274385 [ 84 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1147 2025.03.18 03:46:24.274422 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1148 2025.03.18 03:46:24.274451 [ 84 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1149 2025.03.18 03:46:24.274478 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1150 2025.03.18 03:46:24.274919 [ 189 ] {5aa70344-bffa-4328-b262-9125757f4448::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
1151 2025.03.18 03:46:24.275160 [ 189 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1152 2025.03.18 03:46:24.275282 [ 189 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part
1153 2025.03.18 03:46:24.275446 [ 189 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part
1154 2025.03.18 03:46:24.275827 [ 189 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part
1155 2025.03.18 03:46:24.276042 [ 189 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part
1156 2025.03.18 03:46:24.276217 [ 189 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part
1157 2025.03.18 03:46:24.276389 [ 189 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part
1158 2025.03.18 03:46:24.296502 [ 195 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.021917609 sec., 128024.91366644965 rows/sec., 1.83 MiB/sec.
1159 2025.03.18 03:46:24.297210 [ 188 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1160 2025.03.18 03:46:24.297535 [ 188 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_6_1} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1161 2025.03.18 03:46:24.297612 [ 188 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_6_1} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1162 2025.03.18 03:46:24.297731 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB.
1163 2025.03.18 03:46:24.424513 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1164 2025.03.18 03:46:24.443971 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1165 2025.03.18 03:46:24.444031 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1166 2025.03.18 03:46:24.450631 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1167 2025.03.18 03:46:24.451372 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1168 2025.03.18 03:46:24.451754 [ 84 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1169 2025.03.18 03:46:24.451891 [ 84 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1170 2025.03.18 03:46:24.451979 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1171 2025.03.18 03:46:24.452538 [ 188 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
1172 2025.03.18 03:46:24.465983 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1173 2025.03.18 03:46:24.467568 [ 188 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1174 2025.03.18 03:46:24.468622 [ 188 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
1175 2025.03.18 03:46:24.473340 [ 188 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
1176 2025.03.18 03:46:24.478069 [ 188 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
1177 2025.03.18 03:46:24.482714 [ 188 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
1178 2025.03.18 03:46:24.491704 [ 188 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
1179 2025.03.18 03:46:24.496030 [ 188 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
1180 2025.03.18 03:46:24.555723 [ 195 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.103538296 sec., 444.28005653096704 rows/sec., 2.30 MiB/sec.
1181 2025.03.18 03:46:24.558297 [ 186 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1182 2025.03.18 03:46:24.561215 [ 186 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_6_1} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1183 2025.03.18 03:46:24.561334 [ 186 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_6_1} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1184 2025.03.18 03:46:24.563547 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB.
1185 2025.03.18 03:46:25.000194 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.74 MiB, peak 169.28 MiB, free memory in arenas 0.00 B, will set to 162.91 MiB (RSS), difference: 3.18 MiB
1186 2025.03.18 03:46:25.678485 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1187 2025.03.18 03:46:25.678680 [ 3 ] {a7632ef2-8801-4909-b5bb-873beacf838b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1188 2025.03.18 03:46:25.678769 [ 3 ] {a7632ef2-8801-4909-b5bb-873beacf838b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1189 2025.03.18 03:46:25.679600 [ 3 ] {a7632ef2-8801-4909-b5bb-873beacf838b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1190 2025.03.18 03:46:25.679651 [ 3 ] {a7632ef2-8801-4909-b5bb-873beacf838b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1191 2025.03.18 03:46:25.680119 [ 3 ] {a7632ef2-8801-4909-b5bb-873beacf838b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1192 2025.03.18 03:46:25.680410 [ 3 ] {a7632ef2-8801-4909-b5bb-873beacf838b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1193 2025.03.18 03:46:25.680604 [ 82 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1194 2025.03.18 03:46:25.680633 [ 3 ] {a7632ef2-8801-4909-b5bb-873beacf838b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00201 sec., 27860.696517412933 rows/sec., 2.14 MiB/sec.
1195 2025.03.18 03:46:25.680684 [ 82 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1196 2025.03.18 03:46:25.680758 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1197 2025.03.18 03:46:25.680764 [ 3 ] {a7632ef2-8801-4909-b5bb-873beacf838b} <Debug> TCPHandler: Processed in 0.002424007 sec.
1198 2025.03.18 03:46:25.680978 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1199 2025.03.18 03:46:25.681055 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
1200 2025.03.18 03:46:25.681159 [ 3 ] {7ec660aa-ce64-4d54-af9f-f4801566b616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1201 2025.03.18 03:46:25.681288 [ 3 ] {7ec660aa-ce64-4d54-af9f-f4801566b616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1202 2025.03.18 03:46:25.681418 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1203 2025.03.18 03:46:25.681518 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part
1204 2025.03.18 03:46:25.681859 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part
1205 2025.03.18 03:46:25.682338 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part
1206 2025.03.18 03:46:25.682742 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
1207 2025.03.18 03:46:25.683083 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
1208 2025.03.18 03:46:25.683278 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
1209 2025.03.18 03:46:25.684170 [ 3 ] {7ec660aa-ce64-4d54-af9f-f4801566b616} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1210 2025.03.18 03:46:25.684231 [ 3 ] {7ec660aa-ce64-4d54-af9f-f4801566b616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1211 2025.03.18 03:46:25.685336 [ 3 ] {7ec660aa-ce64-4d54-af9f-f4801566b616} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1212 2025.03.18 03:46:25.685868 [ 3 ] {7ec660aa-ce64-4d54-af9f-f4801566b616} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1213 2025.03.18 03:46:25.686184 [ 82 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1214 2025.03.18 03:46:25.686310 [ 82 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1215 2025.03.18 03:46:25.686391 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1216 2025.03.18 03:46:25.686672 [ 3 ] {7ec660aa-ce64-4d54-af9f-f4801566b616} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005545 sec., 11541.929666366097 rows/sec., 922.49 KiB/sec.
1217 2025.03.18 03:46:25.686819 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
1218 2025.03.18 03:46:25.686789 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 368 rows, containing 5 columns (5 merged, 0 gathered) in 0.005865308 sec., 62741.80315850421 rows/sec., 5.17 MiB/sec.
1219 2025.03.18 03:46:25.686873 [ 3 ] {7ec660aa-ce64-4d54-af9f-f4801566b616} <Debug> TCPHandler: Processed in 0.00598399 sec.
1220 2025.03.18 03:46:25.687084 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1221 2025.03.18 03:46:25.687116 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1222 2025.03.18 03:46:25.687149 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1223 2025.03.18 03:46:25.687148 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part
1224 2025.03.18 03:46:25.687500 [ 3 ] {d9f734b2-ca45-4805-98ee-c3ad9dd76678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1225 2025.03.18 03:46:25.687679 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part
1226 2025.03.18 03:46:25.687760 [ 3 ] {d9f734b2-ca45-4805-98ee-c3ad9dd76678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1227 2025.03.18 03:46:25.688184 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 72 rows starting from the beginning of the part
1228 2025.03.18 03:46:25.688382 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_6_1} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1229 2025.03.18 03:46:25.688649 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
1230 2025.03.18 03:46:25.688932 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_6_1} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1231 2025.03.18 03:46:25.689144 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
1232 2025.03.18 03:46:25.689388 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1233 2025.03.18 03:46:25.689588 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
1234 2025.03.18 03:46:25.690573 [ 3 ] {d9f734b2-ca45-4805-98ee-c3ad9dd76678} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1235 2025.03.18 03:46:25.690625 [ 3 ] {d9f734b2-ca45-4805-98ee-c3ad9dd76678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1236 2025.03.18 03:46:25.691251 [ 3 ] {d9f734b2-ca45-4805-98ee-c3ad9dd76678} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1237 2025.03.18 03:46:25.691425 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 400 rows, containing 5 columns (5 merged, 0 gathered) in 0.004861253 sec., 82283.31255336844 rows/sec., 6.74 MiB/sec.
1238 2025.03.18 03:46:25.691660 [ 3 ] {d9f734b2-ca45-4805-98ee-c3ad9dd76678} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1239 2025.03.18 03:46:25.691689 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1240 2025.03.18 03:46:25.691938 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1241 2025.03.18 03:46:25.692034 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1242 2025.03.18 03:46:25.692114 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1243 2025.03.18 03:46:25.692211 [ 3 ] {d9f734b2-ca45-4805-98ee-c3ad9dd76678} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004871 sec., 32847.46458632724 rows/sec., 2.29 MiB/sec.
1244 2025.03.18 03:46:25.692543 [ 3 ] {d9f734b2-ca45-4805-98ee-c3ad9dd76678} <Debug> TCPHandler: Processed in 0.005489613 sec.
1245 2025.03.18 03:46:25.692557 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
1246 2025.03.18 03:46:25.692574 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_6_1} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1247 2025.03.18 03:46:25.692814 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1248 2025.03.18 03:46:25.692923 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1249 2025.03.18 03:46:25.692923 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_6_1} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1250 2025.03.18 03:46:25.692995 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part
1251 2025.03.18 03:46:25.693026 [ 3 ] {a4a7acf9-1c07-4bbe-99c2-f98b40e48fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1252 2025.03.18 03:46:25.693205 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1253 2025.03.18 03:46:25.693280 [ 3 ] {a4a7acf9-1c07-4bbe-99c2-f98b40e48fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1254 2025.03.18 03:46:25.693376 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part
1255 2025.03.18 03:46:25.693602 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part
1256 2025.03.18 03:46:25.693821 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
1257 2025.03.18 03:46:25.694021 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
1258 2025.03.18 03:46:25.694209 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
1259 2025.03.18 03:46:25.694721 [ 3 ] {a4a7acf9-1c07-4bbe-99c2-f98b40e48fb1} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1260 2025.03.18 03:46:25.694768 [ 3 ] {a4a7acf9-1c07-4bbe-99c2-f98b40e48fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1261 2025.03.18 03:46:25.695457 [ 3 ] {a4a7acf9-1c07-4bbe-99c2-f98b40e48fb1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1262 2025.03.18 03:46:25.695849 [ 197 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 928 rows, containing 5 columns (5 merged, 0 gathered) in 0.003595234 sec., 258119.49931492636 rows/sec., 17.98 MiB/sec.
1263 2025.03.18 03:46:25.695894 [ 3 ] {a4a7acf9-1c07-4bbe-99c2-f98b40e48fb1} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1264 2025.03.18 03:46:25.696086 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1265 2025.03.18 03:46:25.696111 [ 82 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1266 2025.03.18 03:46:25.696253 [ 82 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1267 2025.03.18 03:46:25.696324 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1268 2025.03.18 03:46:25.696330 [ 3 ] {a4a7acf9-1c07-4bbe-99c2-f98b40e48fb1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003352 sec., 17899.761336515512 rows/sec., 1.21 MiB/sec.
1269 2025.03.18 03:46:25.696586 [ 3 ] {a4a7acf9-1c07-4bbe-99c2-f98b40e48fb1} <Debug> TCPHandler: Processed in 0.003896908 sec.
1270 2025.03.18 03:46:25.696836 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
1271 2025.03.18 03:46:25.696917 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1272 2025.03.18 03:46:25.697096 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1273 2025.03.18 03:46:25.697120 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1274 2025.03.18 03:46:25.697213 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part
1275 2025.03.18 03:46:25.697239 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
1276 2025.03.18 03:46:25.697372 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part
1277 2025.03.18 03:46:25.697587 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part
1278 2025.03.18 03:46:25.697757 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
1279 2025.03.18 03:46:25.697871 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
1280 2025.03.18 03:46:25.698053 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
1281 2025.03.18 03:46:25.699323 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 4 columns (4 merged, 0 gathered) in 0.002815873 sec., 123585.11907319684 rows/sec., 8.33 MiB/sec.
1282 2025.03.18 03:46:25.699484 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1283 2025.03.18 03:46:25.699772 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_6_1} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1284 2025.03.18 03:46:25.699844 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_6_1} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1285 2025.03.18 03:46:25.699920 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1286 2025.03.18 03:46:26.479947 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1287 2025.03.18 03:46:26.480207 [ 3 ] {56cd197f-7a4a-4fad-8eda-0b4e2c228922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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)
1288 2025.03.18 03:46:26.480640 [ 3 ] {56cd197f-7a4a-4fad-8eda-0b4e2c228922} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1289 2025.03.18 03:46:26.480694 [ 3 ] {56cd197f-7a4a-4fad-8eda-0b4e2c228922} <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
1290 2025.03.18 03:46:26.481025 [ 3 ] {56cd197f-7a4a-4fad-8eda-0b4e2c228922} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1291 2025.03.18 03:46:26.481115 [ 3 ] {56cd197f-7a4a-4fad-8eda-0b4e2c228922} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1292 2025.03.18 03:46:26.481304 [ 3 ] {56cd197f-7a4a-4fad-8eda-0b4e2c228922} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1293 2025.03.18 03:46:26.481550 [ 287 ] {56cd197f-7a4a-4fad-8eda-0b4e2c228922} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1294 2025.03.18 03:46:26.481571 [ 286 ] {56cd197f-7a4a-4fad-8eda-0b4e2c228922} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1295 2025.03.18 03:46:26.481710 [ 3 ] {56cd197f-7a4a-4fad-8eda-0b4e2c228922} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
1296 2025.03.18 03:46:26.481741 [ 3 ] {56cd197f-7a4a-4fad-8eda-0b4e2c228922} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
1297 2025.03.18 03:46:26.481797 [ 3 ] {56cd197f-7a4a-4fad-8eda-0b4e2c228922} <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'))"
1298 2025.03.18 03:46:26.481823 [ 3 ] {56cd197f-7a4a-4fad-8eda-0b4e2c228922} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1299 2025.03.18 03:46:26.482567 [ 3 ] {56cd197f-7a4a-4fad-8eda-0b4e2c228922} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00248 sec., 7258.064516129032 rows/sec., 296.91 KiB/sec.
1300 2025.03.18 03:46:26.482670 [ 3 ] {56cd197f-7a4a-4fad-8eda-0b4e2c228922} <Debug> TCPHandler: Processed in 0.002857963 sec.
1301 2025.03.18 03:46:26.485259 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1302 2025.03.18 03:46:26.485431 [ 3 ] {df564ee3-dc7d-44af-8cc7-98983a164c0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1303 2025.03.18 03:46:26.485715 [ 3 ] {df564ee3-dc7d-44af-8cc7-98983a164c0b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1304 2025.03.18 03:46:26.485759 [ 3 ] {df564ee3-dc7d-44af-8cc7-98983a164c0b} <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_port_control_data_link:errors_received', 'switch_rib:active_routes')" moved to PREWHERE
1305 2025.03.18 03:46:26.486032 [ 3 ] {df564ee3-dc7d-44af-8cc7-98983a164c0b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1306 2025.03.18 03:46:26.486100 [ 3 ] {df564ee3-dc7d-44af-8cc7-98983a164c0b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1307 2025.03.18 03:46:26.486247 [ 3 ] {df564ee3-dc7d-44af-8cc7-98983a164c0b} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1308 2025.03.18 03:46:26.486336 [ 287 ] {df564ee3-dc7d-44af-8cc7-98983a164c0b} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1309 2025.03.18 03:46:26.486359 [ 286 ] {df564ee3-dc7d-44af-8cc7-98983a164c0b} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1310 2025.03.18 03:46:26.486459 [ 3 ] {df564ee3-dc7d-44af-8cc7-98983a164c0b} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
1311 2025.03.18 03:46:26.486486 [ 3 ] {df564ee3-dc7d-44af-8cc7-98983a164c0b} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
1312 2025.03.18 03:46:26.486533 [ 3 ] {df564ee3-dc7d-44af-8cc7-98983a164c0b} <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_port_control_data_link:errors_received', 'switch_rib:active_routes'))"
1313 2025.03.18 03:46:26.486557 [ 3 ] {df564ee3-dc7d-44af-8cc7-98983a164c0b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1314 2025.03.18 03:46:26.487295 [ 3 ] {df564ee3-dc7d-44af-8cc7-98983a164c0b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00194 sec., 9278.350515463917 rows/sec., 379.55 KiB/sec.
1315 2025.03.18 03:46:26.487416 [ 3 ] {df564ee3-dc7d-44af-8cc7-98983a164c0b} <Debug> TCPHandler: Processed in 0.002216834 sec.
1316 2025.03.18 03:46:26.487710 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1317 2025.03.18 03:46:26.487873 [ 3 ] {11bfc29f-6e9c-4cf7-b60f-aabdbe2ec897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete)
1318 2025.03.18 03:46:26.488159 [ 3 ] {11bfc29f-6e9c-4cf7-b60f-aabdbe2ec897} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1319 2025.03.18 03:46:26.488202 [ 3 ] {11bfc29f-6e9c-4cf7-b60f-aabdbe2ec897} <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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes')" moved to PREWHERE
1320 2025.03.18 03:46:26.488471 [ 3 ] {11bfc29f-6e9c-4cf7-b60f-aabdbe2ec897} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1321 2025.03.18 03:46:26.488539 [ 3 ] {11bfc29f-6e9c-4cf7-b60f-aabdbe2ec897} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1322 2025.03.18 03:46:26.488683 [ 3 ] {11bfc29f-6e9c-4cf7-b60f-aabdbe2ec897} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1323 2025.03.18 03:46:26.488795 [ 286 ] {11bfc29f-6e9c-4cf7-b60f-aabdbe2ec897} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1324 2025.03.18 03:46:26.488799 [ 287 ] {11bfc29f-6e9c-4cf7-b60f-aabdbe2ec897} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1325 2025.03.18 03:46:26.488902 [ 3 ] {11bfc29f-6e9c-4cf7-b60f-aabdbe2ec897} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
1326 2025.03.18 03:46:26.488924 [ 3 ] {11bfc29f-6e9c-4cf7-b60f-aabdbe2ec897} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
1327 2025.03.18 03:46:26.488971 [ 3 ] {11bfc29f-6e9c-4cf7-b60f-aabdbe2ec897} <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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1328 2025.03.18 03:46:26.488994 [ 3 ] {11bfc29f-6e9c-4cf7-b60f-aabdbe2ec897} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1329 2025.03.18 03:46:26.489569 [ 3 ] {11bfc29f-6e9c-4cf7-b60f-aabdbe2ec897} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001769 sec., 10175.240248728096 rows/sec., 416.24 KiB/sec.
1330 2025.03.18 03:46:26.489689 [ 3 ] {11bfc29f-6e9c-4cf7-b60f-aabdbe2ec897} <Debug> TCPHandler: Processed in 0.002031891 sec.
1331 2025.03.18 03:46:26.489955 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1332 2025.03.18 03:46:26.490113 [ 3 ] {1bf19b70-9d51-43d7-9273-73c8b9575da4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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_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)
1333 2025.03.18 03:46:26.490392 [ 3 ] {1bf19b70-9d51-43d7-9273-73c8b9575da4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1334 2025.03.18 03:46:26.490435 [ 3 ] {1bf19b70-9d51-43d7-9273-73c8b9575da4} <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_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
1335 2025.03.18 03:46:26.490711 [ 3 ] {1bf19b70-9d51-43d7-9273-73c8b9575da4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1336 2025.03.18 03:46:26.490777 [ 3 ] {1bf19b70-9d51-43d7-9273-73c8b9575da4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1337 2025.03.18 03:46:26.490921 [ 3 ] {1bf19b70-9d51-43d7-9273-73c8b9575da4} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1338 2025.03.18 03:46:26.491022 [ 286 ] {1bf19b70-9d51-43d7-9273-73c8b9575da4} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1339 2025.03.18 03:46:26.491037 [ 287 ] {1bf19b70-9d51-43d7-9273-73c8b9575da4} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1340 2025.03.18 03:46:26.491129 [ 3 ] {1bf19b70-9d51-43d7-9273-73c8b9575da4} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
1341 2025.03.18 03:46:26.491151 [ 3 ] {1bf19b70-9d51-43d7-9273-73c8b9575da4} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
1342 2025.03.18 03:46:26.491197 [ 3 ] {1bf19b70-9d51-43d7-9273-73c8b9575da4} <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_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes'))"
1343 2025.03.18 03:46:26.491221 [ 3 ] {1bf19b70-9d51-43d7-9273-73c8b9575da4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1344 2025.03.18 03:46:26.491822 [ 3 ] {1bf19b70-9d51-43d7-9273-73c8b9575da4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00178 sec., 10112.359550561798 rows/sec., 413.67 KiB/sec.
1345 2025.03.18 03:46:26.491941 [ 3 ] {1bf19b70-9d51-43d7-9273-73c8b9575da4} <Debug> TCPHandler: Processed in 0.002039321 sec.
1346 2025.03.18 03:46:26.492199 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1347 2025.03.18 03:46:26.492354 [ 3 ] {18bbd102-d19a-4598-afa2-f6df85729ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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_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)
1348 2025.03.18 03:46:26.492633 [ 3 ] {18bbd102-d19a-4598-afa2-f6df85729ea2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1349 2025.03.18 03:46:26.492712 [ 3 ] {18bbd102-d19a-4598-afa2-f6df85729ea2} <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_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
1350 2025.03.18 03:46:26.492989 [ 3 ] {18bbd102-d19a-4598-afa2-f6df85729ea2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1351 2025.03.18 03:46:26.493055 [ 3 ] {18bbd102-d19a-4598-afa2-f6df85729ea2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1352 2025.03.18 03:46:26.493225 [ 3 ] {18bbd102-d19a-4598-afa2-f6df85729ea2} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1353 2025.03.18 03:46:26.493332 [ 286 ] {18bbd102-d19a-4598-afa2-f6df85729ea2} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1354 2025.03.18 03:46:26.493339 [ 287 ] {18bbd102-d19a-4598-afa2-f6df85729ea2} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1355 2025.03.18 03:46:26.493440 [ 3 ] {18bbd102-d19a-4598-afa2-f6df85729ea2} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
1356 2025.03.18 03:46:26.493462 [ 3 ] {18bbd102-d19a-4598-afa2-f6df85729ea2} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
1357 2025.03.18 03:46:26.493509 [ 3 ] {18bbd102-d19a-4598-afa2-f6df85729ea2} <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_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'))"
1358 2025.03.18 03:46:26.493532 [ 3 ] {18bbd102-d19a-4598-afa2-f6df85729ea2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1359 2025.03.18 03:46:26.494081 [ 3 ] {18bbd102-d19a-4598-afa2-f6df85729ea2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001796 sec., 10022.271714922048 rows/sec., 409.98 KiB/sec.
1360 2025.03.18 03:46:26.494197 [ 3 ] {18bbd102-d19a-4598-afa2-f6df85729ea2} <Debug> TCPHandler: Processed in 0.00205027 sec.
1361 2025.03.18 03:46:26.494470 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1362 2025.03.18 03:46:26.494624 [ 3 ] {4194023d-275a-4fd4-975f-f93c0bc5f589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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_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)
1363 2025.03.18 03:46:26.494896 [ 3 ] {4194023d-275a-4fd4-975f-f93c0bc5f589} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1364 2025.03.18 03:46:26.494938 [ 3 ] {4194023d-275a-4fd4-975f-f93c0bc5f589} <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_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
1365 2025.03.18 03:46:26.495213 [ 3 ] {4194023d-275a-4fd4-975f-f93c0bc5f589} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1366 2025.03.18 03:46:26.495277 [ 3 ] {4194023d-275a-4fd4-975f-f93c0bc5f589} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1367 2025.03.18 03:46:26.495418 [ 3 ] {4194023d-275a-4fd4-975f-f93c0bc5f589} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1368 2025.03.18 03:46:26.495525 [ 286 ] {4194023d-275a-4fd4-975f-f93c0bc5f589} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1369 2025.03.18 03:46:26.495531 [ 287 ] {4194023d-275a-4fd4-975f-f93c0bc5f589} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1370 2025.03.18 03:46:26.495625 [ 3 ] {4194023d-275a-4fd4-975f-f93c0bc5f589} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
1371 2025.03.18 03:46:26.495648 [ 3 ] {4194023d-275a-4fd4-975f-f93c0bc5f589} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
1372 2025.03.18 03:46:26.495694 [ 3 ] {4194023d-275a-4fd4-975f-f93c0bc5f589} <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_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'))"
1373 2025.03.18 03:46:26.495716 [ 3 ] {4194023d-275a-4fd4-975f-f93c0bc5f589} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1374 2025.03.18 03:46:26.496255 [ 3 ] {4194023d-275a-4fd4-975f-f93c0bc5f589} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001699 sec., 10594.46733372572 rows/sec., 433.39 KiB/sec.
1375 2025.03.18 03:46:26.496372 [ 3 ] {4194023d-275a-4fd4-975f-f93c0bc5f589} <Debug> TCPHandler: Processed in 0.001954029 sec.
1376 2025.03.18 03:46:26.504092 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1377 2025.03.18 03:46:26.504305 [ 3 ] {a458dd0c-a91d-42a9-b3c9-e7033d2b6599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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_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)
1378 2025.03.18 03:46:26.504715 [ 3 ] {a458dd0c-a91d-42a9-b3c9-e7033d2b6599} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1379 2025.03.18 03:46:26.504770 [ 3 ] {a458dd0c-a91d-42a9-b3c9-e7033d2b6599} <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_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
1380 2025.03.18 03:46:26.505173 [ 3 ] {a458dd0c-a91d-42a9-b3c9-e7033d2b6599} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1381 2025.03.18 03:46:26.505260 [ 3 ] {a458dd0c-a91d-42a9-b3c9-e7033d2b6599} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1382 2025.03.18 03:46:26.505462 [ 3 ] {a458dd0c-a91d-42a9-b3c9-e7033d2b6599} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1383 2025.03.18 03:46:26.505600 [ 287 ] {a458dd0c-a91d-42a9-b3c9-e7033d2b6599} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1384 2025.03.18 03:46:26.505601 [ 286 ] {a458dd0c-a91d-42a9-b3c9-e7033d2b6599} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1385 2025.03.18 03:46:26.505719 [ 3 ] {a458dd0c-a91d-42a9-b3c9-e7033d2b6599} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
1386 2025.03.18 03:46:26.505754 [ 3 ] {a458dd0c-a91d-42a9-b3c9-e7033d2b6599} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
1387 2025.03.18 03:46:26.505815 [ 3 ] {a458dd0c-a91d-42a9-b3c9-e7033d2b6599} <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_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'))"
1388 2025.03.18 03:46:26.505847 [ 3 ] {a458dd0c-a91d-42a9-b3c9-e7033d2b6599} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1389 2025.03.18 03:46:26.506524 [ 3 ] {a458dd0c-a91d-42a9-b3c9-e7033d2b6599} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002322 sec., 7751.937984496125 rows/sec., 317.11 KiB/sec.
1390 2025.03.18 03:46:26.506610 [ 3 ] {a458dd0c-a91d-42a9-b3c9-e7033d2b6599} <Debug> TCPHandler: Processed in 0.002612429 sec.
1391 2025.03.18 03:46:26.506872 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1392 2025.03.18 03:46:26.507030 [ 3 ] {03b11712-71aa-4acf-9996-07c0be8866fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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', '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)
1393 2025.03.18 03:46:26.507312 [ 3 ] {03b11712-71aa-4acf-9996-07c0be8866fc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1394 2025.03.18 03:46:26.507356 [ 3 ] {03b11712-71aa-4acf-9996-07c0be8866fc} <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', '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
1395 2025.03.18 03:46:26.507639 [ 3 ] {03b11712-71aa-4acf-9996-07c0be8866fc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1396 2025.03.18 03:46:26.507703 [ 3 ] {03b11712-71aa-4acf-9996-07c0be8866fc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1397 2025.03.18 03:46:26.507849 [ 3 ] {03b11712-71aa-4acf-9996-07c0be8866fc} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1398 2025.03.18 03:46:26.507969 [ 286 ] {03b11712-71aa-4acf-9996-07c0be8866fc} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1399 2025.03.18 03:46:26.507975 [ 287 ] {03b11712-71aa-4acf-9996-07c0be8866fc} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1400 2025.03.18 03:46:26.508078 [ 3 ] {03b11712-71aa-4acf-9996-07c0be8866fc} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
1401 2025.03.18 03:46:26.508100 [ 3 ] {03b11712-71aa-4acf-9996-07c0be8866fc} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
1402 2025.03.18 03:46:26.508146 [ 3 ] {03b11712-71aa-4acf-9996-07c0be8866fc} <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', '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'))"
1403 2025.03.18 03:46:26.508170 [ 3 ] {03b11712-71aa-4acf-9996-07c0be8866fc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1404 2025.03.18 03:46:26.508762 [ 3 ] {03b11712-71aa-4acf-9996-07c0be8866fc} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001802 sec., 9988.901220865704 rows/sec., 408.62 KiB/sec.
1405 2025.03.18 03:46:26.508880 [ 3 ] {03b11712-71aa-4acf-9996-07c0be8866fc} <Debug> TCPHandler: Processed in 0.002060801 sec.
1406 2025.03.18 03:46:26.509121 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1407 2025.03.18 03:46:26.509279 [ 3 ] {e9aa67b8-d2be-4732-930a-fc38f4504a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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', '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)
1408 2025.03.18 03:46:26.509570 [ 3 ] {e9aa67b8-d2be-4732-930a-fc38f4504a21} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1409 2025.03.18 03:46:26.509615 [ 3 ] {e9aa67b8-d2be-4732-930a-fc38f4504a21} <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', '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
1410 2025.03.18 03:46:26.509904 [ 3 ] {e9aa67b8-d2be-4732-930a-fc38f4504a21} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1411 2025.03.18 03:46:26.509969 [ 3 ] {e9aa67b8-d2be-4732-930a-fc38f4504a21} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1412 2025.03.18 03:46:26.510111 [ 3 ] {e9aa67b8-d2be-4732-930a-fc38f4504a21} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1413 2025.03.18 03:46:26.510223 [ 286 ] {e9aa67b8-d2be-4732-930a-fc38f4504a21} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1414 2025.03.18 03:46:26.510230 [ 287 ] {e9aa67b8-d2be-4732-930a-fc38f4504a21} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1415 2025.03.18 03:46:26.510328 [ 3 ] {e9aa67b8-d2be-4732-930a-fc38f4504a21} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
1416 2025.03.18 03:46:26.510350 [ 3 ] {e9aa67b8-d2be-4732-930a-fc38f4504a21} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
1417 2025.03.18 03:46:26.510397 [ 3 ] {e9aa67b8-d2be-4732-930a-fc38f4504a21} <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', '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'))"
1418 2025.03.18 03:46:26.510420 [ 3 ] {e9aa67b8-d2be-4732-930a-fc38f4504a21} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1419 2025.03.18 03:46:26.511010 [ 3 ] {e9aa67b8-d2be-4732-930a-fc38f4504a21} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001803 sec., 9983.361064891847 rows/sec., 408.39 KiB/sec.
1420 2025.03.18 03:46:26.511130 [ 3 ] {e9aa67b8-d2be-4732-930a-fc38f4504a21} <Debug> TCPHandler: Processed in 0.002071792 sec.
1421 2025.03.18 03:46:26.511350 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1422 2025.03.18 03:46:26.511507 [ 3 ] {c7c96414-f99a-4ffc-949e-c8139f250480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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', '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)
1423 2025.03.18 03:46:26.511797 [ 3 ] {c7c96414-f99a-4ffc-949e-c8139f250480} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1424 2025.03.18 03:46:26.511842 [ 3 ] {c7c96414-f99a-4ffc-949e-c8139f250480} <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', '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
1425 2025.03.18 03:46:26.512136 [ 3 ] {c7c96414-f99a-4ffc-949e-c8139f250480} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1426 2025.03.18 03:46:26.512200 [ 3 ] {c7c96414-f99a-4ffc-949e-c8139f250480} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1427 2025.03.18 03:46:26.512351 [ 3 ] {c7c96414-f99a-4ffc-949e-c8139f250480} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1428 2025.03.18 03:46:26.512466 [ 287 ] {c7c96414-f99a-4ffc-949e-c8139f250480} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1429 2025.03.18 03:46:26.512469 [ 286 ] {c7c96414-f99a-4ffc-949e-c8139f250480} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1430 2025.03.18 03:46:26.512579 [ 3 ] {c7c96414-f99a-4ffc-949e-c8139f250480} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
1431 2025.03.18 03:46:26.512609 [ 3 ] {c7c96414-f99a-4ffc-949e-c8139f250480} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
1432 2025.03.18 03:46:26.512662 [ 3 ] {c7c96414-f99a-4ffc-949e-c8139f250480} <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', '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'))"
1433 2025.03.18 03:46:26.512697 [ 3 ] {c7c96414-f99a-4ffc-949e-c8139f250480} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1434 2025.03.18 03:46:26.513227 [ 3 ] {c7c96414-f99a-4ffc-949e-c8139f250480} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001792 sec., 10044.642857142857 rows/sec., 410.90 KiB/sec.
1435 2025.03.18 03:46:26.513313 [ 3 ] {c7c96414-f99a-4ffc-949e-c8139f250480} <Debug> TCPHandler: Processed in 0.00201528 sec.
1436 2025.03.18 03:46:26.513542 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1437 2025.03.18 03:46:26.513699 [ 3 ] {52d72833-29b8-4940-b691-2cc7511161e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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', '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)
1438 2025.03.18 03:46:26.513990 [ 3 ] {52d72833-29b8-4940-b691-2cc7511161e8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1439 2025.03.18 03:46:26.514037 [ 3 ] {52d72833-29b8-4940-b691-2cc7511161e8} <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', '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
1440 2025.03.18 03:46:26.514341 [ 3 ] {52d72833-29b8-4940-b691-2cc7511161e8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1441 2025.03.18 03:46:26.514409 [ 3 ] {52d72833-29b8-4940-b691-2cc7511161e8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1442 2025.03.18 03:46:26.514555 [ 3 ] {52d72833-29b8-4940-b691-2cc7511161e8} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1443 2025.03.18 03:46:26.514634 [ 287 ] {52d72833-29b8-4940-b691-2cc7511161e8} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1444 2025.03.18 03:46:26.514655 [ 286 ] {52d72833-29b8-4940-b691-2cc7511161e8} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1445 2025.03.18 03:46:26.514743 [ 3 ] {52d72833-29b8-4940-b691-2cc7511161e8} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
1446 2025.03.18 03:46:26.514770 [ 3 ] {52d72833-29b8-4940-b691-2cc7511161e8} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
1447 2025.03.18 03:46:26.514818 [ 3 ] {52d72833-29b8-4940-b691-2cc7511161e8} <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', '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'))"
1448 2025.03.18 03:46:26.514844 [ 3 ] {52d72833-29b8-4940-b691-2cc7511161e8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1449 2025.03.18 03:46:26.515369 [ 3 ] {52d72833-29b8-4940-b691-2cc7511161e8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001743 sec., 10327.022375215147 rows/sec., 422.45 KiB/sec.
1450 2025.03.18 03:46:26.515453 [ 3 ] {52d72833-29b8-4940-b691-2cc7511161e8} <Debug> TCPHandler: Processed in 0.00196229 sec.
1451 2025.03.18 03:46:26.515669 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1452 2025.03.18 03:46:26.515829 [ 3 ] {8eeffb2d-3879-4def-9edf-af128c28ed7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) 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', '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)
1453 2025.03.18 03:46:26.516117 [ 3 ] {8eeffb2d-3879-4def-9edf-af128c28ed7a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1454 2025.03.18 03:46:26.516168 [ 3 ] {8eeffb2d-3879-4def-9edf-af128c28ed7a} <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', '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
1455 2025.03.18 03:46:26.516470 [ 3 ] {8eeffb2d-3879-4def-9edf-af128c28ed7a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1456 2025.03.18 03:46:26.516535 [ 3 ] {8eeffb2d-3879-4def-9edf-af128c28ed7a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1457 2025.03.18 03:46:26.516738 [ 3 ] {8eeffb2d-3879-4def-9edf-af128c28ed7a} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1458 2025.03.18 03:46:26.516885 [ 287 ] {8eeffb2d-3879-4def-9edf-af128c28ed7a} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1459 2025.03.18 03:46:26.516922 [ 286 ] {8eeffb2d-3879-4def-9edf-af128c28ed7a} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1460 2025.03.18 03:46:26.517057 [ 3 ] {8eeffb2d-3879-4def-9edf-af128c28ed7a} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
1461 2025.03.18 03:46:26.517085 [ 3 ] {8eeffb2d-3879-4def-9edf-af128c28ed7a} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
1462 2025.03.18 03:46:26.517140 [ 3 ] {8eeffb2d-3879-4def-9edf-af128c28ed7a} <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', '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'))"
1463 2025.03.18 03:46:26.517166 [ 3 ] {8eeffb2d-3879-4def-9edf-af128c28ed7a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1464 2025.03.18 03:46:26.517714 [ 3 ] {8eeffb2d-3879-4def-9edf-af128c28ed7a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001959 sec., 9188.361408882083 rows/sec., 375.87 KiB/sec.
1465 2025.03.18 03:46:26.517800 [ 3 ] {8eeffb2d-3879-4def-9edf-af128c28ed7a} <Debug> TCPHandler: Processed in 0.002181853 sec.
1466 2025.03.18 03:46:26.602747 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1467 2025.03.18 03:46:26.602953 [ 3 ] {7b2f22b0-fd44-4c4f-9a7c-b8c8764c3ef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1468 2025.03.18 03:46:26.603039 [ 3 ] {7b2f22b0-fd44-4c4f-9a7c-b8c8764c3ef6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1469 2025.03.18 03:46:26.604027 [ 3 ] {7b2f22b0-fd44-4c4f-9a7c-b8c8764c3ef6} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1470 2025.03.18 03:46:26.604083 [ 3 ] {7b2f22b0-fd44-4c4f-9a7c-b8c8764c3ef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1471 2025.03.18 03:46:26.604710 [ 3 ] {7b2f22b0-fd44-4c4f-9a7c-b8c8764c3ef6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1472 2025.03.18 03:46:26.604974 [ 3 ] {7b2f22b0-fd44-4c4f-9a7c-b8c8764c3ef6} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1473 2025.03.18 03:46:26.605313 [ 3 ] {7b2f22b0-fd44-4c4f-9a7c-b8c8764c3ef6} <Debug> executeQuery: Read 12 rows, 4.18 KiB in 0.002396 sec., 5008.347245409015 rows/sec., 1.70 MiB/sec.
1474 2025.03.18 03:46:26.605419 [ 3 ] {7b2f22b0-fd44-4c4f-9a7c-b8c8764c3ef6} <Debug> TCPHandler: Processed in 0.002806122 sec.
1475 2025.03.18 03:46:26.605589 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1476 2025.03.18 03:46:26.605709 [ 3 ] {7f24f157-8add-4829-95ad-e6a0c927018c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1477 2025.03.18 03:46:26.605760 [ 3 ] {7f24f157-8add-4829-95ad-e6a0c927018c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1478 2025.03.18 03:46:26.606938 [ 3 ] {7f24f157-8add-4829-95ad-e6a0c927018c} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1479 2025.03.18 03:46:26.606977 [ 3 ] {7f24f157-8add-4829-95ad-e6a0c927018c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1480 2025.03.18 03:46:26.607362 [ 3 ] {7f24f157-8add-4829-95ad-e6a0c927018c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1481 2025.03.18 03:46:26.607601 [ 3 ] {7f24f157-8add-4829-95ad-e6a0c927018c} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1482 2025.03.18 03:46:26.607805 [ 3 ] {7f24f157-8add-4829-95ad-e6a0c927018c} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002125 sec., 11294.117647058823 rows/sec., 959.56 KiB/sec.
1483 2025.03.18 03:46:26.607858 [ 3 ] {7f24f157-8add-4829-95ad-e6a0c927018c} <Debug> TCPHandler: Processed in 0.002325615 sec.
1484 2025.03.18 03:46:26.607986 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1485 2025.03.18 03:46:26.608096 [ 3 ] {236be06a-b89b-4388-9e4e-507646ea3426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1486 2025.03.18 03:46:26.608142 [ 3 ] {236be06a-b89b-4388-9e4e-507646ea3426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1487 2025.03.18 03:46:26.609323 [ 3 ] {236be06a-b89b-4388-9e4e-507646ea3426} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1488 2025.03.18 03:46:26.609363 [ 3 ] {236be06a-b89b-4388-9e4e-507646ea3426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1489 2025.03.18 03:46:26.609811 [ 3 ] {236be06a-b89b-4388-9e4e-507646ea3426} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1490 2025.03.18 03:46:26.610061 [ 3 ] {236be06a-b89b-4388-9e4e-507646ea3426} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1491 2025.03.18 03:46:26.610261 [ 3 ] {236be06a-b89b-4388-9e4e-507646ea3426} <Debug> executeQuery: Read 1332 rows, 114.01 KiB in 0.00219 sec., 608219.1780821917 rows/sec., 50.84 MiB/sec.
1492 2025.03.18 03:46:26.610321 [ 3 ] {236be06a-b89b-4388-9e4e-507646ea3426} <Debug> TCPHandler: Processed in 0.002386776 sec.
1493 2025.03.18 03:46:26.610451 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1494 2025.03.18 03:46:26.610557 [ 3 ] {a4ca92c6-99fb-464c-84d5-d5592cc26c19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1495 2025.03.18 03:46:26.610608 [ 3 ] {a4ca92c6-99fb-464c-84d5-d5592cc26c19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1496 2025.03.18 03:46:26.611203 [ 3 ] {a4ca92c6-99fb-464c-84d5-d5592cc26c19} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1497 2025.03.18 03:46:26.611242 [ 3 ] {a4ca92c6-99fb-464c-84d5-d5592cc26c19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1498 2025.03.18 03:46:26.611593 [ 3 ] {a4ca92c6-99fb-464c-84d5-d5592cc26c19} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1499 2025.03.18 03:46:26.611833 [ 3 ] {a4ca92c6-99fb-464c-84d5-d5592cc26c19} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1500 2025.03.18 03:46:26.612036 [ 3 ] {a4ca92c6-99fb-464c-84d5-d5592cc26c19} <Debug> executeQuery: Read 20 rows, 1.56 KiB in 0.0015 sec., 13333.333333333334 rows/sec., 1.02 MiB/sec.
1501 2025.03.18 03:46:26.612087 [ 3 ] {a4ca92c6-99fb-464c-84d5-d5592cc26c19} <Debug> TCPHandler: Processed in 0.001687365 sec.
1502 2025.03.18 03:46:26.612222 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1503 2025.03.18 03:46:26.612327 [ 3 ] {4c6bc0cb-73ba-4702-ac91-931220bd14af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1504 2025.03.18 03:46:26.612372 [ 3 ] {4c6bc0cb-73ba-4702-ac91-931220bd14af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1505 2025.03.18 03:46:26.612972 [ 3 ] {4c6bc0cb-73ba-4702-ac91-931220bd14af} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1506 2025.03.18 03:46:26.613013 [ 3 ] {4c6bc0cb-73ba-4702-ac91-931220bd14af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1507 2025.03.18 03:46:26.613366 [ 3 ] {4c6bc0cb-73ba-4702-ac91-931220bd14af} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1508 2025.03.18 03:46:26.613604 [ 3 ] {4c6bc0cb-73ba-4702-ac91-931220bd14af} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1509 2025.03.18 03:46:26.613839 [ 3 ] {4c6bc0cb-73ba-4702-ac91-931220bd14af} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001526 sec., 165137.6146788991 rows/sec., 11.42 MiB/sec.
1510 2025.03.18 03:46:26.613962 [ 3 ] {4c6bc0cb-73ba-4702-ac91-931220bd14af} <Debug> TCPHandler: Processed in 0.001789287 sec.
1511 2025.03.18 03:46:26.614092 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1512 2025.03.18 03:46:26.614197 [ 3 ] {e2e5d32a-ffad-427f-8105-47ad6579dff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1513 2025.03.18 03:46:26.614247 [ 3 ] {e2e5d32a-ffad-427f-8105-47ad6579dff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1514 2025.03.18 03:46:26.614772 [ 3 ] {e2e5d32a-ffad-427f-8105-47ad6579dff9} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1515 2025.03.18 03:46:26.614810 [ 3 ] {e2e5d32a-ffad-427f-8105-47ad6579dff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1516 2025.03.18 03:46:26.615146 [ 3 ] {e2e5d32a-ffad-427f-8105-47ad6579dff9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1517 2025.03.18 03:46:26.615378 [ 3 ] {e2e5d32a-ffad-427f-8105-47ad6579dff9} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1518 2025.03.18 03:46:26.615580 [ 3 ] {e2e5d32a-ffad-427f-8105-47ad6579dff9} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001404 sec., 8547.008547008547 rows/sec., 667.74 KiB/sec.
1519 2025.03.18 03:46:26.615630 [ 3 ] {e2e5d32a-ffad-427f-8105-47ad6579dff9} <Debug> TCPHandler: Processed in 0.001588063 sec.
1520 2025.03.18 03:46:26.615743 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1521 2025.03.18 03:46:26.615848 [ 3 ] {36bb70c2-000e-4895-83f8-db4a40c64fc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1522 2025.03.18 03:46:26.615892 [ 3 ] {36bb70c2-000e-4895-83f8-db4a40c64fc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1523 2025.03.18 03:46:26.616591 [ 3 ] {36bb70c2-000e-4895-83f8-db4a40c64fc3} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1524 2025.03.18 03:46:26.616630 [ 3 ] {36bb70c2-000e-4895-83f8-db4a40c64fc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1525 2025.03.18 03:46:26.617010 [ 3 ] {36bb70c2-000e-4895-83f8-db4a40c64fc3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1526 2025.03.18 03:46:26.617245 [ 3 ] {36bb70c2-000e-4895-83f8-db4a40c64fc3} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1527 2025.03.18 03:46:26.617476 [ 3 ] {36bb70c2-000e-4895-83f8-db4a40c64fc3} <Debug> executeQuery: Read 564 rows, 43.30 KiB in 0.001646 sec., 342648.84568651277 rows/sec., 25.69 MiB/sec.
1528 2025.03.18 03:46:26.617611 [ 3 ] {36bb70c2-000e-4895-83f8-db4a40c64fc3} <Debug> TCPHandler: Processed in 0.001915749 sec.
1529 2025.03.18 03:46:26.617729 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1530 2025.03.18 03:46:26.617836 [ 3 ] {7cc9789e-d89f-4064-a802-56c7f18bd4a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1531 2025.03.18 03:46:26.617883 [ 3 ] {7cc9789e-d89f-4064-a802-56c7f18bd4a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1532 2025.03.18 03:46:26.619034 [ 3 ] {7cc9789e-d89f-4064-a802-56c7f18bd4a3} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1533 2025.03.18 03:46:26.619070 [ 3 ] {7cc9789e-d89f-4064-a802-56c7f18bd4a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1534 2025.03.18 03:46:26.619584 [ 3 ] {7cc9789e-d89f-4064-a802-56c7f18bd4a3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1535 2025.03.18 03:46:26.619824 [ 3 ] {7cc9789e-d89f-4064-a802-56c7f18bd4a3} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1536 2025.03.18 03:46:26.620029 [ 3 ] {7cc9789e-d89f-4064-a802-56c7f18bd4a3} <Debug> executeQuery: Read 2426 rows, 168.40 KiB in 0.002216 sec., 1094765.3429602887 rows/sec., 74.21 MiB/sec.
1537 2025.03.18 03:46:26.620081 [ 3 ] {7cc9789e-d89f-4064-a802-56c7f18bd4a3} <Debug> TCPHandler: Processed in 0.002402626 sec.
1538 2025.03.18 03:46:26.620182 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1539 2025.03.18 03:46:26.620284 [ 3 ] {a87884cc-9303-465c-8165-67ffe0ecf7b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1540 2025.03.18 03:46:26.620348 [ 3 ] {a87884cc-9303-465c-8165-67ffe0ecf7b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1541 2025.03.18 03:46:26.621362 [ 3 ] {a87884cc-9303-465c-8165-67ffe0ecf7b6} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1542 2025.03.18 03:46:26.621400 [ 3 ] {a87884cc-9303-465c-8165-67ffe0ecf7b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1543 2025.03.18 03:46:26.621996 [ 3 ] {a87884cc-9303-465c-8165-67ffe0ecf7b6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1544 2025.03.18 03:46:26.622256 [ 3 ] {a87884cc-9303-465c-8165-67ffe0ecf7b6} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1545 2025.03.18 03:46:26.622485 [ 3 ] {a87884cc-9303-465c-8165-67ffe0ecf7b6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002221 sec., 3601.9810895992796 rows/sec., 6.45 MiB/sec.
1546 2025.03.18 03:46:26.622576 [ 3 ] {a87884cc-9303-465c-8165-67ffe0ecf7b6} <Debug> TCPHandler: Processed in 0.002442787 sec.
1547 2025.03.18 03:46:26.622704 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1548 2025.03.18 03:46:26.622810 [ 3 ] {bfb0cb51-847a-48f8-8fa5-a376a3a09754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1549 2025.03.18 03:46:26.622856 [ 3 ] {bfb0cb51-847a-48f8-8fa5-a376a3a09754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1550 2025.03.18 03:46:26.623261 [ 3 ] {bfb0cb51-847a-48f8-8fa5-a376a3a09754} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1551 2025.03.18 03:46:26.623299 [ 3 ] {bfb0cb51-847a-48f8-8fa5-a376a3a09754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1552 2025.03.18 03:46:26.623651 [ 3 ] {bfb0cb51-847a-48f8-8fa5-a376a3a09754} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1553 2025.03.18 03:46:26.623886 [ 3 ] {bfb0cb51-847a-48f8-8fa5-a376a3a09754} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1554 2025.03.18 03:46:26.624083 [ 3 ] {bfb0cb51-847a-48f8-8fa5-a376a3a09754} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001296 sec., 9259.25925925926 rows/sec., 638.99 KiB/sec.
1555 2025.03.18 03:46:26.624132 [ 3 ] {bfb0cb51-847a-48f8-8fa5-a376a3a09754} <Debug> TCPHandler: Processed in 0.001478742 sec.
1556 2025.03.18 03:46:27.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.41 MiB, peak 169.28 MiB, free memory in arenas 0.00 B, will set to 163.30 MiB (RSS), difference: -1.11 MiB
1557 2025.03.18 03:46:29.268091 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 230
1558 2025.03.18 03:46:29.272144 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1559 2025.03.18 03:46:29.272209 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1560 2025.03.18 03:46:29.273805 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1561 2025.03.18 03:46:29.274142 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1562 2025.03.18 03:46:29.275198 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 230
1563 2025.03.18 03:46:30.676976 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1564 2025.03.18 03:46:30.677176 [ 3 ] {9a5887e6-ca63-4ef0-ad37-8b4dfe8393a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1565 2025.03.18 03:46:30.677250 [ 3 ] {9a5887e6-ca63-4ef0-ad37-8b4dfe8393a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1566 2025.03.18 03:46:30.678066 [ 3 ] {9a5887e6-ca63-4ef0-ad37-8b4dfe8393a5} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1567 2025.03.18 03:46:30.678115 [ 3 ] {9a5887e6-ca63-4ef0-ad37-8b4dfe8393a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1568 2025.03.18 03:46:30.678562 [ 3 ] {9a5887e6-ca63-4ef0-ad37-8b4dfe8393a5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1569 2025.03.18 03:46:30.678887 [ 3 ] {9a5887e6-ca63-4ef0-ad37-8b4dfe8393a5} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1570 2025.03.18 03:46:30.679218 [ 3 ] {9a5887e6-ca63-4ef0-ad37-8b4dfe8393a5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002096 sec., 26717.557251908394 rows/sec., 2.05 MiB/sec.
1571 2025.03.18 03:46:30.679316 [ 3 ] {9a5887e6-ca63-4ef0-ad37-8b4dfe8393a5} <Debug> TCPHandler: Processed in 0.002474277 sec.
1572 2025.03.18 03:46:30.679488 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1573 2025.03.18 03:46:30.679633 [ 3 ] {2bdc6dd4-5cc1-4ee2-ac99-defe61c1627c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1574 2025.03.18 03:46:30.679697 [ 3 ] {2bdc6dd4-5cc1-4ee2-ac99-defe61c1627c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1575 2025.03.18 03:46:30.680357 [ 3 ] {2bdc6dd4-5cc1-4ee2-ac99-defe61c1627c} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1576 2025.03.18 03:46:30.680402 [ 3 ] {2bdc6dd4-5cc1-4ee2-ac99-defe61c1627c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1577 2025.03.18 03:46:30.680783 [ 3 ] {2bdc6dd4-5cc1-4ee2-ac99-defe61c1627c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1578 2025.03.18 03:46:30.681054 [ 3 ] {2bdc6dd4-5cc1-4ee2-ac99-defe61c1627c} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1579 2025.03.18 03:46:30.681300 [ 3 ] {2bdc6dd4-5cc1-4ee2-ac99-defe61c1627c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001694 sec., 37780.40141676505 rows/sec., 2.95 MiB/sec.
1580 2025.03.18 03:46:30.681461 [ 3 ] {2bdc6dd4-5cc1-4ee2-ac99-defe61c1627c} <Debug> TCPHandler: Processed in 0.002037281 sec.
1581 2025.03.18 03:46:30.681629 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1582 2025.03.18 03:46:30.681739 [ 3 ] {1d38673a-e4dc-4e3e-9f9d-e7afb0d02904} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1583 2025.03.18 03:46:30.681790 [ 3 ] {1d38673a-e4dc-4e3e-9f9d-e7afb0d02904} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1584 2025.03.18 03:46:30.682340 [ 3 ] {1d38673a-e4dc-4e3e-9f9d-e7afb0d02904} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1585 2025.03.18 03:46:30.682380 [ 3 ] {1d38673a-e4dc-4e3e-9f9d-e7afb0d02904} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1586 2025.03.18 03:46:30.682772 [ 3 ] {1d38673a-e4dc-4e3e-9f9d-e7afb0d02904} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1587 2025.03.18 03:46:30.683034 [ 3 ] {1d38673a-e4dc-4e3e-9f9d-e7afb0d02904} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1588 2025.03.18 03:46:30.683254 [ 3 ] {1d38673a-e4dc-4e3e-9f9d-e7afb0d02904} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001538 sec., 83224.96749024707 rows/sec., 5.80 MiB/sec.
1589 2025.03.18 03:46:30.683313 [ 3 ] {1d38673a-e4dc-4e3e-9f9d-e7afb0d02904} <Debug> TCPHandler: Processed in 0.001743156 sec.
1590 2025.03.18 03:46:30.683437 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1591 2025.03.18 03:46:30.683544 [ 3 ] {d15e186e-0c04-429b-bf9f-0fbd3cbc4785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1592 2025.03.18 03:46:30.683591 [ 3 ] {d15e186e-0c04-429b-bf9f-0fbd3cbc4785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1593 2025.03.18 03:46:30.684034 [ 3 ] {d15e186e-0c04-429b-bf9f-0fbd3cbc4785} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1594 2025.03.18 03:46:30.684073 [ 3 ] {d15e186e-0c04-429b-bf9f-0fbd3cbc4785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1595 2025.03.18 03:46:30.684438 [ 3 ] {d15e186e-0c04-429b-bf9f-0fbd3cbc4785} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1596 2025.03.18 03:46:30.684693 [ 3 ] {d15e186e-0c04-429b-bf9f-0fbd3cbc4785} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1597 2025.03.18 03:46:30.684913 [ 3 ] {d15e186e-0c04-429b-bf9f-0fbd3cbc4785} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001392 sec., 34482.75862068965 rows/sec., 2.32 MiB/sec.
1598 2025.03.18 03:46:30.684995 [ 3 ] {d15e186e-0c04-429b-bf9f-0fbd3cbc4785} <Debug> TCPHandler: Processed in 0.001607614 sec.
1599 2025.03.18 03:46:31.774628 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233
1600 2025.03.18 03:46:31.775253 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1601 2025.03.18 03:46:31.775302 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1602 2025.03.18 03:46:31.775813 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1603 2025.03.18 03:46:31.776076 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1604 2025.03.18 03:46:31.776321 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233
1605 2025.03.18 03:46:31.966163 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1606 2025.03.18 03:46:31.984376 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1607 2025.03.18 03:46:31.984426 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1608 2025.03.18 03:46:31.991291 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1609 2025.03.18 03:46:31.992013 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1610 2025.03.18 03:46:31.994943 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1611 2025.03.18 03:46:32.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.87 MiB, peak 169.28 MiB, free memory in arenas 0.00 B, will set to 165.05 MiB (RSS), difference: 1.18 MiB
1612 2025.03.18 03:46:35.678287 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1613 2025.03.18 03:46:35.678516 [ 3 ] {ff0427cb-6c2e-4656-b454-8ad7caa505e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1614 2025.03.18 03:46:35.678600 [ 3 ] {ff0427cb-6c2e-4656-b454-8ad7caa505e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1615 2025.03.18 03:46:35.679415 [ 3 ] {ff0427cb-6c2e-4656-b454-8ad7caa505e2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1616 2025.03.18 03:46:35.679464 [ 3 ] {ff0427cb-6c2e-4656-b454-8ad7caa505e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1617 2025.03.18 03:46:35.679887 [ 3 ] {ff0427cb-6c2e-4656-b454-8ad7caa505e2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1618 2025.03.18 03:46:35.680144 [ 3 ] {ff0427cb-6c2e-4656-b454-8ad7caa505e2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1619 2025.03.18 03:46:35.680409 [ 3 ] {ff0427cb-6c2e-4656-b454-8ad7caa505e2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001947 sec., 28762.19825372368 rows/sec., 2.21 MiB/sec.
1620 2025.03.18 03:46:35.680561 [ 3 ] {ff0427cb-6c2e-4656-b454-8ad7caa505e2} <Debug> TCPHandler: Processed in 0.002403477 sec.
1621 2025.03.18 03:46:35.680717 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1622 2025.03.18 03:46:35.680821 [ 3 ] {d08e3286-2921-4634-8fc9-31199a9a6713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1623 2025.03.18 03:46:35.680867 [ 3 ] {d08e3286-2921-4634-8fc9-31199a9a6713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1624 2025.03.18 03:46:35.681436 [ 3 ] {d08e3286-2921-4634-8fc9-31199a9a6713} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1625 2025.03.18 03:46:35.681476 [ 3 ] {d08e3286-2921-4634-8fc9-31199a9a6713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1626 2025.03.18 03:46:35.681834 [ 3 ] {d08e3286-2921-4634-8fc9-31199a9a6713} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1627 2025.03.18 03:46:35.682093 [ 3 ] {d08e3286-2921-4634-8fc9-31199a9a6713} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1628 2025.03.18 03:46:35.682342 [ 3 ] {d08e3286-2921-4634-8fc9-31199a9a6713} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001535 sec., 41693.81107491857 rows/sec., 3.25 MiB/sec.
1629 2025.03.18 03:46:35.682526 [ 3 ] {d08e3286-2921-4634-8fc9-31199a9a6713} <Debug> TCPHandler: Processed in 0.001858878 sec.
1630 2025.03.18 03:46:35.682656 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1631 2025.03.18 03:46:35.682773 [ 3 ] {46be67d5-5872-4264-9bcc-e2afa183d7e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1632 2025.03.18 03:46:35.682825 [ 3 ] {46be67d5-5872-4264-9bcc-e2afa183d7e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1633 2025.03.18 03:46:35.683387 [ 3 ] {46be67d5-5872-4264-9bcc-e2afa183d7e9} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1634 2025.03.18 03:46:35.683428 [ 3 ] {46be67d5-5872-4264-9bcc-e2afa183d7e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1635 2025.03.18 03:46:35.683825 [ 3 ] {46be67d5-5872-4264-9bcc-e2afa183d7e9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1636 2025.03.18 03:46:35.684073 [ 3 ] {46be67d5-5872-4264-9bcc-e2afa183d7e9} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1637 2025.03.18 03:46:35.684342 [ 3 ] {46be67d5-5872-4264-9bcc-e2afa183d7e9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec.
1638 2025.03.18 03:46:35.684518 [ 3 ] {46be67d5-5872-4264-9bcc-e2afa183d7e9} <Debug> TCPHandler: Processed in 0.001912039 sec.
1639 2025.03.18 03:46:35.684663 [ 3 ] {} <Trace> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1640 2025.03.18 03:46:35.684772 [ 3 ] {348ec82a-1cd2-4d75-8319-6405ae88a65e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33945) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1641 2025.03.18 03:46:35.684820 [ 3 ] {348ec82a-1cd2-4d75-8319-6405ae88a65e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1642 2025.03.18 03:46:35.685285 [ 3 ] {348ec82a-1cd2-4d75-8319-6405ae88a65e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1643 2025.03.18 03:46:35.685326 [ 3 ] {348ec82a-1cd2-4d75-8319-6405ae88a65e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1644 2025.03.18 03:46:35.685690 [ 3 ] {348ec82a-1cd2-4d75-8319-6405ae88a65e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1645 2025.03.18 03:46:35.685948 [ 3 ] {348ec82a-1cd2-4d75-8319-6405ae88a65e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1646 2025.03.18 03:46:35.686161 [ 3 ] {348ec82a-1cd2-4d75-8319-6405ae88a65e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001412 sec., 42492.91784702549 rows/sec., 2.86 MiB/sec.
1647 2025.03.18 03:46:35.686211 [ 3 ] {348ec82a-1cd2-4d75-8319-6405ae88a65e} <Debug> TCPHandler: Processed in 0.001600104 sec.
1648 2025.03.18 03:46:39.207231 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache
1649 2025.03.18 03:46:39.207297 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache
1650 2025.03.18 03:46:39.275737 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 246
1651 2025.03.18 03:46:39.276608 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721
1652 2025.03.18 03:46:39.280535 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1653 2025.03.18 03:46:39.280638 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1654 2025.03.18 03:46:39.282517 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1655 2025.03.18 03:46:39.283235 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1656 2025.03.18 03:46:39.284438 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1657 2025.03.18 03:46:39.285042 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1658 2025.03.18 03:46:39.285095 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1659 2025.03.18 03:46:39.286607 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1660 2025.03.18 03:46:39.286919 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1661 2025.03.18 03:46:39.287493 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 246
1662 2025.03.18 03:46:39.495095 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1663 2025.03.18 03:46:39.513703 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1664 2025.03.18 03:46:39.513759 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1665 2025.03.18 03:46:39.520525 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1666 2025.03.18 03:46:39.521279 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1667 2025.03.18 03:46:39.524326 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1668 2025.03.18 03:46:40.150588 [ 3 ] {} <Debug> TCPHandler: Done processing connection.
1669 2025.03.18 03:46:40.150748 [ 3 ] {} <Debug> TCP-Session: 62ebee89-5c9b-4ac4-8f44-81e1eea7efac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1670 2025.03.18 03:46:40.673792 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1671 2025.03.18 03:46:40.674042 [ 5 ] {dc32e81f-5d67-4c83-bbc3-9ccdc17d4957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) 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', '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)
1672 2025.03.18 03:46:40.674469 [ 5 ] {dc32e81f-5d67-4c83-bbc3-9ccdc17d4957} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1673 2025.03.18 03:46:40.674519 [ 5 ] {dc32e81f-5d67-4c83-bbc3-9ccdc17d4957} <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', '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
1674 2025.03.18 03:46:40.674880 [ 5 ] {dc32e81f-5d67-4c83-bbc3-9ccdc17d4957} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1675 2025.03.18 03:46:40.674959 [ 5 ] {dc32e81f-5d67-4c83-bbc3-9ccdc17d4957} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1676 2025.03.18 03:46:40.675135 [ 5 ] {dc32e81f-5d67-4c83-bbc3-9ccdc17d4957} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1677 2025.03.18 03:46:40.675430 [ 288 ] {dc32e81f-5d67-4c83-bbc3-9ccdc17d4957} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1678 2025.03.18 03:46:40.675484 [ 286 ] {dc32e81f-5d67-4c83-bbc3-9ccdc17d4957} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1679 2025.03.18 03:46:40.675487 [ 287 ] {dc32e81f-5d67-4c83-bbc3-9ccdc17d4957} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1680 2025.03.18 03:46:40.675653 [ 5 ] {dc32e81f-5d67-4c83-bbc3-9ccdc17d4957} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
1681 2025.03.18 03:46:40.675685 [ 5 ] {dc32e81f-5d67-4c83-bbc3-9ccdc17d4957} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
1682 2025.03.18 03:46:40.679619 [ 5 ] {dc32e81f-5d67-4c83-bbc3-9ccdc17d4957} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1683 2025.03.18 03:46:40.679649 [ 5 ] {dc32e81f-5d67-4c83-bbc3-9ccdc17d4957} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Reading approx. 30 rows with 2 streams
1684 2025.03.18 03:46:40.679715 [ 5 ] {dc32e81f-5d67-4c83-bbc3-9ccdc17d4957} <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', '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'))"
1685 2025.03.18 03:46:40.679765 [ 5 ] {dc32e81f-5d67-4c83-bbc3-9ccdc17d4957} <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', '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'))"
1686 2025.03.18 03:46:40.681241 [ 5 ] {dc32e81f-5d67-4c83-bbc3-9ccdc17d4957} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.007316 sec., 4100.601421541826 rows/sec., 171.93 KiB/sec.
1687 2025.03.18 03:46:40.681397 [ 5 ] {dc32e81f-5d67-4c83-bbc3-9ccdc17d4957} <Debug> TCPHandler: Processed in 0.007735636 sec.
1688 2025.03.18 03:46:40.681709 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1689 2025.03.18 03:46:40.681876 [ 5 ] {6d68e0ab-9354-44e8-9104-c80070a371f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) 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', '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)
1690 2025.03.18 03:46:40.682177 [ 5 ] {6d68e0ab-9354-44e8-9104-c80070a371f9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1691 2025.03.18 03:46:40.682225 [ 5 ] {6d68e0ab-9354-44e8-9104-c80070a371f9} <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', '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
1692 2025.03.18 03:46:40.682539 [ 5 ] {6d68e0ab-9354-44e8-9104-c80070a371f9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1693 2025.03.18 03:46:40.682605 [ 5 ] {6d68e0ab-9354-44e8-9104-c80070a371f9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1694 2025.03.18 03:46:40.682765 [ 5 ] {6d68e0ab-9354-44e8-9104-c80070a371f9} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1695 2025.03.18 03:46:40.682894 [ 287 ] {6d68e0ab-9354-44e8-9104-c80070a371f9} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1696 2025.03.18 03:46:40.682936 [ 288 ] {6d68e0ab-9354-44e8-9104-c80070a371f9} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1697 2025.03.18 03:46:40.682935 [ 286 ] {6d68e0ab-9354-44e8-9104-c80070a371f9} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1698 2025.03.18 03:46:40.683087 [ 5 ] {6d68e0ab-9354-44e8-9104-c80070a371f9} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
1699 2025.03.18 03:46:40.683115 [ 5 ] {6d68e0ab-9354-44e8-9104-c80070a371f9} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
1700 2025.03.18 03:46:40.683200 [ 5 ] {6d68e0ab-9354-44e8-9104-c80070a371f9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1701 2025.03.18 03:46:40.683222 [ 5 ] {6d68e0ab-9354-44e8-9104-c80070a371f9} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Reading approx. 30 rows with 2 streams
1702 2025.03.18 03:46:40.683264 [ 5 ] {6d68e0ab-9354-44e8-9104-c80070a371f9} <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', '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'))"
1703 2025.03.18 03:46:40.683308 [ 5 ] {6d68e0ab-9354-44e8-9104-c80070a371f9} <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', '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'))"
1704 2025.03.18 03:46:40.684374 [ 5 ] {6d68e0ab-9354-44e8-9104-c80070a371f9} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.002577 sec., 11641.443538998836 rows/sec., 488.09 KiB/sec.
1705 2025.03.18 03:46:40.684519 [ 5 ] {6d68e0ab-9354-44e8-9104-c80070a371f9} <Debug> TCPHandler: Processed in 0.002866543 sec.
1706 2025.03.18 03:46:40.684750 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1707 2025.03.18 03:46:40.684914 [ 5 ] {50b0acf6-bac0-458c-a5d2-5bfa5ffbb9b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) 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', '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)
1708 2025.03.18 03:46:40.685212 [ 5 ] {50b0acf6-bac0-458c-a5d2-5bfa5ffbb9b1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1709 2025.03.18 03:46:40.685259 [ 5 ] {50b0acf6-bac0-458c-a5d2-5bfa5ffbb9b1} <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', '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
1710 2025.03.18 03:46:40.685569 [ 5 ] {50b0acf6-bac0-458c-a5d2-5bfa5ffbb9b1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1711 2025.03.18 03:46:40.685645 [ 5 ] {50b0acf6-bac0-458c-a5d2-5bfa5ffbb9b1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1712 2025.03.18 03:46:40.685788 [ 5 ] {50b0acf6-bac0-458c-a5d2-5bfa5ffbb9b1} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1713 2025.03.18 03:46:40.685919 [ 286 ] {50b0acf6-bac0-458c-a5d2-5bfa5ffbb9b1} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1714 2025.03.18 03:46:40.685941 [ 288 ] {50b0acf6-bac0-458c-a5d2-5bfa5ffbb9b1} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1715 2025.03.18 03:46:40.685975 [ 287 ] {50b0acf6-bac0-458c-a5d2-5bfa5ffbb9b1} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1716 2025.03.18 03:46:40.686084 [ 5 ] {50b0acf6-bac0-458c-a5d2-5bfa5ffbb9b1} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
1717 2025.03.18 03:46:40.686112 [ 5 ] {50b0acf6-bac0-458c-a5d2-5bfa5ffbb9b1} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
1718 2025.03.18 03:46:40.686197 [ 5 ] {50b0acf6-bac0-458c-a5d2-5bfa5ffbb9b1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1719 2025.03.18 03:46:40.686217 [ 5 ] {50b0acf6-bac0-458c-a5d2-5bfa5ffbb9b1} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Reading approx. 30 rows with 2 streams
1720 2025.03.18 03:46:40.686258 [ 5 ] {50b0acf6-bac0-458c-a5d2-5bfa5ffbb9b1} <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', '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'))"
1721 2025.03.18 03:46:40.686302 [ 5 ] {50b0acf6-bac0-458c-a5d2-5bfa5ffbb9b1} <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', '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'))"
1722 2025.03.18 03:46:40.687273 [ 5 ] {50b0acf6-bac0-458c-a5d2-5bfa5ffbb9b1} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.002437 sec., 12310.217480508823 rows/sec., 516.13 KiB/sec.
1723 2025.03.18 03:46:40.687396 [ 5 ] {50b0acf6-bac0-458c-a5d2-5bfa5ffbb9b1} <Debug> TCPHandler: Processed in 0.002697991 sec.
1724 2025.03.18 03:46:40.695082 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1725 2025.03.18 03:46:40.695204 [ 5 ] {18ec8fb9-d9fc-438c-99b9-120ce784f871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1726 2025.03.18 03:46:40.695253 [ 5 ] {18ec8fb9-d9fc-438c-99b9-120ce784f871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1727 2025.03.18 03:46:40.695956 [ 5 ] {18ec8fb9-d9fc-438c-99b9-120ce784f871} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1728 2025.03.18 03:46:40.695995 [ 5 ] {18ec8fb9-d9fc-438c-99b9-120ce784f871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1729 2025.03.18 03:46:40.696472 [ 5 ] {18ec8fb9-d9fc-438c-99b9-120ce784f871} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1730 2025.03.18 03:46:40.696708 [ 5 ] {18ec8fb9-d9fc-438c-99b9-120ce784f871} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1731 2025.03.18 03:46:40.696933 [ 5 ] {18ec8fb9-d9fc-438c-99b9-120ce784f871} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001754 sec., 1710.3762827822122 rows/sec., 155.89 KiB/sec.
1732 2025.03.18 03:46:40.697106 [ 5 ] {18ec8fb9-d9fc-438c-99b9-120ce784f871} <Debug> TCPHandler: Processed in 0.002074171 sec.
1733 2025.03.18 03:46:40.697252 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1734 2025.03.18 03:46:40.697356 [ 5 ] {4e00b041-f54f-47c7-a1ea-8307862ae68c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1735 2025.03.18 03:46:40.697402 [ 5 ] {4e00b041-f54f-47c7-a1ea-8307862ae68c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1736 2025.03.18 03:46:40.698035 [ 5 ] {4e00b041-f54f-47c7-a1ea-8307862ae68c} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1737 2025.03.18 03:46:40.698073 [ 5 ] {4e00b041-f54f-47c7-a1ea-8307862ae68c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1738 2025.03.18 03:46:40.698441 [ 5 ] {4e00b041-f54f-47c7-a1ea-8307862ae68c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1739 2025.03.18 03:46:40.698696 [ 5 ] {4e00b041-f54f-47c7-a1ea-8307862ae68c} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1740 2025.03.18 03:46:40.698921 [ 5 ] {4e00b041-f54f-47c7-a1ea-8307862ae68c} <Debug> executeQuery: Read 124 rows, 10.86 KiB in 0.001569 sec., 79031.23008285531 rows/sec., 6.76 MiB/sec.
1741 2025.03.18 03:46:40.699041 [ 5 ] {4e00b041-f54f-47c7-a1ea-8307862ae68c} <Debug> TCPHandler: Processed in 0.001840247 sec.
1742 2025.03.18 03:46:40.699177 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1743 2025.03.18 03:46:40.699289 [ 5 ] {e6645a21-4226-435d-8b3b-eece36999f54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1744 2025.03.18 03:46:40.699334 [ 5 ] {e6645a21-4226-435d-8b3b-eece36999f54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1745 2025.03.18 03:46:40.699885 [ 5 ] {e6645a21-4226-435d-8b3b-eece36999f54} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1746 2025.03.18 03:46:40.699922 [ 5 ] {e6645a21-4226-435d-8b3b-eece36999f54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1747 2025.03.18 03:46:40.700264 [ 5 ] {e6645a21-4226-435d-8b3b-eece36999f54} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1748 2025.03.18 03:46:40.700515 [ 5 ] {e6645a21-4226-435d-8b3b-eece36999f54} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1749 2025.03.18 03:46:40.700933 [ 5 ] {e6645a21-4226-435d-8b3b-eece36999f54} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001658 sec., 20506.634499396863 rows/sec., 1.51 MiB/sec.
1750 2025.03.18 03:46:40.700991 [ 5 ] {e6645a21-4226-435d-8b3b-eece36999f54} <Debug> TCPHandler: Processed in 0.001875639 sec.
1751 2025.03.18 03:46:40.701131 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1752 2025.03.18 03:46:40.701235 [ 5 ] {47803019-cdb3-4888-accb-d64843d3da3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1753 2025.03.18 03:46:40.701281 [ 5 ] {47803019-cdb3-4888-accb-d64843d3da3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1754 2025.03.18 03:46:40.701865 [ 5 ] {47803019-cdb3-4888-accb-d64843d3da3d} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1755 2025.03.18 03:46:40.701904 [ 5 ] {47803019-cdb3-4888-accb-d64843d3da3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1756 2025.03.18 03:46:40.702308 [ 5 ] {47803019-cdb3-4888-accb-d64843d3da3d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1757 2025.03.18 03:46:40.702552 [ 5 ] {47803019-cdb3-4888-accb-d64843d3da3d} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1758 2025.03.18 03:46:40.702849 [ 5 ] {47803019-cdb3-4888-accb-d64843d3da3d} <Debug> executeQuery: Read 110 rows, 8.80 KiB in 0.001607 sec., 68450.52893590541 rows/sec., 5.35 MiB/sec.
1759 2025.03.18 03:46:40.703187 [ 5 ] {47803019-cdb3-4888-accb-d64843d3da3d} <Debug> TCPHandler: Processed in 0.002102912 sec.
1760 2025.03.18 03:46:40.703322 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1761 2025.03.18 03:46:40.703429 [ 5 ] {c9b9fc53-f1f4-4a4f-8fcb-8c9a7a35c4ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1762 2025.03.18 03:46:40.703477 [ 5 ] {c9b9fc53-f1f4-4a4f-8fcb-8c9a7a35c4ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1763 2025.03.18 03:46:40.704034 [ 5 ] {c9b9fc53-f1f4-4a4f-8fcb-8c9a7a35c4ff} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1764 2025.03.18 03:46:40.704071 [ 5 ] {c9b9fc53-f1f4-4a4f-8fcb-8c9a7a35c4ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1765 2025.03.18 03:46:40.704473 [ 5 ] {c9b9fc53-f1f4-4a4f-8fcb-8c9a7a35c4ff} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1766 2025.03.18 03:46:40.704716 [ 5 ] {c9b9fc53-f1f4-4a4f-8fcb-8c9a7a35c4ff} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1767 2025.03.18 03:46:40.704949 [ 5 ] {c9b9fc53-f1f4-4a4f-8fcb-8c9a7a35c4ff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001528 sec., 104712.04188481675 rows/sec., 7.29 MiB/sec.
1768 2025.03.18 03:46:40.705350 [ 5 ] {c9b9fc53-f1f4-4a4f-8fcb-8c9a7a35c4ff} <Debug> TCPHandler: Processed in 0.002079131 sec.
1769 2025.03.18 03:46:40.705485 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1770 2025.03.18 03:46:40.705587 [ 5 ] {12024e32-f5c0-4822-ad70-ca2d7ed67a53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1771 2025.03.18 03:46:40.705654 [ 5 ] {12024e32-f5c0-4822-ad70-ca2d7ed67a53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1772 2025.03.18 03:46:40.707072 [ 5 ] {12024e32-f5c0-4822-ad70-ca2d7ed67a53} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1773 2025.03.18 03:46:40.707111 [ 5 ] {12024e32-f5c0-4822-ad70-ca2d7ed67a53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1774 2025.03.18 03:46:40.707748 [ 5 ] {12024e32-f5c0-4822-ad70-ca2d7ed67a53} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1775 2025.03.18 03:46:40.708004 [ 5 ] {12024e32-f5c0-4822-ad70-ca2d7ed67a53} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1776 2025.03.18 03:46:40.708368 [ 5 ] {12024e32-f5c0-4822-ad70-ca2d7ed67a53} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002792 sec., 12177.650429799425 rows/sec., 21.82 MiB/sec.
1777 2025.03.18 03:46:40.708509 [ 5 ] {12024e32-f5c0-4822-ad70-ca2d7ed67a53} <Debug> TCPHandler: Processed in 0.003073217 sec.
1778 2025.03.18 03:46:40.708621 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1779 2025.03.18 03:46:40.708724 [ 5 ] {547f989e-747e-4aa5-b5b3-093d7af4b54a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1780 2025.03.18 03:46:40.708770 [ 5 ] {547f989e-747e-4aa5-b5b3-093d7af4b54a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1781 2025.03.18 03:46:40.709191 [ 5 ] {547f989e-747e-4aa5-b5b3-093d7af4b54a} <Trace> oximeter.measurements_i64 (6ee254b1-b745-46b3-b499-ae63e3a6c4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1782 2025.03.18 03:46:40.709229 [ 5 ] {547f989e-747e-4aa5-b5b3-093d7af4b54a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1783 2025.03.18 03:46:40.709592 [ 5 ] {547f989e-747e-4aa5-b5b3-093d7af4b54a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1784 2025.03.18 03:46:40.709833 [ 5 ] {547f989e-747e-4aa5-b5b3-093d7af4b54a} <Trace> oximeter.measurements_i64 (6ee254b1-b745-46b3-b499-ae63e3a6c4d5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1785 2025.03.18 03:46:40.710128 [ 5 ] {547f989e-747e-4aa5-b5b3-093d7af4b54a} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001396 sec., 15042.979942693408 rows/sec., 1.10 MiB/sec.
1786 2025.03.18 03:46:40.710257 [ 5 ] {547f989e-747e-4aa5-b5b3-093d7af4b54a} <Debug> TCPHandler: Processed in 0.001684536 sec.
1787 2025.03.18 03:46:40.710360 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1788 2025.03.18 03:46:40.710460 [ 5 ] {69263b4c-a5fb-4fa0-99d9-caac30d8be8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1789 2025.03.18 03:46:40.710506 [ 5 ] {69263b4c-a5fb-4fa0-99d9-caac30d8be8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1790 2025.03.18 03:46:40.710931 [ 5 ] {69263b4c-a5fb-4fa0-99d9-caac30d8be8d} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1791 2025.03.18 03:46:40.710967 [ 5 ] {69263b4c-a5fb-4fa0-99d9-caac30d8be8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1792 2025.03.18 03:46:40.711319 [ 5 ] {69263b4c-a5fb-4fa0-99d9-caac30d8be8d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1793 2025.03.18 03:46:40.711551 [ 5 ] {69263b4c-a5fb-4fa0-99d9-caac30d8be8d} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1794 2025.03.18 03:46:40.711776 [ 5 ] {69263b4c-a5fb-4fa0-99d9-caac30d8be8d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001324 sec., 45317.220543806645 rows/sec., 3.05 MiB/sec.
1795 2025.03.18 03:46:40.712040 [ 5 ] {69263b4c-a5fb-4fa0-99d9-caac30d8be8d} <Debug> TCPHandler: Processed in 0.001717156 sec.
1796 2025.03.18 03:46:41.000246 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.13 MiB, peak 169.61 MiB, free memory in arenas 0.00 B, will set to 165.72 MiB (RSS), difference: 1.59 MiB
1797 2025.03.18 03:46:45.682844 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1798 2025.03.18 03:46:45.683070 [ 5 ] {8838a0a3-c74d-44ed-95ea-b78db24ba997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1799 2025.03.18 03:46:45.683149 [ 5 ] {8838a0a3-c74d-44ed-95ea-b78db24ba997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1800 2025.03.18 03:46:45.684100 [ 5 ] {8838a0a3-c74d-44ed-95ea-b78db24ba997} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1801 2025.03.18 03:46:45.684173 [ 5 ] {8838a0a3-c74d-44ed-95ea-b78db24ba997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1802 2025.03.18 03:46:45.684845 [ 5 ] {8838a0a3-c74d-44ed-95ea-b78db24ba997} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1803 2025.03.18 03:46:45.685215 [ 5 ] {8838a0a3-c74d-44ed-95ea-b78db24ba997} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1804 2025.03.18 03:46:45.685462 [ 55 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1805 2025.03.18 03:46:45.685548 [ 55 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1806 2025.03.18 03:46:45.685572 [ 5 ] {8838a0a3-c74d-44ed-95ea-b78db24ba997} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002537 sec., 22073.314938904216 rows/sec., 1.70 MiB/sec.
1807 2025.03.18 03:46:45.685588 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1808 2025.03.18 03:46:45.685809 [ 5 ] {8838a0a3-c74d-44ed-95ea-b78db24ba997} <Debug> TCPHandler: Processed in 0.003102847 sec.
1809 2025.03.18 03:46:45.685859 [ 198 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
1810 2025.03.18 03:46:45.685989 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1811 2025.03.18 03:46:45.686008 [ 198 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1812 2025.03.18 03:46:45.686051 [ 198 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
1813 2025.03.18 03:46:45.686159 [ 5 ] {6e214914-b77e-44f0-8993-05b190131cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1814 2025.03.18 03:46:45.686175 [ 198 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1332 rows starting from the beginning of the part
1815 2025.03.18 03:46:45.686330 [ 5 ] {6e214914-b77e-44f0-8993-05b190131cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1816 2025.03.18 03:46:45.686600 [ 198 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part
1817 2025.03.18 03:46:45.687046 [ 198 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part
1818 2025.03.18 03:46:45.687352 [ 198 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 124 rows starting from the beginning of the part
1819 2025.03.18 03:46:45.687734 [ 198 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part
1820 2025.03.18 03:46:45.688895 [ 5 ] {6e214914-b77e-44f0-8993-05b190131cc6} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1821 2025.03.18 03:46:45.688950 [ 5 ] {6e214914-b77e-44f0-8993-05b190131cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1822 2025.03.18 03:46:45.689559 [ 5 ] {6e214914-b77e-44f0-8993-05b190131cc6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1823 2025.03.18 03:46:45.689890 [ 5 ] {6e214914-b77e-44f0-8993-05b190131cc6} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1824 2025.03.18 03:46:45.690152 [ 55 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1825 2025.03.18 03:46:45.690279 [ 55 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1826 2025.03.18 03:46:45.690357 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1827 2025.03.18 03:46:45.690481 [ 5 ] {6e214914-b77e-44f0-8993-05b190131cc6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004335 sec., 14763.552479815455 rows/sec., 1.15 MiB/sec.
1828 2025.03.18 03:46:45.691135 [ 5 ] {6e214914-b77e-44f0-8993-05b190131cc6} <Debug> TCPHandler: Processed in 0.005214729 sec.
1829 2025.03.18 03:46:45.691231 [ 198 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1696 rows, containing 5 columns (5 merged, 0 gathered) in 0.005467512 sec., 310195.93555533123 rows/sec., 26.92 MiB/sec.
1830 2025.03.18 03:46:45.691253 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
1831 2025.03.18 03:46:45.691368 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1832 2025.03.18 03:46:45.691665 [ 198 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1833 2025.03.18 03:46:45.691693 [ 5 ] {442127d1-84b7-431a-ba2d-dde83a86bd14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1834 2025.03.18 03:46:45.691882 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1835 2025.03.18 03:46:45.691917 [ 5 ] {442127d1-84b7-431a-ba2d-dde83a86bd14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1836 2025.03.18 03:46:45.692040 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
1837 2025.03.18 03:46:45.692723 [ 198 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_11_2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1838 2025.03.18 03:46:45.692987 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 564 rows starting from the beginning of the part
1839 2025.03.18 03:46:45.693139 [ 198 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_11_2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1840 2025.03.18 03:46:45.693567 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
1841 2025.03.18 03:46:45.693675 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part
1842 2025.03.18 03:46:45.694171 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part
1843 2025.03.18 03:46:45.694553 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 110 rows starting from the beginning of the part
1844 2025.03.18 03:46:45.694998 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part
1845 2025.03.18 03:46:45.695242 [ 5 ] {442127d1-84b7-431a-ba2d-dde83a86bd14} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1846 2025.03.18 03:46:45.695385 [ 5 ] {442127d1-84b7-431a-ba2d-dde83a86bd14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1847 2025.03.18 03:46:45.696583 [ 5 ] {442127d1-84b7-431a-ba2d-dde83a86bd14} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1848 2025.03.18 03:46:45.697280 [ 5 ] {442127d1-84b7-431a-ba2d-dde83a86bd14} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1849 2025.03.18 03:46:45.697766 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1850 2025.03.18 03:46:45.697875 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1851 2025.03.18 03:46:45.697915 [ 5 ] {442127d1-84b7-431a-ba2d-dde83a86bd14} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006311 sec., 25352.55902392648 rows/sec., 1.77 MiB/sec.
1852 2025.03.18 03:46:45.697987 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1853 2025.03.18 03:46:45.698274 [ 5 ] {442127d1-84b7-431a-ba2d-dde83a86bd14} <Debug> TCPHandler: Processed in 0.006978605 sec.
1854 2025.03.18 03:46:45.698645 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1855 2025.03.18 03:46:45.698652 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
1856 2025.03.18 03:46:45.698988 [ 5 ] {11afdb09-f07d-40b8-8a11-ecd463271383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1857 2025.03.18 03:46:45.699177 [ 5 ] {11afdb09-f07d-40b8-8a11-ecd463271383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1858 2025.03.18 03:46:45.699426 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1859 2025.03.18 03:46:45.699815 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 928 rows starting from the beginning of the part
1860 2025.03.18 03:46:45.700149 [ 200 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 938 rows, containing 5 columns (5 merged, 0 gathered) in 0.009491262 sec., 98827.74282281955 rows/sec., 7.91 MiB/sec.
1861 2025.03.18 03:46:45.700603 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2426 rows starting from the beginning of the part
1862 2025.03.18 03:46:45.700741 [ 200 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1863 2025.03.18 03:46:45.701225 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part
1864 2025.03.18 03:46:45.701797 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part
1865 2025.03.18 03:46:45.702081 [ 200 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_11_2} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1866 2025.03.18 03:46:45.702563 [ 200 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_11_2} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1867 2025.03.18 03:46:45.702576 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part
1868 2025.03.18 03:46:45.702898 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
1869 2025.03.18 03:46:45.703200 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
1870 2025.03.18 03:46:45.703297 [ 5 ] {11afdb09-f07d-40b8-8a11-ecd463271383} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1871 2025.03.18 03:46:45.703428 [ 5 ] {11afdb09-f07d-40b8-8a11-ecd463271383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1872 2025.03.18 03:46:45.704676 [ 5 ] {11afdb09-f07d-40b8-8a11-ecd463271383} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1873 2025.03.18 03:46:45.705152 [ 5 ] {11afdb09-f07d-40b8-8a11-ecd463271383} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1874 2025.03.18 03:46:45.705388 [ 55 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1875 2025.03.18 03:46:45.705506 [ 55 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1876 2025.03.18 03:46:45.705577 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1877 2025.03.18 03:46:45.705772 [ 5 ] {11afdb09-f07d-40b8-8a11-ecd463271383} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006934 sec., 8653.014133256418 rows/sec., 597.15 KiB/sec.
1878 2025.03.18 03:46:45.706053 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
1879 2025.03.18 03:46:45.706092 [ 5 ] {11afdb09-f07d-40b8-8a11-ecd463271383} <Debug> TCPHandler: Processed in 0.007564153 sec.
1880 2025.03.18 03:46:45.706514 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1881 2025.03.18 03:46:45.706589 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 348 rows starting from the beginning of the part
1882 2025.03.18 03:46:45.706956 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part
1883 2025.03.18 03:46:45.707253 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part
1884 2025.03.18 03:46:45.707675 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part
1885 2025.03.18 03:46:45.707852 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part
1886 2025.03.18 03:46:45.708227 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
1887 2025.03.18 03:46:45.709021 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3962 rows, containing 5 columns (5 merged, 0 gathered) in 0.010809852 sec., 366517.50643764593 rows/sec., 25.11 MiB/sec.
1888 2025.03.18 03:46:45.709488 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1889 2025.03.18 03:46:45.710103 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1890 2025.03.18 03:46:45.710309 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1891 2025.03.18 03:46:45.710468 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB.
1892 2025.03.18 03:46:45.710971 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 4 columns (4 merged, 0 gathered) in 0.005238969 sec., 112235.82349886019 rows/sec., 7.56 MiB/sec.
1893 2025.03.18 03:46:45.711224 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1894 2025.03.18 03:46:45.711648 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_11_2} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1895 2025.03.18 03:46:45.711798 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_11_2} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1896 2025.03.18 03:46:45.711884 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
1897 2025.03.18 03:46:46.784689 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148
1898 2025.03.18 03:46:46.785406 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1899 2025.03.18 03:46:46.785464 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1900 2025.03.18 03:46:46.786011 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1901 2025.03.18 03:46:46.786270 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1902 2025.03.18 03:46:46.786676 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148
1903 2025.03.18 03:46:47.024478 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
1904 2025.03.18 03:46:47.044002 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1905 2025.03.18 03:46:47.044044 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1906 2025.03.18 03:46:47.050733 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1907 2025.03.18 03:46:47.051530 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1908 2025.03.18 03:46:47.054610 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
1909 2025.03.18 03:46:49.287751 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 276
1910 2025.03.18 03:46:49.290945 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1911 2025.03.18 03:46:49.291007 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1912 2025.03.18 03:46:49.292572 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1913 2025.03.18 03:46:49.292901 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1914 2025.03.18 03:46:49.293109 [ 46 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1915 2025.03.18 03:46:49.293215 [ 46 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1916 2025.03.18 03:46:49.293276 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1917 2025.03.18 03:46:49.293555 [ 199 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
1918 2025.03.18 03:46:49.294066 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 276
1919 2025.03.18 03:46:49.294411 [ 199 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1920 2025.03.18 03:46:49.294538 [ 199 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
1921 2025.03.18 03:46:49.295137 [ 199 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part
1922 2025.03.18 03:46:49.295553 [ 199 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part
1923 2025.03.18 03:46:49.295974 [ 199 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
1924 2025.03.18 03:46:49.296386 [ 199 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part
1925 2025.03.18 03:46:49.296824 [ 199 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part
1926 2025.03.18 03:46:49.304270 [ 194 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 72 columns (72 merged, 0 gathered) in 0.010877263 sec., 25374.030213299062 rows/sec., 25.82 MiB/sec.
1927 2025.03.18 03:46:49.305251 [ 200 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1928 2025.03.18 03:46:49.306095 [ 200 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_6_1} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1929 2025.03.18 03:46:49.306186 [ 200 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_6_1} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1930 2025.03.18 03:46:49.306513 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.61 MiB.
1931 2025.03.18 03:46:50.680241 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1932 2025.03.18 03:46:50.680427 [ 5 ] {28fbf03f-f8e0-424e-9bcf-48ba2e52c33a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1933 2025.03.18 03:46:50.680498 [ 5 ] {28fbf03f-f8e0-424e-9bcf-48ba2e52c33a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1934 2025.03.18 03:46:50.681308 [ 5 ] {28fbf03f-f8e0-424e-9bcf-48ba2e52c33a} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1935 2025.03.18 03:46:50.681360 [ 5 ] {28fbf03f-f8e0-424e-9bcf-48ba2e52c33a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1936 2025.03.18 03:46:50.681807 [ 5 ] {28fbf03f-f8e0-424e-9bcf-48ba2e52c33a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1937 2025.03.18 03:46:50.682078 [ 5 ] {28fbf03f-f8e0-424e-9bcf-48ba2e52c33a} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1938 2025.03.18 03:46:50.682314 [ 5 ] {28fbf03f-f8e0-424e-9bcf-48ba2e52c33a} <Debug> executeQuery: Read 124 rows, 10.86 KiB in 0.001941 sec., 63884.59556929418 rows/sec., 5.46 MiB/sec.
1939 2025.03.18 03:46:50.682372 [ 5 ] {28fbf03f-f8e0-424e-9bcf-48ba2e52c33a} <Debug> TCPHandler: Processed in 0.002268854 sec.
1940 2025.03.18 03:46:50.682501 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1941 2025.03.18 03:46:50.682609 [ 5 ] {09f22463-6c31-4a4e-a116-52ddb7b02cb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1942 2025.03.18 03:46:50.682655 [ 5 ] {09f22463-6c31-4a4e-a116-52ddb7b02cb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1943 2025.03.18 03:46:50.683192 [ 5 ] {09f22463-6c31-4a4e-a116-52ddb7b02cb7} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1944 2025.03.18 03:46:50.683233 [ 5 ] {09f22463-6c31-4a4e-a116-52ddb7b02cb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1945 2025.03.18 03:46:50.683601 [ 5 ] {09f22463-6c31-4a4e-a116-52ddb7b02cb7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1946 2025.03.18 03:46:50.683844 [ 5 ] {09f22463-6c31-4a4e-a116-52ddb7b02cb7} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1947 2025.03.18 03:46:50.684104 [ 5 ] {09f22463-6c31-4a4e-a116-52ddb7b02cb7} <Debug> executeQuery: Read 34 rows, 2.56 KiB in 0.001518 sec., 22397.891963109352 rows/sec., 1.64 MiB/sec.
1948 2025.03.18 03:46:50.684254 [ 5 ] {09f22463-6c31-4a4e-a116-52ddb7b02cb7} <Debug> TCPHandler: Processed in 0.001799837 sec.
1949 2025.03.18 03:46:50.684368 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1950 2025.03.18 03:46:50.684473 [ 5 ] {8cec1e91-1b57-4de7-b7e1-7a289e8771d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1951 2025.03.18 03:46:50.684525 [ 5 ] {8cec1e91-1b57-4de7-b7e1-7a289e8771d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1952 2025.03.18 03:46:50.685130 [ 5 ] {8cec1e91-1b57-4de7-b7e1-7a289e8771d9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1953 2025.03.18 03:46:50.685172 [ 5 ] {8cec1e91-1b57-4de7-b7e1-7a289e8771d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1954 2025.03.18 03:46:50.685537 [ 5 ] {8cec1e91-1b57-4de7-b7e1-7a289e8771d9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1955 2025.03.18 03:46:50.685781 [ 5 ] {8cec1e91-1b57-4de7-b7e1-7a289e8771d9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1956 2025.03.18 03:46:50.685993 [ 5 ] {8cec1e91-1b57-4de7-b7e1-7a289e8771d9} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001541 sec., 63595.068137573006 rows/sec., 4.97 MiB/sec.
1957 2025.03.18 03:46:50.686048 [ 5 ] {8cec1e91-1b57-4de7-b7e1-7a289e8771d9} <Debug> TCPHandler: Processed in 0.001730276 sec.
1958 2025.03.18 03:46:50.686169 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1959 2025.03.18 03:46:50.686280 [ 5 ] {cfa77497-2aa8-4671-92f7-140bf6c488e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1960 2025.03.18 03:46:50.686331 [ 5 ] {cfa77497-2aa8-4671-92f7-140bf6c488e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1961 2025.03.18 03:46:50.686892 [ 5 ] {cfa77497-2aa8-4671-92f7-140bf6c488e1} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1962 2025.03.18 03:46:50.686934 [ 5 ] {cfa77497-2aa8-4671-92f7-140bf6c488e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1963 2025.03.18 03:46:50.687365 [ 5 ] {cfa77497-2aa8-4671-92f7-140bf6c488e1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1964 2025.03.18 03:46:50.687621 [ 5 ] {cfa77497-2aa8-4671-92f7-140bf6c488e1} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1965 2025.03.18 03:46:50.687887 [ 5 ] {cfa77497-2aa8-4671-92f7-140bf6c488e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001622 sec., 98643.64981504316 rows/sec., 6.87 MiB/sec.
1966 2025.03.18 03:46:50.688049 [ 5 ] {cfa77497-2aa8-4671-92f7-140bf6c488e1} <Debug> TCPHandler: Processed in 0.001933329 sec.
1967 2025.03.18 03:46:50.688168 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1968 2025.03.18 03:46:50.688274 [ 5 ] {eb85d17c-2afc-45be-a867-98bdaaa779b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1969 2025.03.18 03:46:50.688345 [ 5 ] {eb85d17c-2afc-45be-a867-98bdaaa779b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1970 2025.03.18 03:46:50.689490 [ 5 ] {eb85d17c-2afc-45be-a867-98bdaaa779b9} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1971 2025.03.18 03:46:50.689531 [ 5 ] {eb85d17c-2afc-45be-a867-98bdaaa779b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1972 2025.03.18 03:46:50.690185 [ 5 ] {eb85d17c-2afc-45be-a867-98bdaaa779b9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1973 2025.03.18 03:46:50.690458 [ 5 ] {eb85d17c-2afc-45be-a867-98bdaaa779b9} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1974 2025.03.18 03:46:50.690720 [ 5 ] {eb85d17c-2afc-45be-a867-98bdaaa779b9} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.002469 sec., 13770.757391656542 rows/sec., 24.68 MiB/sec.
1975 2025.03.18 03:46:50.690812 [ 5 ] {eb85d17c-2afc-45be-a867-98bdaaa779b9} <Debug> TCPHandler: Processed in 0.002693741 sec.
1976 2025.03.18 03:46:50.690943 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1977 2025.03.18 03:46:50.691049 [ 5 ] {762a4b6c-665c-4f8e-a901-319345150a2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1978 2025.03.18 03:46:50.691097 [ 5 ] {762a4b6c-665c-4f8e-a901-319345150a2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1979 2025.03.18 03:46:50.691539 [ 5 ] {762a4b6c-665c-4f8e-a901-319345150a2f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1980 2025.03.18 03:46:50.691581 [ 5 ] {762a4b6c-665c-4f8e-a901-319345150a2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1981 2025.03.18 03:46:50.691949 [ 5 ] {762a4b6c-665c-4f8e-a901-319345150a2f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1982 2025.03.18 03:46:50.692202 [ 5 ] {762a4b6c-665c-4f8e-a901-319345150a2f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1983 2025.03.18 03:46:50.692418 [ 5 ] {762a4b6c-665c-4f8e-a901-319345150a2f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec.
1984 2025.03.18 03:46:50.692469 [ 5 ] {762a4b6c-665c-4f8e-a901-319345150a2f} <Debug> TCPHandler: Processed in 0.001575064 sec.
1985 2025.03.18 03:46:54.207554 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache
1986 2025.03.18 03:46:54.207622 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache
1987 2025.03.18 03:46:54.286930 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636
1988 2025.03.18 03:46:54.288069 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1989 2025.03.18 03:46:54.288164 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1990 2025.03.18 03:46:54.288781 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1991 2025.03.18 03:46:54.289044 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1992 2025.03.18 03:46:54.289285 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
1993 2025.03.18 03:46:54.554763 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
1994 2025.03.18 03:46:54.574936 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1995 2025.03.18 03:46:54.574992 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
1996 2025.03.18 03:46:54.582215 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1997 2025.03.18 03:46:54.582982 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1998 2025.03.18 03:46:54.585544 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
1999 2025.03.18 03:46:55.678975 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2000 2025.03.18 03:46:55.679163 [ 5 ] {22e3aef3-534f-436f-a871-ce42671fbfda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2001 2025.03.18 03:46:55.679232 [ 5 ] {22e3aef3-534f-436f-a871-ce42671fbfda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2002 2025.03.18 03:46:55.679995 [ 5 ] {22e3aef3-534f-436f-a871-ce42671fbfda} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2003 2025.03.18 03:46:55.680048 [ 5 ] {22e3aef3-534f-436f-a871-ce42671fbfda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2004 2025.03.18 03:46:55.680497 [ 5 ] {22e3aef3-534f-436f-a871-ce42671fbfda} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2005 2025.03.18 03:46:55.680745 [ 5 ] {22e3aef3-534f-436f-a871-ce42671fbfda} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2006 2025.03.18 03:46:55.680998 [ 5 ] {22e3aef3-534f-436f-a871-ce42671fbfda} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001885 sec., 29708.222811671087 rows/sec., 2.28 MiB/sec.
2007 2025.03.18 03:46:55.681053 [ 5 ] {22e3aef3-534f-436f-a871-ce42671fbfda} <Debug> TCPHandler: Processed in 0.002218913 sec.
2008 2025.03.18 03:46:55.681175 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2009 2025.03.18 03:46:55.681282 [ 5 ] {06577b3d-68a5-404e-8fe7-ac2f7cc0746b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2010 2025.03.18 03:46:55.681327 [ 5 ] {06577b3d-68a5-404e-8fe7-ac2f7cc0746b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2011 2025.03.18 03:46:55.681879 [ 5 ] {06577b3d-68a5-404e-8fe7-ac2f7cc0746b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2012 2025.03.18 03:46:55.681918 [ 5 ] {06577b3d-68a5-404e-8fe7-ac2f7cc0746b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2013 2025.03.18 03:46:55.682302 [ 5 ] {06577b3d-68a5-404e-8fe7-ac2f7cc0746b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2014 2025.03.18 03:46:55.682537 [ 5 ] {06577b3d-68a5-404e-8fe7-ac2f7cc0746b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2015 2025.03.18 03:46:55.682748 [ 5 ] {06577b3d-68a5-404e-8fe7-ac2f7cc0746b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001488 sec., 43010.75268817205 rows/sec., 3.36 MiB/sec.
2016 2025.03.18 03:46:55.682800 [ 5 ] {06577b3d-68a5-404e-8fe7-ac2f7cc0746b} <Debug> TCPHandler: Processed in 0.001674645 sec.
2017 2025.03.18 03:46:55.682918 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2018 2025.03.18 03:46:55.683023 [ 5 ] {f5e8e3e4-d5f4-4574-8b9c-3637600f5337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2019 2025.03.18 03:46:55.683072 [ 5 ] {f5e8e3e4-d5f4-4574-8b9c-3637600f5337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2020 2025.03.18 03:46:55.683601 [ 5 ] {f5e8e3e4-d5f4-4574-8b9c-3637600f5337} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2021 2025.03.18 03:46:55.683639 [ 5 ] {f5e8e3e4-d5f4-4574-8b9c-3637600f5337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2022 2025.03.18 03:46:55.684028 [ 5 ] {f5e8e3e4-d5f4-4574-8b9c-3637600f5337} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2023 2025.03.18 03:46:55.684267 [ 5 ] {f5e8e3e4-d5f4-4574-8b9c-3637600f5337} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2024 2025.03.18 03:46:55.684529 [ 5 ] {f5e8e3e4-d5f4-4574-8b9c-3637600f5337} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001528 sec., 104712.04188481675 rows/sec., 7.29 MiB/sec.
2025 2025.03.18 03:46:55.684730 [ 5 ] {f5e8e3e4-d5f4-4574-8b9c-3637600f5337} <Debug> TCPHandler: Processed in 0.001851718 sec.
2026 2025.03.18 03:46:55.684880 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2027 2025.03.18 03:46:55.684987 [ 5 ] {55658d8a-52c1-490d-942e-07cd35b04c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2028 2025.03.18 03:46:55.685034 [ 5 ] {55658d8a-52c1-490d-942e-07cd35b04c61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2029 2025.03.18 03:46:55.685500 [ 5 ] {55658d8a-52c1-490d-942e-07cd35b04c61} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2030 2025.03.18 03:46:55.685540 [ 5 ] {55658d8a-52c1-490d-942e-07cd35b04c61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2031 2025.03.18 03:46:55.685900 [ 5 ] {55658d8a-52c1-490d-942e-07cd35b04c61} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2032 2025.03.18 03:46:55.686138 [ 5 ] {55658d8a-52c1-490d-942e-07cd35b04c61} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2033 2025.03.18 03:46:55.686345 [ 5 ] {55658d8a-52c1-490d-942e-07cd35b04c61} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec.
2034 2025.03.18 03:46:55.686393 [ 5 ] {55658d8a-52c1-490d-942e-07cd35b04c61} <Debug> TCPHandler: Processed in 0.001562854 sec.
2035 2025.03.18 03:46:57.119768 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2036 2025.03.18 03:46:57.120043 [ 5 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) 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)
2037 2025.03.18 03:46:57.120477 [ 5 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2038 2025.03.18 03:46:57.120531 [ 5 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <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
2039 2025.03.18 03:46:57.120901 [ 5 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2040 2025.03.18 03:46:57.120985 [ 5 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2041 2025.03.18 03:46:57.121161 [ 5 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
2042 2025.03.18 03:46:57.121424 [ 286 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2043 2025.03.18 03:46:57.121484 [ 287 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2044 2025.03.18 03:46:57.121529 [ 290 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2045 2025.03.18 03:46:57.121506 [ 288 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2046 2025.03.18 03:46:57.121703 [ 5 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
2047 2025.03.18 03:46:57.121733 [ 5 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
2048 2025.03.18 03:46:57.121856 [ 5 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2049 2025.03.18 03:46:57.121881 [ 5 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Reading approx. 33 rows with 3 streams
2050 2025.03.18 03:46:57.121924 [ 5 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <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'))"
2051 2025.03.18 03:46:57.121970 [ 5 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <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'))"
2052 2025.03.18 03:46:57.122012 [ 5 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <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'))"
2053 2025.03.18 03:46:57.123664 [ 5 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <Debug> executeQuery: Read 33 rows, 1.40 KiB in 0.003743 sec., 8816.45738712263 rows/sec., 373.09 KiB/sec.
2054 2025.03.18 03:46:57.123865 [ 5 ] {f6f3f3fb-f2f6-423b-83f0-f614c5f75b64} <Debug> TCPHandler: Processed in 0.004233953 sec.
2055 2025.03.18 03:46:57.164582 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2056 2025.03.18 03:46:57.164729 [ 5 ] {7e31243f-acee-4ba5-9060-ddb4b8a601e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2057 2025.03.18 03:46:57.164794 [ 5 ] {7e31243f-acee-4ba5-9060-ddb4b8a601e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2058 2025.03.18 03:46:57.165550 [ 5 ] {7e31243f-acee-4ba5-9060-ddb4b8a601e5} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2059 2025.03.18 03:46:57.165597 [ 5 ] {7e31243f-acee-4ba5-9060-ddb4b8a601e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2060 2025.03.18 03:46:57.166095 [ 5 ] {7e31243f-acee-4ba5-9060-ddb4b8a601e5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2061 2025.03.18 03:46:57.166320 [ 5 ] {7e31243f-acee-4ba5-9060-ddb4b8a601e5} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2062 2025.03.18 03:46:57.166608 [ 5 ] {7e31243f-acee-4ba5-9060-ddb4b8a601e5} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001911 sec., 523.2862375719519 rows/sec., 118.56 KiB/sec.
2063 2025.03.18 03:46:57.166747 [ 5 ] {7e31243f-acee-4ba5-9060-ddb4b8a601e5} <Debug> TCPHandler: Processed in 0.002231143 sec.
2064 2025.03.18 03:46:57.166883 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2065 2025.03.18 03:46:57.167018 [ 5 ] {e7413e11-78fe-4d8e-bc6b-95fafc7c5c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2066 2025.03.18 03:46:57.167072 [ 5 ] {e7413e11-78fe-4d8e-bc6b-95fafc7c5c9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2067 2025.03.18 03:46:57.167755 [ 5 ] {e7413e11-78fe-4d8e-bc6b-95fafc7c5c9d} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2068 2025.03.18 03:46:57.167804 [ 5 ] {e7413e11-78fe-4d8e-bc6b-95fafc7c5c9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2069 2025.03.18 03:46:57.168211 [ 5 ] {e7413e11-78fe-4d8e-bc6b-95fafc7c5c9d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2070 2025.03.18 03:46:57.168458 [ 5 ] {e7413e11-78fe-4d8e-bc6b-95fafc7c5c9d} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2071 2025.03.18 03:46:57.168725 [ 5 ] {e7413e11-78fe-4d8e-bc6b-95fafc7c5c9d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001718 sec., 13969.732246798603 rows/sec., 1.16 MiB/sec.
2072 2025.03.18 03:46:57.168848 [ 5 ] {e7413e11-78fe-4d8e-bc6b-95fafc7c5c9d} <Debug> TCPHandler: Processed in 0.002027971 sec.
2073 2025.03.18 03:46:57.168955 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2074 2025.03.18 03:46:57.169057 [ 5 ] {0889842d-2cfb-420b-8c43-9b7183294e79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2075 2025.03.18 03:46:57.169102 [ 5 ] {0889842d-2cfb-420b-8c43-9b7183294e79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2076 2025.03.18 03:46:57.169625 [ 5 ] {0889842d-2cfb-420b-8c43-9b7183294e79} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2077 2025.03.18 03:46:57.169665 [ 5 ] {0889842d-2cfb-420b-8c43-9b7183294e79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2078 2025.03.18 03:46:57.170007 [ 5 ] {0889842d-2cfb-420b-8c43-9b7183294e79} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2079 2025.03.18 03:46:57.170248 [ 5 ] {0889842d-2cfb-420b-8c43-9b7183294e79} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2080 2025.03.18 03:46:57.170506 [ 5 ] {0889842d-2cfb-420b-8c43-9b7183294e79} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001453 sec., 8258.774948382656 rows/sec., 673.45 KiB/sec.
2081 2025.03.18 03:46:57.170565 [ 5 ] {0889842d-2cfb-420b-8c43-9b7183294e79} <Debug> TCPHandler: Processed in 0.001659296 sec.
2082 2025.03.18 03:46:57.170671 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2083 2025.03.18 03:46:57.170772 [ 5 ] {a45140cd-cc04-457a-9283-169f3ac0616e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2084 2025.03.18 03:46:57.170815 [ 5 ] {a45140cd-cc04-457a-9283-169f3ac0616e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2085 2025.03.18 03:46:57.171991 [ 5 ] {a45140cd-cc04-457a-9283-169f3ac0616e} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2086 2025.03.18 03:46:57.172030 [ 5 ] {a45140cd-cc04-457a-9283-169f3ac0616e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2087 2025.03.18 03:46:57.172466 [ 5 ] {a45140cd-cc04-457a-9283-169f3ac0616e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2088 2025.03.18 03:46:57.172729 [ 5 ] {a45140cd-cc04-457a-9283-169f3ac0616e} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2089 2025.03.18 03:46:57.172960 [ 5 ] {a45140cd-cc04-457a-9283-169f3ac0616e} <Debug> executeQuery: Read 1390 rows, 119.32 KiB in 0.002194 sec., 633546.034639927 rows/sec., 53.11 MiB/sec.
2090 2025.03.18 03:46:57.173154 [ 5 ] {a45140cd-cc04-457a-9283-169f3ac0616e} <Debug> TCPHandler: Processed in 0.002527978 sec.
2091 2025.03.18 03:46:57.173310 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2092 2025.03.18 03:46:57.173415 [ 5 ] {4315393c-7ee5-4760-a355-e2c1a3915eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2093 2025.03.18 03:46:57.173460 [ 5 ] {4315393c-7ee5-4760-a355-e2c1a3915eb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2094 2025.03.18 03:46:57.174035 [ 5 ] {4315393c-7ee5-4760-a355-e2c1a3915eb4} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2095 2025.03.18 03:46:57.174076 [ 5 ] {4315393c-7ee5-4760-a355-e2c1a3915eb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2096 2025.03.18 03:46:57.174420 [ 5 ] {4315393c-7ee5-4760-a355-e2c1a3915eb4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2097 2025.03.18 03:46:57.174656 [ 5 ] {4315393c-7ee5-4760-a355-e2c1a3915eb4} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2098 2025.03.18 03:46:57.174824 [ 35 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2099 2025.03.18 03:46:57.174897 [ 35 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2100 2025.03.18 03:46:57.174905 [ 5 ] {4315393c-7ee5-4760-a355-e2c1a3915eb4} <Debug> executeQuery: Read 58 rows, 4.36 KiB in 0.001505 sec., 38538.20598006644 rows/sec., 2.83 MiB/sec.
2101 2025.03.18 03:46:57.174928 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2102 2025.03.18 03:46:57.175071 [ 5 ] {4315393c-7ee5-4760-a355-e2c1a3915eb4} <Debug> TCPHandler: Processed in 0.001803737 sec.
2103 2025.03.18 03:46:57.175343 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::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
2104 2025.03.18 03:46:57.175429 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2105 2025.03.18 03:46:57.175540 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2106 2025.03.18 03:46:57.175576 [ 5 ] {e8bb7436-a3d9-49a4-98ee-4b20fe8742df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2107 2025.03.18 03:46:57.175587 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::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
2108 2025.03.18 03:46:57.175624 [ 5 ] {e8bb7436-a3d9-49a4-98ee-4b20fe8742df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2109 2025.03.18 03:46:57.175867 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::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
2110 2025.03.18 03:46:57.176131 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part
2111 2025.03.18 03:46:57.176525 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part
2112 2025.03.18 03:46:57.176975 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::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
2113 2025.03.18 03:46:57.177351 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 58 rows starting from the beginning of the part
2114 2025.03.18 03:46:57.178465 [ 5 ] {e8bb7436-a3d9-49a4-98ee-4b20fe8742df} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2115 2025.03.18 03:46:57.178513 [ 5 ] {e8bb7436-a3d9-49a4-98ee-4b20fe8742df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2116 2025.03.18 03:46:57.179161 [ 5 ] {e8bb7436-a3d9-49a4-98ee-4b20fe8742df} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2117 2025.03.18 03:46:57.179170 [ 200 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 5 columns (5 merged, 0 gathered) in 0.004114412 sec., 39373.79144334598 rows/sec., 3.05 MiB/sec.
2118 2025.03.18 03:46:57.179375 [ 200 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2119 2025.03.18 03:46:57.179536 [ 5 ] {e8bb7436-a3d9-49a4-98ee-4b20fe8742df} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2120 2025.03.18 03:46:57.180109 [ 5 ] {e8bb7436-a3d9-49a4-98ee-4b20fe8742df} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.004519 sec., 55764.54967913256 rows/sec., 3.86 MiB/sec.
2121 2025.03.18 03:46:57.180124 [ 200 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_6_1} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2122 2025.03.18 03:46:57.180308 [ 5 ] {e8bb7436-a3d9-49a4-98ee-4b20fe8742df} <Debug> TCPHandler: Processed in 0.004984595 sec.
2123 2025.03.18 03:46:57.180380 [ 200 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_6_1} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2124 2025.03.18 03:46:57.180501 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2125 2025.03.18 03:46:57.180535 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
2126 2025.03.18 03:46:57.180636 [ 5 ] {7458f83b-e915-4e7a-9d86-e1a63c5a1623} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2127 2025.03.18 03:46:57.180685 [ 5 ] {7458f83b-e915-4e7a-9d86-e1a63c5a1623} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2128 2025.03.18 03:46:57.181258 [ 5 ] {7458f83b-e915-4e7a-9d86-e1a63c5a1623} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2129 2025.03.18 03:46:57.181297 [ 5 ] {7458f83b-e915-4e7a-9d86-e1a63c5a1623} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2130 2025.03.18 03:46:57.181655 [ 5 ] {7458f83b-e915-4e7a-9d86-e1a63c5a1623} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2131 2025.03.18 03:46:57.181896 [ 5 ] {7458f83b-e915-4e7a-9d86-e1a63c5a1623} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2132 2025.03.18 03:46:57.182175 [ 5 ] {7458f83b-e915-4e7a-9d86-e1a63c5a1623} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001543 sec., 7777.057679844458 rows/sec., 607.58 KiB/sec.
2133 2025.03.18 03:46:57.182241 [ 5 ] {7458f83b-e915-4e7a-9d86-e1a63c5a1623} <Debug> TCPHandler: Processed in 0.001817687 sec.
2134 2025.03.18 03:46:57.182346 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2135 2025.03.18 03:46:57.182447 [ 5 ] {07710cc3-8c29-4397-94a9-55ffae897663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2136 2025.03.18 03:46:57.182492 [ 5 ] {07710cc3-8c29-4397-94a9-55ffae897663} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2137 2025.03.18 03:46:57.183222 [ 5 ] {07710cc3-8c29-4397-94a9-55ffae897663} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2138 2025.03.18 03:46:57.183261 [ 5 ] {07710cc3-8c29-4397-94a9-55ffae897663} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2139 2025.03.18 03:46:57.183660 [ 5 ] {07710cc3-8c29-4397-94a9-55ffae897663} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2140 2025.03.18 03:46:57.183894 [ 5 ] {07710cc3-8c29-4397-94a9-55ffae897663} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2141 2025.03.18 03:46:57.184102 [ 5 ] {07710cc3-8c29-4397-94a9-55ffae897663} <Debug> executeQuery: Read 602 rows, 46.36 KiB in 0.001676 sec., 359188.54415274464 rows/sec., 27.01 MiB/sec.
2142 2025.03.18 03:46:57.184153 [ 5 ] {07710cc3-8c29-4397-94a9-55ffae897663} <Debug> TCPHandler: Processed in 0.001856558 sec.
2143 2025.03.18 03:46:57.184290 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2144 2025.03.18 03:46:57.184426 [ 5 ] {bce29ecb-293a-4dc2-9732-11303ca8de49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2145 2025.03.18 03:46:57.184485 [ 5 ] {bce29ecb-293a-4dc2-9732-11303ca8de49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2146 2025.03.18 03:46:57.185262 [ 5 ] {bce29ecb-293a-4dc2-9732-11303ca8de49} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2147 2025.03.18 03:46:57.185302 [ 5 ] {bce29ecb-293a-4dc2-9732-11303ca8de49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2148 2025.03.18 03:46:57.185744 [ 5 ] {bce29ecb-293a-4dc2-9732-11303ca8de49} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2149 2025.03.18 03:46:57.185992 [ 5 ] {bce29ecb-293a-4dc2-9732-11303ca8de49} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2150 2025.03.18 03:46:57.186283 [ 5 ] {bce29ecb-293a-4dc2-9732-11303ca8de49} <Debug> executeQuery: Read 952 rows, 65.81 KiB in 0.001869 sec., 509363.2958801498 rows/sec., 34.38 MiB/sec.
2151 2025.03.18 03:46:57.186459 [ 5 ] {bce29ecb-293a-4dc2-9732-11303ca8de49} <Debug> TCPHandler: Processed in 0.002226343 sec.
2152 2025.03.18 03:46:57.186581 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2153 2025.03.18 03:46:57.186686 [ 5 ] {c2aa746b-6acf-4f08-b121-aeb4f92b8d6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2154 2025.03.18 03:46:57.186758 [ 5 ] {c2aa746b-6acf-4f08-b121-aeb4f92b8d6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2155 2025.03.18 03:46:57.187847 [ 5 ] {c2aa746b-6acf-4f08-b121-aeb4f92b8d6f} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2156 2025.03.18 03:46:57.187887 [ 5 ] {c2aa746b-6acf-4f08-b121-aeb4f92b8d6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2157 2025.03.18 03:46:57.188507 [ 5 ] {c2aa746b-6acf-4f08-b121-aeb4f92b8d6f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2158 2025.03.18 03:46:57.188761 [ 5 ] {c2aa746b-6acf-4f08-b121-aeb4f92b8d6f} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2159 2025.03.18 03:46:57.188938 [ 35 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2160 2025.03.18 03:46:57.189013 [ 35 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2161 2025.03.18 03:46:57.189054 [ 5 ] {c2aa746b-6acf-4f08-b121-aeb4f92b8d6f} <Debug> executeQuery: Read 34 rows, 62.39 KiB in 0.00238 sec., 14285.714285714284 rows/sec., 25.60 MiB/sec.
2162 2025.03.18 03:46:57.189062 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB.
2163 2025.03.18 03:46:57.189431 [ 5 ] {c2aa746b-6acf-4f08-b121-aeb4f92b8d6f} <Debug> TCPHandler: Processed in 0.002897064 sec.
2164 2025.03.18 03:46:57.189537 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
2165 2025.03.18 03:46:57.189640 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2166 2025.03.18 03:46:57.189840 [ 5 ] {5475f649-8b4b-4bcd-ad24-40337a472111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2167 2025.03.18 03:46:57.189972 [ 5 ] {5475f649-8b4b-4bcd-ad24-40337a472111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2168 2025.03.18 03:46:57.190776 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2169 2025.03.18 03:46:57.190901 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
2170 2025.03.18 03:46:57.191761 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
2171 2025.03.18 03:46:57.191853 [ 5 ] {5475f649-8b4b-4bcd-ad24-40337a472111} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2172 2025.03.18 03:46:57.191932 [ 5 ] {5475f649-8b4b-4bcd-ad24-40337a472111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2173 2025.03.18 03:46:57.192492 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part
2174 2025.03.18 03:46:57.193109 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part
2175 2025.03.18 03:46:57.193402 [ 5 ] {5475f649-8b4b-4bcd-ad24-40337a472111} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2176 2025.03.18 03:46:57.193627 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
2177 2025.03.18 03:46:57.194159 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part
2178 2025.03.18 03:46:57.194168 [ 5 ] {5475f649-8b4b-4bcd-ad24-40337a472111} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2179 2025.03.18 03:46:57.195003 [ 5 ] {5475f649-8b4b-4bcd-ad24-40337a472111} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.005187 sec., 4626.951995373048 rows/sec., 319.31 KiB/sec.
2180 2025.03.18 03:46:57.195207 [ 5 ] {5475f649-8b4b-4bcd-ad24-40337a472111} <Debug> TCPHandler: Processed in 0.005629115 sec.
2181 2025.03.18 03:46:57.197373 [ 194 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 19 columns (19 merged, 0 gathered) in 0.008094402 sec., 15566.313607848979 rows/sec., 27.89 MiB/sec.
2182 2025.03.18 03:46:57.197653 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2183 2025.03.18 03:46:57.198042 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2184 2025.03.18 03:46:57.198111 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2185 2025.03.18 03:46:57.198203 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB.
2186 2025.03.18 03:46:59.294377 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 320
2187 2025.03.18 03:46:59.297755 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2188 2025.03.18 03:46:59.297818 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2189 2025.03.18 03:46:59.299370 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2190 2025.03.18 03:46:59.299708 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2191 2025.03.18 03:46:59.300648 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 320
2192 2025.03.18 03:47:00.675705 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2193 2025.03.18 03:47:00.675896 [ 5 ] {d5f1c3c4-dc4d-4077-b09b-b3494129d877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2194 2025.03.18 03:47:00.675984 [ 5 ] {d5f1c3c4-dc4d-4077-b09b-b3494129d877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2195 2025.03.18 03:47:00.676838 [ 5 ] {d5f1c3c4-dc4d-4077-b09b-b3494129d877} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2196 2025.03.18 03:47:00.676909 [ 5 ] {d5f1c3c4-dc4d-4077-b09b-b3494129d877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2197 2025.03.18 03:47:00.677361 [ 5 ] {d5f1c3c4-dc4d-4077-b09b-b3494129d877} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2198 2025.03.18 03:47:00.677636 [ 5 ] {d5f1c3c4-dc4d-4077-b09b-b3494129d877} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2199 2025.03.18 03:47:00.677863 [ 5 ] {d5f1c3c4-dc4d-4077-b09b-b3494129d877} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002023 sec., 27681.66089965398 rows/sec., 2.13 MiB/sec.
2200 2025.03.18 03:47:00.677942 [ 5 ] {d5f1c3c4-dc4d-4077-b09b-b3494129d877} <Debug> TCPHandler: Processed in 0.002384715 sec.
2201 2025.03.18 03:47:00.678079 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2202 2025.03.18 03:47:00.678198 [ 5 ] {e8abd837-e244-4d66-a7a2-9909e62aeff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2203 2025.03.18 03:47:00.678248 [ 5 ] {e8abd837-e244-4d66-a7a2-9909e62aeff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2204 2025.03.18 03:47:00.678808 [ 5 ] {e8abd837-e244-4d66-a7a2-9909e62aeff8} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2205 2025.03.18 03:47:00.678851 [ 5 ] {e8abd837-e244-4d66-a7a2-9909e62aeff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2206 2025.03.18 03:47:00.679235 [ 5 ] {e8abd837-e244-4d66-a7a2-9909e62aeff8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2207 2025.03.18 03:47:00.679482 [ 5 ] {e8abd837-e244-4d66-a7a2-9909e62aeff8} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2208 2025.03.18 03:47:00.679718 [ 5 ] {e8abd837-e244-4d66-a7a2-9909e62aeff8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001539 sec., 41585.44509421702 rows/sec., 3.25 MiB/sec.
2209 2025.03.18 03:47:00.679837 [ 5 ] {e8abd837-e244-4d66-a7a2-9909e62aeff8} <Debug> TCPHandler: Processed in 0.001812107 sec.
2210 2025.03.18 03:47:00.680016 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2211 2025.03.18 03:47:00.680122 [ 5 ] {330efead-0a35-4dde-a179-04b79d2ec27b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2212 2025.03.18 03:47:00.680172 [ 5 ] {330efead-0a35-4dde-a179-04b79d2ec27b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2213 2025.03.18 03:47:00.680684 [ 5 ] {330efead-0a35-4dde-a179-04b79d2ec27b} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2214 2025.03.18 03:47:00.680723 [ 5 ] {330efead-0a35-4dde-a179-04b79d2ec27b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2215 2025.03.18 03:47:00.681127 [ 5 ] {330efead-0a35-4dde-a179-04b79d2ec27b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2216 2025.03.18 03:47:00.681385 [ 5 ] {330efead-0a35-4dde-a179-04b79d2ec27b} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2217 2025.03.18 03:47:00.681646 [ 5 ] {330efead-0a35-4dde-a179-04b79d2ec27b} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001547 sec., 62055.59146735617 rows/sec., 4.32 MiB/sec.
2218 2025.03.18 03:47:00.681856 [ 5 ] {330efead-0a35-4dde-a179-04b79d2ec27b} <Debug> TCPHandler: Processed in 0.001892148 sec.
2219 2025.03.18 03:47:00.682006 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2220 2025.03.18 03:47:00.682117 [ 5 ] {a69c5feb-4062-4edb-8ca3-f1c475516b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2221 2025.03.18 03:47:00.682165 [ 5 ] {a69c5feb-4062-4edb-8ca3-f1c475516b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2222 2025.03.18 03:47:00.682645 [ 5 ] {a69c5feb-4062-4edb-8ca3-f1c475516b49} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2223 2025.03.18 03:47:00.682688 [ 5 ] {a69c5feb-4062-4edb-8ca3-f1c475516b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2224 2025.03.18 03:47:00.683083 [ 5 ] {a69c5feb-4062-4edb-8ca3-f1c475516b49} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2225 2025.03.18 03:47:00.683344 [ 5 ] {a69c5feb-4062-4edb-8ca3-f1c475516b49} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2226 2025.03.18 03:47:00.683574 [ 5 ] {a69c5feb-4062-4edb-8ca3-f1c475516b49} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001478 sec., 24357.239512855213 rows/sec., 1.64 MiB/sec.
2227 2025.03.18 03:47:00.683628 [ 5 ] {a69c5feb-4062-4edb-8ca3-f1c475516b49} <Debug> TCPHandler: Processed in 0.001674855 sec.
2228 2025.03.18 03:47:01.789491 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063
2229 2025.03.18 03:47:01.790202 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2230 2025.03.18 03:47:01.790246 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2231 2025.03.18 03:47:01.790760 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2232 2025.03.18 03:47:01.791041 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2233 2025.03.18 03:47:01.791195 [ 28 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2234 2025.03.18 03:47:01.791247 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063
2235 2025.03.18 03:47:01.791256 [ 28 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2236 2025.03.18 03:47:01.791286 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2237 2025.03.18 03:47:01.791465 [ 191 ] {5aa70344-bffa-4328-b262-9125757f4448::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
2238 2025.03.18 03:47:01.791617 [ 191 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2239 2025.03.18 03:47:01.791665 [ 191 ] {5aa70344-bffa-4328-b262-9125757f4448::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
2240 2025.03.18 03:47:01.791768 [ 191 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part
2241 2025.03.18 03:47:01.791978 [ 191 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part
2242 2025.03.18 03:47:01.792221 [ 191 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part
2243 2025.03.18 03:47:01.792342 [ 191 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part
2244 2025.03.18 03:47:01.792435 [ 191 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part
2245 2025.03.18 03:47:01.794458 [ 191 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.003072446 sec., 1647872.737226301 rows/sec., 23.57 MiB/sec.
2246 2025.03.18 03:47:01.795120 [ 191 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2247 2025.03.18 03:47:01.795398 [ 191 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_11_2} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2248 2025.03.18 03:47:01.795478 [ 191 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_11_2} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2249 2025.03.18 03:47:01.795560 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2250 2025.03.18 03:47:02.085694 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2251 2025.03.18 03:47:02.106002 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2252 2025.03.18 03:47:02.106060 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2253 2025.03.18 03:47:02.113616 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2254 2025.03.18 03:47:02.114438 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2255 2025.03.18 03:47:02.114737 [ 26 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2256 2025.03.18 03:47:02.114809 [ 26 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2257 2025.03.18 03:47:02.114856 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2258 2025.03.18 03:47:02.115106 [ 194 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
2259 2025.03.18 03:47:02.124053 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2260 2025.03.18 03:47:02.125234 [ 194 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2261 2025.03.18 03:47:02.126116 [ 194 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
2262 2025.03.18 03:47:02.130646 [ 194 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
2263 2025.03.18 03:47:02.135144 [ 194 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
2264 2025.03.18 03:47:02.139890 [ 194 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
2265 2025.03.18 03:47:02.145035 [ 194 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
2266 2025.03.18 03:47:02.149526 [ 194 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
2267 2025.03.18 03:47:02.204217 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.089256431 sec., 929.904983541186 rows/sec., 4.81 MiB/sec.
2268 2025.03.18 03:47:02.206871 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2269 2025.03.18 03:47:02.209763 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_11_2} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2270 2025.03.18 03:47:02.209893 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_11_2} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2271 2025.03.18 03:47:02.212281 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2272 2025.03.18 03:47:05.678810 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2273 2025.03.18 03:47:05.679013 [ 5 ] {d59ca12d-9ff9-47f7-a7cc-9c6d080614a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2274 2025.03.18 03:47:05.679088 [ 5 ] {d59ca12d-9ff9-47f7-a7cc-9c6d080614a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2275 2025.03.18 03:47:05.679905 [ 5 ] {d59ca12d-9ff9-47f7-a7cc-9c6d080614a6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2276 2025.03.18 03:47:05.679961 [ 5 ] {d59ca12d-9ff9-47f7-a7cc-9c6d080614a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2277 2025.03.18 03:47:05.680419 [ 5 ] {d59ca12d-9ff9-47f7-a7cc-9c6d080614a6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2278 2025.03.18 03:47:05.680693 [ 5 ] {d59ca12d-9ff9-47f7-a7cc-9c6d080614a6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2279 2025.03.18 03:47:05.680895 [ 73 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2280 2025.03.18 03:47:05.680966 [ 5 ] {d59ca12d-9ff9-47f7-a7cc-9c6d080614a6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002003 sec., 27958.06290564154 rows/sec., 2.15 MiB/sec.
2281 2025.03.18 03:47:05.680989 [ 73 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2282 2025.03.18 03:47:05.681065 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2283 2025.03.18 03:47:05.681117 [ 5 ] {d59ca12d-9ff9-47f7-a7cc-9c6d080614a6} <Debug> TCPHandler: Processed in 0.002442126 sec.
2284 2025.03.18 03:47:05.681254 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
2285 2025.03.18 03:47:05.681282 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2286 2025.03.18 03:47:05.681368 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2287 2025.03.18 03:47:05.681409 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
2288 2025.03.18 03:47:05.681426 [ 5 ] {d9c5f006-e603-4b7e-bc46-4c2ed5edeba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2289 2025.03.18 03:47:05.681486 [ 5 ] {d9c5f006-e603-4b7e-bc46-4c2ed5edeba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2290 2025.03.18 03:47:05.681605 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 124 rows starting from the beginning of the part
2291 2025.03.18 03:47:05.682080 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part
2292 2025.03.18 03:47:05.682338 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1390 rows starting from the beginning of the part
2293 2025.03.18 03:47:05.682735 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part
2294 2025.03.18 03:47:05.683162 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part
2295 2025.03.18 03:47:05.684264 [ 5 ] {d9c5f006-e603-4b7e-bc46-4c2ed5edeba9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2296 2025.03.18 03:47:05.684311 [ 5 ] {d9c5f006-e603-4b7e-bc46-4c2ed5edeba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2297 2025.03.18 03:47:05.685027 [ 5 ] {d9c5f006-e603-4b7e-bc46-4c2ed5edeba9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2298 2025.03.18 03:47:05.685328 [ 5 ] {d9c5f006-e603-4b7e-bc46-4c2ed5edeba9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2299 2025.03.18 03:47:05.685516 [ 73 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2300 2025.03.18 03:47:05.685587 [ 73 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2301 2025.03.18 03:47:05.685603 [ 5 ] {d9c5f006-e603-4b7e-bc46-4c2ed5edeba9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004201 sec., 15234.467983813378 rows/sec., 1.19 MiB/sec.
2302 2025.03.18 03:47:05.685621 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2303 2025.03.18 03:47:05.686017 [ 5 ] {d9c5f006-e603-4b7e-bc46-4c2ed5edeba9} <Debug> TCPHandler: Processed in 0.004789882 sec.
2304 2025.03.18 03:47:05.686429 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
2305 2025.03.18 03:47:05.686589 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2306 2025.03.18 03:47:05.687134 [ 5 ] {49d5c781-9acf-4264-910d-9f3e0c09fa2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2307 2025.03.18 03:47:05.687180 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2308 2025.03.18 03:47:05.687214 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3066 rows, containing 5 columns (5 merged, 0 gathered) in 0.006029711 sec., 508482.08147952694 rows/sec., 44.42 MiB/sec.
2309 2025.03.18 03:47:05.687294 [ 5 ] {49d5c781-9acf-4264-910d-9f3e0c09fa2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2310 2025.03.18 03:47:05.687304 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 602 rows starting from the beginning of the part
2311 2025.03.18 03:47:05.687602 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2312 2025.03.18 03:47:05.688085 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 98 rows starting from the beginning of the part
2313 2025.03.18 03:47:05.688592 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_16_3} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2314 2025.03.18 03:47:05.688833 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part
2315 2025.03.18 03:47:05.688890 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_16_3} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2316 2025.03.18 03:47:05.689199 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
2317 2025.03.18 03:47:05.689355 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 602 rows starting from the beginning of the part
2318 2025.03.18 03:47:05.689732 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part
2319 2025.03.18 03:47:05.690121 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part
2320 2025.03.18 03:47:05.690321 [ 5 ] {49d5c781-9acf-4264-910d-9f3e0c09fa2e} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2321 2025.03.18 03:47:05.690449 [ 5 ] {49d5c781-9acf-4264-910d-9f3e0c09fa2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2322 2025.03.18 03:47:05.691352 [ 5 ] {49d5c781-9acf-4264-910d-9f3e0c09fa2e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2323 2025.03.18 03:47:05.691898 [ 5 ] {49d5c781-9acf-4264-910d-9f3e0c09fa2e} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2324 2025.03.18 03:47:05.692223 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2325 2025.03.18 03:47:05.692321 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2326 2025.03.18 03:47:05.692428 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2327 2025.03.18 03:47:05.692510 [ 5 ] {49d5c781-9acf-4264-910d-9f3e0c09fa2e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00554 sec., 28880.86642599278 rows/sec., 2.01 MiB/sec.
2328 2025.03.18 03:47:05.692950 [ 5 ] {49d5c781-9acf-4264-910d-9f3e0c09fa2e} <Debug> TCPHandler: Processed in 0.006532528 sec.
2329 2025.03.18 03:47:05.693021 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
2330 2025.03.18 03:47:05.693354 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2331 2025.03.18 03:47:05.693550 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2332 2025.03.18 03:47:05.693643 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3962 rows starting from the beginning of the part
2333 2025.03.18 03:47:05.693664 [ 5 ] {444b6041-cd09-43ba-a491-5ca1fe9c6cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2334 2025.03.18 03:47:05.693743 [ 5 ] {444b6041-cd09-43ba-a491-5ca1fe9c6cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2335 2025.03.18 03:47:05.693942 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
2336 2025.03.18 03:47:05.694394 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part
2337 2025.03.18 03:47:05.694875 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 952 rows starting from the beginning of the part
2338 2025.03.18 03:47:05.695387 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 96 rows starting from the beginning of the part
2339 2025.03.18 03:47:05.696043 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part
2340 2025.03.18 03:47:05.696719 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1494 rows, containing 5 columns (5 merged, 0 gathered) in 0.010825173 sec., 138011.65117638305 rows/sec., 10.98 MiB/sec.
2341 2025.03.18 03:47:05.696984 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2342 2025.03.18 03:47:05.697122 [ 5 ] {444b6041-cd09-43ba-a491-5ca1fe9c6cbc} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2343 2025.03.18 03:47:05.697181 [ 5 ] {444b6041-cd09-43ba-a491-5ca1fe9c6cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2344 2025.03.18 03:47:05.697572 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_16_3} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2345 2025.03.18 03:47:05.697821 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_16_3} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2346 2025.03.18 03:47:05.697979 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
2347 2025.03.18 03:47:05.698164 [ 5 ] {444b6041-cd09-43ba-a491-5ca1fe9c6cbc} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2348 2025.03.18 03:47:05.698505 [ 5 ] {444b6041-cd09-43ba-a491-5ca1fe9c6cbc} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2349 2025.03.18 03:47:05.698708 [ 73 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2350 2025.03.18 03:47:05.698793 [ 73 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2351 2025.03.18 03:47:05.698833 [ 5 ] {444b6041-cd09-43ba-a491-5ca1fe9c6cbc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005253 sec., 11422.04454597373 rows/sec., 788.24 KiB/sec.
2352 2025.03.18 03:47:05.698842 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2353 2025.03.18 03:47:05.699115 [ 5 ] {444b6041-cd09-43ba-a491-5ca1fe9c6cbc} <Debug> TCPHandler: Processed in 0.005870238 sec.
2354 2025.03.18 03:47:05.699238 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
2355 2025.03.18 03:47:05.699353 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2356 2025.03.18 03:47:05.699389 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 588 rows starting from the beginning of the part
2357 2025.03.18 03:47:05.699463 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
2358 2025.03.18 03:47:05.699677 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
2359 2025.03.18 03:47:05.699855 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part
2360 2025.03.18 03:47:05.699990 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part
2361 2025.03.18 03:47:05.700265 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part
2362 2025.03.18 03:47:05.700882 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5490 rows, containing 5 columns (5 merged, 0 gathered) in 0.008302765 sec., 661225.5074062677 rows/sec., 45.26 MiB/sec.
2363 2025.03.18 03:47:05.701374 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2364 2025.03.18 03:47:05.701757 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2365 2025.03.18 03:47:05.701893 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2366 2025.03.18 03:47:05.702039 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB.
2367 2025.03.18 03:47:05.702036 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 828 rows, containing 4 columns (4 merged, 0 gathered) in 0.002980984 sec., 277760.6320597494 rows/sec., 18.72 MiB/sec.
2368 2025.03.18 03:47:05.702231 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2369 2025.03.18 03:47:05.702505 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_16_3} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2370 2025.03.18 03:47:05.702575 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_16_3} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2371 2025.03.18 03:47:05.702641 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2372 2025.03.18 03:47:09.207657 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache
2373 2025.03.18 03:47:09.207727 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache
2374 2025.03.18 03:47:09.291440 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551
2375 2025.03.18 03:47:09.292087 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2376 2025.03.18 03:47:09.292134 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2377 2025.03.18 03:47:09.292681 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2378 2025.03.18 03:47:09.292954 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2379 2025.03.18 03:47:09.293246 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2380 2025.03.18 03:47:09.301006 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 336
2381 2025.03.18 03:47:09.303744 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2382 2025.03.18 03:47:09.303803 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2383 2025.03.18 03:47:09.305291 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2384 2025.03.18 03:47:09.305607 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2385 2025.03.18 03:47:09.306487 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 336
2386 2025.03.18 03:47:09.624204 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2387 2025.03.18 03:47:09.643338 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2388 2025.03.18 03:47:09.643398 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2389 2025.03.18 03:47:09.650741 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2390 2025.03.18 03:47:09.651536 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2391 2025.03.18 03:47:09.654368 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2392 2025.03.18 03:47:10.461767 [ 8 ] {} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2393 2025.03.18 03:47:10.461867 [ 8 ] {} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2394 2025.03.18 03:47:10.461908 [ 8 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2395 2025.03.18 03:47:10.462162 [ 195 ] {fa5fcb4e-96fa-4a91-9f58-2e486f704c86::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
2396 2025.03.18 03:47:10.462721 [ 195 ] {fa5fcb4e-96fa-4a91-9f58-2e486f704c86::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2397 2025.03.18 03:47:10.462812 [ 195 ] {fa5fcb4e-96fa-4a91-9f58-2e486f704c86::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
2398 2025.03.18 03:47:10.462973 [ 195 ] {fa5fcb4e-96fa-4a91-9f58-2e486f704c86::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part
2399 2025.03.18 03:47:10.463071 [ 195 ] {fa5fcb4e-96fa-4a91-9f58-2e486f704c86::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
2400 2025.03.18 03:47:10.463181 [ 195 ] {fa5fcb4e-96fa-4a91-9f58-2e486f704c86::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
2401 2025.03.18 03:47:10.463324 [ 195 ] {fa5fcb4e-96fa-4a91-9f58-2e486f704c86::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part
2402 2025.03.18 03:47:10.465480 [ 193 ] {fa5fcb4e-96fa-4a91-9f58-2e486f704c86::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 6 columns (6 merged, 0 gathered) in 0.003469682 sec., 10087.379765638465 rows/sec., 2.07 MiB/sec.
2403 2025.03.18 03:47:10.465818 [ 193 ] {fa5fcb4e-96fa-4a91-9f58-2e486f704c86::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2404 2025.03.18 03:47:10.466606 [ 193 ] {fa5fcb4e-96fa-4a91-9f58-2e486f704c86::all_1_5_1} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2405 2025.03.18 03:47:10.466694 [ 193 ] {fa5fcb4e-96fa-4a91-9f58-2e486f704c86::all_1_5_1} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2406 2025.03.18 03:47:10.466798 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
2407 2025.03.18 03:47:10.673062 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2408 2025.03.18 03:47:10.673333 [ 5 ] {73fe2e12-a94d-48d4-a3d2-4a61366acbdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) 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)
2409 2025.03.18 03:47:10.673775 [ 5 ] {73fe2e12-a94d-48d4-a3d2-4a61366acbdc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2410 2025.03.18 03:47:10.673829 [ 5 ] {73fe2e12-a94d-48d4-a3d2-4a61366acbdc} <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
2411 2025.03.18 03:47:10.674208 [ 5 ] {73fe2e12-a94d-48d4-a3d2-4a61366acbdc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2412 2025.03.18 03:47:10.674289 [ 5 ] {73fe2e12-a94d-48d4-a3d2-4a61366acbdc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2413 2025.03.18 03:47:10.674470 [ 5 ] {73fe2e12-a94d-48d4-a3d2-4a61366acbdc} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
2414 2025.03.18 03:47:10.674509 [ 5 ] {73fe2e12-a94d-48d4-a3d2-4a61366acbdc} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
2415 2025.03.18 03:47:10.674537 [ 5 ] {73fe2e12-a94d-48d4-a3d2-4a61366acbdc} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
2416 2025.03.18 03:47:10.674555 [ 5 ] {73fe2e12-a94d-48d4-a3d2-4a61366acbdc} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
2417 2025.03.18 03:47:10.674607 [ 5 ] {73fe2e12-a94d-48d4-a3d2-4a61366acbdc} <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'))"
2418 2025.03.18 03:47:10.674635 [ 5 ] {73fe2e12-a94d-48d4-a3d2-4a61366acbdc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 35 rows starting from 0
2419 2025.03.18 03:47:10.675445 [ 5 ] {73fe2e12-a94d-48d4-a3d2-4a61366acbdc} <Debug> executeQuery: Read 35 rows, 1.48 KiB in 0.002243 sec., 15604.101649576458 rows/sec., 660.04 KiB/sec.
2420 2025.03.18 03:47:10.675536 [ 5 ] {73fe2e12-a94d-48d4-a3d2-4a61366acbdc} <Debug> TCPHandler: Processed in 0.00261553 sec.
2421 2025.03.18 03:47:10.684227 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2422 2025.03.18 03:47:10.684422 [ 5 ] {265e9cde-7e2a-4a61-b473-975a077995dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2423 2025.03.18 03:47:10.684483 [ 5 ] {265e9cde-7e2a-4a61-b473-975a077995dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2424 2025.03.18 03:47:10.685407 [ 5 ] {265e9cde-7e2a-4a61-b473-975a077995dc} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2425 2025.03.18 03:47:10.685459 [ 5 ] {265e9cde-7e2a-4a61-b473-975a077995dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2426 2025.03.18 03:47:10.686032 [ 5 ] {265e9cde-7e2a-4a61-b473-975a077995dc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2427 2025.03.18 03:47:10.686268 [ 5 ] {265e9cde-7e2a-4a61-b473-975a077995dc} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2428 2025.03.18 03:47:10.686480 [ 5 ] {265e9cde-7e2a-4a61-b473-975a077995dc} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.002097 sec., 476.87172150691464 rows/sec., 49.36 KiB/sec.
2429 2025.03.18 03:47:10.686537 [ 5 ] {265e9cde-7e2a-4a61-b473-975a077995dc} <Debug> TCPHandler: Processed in 0.002388756 sec.
2430 2025.03.18 03:47:10.686660 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2431 2025.03.18 03:47:10.686769 [ 5 ] {71b8a139-f761-4fc5-a84c-0d743fbbe067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2432 2025.03.18 03:47:10.686817 [ 5 ] {71b8a139-f761-4fc5-a84c-0d743fbbe067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2433 2025.03.18 03:47:10.687448 [ 5 ] {71b8a139-f761-4fc5-a84c-0d743fbbe067} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2434 2025.03.18 03:47:10.687488 [ 5 ] {71b8a139-f761-4fc5-a84c-0d743fbbe067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2435 2025.03.18 03:47:10.687878 [ 5 ] {71b8a139-f761-4fc5-a84c-0d743fbbe067} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2436 2025.03.18 03:47:10.688135 [ 5 ] {71b8a139-f761-4fc5-a84c-0d743fbbe067} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2437 2025.03.18 03:47:10.688346 [ 5 ] {71b8a139-f761-4fc5-a84c-0d743fbbe067} <Debug> executeQuery: Read 135 rows, 11.93 KiB in 0.0016 sec., 84375 rows/sec., 7.28 MiB/sec.
2438 2025.03.18 03:47:10.688399 [ 5 ] {71b8a139-f761-4fc5-a84c-0d743fbbe067} <Debug> TCPHandler: Processed in 0.001789637 sec.
2439 2025.03.18 03:47:10.688527 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2440 2025.03.18 03:47:10.688636 [ 5 ] {cec7a096-e162-4e43-acd0-3b5882e5ac76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2441 2025.03.18 03:47:10.688683 [ 5 ] {cec7a096-e162-4e43-acd0-3b5882e5ac76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2442 2025.03.18 03:47:10.689225 [ 5 ] {cec7a096-e162-4e43-acd0-3b5882e5ac76} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2443 2025.03.18 03:47:10.689265 [ 5 ] {cec7a096-e162-4e43-acd0-3b5882e5ac76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2444 2025.03.18 03:47:10.689617 [ 5 ] {cec7a096-e162-4e43-acd0-3b5882e5ac76} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2445 2025.03.18 03:47:10.689857 [ 5 ] {cec7a096-e162-4e43-acd0-3b5882e5ac76} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2446 2025.03.18 03:47:10.690103 [ 5 ] {cec7a096-e162-4e43-acd0-3b5882e5ac76} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001485 sec., 26262.62626262626 rows/sec., 1.93 MiB/sec.
2447 2025.03.18 03:47:10.690269 [ 5 ] {cec7a096-e162-4e43-acd0-3b5882e5ac76} <Debug> TCPHandler: Processed in 0.001793007 sec.
2448 2025.03.18 03:47:10.690387 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2449 2025.03.18 03:47:10.690492 [ 5 ] {2c935ca0-4196-4eeb-9e13-dd863e3c5f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2450 2025.03.18 03:47:10.690536 [ 5 ] {2c935ca0-4196-4eeb-9e13-dd863e3c5f11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2451 2025.03.18 03:47:10.691072 [ 5 ] {2c935ca0-4196-4eeb-9e13-dd863e3c5f11} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2452 2025.03.18 03:47:10.691111 [ 5 ] {2c935ca0-4196-4eeb-9e13-dd863e3c5f11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2453 2025.03.18 03:47:10.691452 [ 5 ] {2c935ca0-4196-4eeb-9e13-dd863e3c5f11} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2454 2025.03.18 03:47:10.691694 [ 5 ] {2c935ca0-4196-4eeb-9e13-dd863e3c5f11} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2455 2025.03.18 03:47:10.691905 [ 5 ] {2c935ca0-4196-4eeb-9e13-dd863e3c5f11} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001436 sec., 696.3788300835655 rows/sec., 46.24 KiB/sec.
2456 2025.03.18 03:47:10.691957 [ 5 ] {2c935ca0-4196-4eeb-9e13-dd863e3c5f11} <Debug> TCPHandler: Processed in 0.001621224 sec.
2457 2025.03.18 03:47:10.692070 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2458 2025.03.18 03:47:10.692176 [ 5 ] {0f3dffe2-6f47-4e23-a57f-1679ea58f314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2459 2025.03.18 03:47:10.692221 [ 5 ] {0f3dffe2-6f47-4e23-a57f-1679ea58f314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2460 2025.03.18 03:47:10.692782 [ 5 ] {0f3dffe2-6f47-4e23-a57f-1679ea58f314} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2461 2025.03.18 03:47:10.692909 [ 5 ] {0f3dffe2-6f47-4e23-a57f-1679ea58f314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2462 2025.03.18 03:47:10.693278 [ 5 ] {0f3dffe2-6f47-4e23-a57f-1679ea58f314} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2463 2025.03.18 03:47:10.693537 [ 5 ] {0f3dffe2-6f47-4e23-a57f-1679ea58f314} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2464 2025.03.18 03:47:10.693770 [ 5 ] {0f3dffe2-6f47-4e23-a57f-1679ea58f314} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.001609 sec., 67743.94033561218 rows/sec., 5.29 MiB/sec.
2465 2025.03.18 03:47:10.693905 [ 5 ] {0f3dffe2-6f47-4e23-a57f-1679ea58f314} <Debug> TCPHandler: Processed in 0.001888489 sec.
2466 2025.03.18 03:47:10.694080 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2467 2025.03.18 03:47:10.694188 [ 5 ] {6bf39bfa-39c7-4e5f-92ba-11fc384aeb8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2468 2025.03.18 03:47:10.694238 [ 5 ] {6bf39bfa-39c7-4e5f-92ba-11fc384aeb8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2469 2025.03.18 03:47:10.694796 [ 5 ] {6bf39bfa-39c7-4e5f-92ba-11fc384aeb8d} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2470 2025.03.18 03:47:10.694924 [ 5 ] {6bf39bfa-39c7-4e5f-92ba-11fc384aeb8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2471 2025.03.18 03:47:10.695311 [ 5 ] {6bf39bfa-39c7-4e5f-92ba-11fc384aeb8d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2472 2025.03.18 03:47:10.695615 [ 5 ] {6bf39bfa-39c7-4e5f-92ba-11fc384aeb8d} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2473 2025.03.18 03:47:10.696002 [ 5 ] {6bf39bfa-39c7-4e5f-92ba-11fc384aeb8d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001838 sec., 87051.14254624592 rows/sec., 6.06 MiB/sec.
2474 2025.03.18 03:47:10.696054 [ 5 ] {6bf39bfa-39c7-4e5f-92ba-11fc384aeb8d} <Debug> TCPHandler: Processed in 0.002027921 sec.
2475 2025.03.18 03:47:10.696177 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2476 2025.03.18 03:47:10.696289 [ 5 ] {ed164671-8d39-4553-b9e8-2b049549817d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2477 2025.03.18 03:47:10.696338 [ 5 ] {ed164671-8d39-4553-b9e8-2b049549817d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2478 2025.03.18 03:47:10.696780 [ 5 ] {ed164671-8d39-4553-b9e8-2b049549817d} <Trace> oximeter.measurements_f64 (500a8a06-e033-49a9-9dc0-e55e460e4902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2479 2025.03.18 03:47:10.696822 [ 5 ] {ed164671-8d39-4553-b9e8-2b049549817d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2480 2025.03.18 03:47:10.697193 [ 5 ] {ed164671-8d39-4553-b9e8-2b049549817d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2481 2025.03.18 03:47:10.697438 [ 5 ] {ed164671-8d39-4553-b9e8-2b049549817d} <Trace> oximeter.measurements_f64 (500a8a06-e033-49a9-9dc0-e55e460e4902): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2482 2025.03.18 03:47:10.697721 [ 5 ] {ed164671-8d39-4553-b9e8-2b049549817d} <Debug> executeQuery: Read 2 rows, 130.00 B in 0.001433 sec., 1395.6734124214934 rows/sec., 88.59 KiB/sec.
2483 2025.03.18 03:47:10.697790 [ 5 ] {ed164671-8d39-4553-b9e8-2b049549817d} <Debug> TCPHandler: Processed in 0.001665585 sec.
2484 2025.03.18 03:47:10.697909 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2485 2025.03.18 03:47:10.698016 [ 5 ] {fe7f550d-20e1-4682-925e-346adfb9b0c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2486 2025.03.18 03:47:10.698082 [ 5 ] {fe7f550d-20e1-4682-925e-346adfb9b0c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.18 03:47:10.699219 [ 5 ] {fe7f550d-20e1-4682-925e-346adfb9b0c5} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2488 2025.03.18 03:47:10.699259 [ 5 ] {fe7f550d-20e1-4682-925e-346adfb9b0c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2489 2025.03.18 03:47:10.699931 [ 5 ] {fe7f550d-20e1-4682-925e-346adfb9b0c5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2490 2025.03.18 03:47:10.700194 [ 5 ] {fe7f550d-20e1-4682-925e-346adfb9b0c5} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2491 2025.03.18 03:47:10.700438 [ 5 ] {fe7f550d-20e1-4682-925e-346adfb9b0c5} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002444 sec., 15957.446808510638 rows/sec., 28.60 MiB/sec.
2492 2025.03.18 03:47:10.700530 [ 5 ] {fe7f550d-20e1-4682-925e-346adfb9b0c5} <Debug> TCPHandler: Processed in 0.00267108 sec.
2493 2025.03.18 03:47:10.700647 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2494 2025.03.18 03:47:10.700749 [ 5 ] {dc9b3a8c-7ea5-4684-b23f-9607bfc8dcd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
2495 2025.03.18 03:47:10.700795 [ 5 ] {dc9b3a8c-7ea5-4684-b23f-9607bfc8dcd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
2496 2025.03.18 03:47:10.701217 [ 5 ] {dc9b3a8c-7ea5-4684-b23f-9607bfc8dcd7} <Trace> oximeter.measurements_i64 (6ee254b1-b745-46b3-b499-ae63e3a6c4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2497 2025.03.18 03:47:10.701257 [ 5 ] {dc9b3a8c-7ea5-4684-b23f-9607bfc8dcd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2498 2025.03.18 03:47:10.701613 [ 5 ] {dc9b3a8c-7ea5-4684-b23f-9607bfc8dcd7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2499 2025.03.18 03:47:10.701885 [ 5 ] {dc9b3a8c-7ea5-4684-b23f-9607bfc8dcd7} <Trace> oximeter.measurements_i64 (6ee254b1-b745-46b3-b499-ae63e3a6c4d5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2500 2025.03.18 03:47:10.702170 [ 5 ] {dc9b3a8c-7ea5-4684-b23f-9607bfc8dcd7} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001427 sec., 4204.625087596356 rows/sec., 297.01 KiB/sec.
2501 2025.03.18 03:47:10.702243 [ 5 ] {dc9b3a8c-7ea5-4684-b23f-9607bfc8dcd7} <Debug> TCPHandler: Processed in 0.001646605 sec.
2502 2025.03.18 03:47:10.702363 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2503 2025.03.18 03:47:10.702471 [ 5 ] {153446c7-d4d7-437e-9cba-83acc34d33d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2504 2025.03.18 03:47:10.702523 [ 5 ] {153446c7-d4d7-437e-9cba-83acc34d33d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2505 2025.03.18 03:47:10.702975 [ 5 ] {153446c7-d4d7-437e-9cba-83acc34d33d4} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2506 2025.03.18 03:47:10.703016 [ 5 ] {153446c7-d4d7-437e-9cba-83acc34d33d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2507 2025.03.18 03:47:10.703395 [ 5 ] {153446c7-d4d7-437e-9cba-83acc34d33d4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2508 2025.03.18 03:47:10.703654 [ 5 ] {153446c7-d4d7-437e-9cba-83acc34d33d4} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2509 2025.03.18 03:47:10.703871 [ 5 ] {153446c7-d4d7-437e-9cba-83acc34d33d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001422 sec., 42194.09282700422 rows/sec., 2.84 MiB/sec.
2510 2025.03.18 03:47:10.703922 [ 5 ] {153446c7-d4d7-437e-9cba-83acc34d33d4} <Debug> TCPHandler: Processed in 0.001609214 sec.
2511 2025.03.18 03:47:15.678670 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2512 2025.03.18 03:47:15.678880 [ 5 ] {cf0d7d81-3a05-4e8d-a501-9a90568f204e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2513 2025.03.18 03:47:15.678968 [ 5 ] {cf0d7d81-3a05-4e8d-a501-9a90568f204e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2514 2025.03.18 03:47:15.679808 [ 5 ] {cf0d7d81-3a05-4e8d-a501-9a90568f204e} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2515 2025.03.18 03:47:15.679864 [ 5 ] {cf0d7d81-3a05-4e8d-a501-9a90568f204e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2516 2025.03.18 03:47:15.680344 [ 5 ] {cf0d7d81-3a05-4e8d-a501-9a90568f204e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2517 2025.03.18 03:47:15.680622 [ 5 ] {cf0d7d81-3a05-4e8d-a501-9a90568f204e} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2518 2025.03.18 03:47:15.680870 [ 5 ] {cf0d7d81-3a05-4e8d-a501-9a90568f204e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002047 sec., 27357.107962872495 rows/sec., 2.10 MiB/sec.
2519 2025.03.18 03:47:15.680942 [ 5 ] {cf0d7d81-3a05-4e8d-a501-9a90568f204e} <Debug> TCPHandler: Processed in 0.002405426 sec.
2520 2025.03.18 03:47:15.681096 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2521 2025.03.18 03:47:15.681214 [ 5 ] {b7eeb1fa-e1d0-4aa8-90a5-a1a6605b21ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2522 2025.03.18 03:47:15.681265 [ 5 ] {b7eeb1fa-e1d0-4aa8-90a5-a1a6605b21ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2523 2025.03.18 03:47:15.681833 [ 5 ] {b7eeb1fa-e1d0-4aa8-90a5-a1a6605b21ac} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2524 2025.03.18 03:47:15.681875 [ 5 ] {b7eeb1fa-e1d0-4aa8-90a5-a1a6605b21ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2525 2025.03.18 03:47:15.682366 [ 5 ] {b7eeb1fa-e1d0-4aa8-90a5-a1a6605b21ac} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2526 2025.03.18 03:47:15.682725 [ 5 ] {b7eeb1fa-e1d0-4aa8-90a5-a1a6605b21ac} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2527 2025.03.18 03:47:15.683002 [ 5 ] {b7eeb1fa-e1d0-4aa8-90a5-a1a6605b21ac} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001815 sec., 35261.707988980714 rows/sec., 2.75 MiB/sec.
2528 2025.03.18 03:47:15.683069 [ 5 ] {b7eeb1fa-e1d0-4aa8-90a5-a1a6605b21ac} <Debug> TCPHandler: Processed in 0.002040701 sec.
2529 2025.03.18 03:47:15.683216 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2530 2025.03.18 03:47:15.683338 [ 5 ] {e7a5e93b-5b27-41f4-a122-5119a00cb883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2531 2025.03.18 03:47:15.683405 [ 5 ] {e7a5e93b-5b27-41f4-a122-5119a00cb883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2532 2025.03.18 03:47:15.684045 [ 5 ] {e7a5e93b-5b27-41f4-a122-5119a00cb883} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2533 2025.03.18 03:47:15.684096 [ 5 ] {e7a5e93b-5b27-41f4-a122-5119a00cb883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2534 2025.03.18 03:47:15.684591 [ 5 ] {e7a5e93b-5b27-41f4-a122-5119a00cb883} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2535 2025.03.18 03:47:15.684889 [ 5 ] {e7a5e93b-5b27-41f4-a122-5119a00cb883} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2536 2025.03.18 03:47:15.685157 [ 5 ] {e7a5e93b-5b27-41f4-a122-5119a00cb883} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001847 sec., 86626.96264212237 rows/sec., 6.03 MiB/sec.
2537 2025.03.18 03:47:15.685226 [ 5 ] {e7a5e93b-5b27-41f4-a122-5119a00cb883} <Debug> TCPHandler: Processed in 0.002069781 sec.
2538 2025.03.18 03:47:15.685352 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2539 2025.03.18 03:47:15.685465 [ 5 ] {6fb6daae-82f1-4387-bab5-69f227d524a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2540 2025.03.18 03:47:15.685520 [ 5 ] {6fb6daae-82f1-4387-bab5-69f227d524a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2541 2025.03.18 03:47:15.686071 [ 5 ] {6fb6daae-82f1-4387-bab5-69f227d524a3} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2542 2025.03.18 03:47:15.686118 [ 5 ] {6fb6daae-82f1-4387-bab5-69f227d524a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2543 2025.03.18 03:47:15.686558 [ 5 ] {6fb6daae-82f1-4387-bab5-69f227d524a3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2544 2025.03.18 03:47:15.686894 [ 5 ] {6fb6daae-82f1-4387-bab5-69f227d524a3} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2545 2025.03.18 03:47:15.687156 [ 5 ] {6fb6daae-82f1-4387-bab5-69f227d524a3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001716 sec., 34965.03496503496 rows/sec., 2.36 MiB/sec.
2546 2025.03.18 03:47:15.687239 [ 5 ] {6fb6daae-82f1-4387-bab5-69f227d524a3} <Debug> TCPHandler: Processed in 0.001946009 sec.
2547 2025.03.18 03:47:16.793459 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978
2548 2025.03.18 03:47:16.794076 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2549 2025.03.18 03:47:16.794119 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2550 2025.03.18 03:47:16.794657 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2551 2025.03.18 03:47:16.794916 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2552 2025.03.18 03:47:16.795171 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978
2553 2025.03.18 03:47:17.154517 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2554 2025.03.18 03:47:17.174590 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2555 2025.03.18 03:47:17.174644 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2556 2025.03.18 03:47:17.182319 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2557 2025.03.18 03:47:17.183089 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2558 2025.03.18 03:47:17.186263 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2559 2025.03.18 03:47:19.306748 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 366
2560 2025.03.18 03:47:19.309887 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2561 2025.03.18 03:47:19.309938 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2562 2025.03.18 03:47:19.311435 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2563 2025.03.18 03:47:19.311739 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2564 2025.03.18 03:47:19.312654 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 366
2565 2025.03.18 03:47:20.680728 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2566 2025.03.18 03:47:20.680940 [ 5 ] {ea1ff3fe-2a8c-42f9-957d-e9f6c58f8db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2567 2025.03.18 03:47:20.681015 [ 5 ] {ea1ff3fe-2a8c-42f9-957d-e9f6c58f8db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2568 2025.03.18 03:47:20.681867 [ 5 ] {ea1ff3fe-2a8c-42f9-957d-e9f6c58f8db6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2569 2025.03.18 03:47:20.681921 [ 5 ] {ea1ff3fe-2a8c-42f9-957d-e9f6c58f8db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2570 2025.03.18 03:47:20.682374 [ 5 ] {ea1ff3fe-2a8c-42f9-957d-e9f6c58f8db6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2571 2025.03.18 03:47:20.682637 [ 5 ] {ea1ff3fe-2a8c-42f9-957d-e9f6c58f8db6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2572 2025.03.18 03:47:20.682888 [ 5 ] {ea1ff3fe-2a8c-42f9-957d-e9f6c58f8db6} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.002004 sec., 66866.26746506986 rows/sec., 5.77 MiB/sec.
2573 2025.03.18 03:47:20.682998 [ 5 ] {ea1ff3fe-2a8c-42f9-957d-e9f6c58f8db6} <Debug> TCPHandler: Processed in 0.002419127 sec.
2574 2025.03.18 03:47:20.683132 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2575 2025.03.18 03:47:20.683243 [ 5 ] {408824e4-b4f9-4359-ae9e-0bb910165cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2576 2025.03.18 03:47:20.683293 [ 5 ] {408824e4-b4f9-4359-ae9e-0bb910165cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2577 2025.03.18 03:47:20.683843 [ 5 ] {408824e4-b4f9-4359-ae9e-0bb910165cf9} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2578 2025.03.18 03:47:20.683886 [ 5 ] {408824e4-b4f9-4359-ae9e-0bb910165cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2579 2025.03.18 03:47:20.684250 [ 5 ] {408824e4-b4f9-4359-ae9e-0bb910165cf9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2580 2025.03.18 03:47:20.684501 [ 5 ] {408824e4-b4f9-4359-ae9e-0bb910165cf9} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2581 2025.03.18 03:47:20.684719 [ 5 ] {408824e4-b4f9-4359-ae9e-0bb910165cf9} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001502 sec., 25965.37949400799 rows/sec., 1.91 MiB/sec.
2582 2025.03.18 03:47:20.684774 [ 5 ] {408824e4-b4f9-4359-ae9e-0bb910165cf9} <Debug> TCPHandler: Processed in 0.001696175 sec.
2583 2025.03.18 03:47:20.684912 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2584 2025.03.18 03:47:20.685049 [ 5 ] {a411a67a-b2eb-4118-99f2-8aab6bd12c44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2585 2025.03.18 03:47:20.685104 [ 5 ] {a411a67a-b2eb-4118-99f2-8aab6bd12c44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2586 2025.03.18 03:47:20.685795 [ 5 ] {a411a67a-b2eb-4118-99f2-8aab6bd12c44} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2587 2025.03.18 03:47:20.685844 [ 5 ] {a411a67a-b2eb-4118-99f2-8aab6bd12c44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2588 2025.03.18 03:47:20.686234 [ 5 ] {a411a67a-b2eb-4118-99f2-8aab6bd12c44} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2589 2025.03.18 03:47:20.686488 [ 5 ] {a411a67a-b2eb-4118-99f2-8aab6bd12c44} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2590 2025.03.18 03:47:20.686729 [ 5 ] {a411a67a-b2eb-4118-99f2-8aab6bd12c44} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001704 sec., 60446.00938967136 rows/sec., 4.72 MiB/sec.
2591 2025.03.18 03:47:20.686921 [ 5 ] {a411a67a-b2eb-4118-99f2-8aab6bd12c44} <Debug> TCPHandler: Processed in 0.002069341 sec.
2592 2025.03.18 03:47:20.687085 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2593 2025.03.18 03:47:20.687193 [ 5 ] {a3aaa7d8-6c5f-4fb9-bbb5-67737029a94e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2594 2025.03.18 03:47:20.687245 [ 5 ] {a3aaa7d8-6c5f-4fb9-bbb5-67737029a94e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2595 2025.03.18 03:47:20.687808 [ 5 ] {a3aaa7d8-6c5f-4fb9-bbb5-67737029a94e} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2596 2025.03.18 03:47:20.687848 [ 5 ] {a3aaa7d8-6c5f-4fb9-bbb5-67737029a94e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2597 2025.03.18 03:47:20.688252 [ 5 ] {a3aaa7d8-6c5f-4fb9-bbb5-67737029a94e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2598 2025.03.18 03:47:20.688501 [ 5 ] {a3aaa7d8-6c5f-4fb9-bbb5-67737029a94e} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2599 2025.03.18 03:47:20.688746 [ 5 ] {a3aaa7d8-6c5f-4fb9-bbb5-67737029a94e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001567 sec., 102105.9349074665 rows/sec., 7.11 MiB/sec.
2600 2025.03.18 03:47:20.688879 [ 5 ] {a3aaa7d8-6c5f-4fb9-bbb5-67737029a94e} <Debug> TCPHandler: Processed in 0.001843228 sec.
2601 2025.03.18 03:47:20.689050 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2602 2025.03.18 03:47:20.689156 [ 5 ] {c8c1236a-07e5-4813-8690-42d927aefb33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2603 2025.03.18 03:47:20.689231 [ 5 ] {c8c1236a-07e5-4813-8690-42d927aefb33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2604 2025.03.18 03:47:20.690434 [ 5 ] {c8c1236a-07e5-4813-8690-42d927aefb33} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2605 2025.03.18 03:47:20.690476 [ 5 ] {c8c1236a-07e5-4813-8690-42d927aefb33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2606 2025.03.18 03:47:20.691129 [ 5 ] {c8c1236a-07e5-4813-8690-42d927aefb33} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2607 2025.03.18 03:47:20.691401 [ 5 ] {c8c1236a-07e5-4813-8690-42d927aefb33} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2608 2025.03.18 03:47:20.691744 [ 5 ] {c8c1236a-07e5-4813-8690-42d927aefb33} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002586 sec., 15081.20649651972 rows/sec., 27.02 MiB/sec.
2609 2025.03.18 03:47:20.691896 [ 5 ] {c8c1236a-07e5-4813-8690-42d927aefb33} <Debug> TCPHandler: Processed in 0.002901673 sec.
2610 2025.03.18 03:47:20.692026 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2611 2025.03.18 03:47:20.692131 [ 5 ] {9a6916b5-4520-4342-90c3-c1df5cc5fddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2612 2025.03.18 03:47:20.692185 [ 5 ] {9a6916b5-4520-4342-90c3-c1df5cc5fddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2613 2025.03.18 03:47:20.692635 [ 5 ] {9a6916b5-4520-4342-90c3-c1df5cc5fddf} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2614 2025.03.18 03:47:20.692676 [ 5 ] {9a6916b5-4520-4342-90c3-c1df5cc5fddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2615 2025.03.18 03:47:20.693042 [ 5 ] {9a6916b5-4520-4342-90c3-c1df5cc5fddf} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2616 2025.03.18 03:47:20.693289 [ 5 ] {9a6916b5-4520-4342-90c3-c1df5cc5fddf} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2617 2025.03.18 03:47:20.693498 [ 5 ] {9a6916b5-4520-4342-90c3-c1df5cc5fddf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001388 sec., 43227.66570605188 rows/sec., 2.91 MiB/sec.
2618 2025.03.18 03:47:20.693549 [ 5 ] {9a6916b5-4520-4342-90c3-c1df5cc5fddf} <Debug> TCPHandler: Processed in 0.001572524 sec.
2619 2025.03.18 03:47:24.207792 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache
2620 2025.03.18 03:47:24.207873 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache
2621 2025.03.18 03:47:24.295398 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466
2622 2025.03.18 03:47:24.296325 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2623 2025.03.18 03:47:24.296372 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2624 2025.03.18 03:47:24.296916 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2625 2025.03.18 03:47:24.297169 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2626 2025.03.18 03:47:24.297398 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
2627 2025.03.18 03:47:24.686421 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
2628 2025.03.18 03:47:24.706291 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2629 2025.03.18 03:47:24.706347 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2630 2025.03.18 03:47:24.713932 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2631 2025.03.18 03:47:24.714704 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2632 2025.03.18 03:47:24.718044 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
2633 2025.03.18 03:47:25.679395 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2634 2025.03.18 03:47:25.679583 [ 5 ] {8dfe1787-f2ba-489b-87a7-2837d153272d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2635 2025.03.18 03:47:25.679656 [ 5 ] {8dfe1787-f2ba-489b-87a7-2837d153272d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2636 2025.03.18 03:47:25.680449 [ 5 ] {8dfe1787-f2ba-489b-87a7-2837d153272d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2637 2025.03.18 03:47:25.680505 [ 5 ] {8dfe1787-f2ba-489b-87a7-2837d153272d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2638 2025.03.18 03:47:25.680982 [ 5 ] {8dfe1787-f2ba-489b-87a7-2837d153272d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2639 2025.03.18 03:47:25.681248 [ 5 ] {8dfe1787-f2ba-489b-87a7-2837d153272d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2640 2025.03.18 03:47:25.681490 [ 5 ] {8dfe1787-f2ba-489b-87a7-2837d153272d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00196 sec., 28571.428571428572 rows/sec., 2.19 MiB/sec.
2641 2025.03.18 03:47:25.681558 [ 5 ] {8dfe1787-f2ba-489b-87a7-2837d153272d} <Debug> TCPHandler: Processed in 0.002301535 sec.
2642 2025.03.18 03:47:25.681684 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2643 2025.03.18 03:47:25.681799 [ 5 ] {814ba90e-df95-457b-b992-8be2b445e71b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2644 2025.03.18 03:47:25.681852 [ 5 ] {814ba90e-df95-457b-b992-8be2b445e71b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2645 2025.03.18 03:47:25.682404 [ 5 ] {814ba90e-df95-457b-b992-8be2b445e71b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2646 2025.03.18 03:47:25.682446 [ 5 ] {814ba90e-df95-457b-b992-8be2b445e71b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2647 2025.03.18 03:47:25.682821 [ 5 ] {814ba90e-df95-457b-b992-8be2b445e71b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2648 2025.03.18 03:47:25.683065 [ 5 ] {814ba90e-df95-457b-b992-8be2b445e71b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2649 2025.03.18 03:47:25.683277 [ 5 ] {814ba90e-df95-457b-b992-8be2b445e71b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001505 sec., 42524.916943521595 rows/sec., 3.32 MiB/sec.
2650 2025.03.18 03:47:25.683331 [ 5 ] {814ba90e-df95-457b-b992-8be2b445e71b} <Debug> TCPHandler: Processed in 0.001700406 sec.
2651 2025.03.18 03:47:25.683447 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2652 2025.03.18 03:47:25.683558 [ 5 ] {31c702c2-c4ac-463b-b3d1-19914dbc3299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2653 2025.03.18 03:47:25.683609 [ 5 ] {31c702c2-c4ac-463b-b3d1-19914dbc3299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2654 2025.03.18 03:47:25.684153 [ 5 ] {31c702c2-c4ac-463b-b3d1-19914dbc3299} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2655 2025.03.18 03:47:25.684193 [ 5 ] {31c702c2-c4ac-463b-b3d1-19914dbc3299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2656 2025.03.18 03:47:25.684599 [ 5 ] {31c702c2-c4ac-463b-b3d1-19914dbc3299} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2657 2025.03.18 03:47:25.684839 [ 5 ] {31c702c2-c4ac-463b-b3d1-19914dbc3299} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2658 2025.03.18 03:47:25.685058 [ 5 ] {31c702c2-c4ac-463b-b3d1-19914dbc3299} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec.
2659 2025.03.18 03:47:25.685112 [ 5 ] {31c702c2-c4ac-463b-b3d1-19914dbc3299} <Debug> TCPHandler: Processed in 0.001717065 sec.
2660 2025.03.18 03:47:25.685216 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2661 2025.03.18 03:47:25.685319 [ 5 ] {442b9ccf-d76b-490e-a64f-f867e47e366e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2662 2025.03.18 03:47:25.685367 [ 5 ] {442b9ccf-d76b-490e-a64f-f867e47e366e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2663 2025.03.18 03:47:25.685805 [ 5 ] {442b9ccf-d76b-490e-a64f-f867e47e366e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2664 2025.03.18 03:47:25.685845 [ 5 ] {442b9ccf-d76b-490e-a64f-f867e47e366e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2665 2025.03.18 03:47:25.686207 [ 5 ] {442b9ccf-d76b-490e-a64f-f867e47e366e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2666 2025.03.18 03:47:25.686447 [ 5 ] {442b9ccf-d76b-490e-a64f-f867e47e366e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2667 2025.03.18 03:47:25.686689 [ 5 ] {442b9ccf-d76b-490e-a64f-f867e47e366e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec.
2668 2025.03.18 03:47:25.686769 [ 5 ] {442b9ccf-d76b-490e-a64f-f867e47e366e} <Debug> TCPHandler: Processed in 0.001596424 sec.
2669 2025.03.18 03:47:27.160546 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2670 2025.03.18 03:47:27.160747 [ 5 ] {7f6c5231-1322-4874-a493-6d02bd9d50ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2671 2025.03.18 03:47:27.160824 [ 5 ] {7f6c5231-1322-4874-a493-6d02bd9d50ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2672 2025.03.18 03:47:27.161603 [ 5 ] {7f6c5231-1322-4874-a493-6d02bd9d50ed} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2673 2025.03.18 03:47:27.161659 [ 5 ] {7f6c5231-1322-4874-a493-6d02bd9d50ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2674 2025.03.18 03:47:27.162104 [ 5 ] {7f6c5231-1322-4874-a493-6d02bd9d50ed} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2675 2025.03.18 03:47:27.162378 [ 5 ] {7f6c5231-1322-4874-a493-6d02bd9d50ed} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2676 2025.03.18 03:47:27.162651 [ 5 ] {7f6c5231-1322-4874-a493-6d02bd9d50ed} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001951 sec., 12301.38390568939 rows/sec., 1.02 MiB/sec.
2677 2025.03.18 03:47:27.162788 [ 5 ] {7f6c5231-1322-4874-a493-6d02bd9d50ed} <Debug> TCPHandler: Processed in 0.002376416 sec.
2678 2025.03.18 03:47:27.162945 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2679 2025.03.18 03:47:27.163096 [ 5 ] {b39acac0-cf61-4a0f-a8d9-29643417b323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2680 2025.03.18 03:47:27.163169 [ 5 ] {b39acac0-cf61-4a0f-a8d9-29643417b323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2681 2025.03.18 03:47:27.163727 [ 5 ] {b39acac0-cf61-4a0f-a8d9-29643417b323} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2682 2025.03.18 03:47:27.163771 [ 5 ] {b39acac0-cf61-4a0f-a8d9-29643417b323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2683 2025.03.18 03:47:27.164147 [ 5 ] {b39acac0-cf61-4a0f-a8d9-29643417b323} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2684 2025.03.18 03:47:27.164402 [ 5 ] {b39acac0-cf61-4a0f-a8d9-29643417b323} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2685 2025.03.18 03:47:27.164693 [ 5 ] {b39acac0-cf61-4a0f-a8d9-29643417b323} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001622 sec., 1233.0456226880394 rows/sec., 100.55 KiB/sec.
2686 2025.03.18 03:47:27.164755 [ 5 ] {b39acac0-cf61-4a0f-a8d9-29643417b323} <Debug> TCPHandler: Processed in 0.001876618 sec.
2687 2025.03.18 03:47:27.164875 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2688 2025.03.18 03:47:27.164989 [ 5 ] {d417425c-ff08-4ec4-987d-9da55c07b580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2689 2025.03.18 03:47:27.165037 [ 5 ] {d417425c-ff08-4ec4-987d-9da55c07b580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2690 2025.03.18 03:47:27.166296 [ 5 ] {d417425c-ff08-4ec4-987d-9da55c07b580} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2691 2025.03.18 03:47:27.166336 [ 5 ] {d417425c-ff08-4ec4-987d-9da55c07b580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2692 2025.03.18 03:47:27.166804 [ 5 ] {d417425c-ff08-4ec4-987d-9da55c07b580} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2693 2025.03.18 03:47:27.167077 [ 5 ] {d417425c-ff08-4ec4-987d-9da55c07b580} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2694 2025.03.18 03:47:27.167281 [ 12 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2695 2025.03.18 03:47:27.167340 [ 5 ] {d417425c-ff08-4ec4-987d-9da55c07b580} <Debug> executeQuery: Read 1395 rows, 119.93 KiB in 0.002376 sec., 587121.2121212122 rows/sec., 49.29 MiB/sec.
2696 2025.03.18 03:47:27.167360 [ 12 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2697 2025.03.18 03:47:27.167427 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2698 2025.03.18 03:47:27.167479 [ 5 ] {d417425c-ff08-4ec4-987d-9da55c07b580} <Debug> TCPHandler: Processed in 0.00265309 sec.
2699 2025.03.18 03:47:27.167619 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
2700 2025.03.18 03:47:27.167638 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2701 2025.03.18 03:47:27.167746 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2702 2025.03.18 03:47:27.167781 [ 5 ] {8f6a60e9-3047-41f7-8135-e750434d1edf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2703 2025.03.18 03:47:27.167786 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
2704 2025.03.18 03:47:27.167838 [ 5 ] {8f6a60e9-3047-41f7-8135-e750434d1edf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2705 2025.03.18 03:47:27.167965 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 135 rows starting from the beginning of the part
2706 2025.03.18 03:47:27.168444 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part
2707 2025.03.18 03:47:27.168828 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 134 rows starting from the beginning of the part
2708 2025.03.18 03:47:27.169179 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part
2709 2025.03.18 03:47:27.169572 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1395 rows starting from the beginning of the part
2710 2025.03.18 03:47:27.170556 [ 5 ] {8f6a60e9-3047-41f7-8135-e750434d1edf} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2711 2025.03.18 03:47:27.170601 [ 5 ] {8f6a60e9-3047-41f7-8135-e750434d1edf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2712 2025.03.18 03:47:27.171187 [ 5 ] {8f6a60e9-3047-41f7-8135-e750434d1edf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2713 2025.03.18 03:47:27.171465 [ 5 ] {8f6a60e9-3047-41f7-8135-e750434d1edf} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2714 2025.03.18 03:47:27.171716 [ 5 ] {8f6a60e9-3047-41f7-8135-e750434d1edf} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.003965 sec., 13366.960907944514 rows/sec., 1017.20 KiB/sec.
2715 2025.03.18 03:47:27.171912 [ 5 ] {8f6a60e9-3047-41f7-8135-e750434d1edf} <Debug> TCPHandler: Processed in 0.004323865 sec.
2716 2025.03.18 03:47:27.172040 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3166 rows, containing 5 columns (5 merged, 0 gathered) in 0.004497608 sec., 703929.7333160205 rows/sec., 61.71 MiB/sec.
2717 2025.03.18 03:47:27.172074 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2718 2025.03.18 03:47:27.172206 [ 5 ] {85722163-3278-4190-ad02-d72adc0ace37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2719 2025.03.18 03:47:27.172281 [ 5 ] {85722163-3278-4190-ad02-d72adc0ace37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2720 2025.03.18 03:47:27.172389 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2721 2025.03.18 03:47:27.172996 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_21_4} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2722 2025.03.18 03:47:27.173211 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_21_4} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2723 2025.03.18 03:47:27.173408 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
2724 2025.03.18 03:47:27.173569 [ 5 ] {85722163-3278-4190-ad02-d72adc0ace37} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2725 2025.03.18 03:47:27.173614 [ 5 ] {85722163-3278-4190-ad02-d72adc0ace37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2726 2025.03.18 03:47:27.173998 [ 5 ] {85722163-3278-4190-ad02-d72adc0ace37} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2727 2025.03.18 03:47:27.174367 [ 5 ] {85722163-3278-4190-ad02-d72adc0ace37} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2728 2025.03.18 03:47:27.174592 [ 5 ] {85722163-3278-4190-ad02-d72adc0ace37} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002412 sec., 104477.6119402985 rows/sec., 7.23 MiB/sec.
2729 2025.03.18 03:47:27.174650 [ 5 ] {85722163-3278-4190-ad02-d72adc0ace37} <Debug> TCPHandler: Processed in 0.00263477 sec.
2730 2025.03.18 03:47:27.174756 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2731 2025.03.18 03:47:27.174858 [ 5 ] {5745bef5-0e3b-4136-9638-45678497f37b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2732 2025.03.18 03:47:27.174903 [ 5 ] {5745bef5-0e3b-4136-9638-45678497f37b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2733 2025.03.18 03:47:27.175432 [ 5 ] {5745bef5-0e3b-4136-9638-45678497f37b} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2734 2025.03.18 03:47:27.175472 [ 5 ] {5745bef5-0e3b-4136-9638-45678497f37b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2735 2025.03.18 03:47:27.175818 [ 5 ] {5745bef5-0e3b-4136-9638-45678497f37b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2736 2025.03.18 03:47:27.176079 [ 5 ] {5745bef5-0e3b-4136-9638-45678497f37b} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2737 2025.03.18 03:47:27.176361 [ 5 ] {5745bef5-0e3b-4136-9638-45678497f37b} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001507 sec., 7962.8400796284 rows/sec., 622.10 KiB/sec.
2738 2025.03.18 03:47:27.176440 [ 5 ] {5745bef5-0e3b-4136-9638-45678497f37b} <Debug> TCPHandler: Processed in 0.001733996 sec.
2739 2025.03.18 03:47:27.176547 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2740 2025.03.18 03:47:27.176649 [ 5 ] {5d08c2da-ed52-4519-ae4d-cc3ef4079589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2741 2025.03.18 03:47:27.176695 [ 5 ] {5d08c2da-ed52-4519-ae4d-cc3ef4079589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2742 2025.03.18 03:47:27.177449 [ 5 ] {5d08c2da-ed52-4519-ae4d-cc3ef4079589} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2743 2025.03.18 03:47:27.177488 [ 5 ] {5d08c2da-ed52-4519-ae4d-cc3ef4079589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2744 2025.03.18 03:47:27.177872 [ 5 ] {5d08c2da-ed52-4519-ae4d-cc3ef4079589} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2745 2025.03.18 03:47:27.178114 [ 5 ] {5d08c2da-ed52-4519-ae4d-cc3ef4079589} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2746 2025.03.18 03:47:27.178274 [ 12 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2747 2025.03.18 03:47:27.178337 [ 12 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2748 2025.03.18 03:47:27.178372 [ 5 ] {5d08c2da-ed52-4519-ae4d-cc3ef4079589} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.00173 sec., 345086.70520231215 rows/sec., 25.94 MiB/sec.
2749 2025.03.18 03:47:27.178382 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2750 2025.03.18 03:47:27.178533 [ 5 ] {5d08c2da-ed52-4519-ae4d-cc3ef4079589} <Debug> TCPHandler: Processed in 0.00203551 sec.
2751 2025.03.18 03:47:27.178579 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
2752 2025.03.18 03:47:27.178659 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2753 2025.03.18 03:47:27.178695 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2754 2025.03.18 03:47:27.178724 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 614 rows starting from the beginning of the part
2755 2025.03.18 03:47:27.178810 [ 5 ] {391b180f-cc1d-4632-adcf-3b81e516c1ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2756 2025.03.18 03:47:27.178921 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 109 rows starting from the beginning of the part
2757 2025.03.18 03:47:27.178996 [ 5 ] {391b180f-cc1d-4632-adcf-3b81e516c1ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2758 2025.03.18 03:47:27.179238 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part
2759 2025.03.18 03:47:27.179577 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 103 rows starting from the beginning of the part
2760 2025.03.18 03:47:27.180013 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part
2761 2025.03.18 03:47:27.180300 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 597 rows starting from the beginning of the part
2762 2025.03.18 03:47:27.181766 [ 5 ] {391b180f-cc1d-4632-adcf-3b81e516c1ba} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2763 2025.03.18 03:47:27.181817 [ 5 ] {391b180f-cc1d-4632-adcf-3b81e516c1ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2764 2025.03.18 03:47:27.182168 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1551 rows, containing 5 columns (5 merged, 0 gathered) in 0.003660875 sec., 423669.20476662 rows/sec., 33.75 MiB/sec.
2765 2025.03.18 03:47:27.182327 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2766 2025.03.18 03:47:27.182482 [ 5 ] {391b180f-cc1d-4632-adcf-3b81e516c1ba} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2767 2025.03.18 03:47:27.182602 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_21_4} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2768 2025.03.18 03:47:27.182693 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_21_4} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2769 2025.03.18 03:47:27.182781 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
2770 2025.03.18 03:47:27.182796 [ 5 ] {391b180f-cc1d-4632-adcf-3b81e516c1ba} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2771 2025.03.18 03:47:27.182997 [ 12 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2772 2025.03.18 03:47:27.183071 [ 5 ] {391b180f-cc1d-4632-adcf-3b81e516c1ba} <Debug> executeQuery: Read 947 rows, 65.46 KiB in 0.004309 sec., 219772.56904154093 rows/sec., 14.83 MiB/sec.
2773 2025.03.18 03:47:27.183076 [ 12 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2774 2025.03.18 03:47:27.183193 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2775 2025.03.18 03:47:27.183219 [ 5 ] {391b180f-cc1d-4632-adcf-3b81e516c1ba} <Debug> TCPHandler: Processed in 0.004609219 sec.
2776 2025.03.18 03:47:27.183421 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
2777 2025.03.18 03:47:27.183459 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2778 2025.03.18 03:47:27.183709 [ 5 ] {3ff9358f-569e-4031-9965-98a979a3137c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2779 2025.03.18 03:47:27.183751 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2780 2025.03.18 03:47:27.183867 [ 5 ] {3ff9358f-569e-4031-9965-98a979a3137c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2781 2025.03.18 03:47:27.183873 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5490 rows starting from the beginning of the part
2782 2025.03.18 03:47:27.184324 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part
2783 2025.03.18 03:47:27.184837 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
2784 2025.03.18 03:47:27.185253 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
2785 2025.03.18 03:47:27.185653 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part
2786 2025.03.18 03:47:27.186014 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 947 rows starting from the beginning of the part
2787 2025.03.18 03:47:27.189207 [ 5 ] {3ff9358f-569e-4031-9965-98a979a3137c} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2788 2025.03.18 03:47:27.189284 [ 5 ] {3ff9358f-569e-4031-9965-98a979a3137c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2789 2025.03.18 03:47:27.190245 [ 5 ] {3ff9358f-569e-4031-9965-98a979a3137c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2790 2025.03.18 03:47:27.190533 [ 5 ] {3ff9358f-569e-4031-9965-98a979a3137c} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2791 2025.03.18 03:47:27.191078 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7077 rows, containing 5 columns (5 merged, 0 gathered) in 0.007734996 sec., 914932.5998358629 rows/sec., 62.61 MiB/sec.
2792 2025.03.18 03:47:27.191125 [ 5 ] {3ff9358f-569e-4031-9965-98a979a3137c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007481 sec., 5213.2067905360245 rows/sec., 9.34 MiB/sec.
2793 2025.03.18 03:47:27.191246 [ 5 ] {3ff9358f-569e-4031-9965-98a979a3137c} <Debug> TCPHandler: Processed in 0.007845998 sec.
2794 2025.03.18 03:47:27.191381 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2795 2025.03.18 03:47:27.191523 [ 5 ] {2cf6812e-cc02-44aa-a56a-67595bec3f81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2796 2025.03.18 03:47:27.191591 [ 5 ] {2cf6812e-cc02-44aa-a56a-67595bec3f81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2797 2025.03.18 03:47:27.191598 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2798 2025.03.18 03:47:27.192257 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2799 2025.03.18 03:47:27.192450 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2800 2025.03.18 03:47:27.192626 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB.
2801 2025.03.18 03:47:27.192698 [ 5 ] {2cf6812e-cc02-44aa-a56a-67595bec3f81} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2802 2025.03.18 03:47:27.192742 [ 5 ] {2cf6812e-cc02-44aa-a56a-67595bec3f81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2803 2025.03.18 03:47:27.193106 [ 5 ] {2cf6812e-cc02-44aa-a56a-67595bec3f81} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2804 2025.03.18 03:47:27.193348 [ 5 ] {2cf6812e-cc02-44aa-a56a-67595bec3f81} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2805 2025.03.18 03:47:27.193516 [ 33 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2806 2025.03.18 03:47:27.193591 [ 33 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2807 2025.03.18 03:47:27.193606 [ 5 ] {2cf6812e-cc02-44aa-a56a-67595bec3f81} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.002103 sec., 11412.268188302425 rows/sec., 787.57 KiB/sec.
2808 2025.03.18 03:47:27.193636 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2809 2025.03.18 03:47:27.193768 [ 5 ] {2cf6812e-cc02-44aa-a56a-67595bec3f81} <Debug> TCPHandler: Processed in 0.002430837 sec.
2810 2025.03.18 03:47:27.194003 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
2811 2025.03.18 03:47:27.194184 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2812 2025.03.18 03:47:27.194214 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 828 rows starting from the beginning of the part
2813 2025.03.18 03:47:27.194307 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part
2814 2025.03.18 03:47:27.194519 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
2815 2025.03.18 03:47:27.194676 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
2816 2025.03.18 03:47:27.194822 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
2817 2025.03.18 03:47:27.194931 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part
2818 2025.03.18 03:47:27.196148 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1092 rows, containing 4 columns (4 merged, 0 gathered) in 0.002384196 sec., 458016.0355943891 rows/sec., 30.87 MiB/sec.
2819 2025.03.18 03:47:27.196360 [ 196 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2820 2025.03.18 03:47:27.196669 [ 196 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_21_4} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2821 2025.03.18 03:47:27.196749 [ 196 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_21_4} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2822 2025.03.18 03:47:27.196829 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB.
2823 2025.03.18 03:47:29.312963 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 406
2824 2025.03.18 03:47:29.316150 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2825 2025.03.18 03:47:29.316192 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2826 2025.03.18 03:47:29.317712 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2827 2025.03.18 03:47:29.318039 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2828 2025.03.18 03:47:29.318560 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 406
2829 2025.03.18 03:47:30.675711 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2830 2025.03.18 03:47:30.675897 [ 5 ] {0ce0b1e8-7624-49ff-b843-a641f695f32d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2831 2025.03.18 03:47:30.675972 [ 5 ] {0ce0b1e8-7624-49ff-b843-a641f695f32d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2832 2025.03.18 03:47:30.676769 [ 5 ] {0ce0b1e8-7624-49ff-b843-a641f695f32d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2833 2025.03.18 03:47:30.676822 [ 5 ] {0ce0b1e8-7624-49ff-b843-a641f695f32d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2834 2025.03.18 03:47:30.677273 [ 5 ] {0ce0b1e8-7624-49ff-b843-a641f695f32d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2835 2025.03.18 03:47:30.677564 [ 5 ] {0ce0b1e8-7624-49ff-b843-a641f695f32d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2836 2025.03.18 03:47:30.677799 [ 5 ] {0ce0b1e8-7624-49ff-b843-a641f695f32d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001955 sec., 28644.501278772375 rows/sec., 2.20 MiB/sec.
2837 2025.03.18 03:47:30.677860 [ 5 ] {0ce0b1e8-7624-49ff-b843-a641f695f32d} <Debug> TCPHandler: Processed in 0.002288034 sec.
2838 2025.03.18 03:47:30.677991 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2839 2025.03.18 03:47:30.678100 [ 5 ] {e097bc84-e650-41e2-b9ae-73eb76cdca02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2840 2025.03.18 03:47:30.678148 [ 5 ] {e097bc84-e650-41e2-b9ae-73eb76cdca02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2841 2025.03.18 03:47:30.678708 [ 5 ] {e097bc84-e650-41e2-b9ae-73eb76cdca02} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2842 2025.03.18 03:47:30.678749 [ 5 ] {e097bc84-e650-41e2-b9ae-73eb76cdca02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2843 2025.03.18 03:47:30.679123 [ 5 ] {e097bc84-e650-41e2-b9ae-73eb76cdca02} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2844 2025.03.18 03:47:30.679369 [ 5 ] {e097bc84-e650-41e2-b9ae-73eb76cdca02} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2845 2025.03.18 03:47:30.679611 [ 5 ] {e097bc84-e650-41e2-b9ae-73eb76cdca02} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001532 sec., 41775.45691906005 rows/sec., 3.26 MiB/sec.
2846 2025.03.18 03:47:30.679775 [ 5 ] {e097bc84-e650-41e2-b9ae-73eb76cdca02} <Debug> TCPHandler: Processed in 0.001832637 sec.
2847 2025.03.18 03:47:30.679951 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2848 2025.03.18 03:47:30.680059 [ 5 ] {a3f0f761-0241-4b94-8f39-7f338cf38238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2849 2025.03.18 03:47:30.680111 [ 5 ] {a3f0f761-0241-4b94-8f39-7f338cf38238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2850 2025.03.18 03:47:30.680714 [ 5 ] {a3f0f761-0241-4b94-8f39-7f338cf38238} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2851 2025.03.18 03:47:30.680764 [ 5 ] {a3f0f761-0241-4b94-8f39-7f338cf38238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2852 2025.03.18 03:47:30.681206 [ 5 ] {a3f0f761-0241-4b94-8f39-7f338cf38238} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2853 2025.03.18 03:47:30.681465 [ 5 ] {a3f0f761-0241-4b94-8f39-7f338cf38238} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2854 2025.03.18 03:47:30.681678 [ 5 ] {a3f0f761-0241-4b94-8f39-7f338cf38238} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001642 sec., 58465.2862362972 rows/sec., 4.07 MiB/sec.
2855 2025.03.18 03:47:30.681734 [ 5 ] {a3f0f761-0241-4b94-8f39-7f338cf38238} <Debug> TCPHandler: Processed in 0.001841477 sec.
2856 2025.03.18 03:47:30.681857 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2857 2025.03.18 03:47:30.681964 [ 5 ] {a285b6cb-7607-4ec0-8ed2-986f0b35c73f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2858 2025.03.18 03:47:30.682013 [ 5 ] {a285b6cb-7607-4ec0-8ed2-986f0b35c73f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2859 2025.03.18 03:47:30.682462 [ 5 ] {a285b6cb-7607-4ec0-8ed2-986f0b35c73f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2860 2025.03.18 03:47:30.682503 [ 5 ] {a285b6cb-7607-4ec0-8ed2-986f0b35c73f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2861 2025.03.18 03:47:30.682864 [ 5 ] {a285b6cb-7607-4ec0-8ed2-986f0b35c73f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2862 2025.03.18 03:47:30.683121 [ 5 ] {a285b6cb-7607-4ec0-8ed2-986f0b35c73f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2863 2025.03.18 03:47:30.683325 [ 5 ] {a285b6cb-7607-4ec0-8ed2-986f0b35c73f} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001382 sec., 26049.20405209841 rows/sec., 1.76 MiB/sec.
2864 2025.03.18 03:47:30.683376 [ 5 ] {a285b6cb-7607-4ec0-8ed2-986f0b35c73f} <Debug> TCPHandler: Processed in 0.001570763 sec.
2865 2025.03.18 03:47:31.797635 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893
2866 2025.03.18 03:47:31.798725 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2867 2025.03.18 03:47:31.798769 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2868 2025.03.18 03:47:31.799269 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2869 2025.03.18 03:47:31.799523 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2870 2025.03.18 03:47:31.799753 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893
2871 2025.03.18 03:47:32.218204 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113
2872 2025.03.18 03:47:32.239002 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2873 2025.03.18 03:47:32.239071 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2874 2025.03.18 03:47:32.246599 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2875 2025.03.18 03:47:32.247392 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2876 2025.03.18 03:47:32.250174 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113
2877 2025.03.18 03:47:35.679310 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2878 2025.03.18 03:47:35.679524 [ 5 ] {fa18cd17-8333-4eb7-9f0d-5f6f7d5a8d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2879 2025.03.18 03:47:35.679595 [ 5 ] {fa18cd17-8333-4eb7-9f0d-5f6f7d5a8d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2880 2025.03.18 03:47:35.680349 [ 5 ] {fa18cd17-8333-4eb7-9f0d-5f6f7d5a8d3a} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2881 2025.03.18 03:47:35.680391 [ 5 ] {fa18cd17-8333-4eb7-9f0d-5f6f7d5a8d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2882 2025.03.18 03:47:35.680852 [ 5 ] {fa18cd17-8333-4eb7-9f0d-5f6f7d5a8d3a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2883 2025.03.18 03:47:35.681100 [ 5 ] {fa18cd17-8333-4eb7-9f0d-5f6f7d5a8d3a} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2884 2025.03.18 03:47:35.681308 [ 5 ] {fa18cd17-8333-4eb7-9f0d-5f6f7d5a8d3a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001831 sec., 30584.380120152924 rows/sec., 2.35 MiB/sec.
2885 2025.03.18 03:47:35.681403 [ 5 ] {fa18cd17-8333-4eb7-9f0d-5f6f7d5a8d3a} <Debug> TCPHandler: Processed in 0.002230834 sec.
2886 2025.03.18 03:47:35.681639 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2887 2025.03.18 03:47:35.681747 [ 5 ] {a8578e72-0c63-42d7-8e74-e05641134692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2888 2025.03.18 03:47:35.681794 [ 5 ] {a8578e72-0c63-42d7-8e74-e05641134692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2889 2025.03.18 03:47:35.682344 [ 5 ] {a8578e72-0c63-42d7-8e74-e05641134692} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2890 2025.03.18 03:47:35.682401 [ 5 ] {a8578e72-0c63-42d7-8e74-e05641134692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2891 2025.03.18 03:47:35.682751 [ 5 ] {a8578e72-0c63-42d7-8e74-e05641134692} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2892 2025.03.18 03:47:35.682984 [ 5 ] {a8578e72-0c63-42d7-8e74-e05641134692} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2893 2025.03.18 03:47:35.683157 [ 5 ] {a8578e72-0c63-42d7-8e74-e05641134692} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001433 sec., 44661.54919748779 rows/sec., 3.49 MiB/sec.
2894 2025.03.18 03:47:35.683207 [ 5 ] {a8578e72-0c63-42d7-8e74-e05641134692} <Debug> TCPHandler: Processed in 0.001638735 sec.
2895 2025.03.18 03:47:35.683318 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2896 2025.03.18 03:47:35.683424 [ 5 ] {1b42cc40-bc79-4879-9b9d-63dd748bfa6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2897 2025.03.18 03:47:35.683474 [ 5 ] {1b42cc40-bc79-4879-9b9d-63dd748bfa6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2898 2025.03.18 03:47:35.683983 [ 5 ] {1b42cc40-bc79-4879-9b9d-63dd748bfa6b} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2899 2025.03.18 03:47:35.684021 [ 5 ] {1b42cc40-bc79-4879-9b9d-63dd748bfa6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2900 2025.03.18 03:47:35.684403 [ 5 ] {1b42cc40-bc79-4879-9b9d-63dd748bfa6b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2901 2025.03.18 03:47:35.684635 [ 5 ] {1b42cc40-bc79-4879-9b9d-63dd748bfa6b} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2902 2025.03.18 03:47:35.684809 [ 5 ] {1b42cc40-bc79-4879-9b9d-63dd748bfa6b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001408 sec., 113636.36363636363 rows/sec., 7.91 MiB/sec.
2903 2025.03.18 03:47:35.684859 [ 5 ] {1b42cc40-bc79-4879-9b9d-63dd748bfa6b} <Debug> TCPHandler: Processed in 0.001591754 sec.
2904 2025.03.18 03:47:35.684962 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2905 2025.03.18 03:47:35.685063 [ 5 ] {2fe9b148-5c2c-499f-9820-13a8e59a753c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2906 2025.03.18 03:47:35.685109 [ 5 ] {2fe9b148-5c2c-499f-9820-13a8e59a753c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2907 2025.03.18 03:47:35.685530 [ 5 ] {2fe9b148-5c2c-499f-9820-13a8e59a753c} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2908 2025.03.18 03:47:35.685567 [ 5 ] {2fe9b148-5c2c-499f-9820-13a8e59a753c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2909 2025.03.18 03:47:35.685919 [ 5 ] {2fe9b148-5c2c-499f-9820-13a8e59a753c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2910 2025.03.18 03:47:35.686153 [ 5 ] {2fe9b148-5c2c-499f-9820-13a8e59a753c} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2911 2025.03.18 03:47:35.686323 [ 5 ] {2fe9b148-5c2c-499f-9820-13a8e59a753c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001282 sec., 46801.872074882995 rows/sec., 3.15 MiB/sec.
2912 2025.03.18 03:47:35.686371 [ 5 ] {2fe9b148-5c2c-499f-9820-13a8e59a753c} <Debug> TCPHandler: Processed in 0.001458882 sec.
2913 2025.03.18 03:47:39.207936 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache
2914 2025.03.18 03:47:39.208009 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache
2915 2025.03.18 03:47:39.299975 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381
2916 2025.03.18 03:47:39.300897 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2917 2025.03.18 03:47:39.300939 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2918 2025.03.18 03:47:39.301506 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2919 2025.03.18 03:47:39.301791 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2920 2025.03.18 03:47:39.301946 [ 48 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2921 2025.03.18 03:47:39.302001 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
2922 2025.03.18 03:47:39.302005 [ 48 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2923 2025.03.18 03:47:39.302039 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2924 2025.03.18 03:47:39.302193 [ 190 ] {5aa70344-bffa-4328-b262-9125757f4448::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
2925 2025.03.18 03:47:39.302376 [ 190 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2926 2025.03.18 03:47:39.302425 [ 190 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part
2927 2025.03.18 03:47:39.302511 [ 190 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part
2928 2025.03.18 03:47:39.302742 [ 190 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part
2929 2025.03.18 03:47:39.302956 [ 190 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part
2930 2025.03.18 03:47:39.303113 [ 190 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part
2931 2025.03.18 03:47:39.303305 [ 190 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part
2932 2025.03.18 03:47:39.305210 [ 198 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003097426 sec., 2382946.3561034226 rows/sec., 34.09 MiB/sec.
2933 2025.03.18 03:47:39.306030 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2934 2025.03.18 03:47:39.306388 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_16_3} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2935 2025.03.18 03:47:39.306481 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_16_3} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2936 2025.03.18 03:47:39.306599 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
2937 2025.03.18 03:47:39.318985 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 422
2938 2025.03.18 03:47:39.322018 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2939 2025.03.18 03:47:39.322066 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2940 2025.03.18 03:47:39.323577 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2941 2025.03.18 03:47:39.323892 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2942 2025.03.18 03:47:39.324098 [ 48 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2943 2025.03.18 03:47:39.324201 [ 48 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2944 2025.03.18 03:47:39.324263 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2945 2025.03.18 03:47:39.324694 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
2946 2025.03.18 03:47:39.325412 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 422
2947 2025.03.18 03:47:39.325906 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2948 2025.03.18 03:47:39.326067 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
2949 2025.03.18 03:47:39.326736 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 44 rows starting from the beginning of the part
2950 2025.03.18 03:47:39.327344 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part
2951 2025.03.18 03:47:39.328002 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part
2952 2025.03.18 03:47:39.328582 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part
2953 2025.03.18 03:47:39.329165 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part
2954 2025.03.18 03:47:39.336811 [ 198 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 72 columns (72 merged, 0 gathered) in 0.012428006 sec., 33955.56777169242 rows/sec., 31.34 MiB/sec.
2955 2025.03.18 03:47:39.338222 [ 199 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2956 2025.03.18 03:47:39.339002 [ 199 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_11_2} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2957 2025.03.18 03:47:39.339085 [ 199 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_11_2} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2958 2025.03.18 03:47:39.339388 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.77 MiB.
2959 2025.03.18 03:47:39.750324 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121
2960 2025.03.18 03:47:39.770956 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2961 2025.03.18 03:47:39.771007 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2962 2025.03.18 03:47:39.778371 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2963 2025.03.18 03:47:39.779145 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2964 2025.03.18 03:47:39.779530 [ 48 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2965 2025.03.18 03:47:39.779690 [ 48 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2966 2025.03.18 03:47:39.779775 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2967 2025.03.18 03:47:39.780155 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
2968 2025.03.18 03:47:39.794313 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
2969 2025.03.18 03:47:39.795888 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2970 2025.03.18 03:47:39.797073 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
2971 2025.03.18 03:47:39.802003 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
2972 2025.03.18 03:47:39.807295 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part
2973 2025.03.18 03:47:39.812386 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part
2974 2025.03.18 03:47:39.817705 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part
2975 2025.03.18 03:47:39.822519 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part
2976 2025.03.18 03:47:39.883573 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.103669098 sec., 1167.1751981482466 rows/sec., 6.04 MiB/sec.
2977 2025.03.18 03:47:39.885108 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2978 2025.03.18 03:47:39.887489 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_16_3} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2979 2025.03.18 03:47:39.887589 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_16_3} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2980 2025.03.18 03:47:39.888987 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB.
2981 2025.03.18 03:47:40.000232 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 174.19 MiB, peak 184.14 MiB, free memory in arenas 0.00 B, will set to 175.84 MiB (RSS), difference: 1.65 MiB
2982 2025.03.18 03:47:40.001772 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001164518 sec.
2983 2025.03.18 03:47:40.681515 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2984 2025.03.18 03:47:40.681704 [ 5 ] {232dd3c4-d355-4a87-a8de-b5db6c69b56b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2985 2025.03.18 03:47:40.681783 [ 5 ] {232dd3c4-d355-4a87-a8de-b5db6c69b56b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2986 2025.03.18 03:47:40.682622 [ 5 ] {232dd3c4-d355-4a87-a8de-b5db6c69b56b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2987 2025.03.18 03:47:40.682684 [ 5 ] {232dd3c4-d355-4a87-a8de-b5db6c69b56b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2988 2025.03.18 03:47:40.683291 [ 5 ] {232dd3c4-d355-4a87-a8de-b5db6c69b56b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
2989 2025.03.18 03:47:40.683663 [ 5 ] {232dd3c4-d355-4a87-a8de-b5db6c69b56b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2990 2025.03.18 03:47:40.683978 [ 5 ] {232dd3c4-d355-4a87-a8de-b5db6c69b56b} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.002324 sec., 57659.208261617896 rows/sec., 4.97 MiB/sec.
2991 2025.03.18 03:47:40.684069 [ 5 ] {232dd3c4-d355-4a87-a8de-b5db6c69b56b} <Debug> TCPHandler: Processed in 0.002689311 sec.
2992 2025.03.18 03:47:40.684227 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2993 2025.03.18 03:47:40.684347 [ 5 ] {fc16018b-b88e-4f3c-9543-f21f5f9dad47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2994 2025.03.18 03:47:40.684397 [ 5 ] {fc16018b-b88e-4f3c-9543-f21f5f9dad47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2995 2025.03.18 03:47:40.684994 [ 5 ] {fc16018b-b88e-4f3c-9543-f21f5f9dad47} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2996 2025.03.18 03:47:40.685035 [ 5 ] {fc16018b-b88e-4f3c-9543-f21f5f9dad47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
2997 2025.03.18 03:47:40.685392 [ 5 ] {fc16018b-b88e-4f3c-9543-f21f5f9dad47} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2998 2025.03.18 03:47:40.685688 [ 5 ] {fc16018b-b88e-4f3c-9543-f21f5f9dad47} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2999 2025.03.18 03:47:40.685904 [ 5 ] {fc16018b-b88e-4f3c-9543-f21f5f9dad47} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001587 sec., 24574.669187145555 rows/sec., 1.80 MiB/sec.
3000 2025.03.18 03:47:40.685960 [ 5 ] {fc16018b-b88e-4f3c-9543-f21f5f9dad47} <Debug> TCPHandler: Processed in 0.001796177 sec.
3001 2025.03.18 03:47:40.686083 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3002 2025.03.18 03:47:40.686190 [ 5 ] {60dfce9a-4a20-4b92-90c8-5a85b49149e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3003 2025.03.18 03:47:40.686236 [ 5 ] {60dfce9a-4a20-4b92-90c8-5a85b49149e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3004 2025.03.18 03:47:40.686802 [ 5 ] {60dfce9a-4a20-4b92-90c8-5a85b49149e4} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3005 2025.03.18 03:47:40.686843 [ 5 ] {60dfce9a-4a20-4b92-90c8-5a85b49149e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3006 2025.03.18 03:47:40.687214 [ 5 ] {60dfce9a-4a20-4b92-90c8-5a85b49149e4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3007 2025.03.18 03:47:40.687458 [ 5 ] {60dfce9a-4a20-4b92-90c8-5a85b49149e4} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3008 2025.03.18 03:47:40.687672 [ 5 ] {60dfce9a-4a20-4b92-90c8-5a85b49149e4} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001504 sec., 68484.0425531915 rows/sec., 5.35 MiB/sec.
3009 2025.03.18 03:47:40.687726 [ 5 ] {60dfce9a-4a20-4b92-90c8-5a85b49149e4} <Debug> TCPHandler: Processed in 0.001694676 sec.
3010 2025.03.18 03:47:40.687844 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3011 2025.03.18 03:47:40.687949 [ 5 ] {55883924-7da3-47f5-a009-bdc693547821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3012 2025.03.18 03:47:40.687999 [ 5 ] {55883924-7da3-47f5-a009-bdc693547821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3013 2025.03.18 03:47:40.688515 [ 5 ] {55883924-7da3-47f5-a009-bdc693547821} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3014 2025.03.18 03:47:40.688555 [ 5 ] {55883924-7da3-47f5-a009-bdc693547821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3015 2025.03.18 03:47:40.688943 [ 5 ] {55883924-7da3-47f5-a009-bdc693547821} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3016 2025.03.18 03:47:40.689184 [ 5 ] {55883924-7da3-47f5-a009-bdc693547821} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3017 2025.03.18 03:47:40.689403 [ 5 ] {55883924-7da3-47f5-a009-bdc693547821} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001477 sec., 108327.69126607988 rows/sec., 7.54 MiB/sec.
3018 2025.03.18 03:47:40.689459 [ 5 ] {55883924-7da3-47f5-a009-bdc693547821} <Debug> TCPHandler: Processed in 0.001667635 sec.
3019 2025.03.18 03:47:40.689565 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3020 2025.03.18 03:47:40.689669 [ 5 ] {e35dad32-f4e5-44fa-9839-e092f299f984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3021 2025.03.18 03:47:40.689735 [ 5 ] {e35dad32-f4e5-44fa-9839-e092f299f984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3022 2025.03.18 03:47:40.690915 [ 5 ] {e35dad32-f4e5-44fa-9839-e092f299f984} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3023 2025.03.18 03:47:40.690955 [ 5 ] {e35dad32-f4e5-44fa-9839-e092f299f984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3024 2025.03.18 03:47:40.691683 [ 5 ] {e35dad32-f4e5-44fa-9839-e092f299f984} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
3025 2025.03.18 03:47:40.691948 [ 5 ] {e35dad32-f4e5-44fa-9839-e092f299f984} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3026 2025.03.18 03:47:40.692264 [ 5 ] {e35dad32-f4e5-44fa-9839-e092f299f984} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002607 sec., 14959.723820483314 rows/sec., 26.81 MiB/sec.
3027 2025.03.18 03:47:40.692467 [ 5 ] {e35dad32-f4e5-44fa-9839-e092f299f984} <Debug> TCPHandler: Processed in 0.002951614 sec.
3028 2025.03.18 03:47:40.692586 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3029 2025.03.18 03:47:40.692691 [ 5 ] {8cfabc47-88ba-430d-b70c-f3e84d326051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3030 2025.03.18 03:47:40.692739 [ 5 ] {8cfabc47-88ba-430d-b70c-f3e84d326051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3031 2025.03.18 03:47:40.693175 [ 5 ] {8cfabc47-88ba-430d-b70c-f3e84d326051} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3032 2025.03.18 03:47:40.693215 [ 5 ] {8cfabc47-88ba-430d-b70c-f3e84d326051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3033 2025.03.18 03:47:40.693580 [ 5 ] {8cfabc47-88ba-430d-b70c-f3e84d326051} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3034 2025.03.18 03:47:40.693842 [ 5 ] {8cfabc47-88ba-430d-b70c-f3e84d326051} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3035 2025.03.18 03:47:40.694049 [ 5 ] {8cfabc47-88ba-430d-b70c-f3e84d326051} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec.
3036 2025.03.18 03:47:40.694125 [ 5 ] {8cfabc47-88ba-430d-b70c-f3e84d326051} <Debug> TCPHandler: Processed in 0.001589554 sec.
3037 2025.03.18 03:47:45.681876 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3038 2025.03.18 03:47:45.682125 [ 5 ] {88b9c27b-000d-4745-be4d-9b9e7644eaa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3039 2025.03.18 03:47:45.682219 [ 5 ] {88b9c27b-000d-4745-be4d-9b9e7644eaa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3040 2025.03.18 03:47:45.683180 [ 5 ] {88b9c27b-000d-4745-be4d-9b9e7644eaa1} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3041 2025.03.18 03:47:45.683243 [ 5 ] {88b9c27b-000d-4745-be4d-9b9e7644eaa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3042 2025.03.18 03:47:45.683769 [ 5 ] {88b9c27b-000d-4745-be4d-9b9e7644eaa1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3043 2025.03.18 03:47:45.684077 [ 5 ] {88b9c27b-000d-4745-be4d-9b9e7644eaa1} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3044 2025.03.18 03:47:45.684370 [ 5 ] {88b9c27b-000d-4745-be4d-9b9e7644eaa1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002314 sec., 24200.518582541055 rows/sec., 1.86 MiB/sec.
3045 2025.03.18 03:47:45.684455 [ 5 ] {88b9c27b-000d-4745-be4d-9b9e7644eaa1} <Debug> TCPHandler: Processed in 0.002767042 sec.
3046 2025.03.18 03:47:45.684619 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3047 2025.03.18 03:47:45.684768 [ 5 ] {1ea76bf3-2aab-4a38-9d39-f7ff815c595c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3048 2025.03.18 03:47:45.684834 [ 5 ] {1ea76bf3-2aab-4a38-9d39-f7ff815c595c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3049 2025.03.18 03:47:45.685618 [ 5 ] {1ea76bf3-2aab-4a38-9d39-f7ff815c595c} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3050 2025.03.18 03:47:45.685671 [ 5 ] {1ea76bf3-2aab-4a38-9d39-f7ff815c595c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3051 2025.03.18 03:47:45.686275 [ 5 ] {1ea76bf3-2aab-4a38-9d39-f7ff815c595c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3052 2025.03.18 03:47:45.686638 [ 5 ] {1ea76bf3-2aab-4a38-9d39-f7ff815c595c} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3053 2025.03.18 03:47:45.686951 [ 5 ] {1ea76bf3-2aab-4a38-9d39-f7ff815c595c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002207 sec., 28998.640688717715 rows/sec., 2.26 MiB/sec.
3054 2025.03.18 03:47:45.687190 [ 5 ] {1ea76bf3-2aab-4a38-9d39-f7ff815c595c} <Debug> TCPHandler: Processed in 0.00263638 sec.
3055 2025.03.18 03:47:45.687380 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3056 2025.03.18 03:47:45.687521 [ 5 ] {4ca7321d-a0f6-453f-a7fe-7caf29c17128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3057 2025.03.18 03:47:45.687604 [ 5 ] {4ca7321d-a0f6-453f-a7fe-7caf29c17128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3058 2025.03.18 03:47:45.688373 [ 5 ] {4ca7321d-a0f6-453f-a7fe-7caf29c17128} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3059 2025.03.18 03:47:45.688425 [ 5 ] {4ca7321d-a0f6-453f-a7fe-7caf29c17128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3060 2025.03.18 03:47:45.688979 [ 5 ] {4ca7321d-a0f6-453f-a7fe-7caf29c17128} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3061 2025.03.18 03:47:45.689333 [ 5 ] {4ca7321d-a0f6-453f-a7fe-7caf29c17128} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3062 2025.03.18 03:47:45.689622 [ 5 ] {4ca7321d-a0f6-453f-a7fe-7caf29c17128} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002136 sec., 74906.36704119851 rows/sec., 5.22 MiB/sec.
3063 2025.03.18 03:47:45.689695 [ 5 ] {4ca7321d-a0f6-453f-a7fe-7caf29c17128} <Debug> TCPHandler: Processed in 0.002380005 sec.
3064 2025.03.18 03:47:45.689835 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3065 2025.03.18 03:47:45.689972 [ 5 ] {8d1c792d-1950-4a79-bab3-12e4b0f39a9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3066 2025.03.18 03:47:45.690036 [ 5 ] {8d1c792d-1950-4a79-bab3-12e4b0f39a9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3067 2025.03.18 03:47:45.690657 [ 5 ] {8d1c792d-1950-4a79-bab3-12e4b0f39a9d} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3068 2025.03.18 03:47:45.690707 [ 5 ] {8d1c792d-1950-4a79-bab3-12e4b0f39a9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3069 2025.03.18 03:47:45.691218 [ 5 ] {8d1c792d-1950-4a79-bab3-12e4b0f39a9d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3070 2025.03.18 03:47:45.691589 [ 5 ] {8d1c792d-1950-4a79-bab3-12e4b0f39a9d} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3071 2025.03.18 03:47:45.691877 [ 5 ] {8d1c792d-1950-4a79-bab3-12e4b0f39a9d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00194 sec., 30927.83505154639 rows/sec., 2.08 MiB/sec.
3072 2025.03.18 03:47:45.691948 [ 5 ] {8d1c792d-1950-4a79-bab3-12e4b0f39a9d} <Debug> TCPHandler: Processed in 0.002174433 sec.
3073 2025.03.18 03:47:46.803055 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808
3074 2025.03.18 03:47:46.803731 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3075 2025.03.18 03:47:46.803777 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3076 2025.03.18 03:47:46.804363 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3077 2025.03.18 03:47:46.804626 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3078 2025.03.18 03:47:46.804884 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808
3079 2025.03.18 03:47:47.295316 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3080 2025.03.18 03:47:47.314195 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3081 2025.03.18 03:47:47.314246 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3082 2025.03.18 03:47:47.321402 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3083 2025.03.18 03:47:47.322146 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3084 2025.03.18 03:47:47.325166 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3085 2025.03.18 03:47:49.326507 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 442
3086 2025.03.18 03:47:49.329314 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3087 2025.03.18 03:47:49.329369 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3088 2025.03.18 03:47:49.330840 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3089 2025.03.18 03:47:49.331148 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3090 2025.03.18 03:47:49.332124 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 442
3091 2025.03.18 03:47:50.680838 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3092 2025.03.18 03:47:50.681024 [ 5 ] {26799603-2dcf-4d7f-a77d-9b261504b859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3093 2025.03.18 03:47:50.681098 [ 5 ] {26799603-2dcf-4d7f-a77d-9b261504b859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3094 2025.03.18 03:47:50.681938 [ 5 ] {26799603-2dcf-4d7f-a77d-9b261504b859} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3095 2025.03.18 03:47:50.681991 [ 5 ] {26799603-2dcf-4d7f-a77d-9b261504b859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3096 2025.03.18 03:47:50.682435 [ 5 ] {26799603-2dcf-4d7f-a77d-9b261504b859} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3097 2025.03.18 03:47:50.682689 [ 5 ] {26799603-2dcf-4d7f-a77d-9b261504b859} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3098 2025.03.18 03:47:50.682898 [ 144 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3099 2025.03.18 03:47:50.682927 [ 5 ] {26799603-2dcf-4d7f-a77d-9b261504b859} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001954 sec., 68577.27737973387 rows/sec., 5.91 MiB/sec.
3100 2025.03.18 03:47:50.682976 [ 144 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3101 2025.03.18 03:47:50.683050 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3102 2025.03.18 03:47:50.683060 [ 5 ] {26799603-2dcf-4d7f-a77d-9b261504b859} <Debug> TCPHandler: Processed in 0.002356886 sec.
3103 2025.03.18 03:47:50.683335 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3104 2025.03.18 03:47:50.683361 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
3105 2025.03.18 03:47:50.683652 [ 5 ] {bbaae006-f371-45d0-ac0c-045caf58acb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3106 2025.03.18 03:47:50.683819 [ 5 ] {bbaae006-f371-45d0-ac0c-045caf58acb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3107 2025.03.18 03:47:50.683832 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3108 2025.03.18 03:47:50.683928 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1402 rows starting from the beginning of the part
3109 2025.03.18 03:47:50.684204 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part
3110 2025.03.18 03:47:50.684524 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part
3111 2025.03.18 03:47:50.684948 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 134 rows starting from the beginning of the part
3112 2025.03.18 03:47:50.685390 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part
3113 2025.03.18 03:47:50.685720 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 134 rows starting from the beginning of the part
3114 2025.03.18 03:47:50.686627 [ 5 ] {bbaae006-f371-45d0-ac0c-045caf58acb7} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3115 2025.03.18 03:47:50.686715 [ 5 ] {bbaae006-f371-45d0-ac0c-045caf58acb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3116 2025.03.18 03:47:50.687809 [ 5 ] {bbaae006-f371-45d0-ac0c-045caf58acb7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3117 2025.03.18 03:47:50.688172 [ 5 ] {bbaae006-f371-45d0-ac0c-045caf58acb7} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3118 2025.03.18 03:47:50.688486 [ 144 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3119 2025.03.18 03:47:50.688604 [ 144 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3120 2025.03.18 03:47:50.688703 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3121 2025.03.18 03:47:50.688942 [ 5 ] {bbaae006-f371-45d0-ac0c-045caf58acb7} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005394 sec., 7230.255839822024 rows/sec., 543.68 KiB/sec.
3122 2025.03.18 03:47:50.689096 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::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
3123 2025.03.18 03:47:50.689099 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1838 rows, containing 5 columns (5 merged, 0 gathered) in 0.005934709 sec., 309703.47493027884 rows/sec., 27.07 MiB/sec.
3124 2025.03.18 03:47:50.689139 [ 5 ] {bbaae006-f371-45d0-ac0c-045caf58acb7} <Debug> TCPHandler: Processed in 0.005912659 sec.
3125 2025.03.18 03:47:50.689356 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3126 2025.03.18 03:47:50.689378 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3127 2025.03.18 03:47:50.689406 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 58 rows starting from the beginning of the part
3128 2025.03.18 03:47:50.689704 [ 5 ] {237c1817-1f37-4b1d-9e4c-820afef1eed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3129 2025.03.18 03:47:50.689797 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part
3130 2025.03.18 03:47:50.689834 [ 187 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3131 2025.03.18 03:47:50.689897 [ 5 ] {237c1817-1f37-4b1d-9e4c-820afef1eed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3132 2025.03.18 03:47:50.690222 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part
3133 2025.03.18 03:47:50.690684 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 53 rows starting from the beginning of the part
3134 2025.03.18 03:47:50.691236 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part
3135 2025.03.18 03:47:50.691767 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part
3136 2025.03.18 03:47:50.691784 [ 187 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_26_5} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3137 2025.03.18 03:47:50.692377 [ 187 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_26_5} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3138 2025.03.18 03:47:50.692720 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
3139 2025.03.18 03:47:50.693226 [ 5 ] {237c1817-1f37-4b1d-9e4c-820afef1eed5} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3140 2025.03.18 03:47:50.693280 [ 5 ] {237c1817-1f37-4b1d-9e4c-820afef1eed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3141 2025.03.18 03:47:50.693860 [ 5 ] {237c1817-1f37-4b1d-9e4c-820afef1eed5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3142 2025.03.18 03:47:50.694037 [ 189 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 5 columns (5 merged, 0 gathered) in 0.005157357 sec., 51770.70348242327 rows/sec., 4.01 MiB/sec.
3143 2025.03.18 03:47:50.694281 [ 5 ] {237c1817-1f37-4b1d-9e4c-820afef1eed5} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3144 2025.03.18 03:47:50.694380 [ 189 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3145 2025.03.18 03:47:50.694531 [ 144 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3146 2025.03.18 03:47:50.694645 [ 144 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3147 2025.03.18 03:47:50.694730 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3148 2025.03.18 03:47:50.694856 [ 5 ] {237c1817-1f37-4b1d-9e4c-820afef1eed5} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.005248 sec., 19626.524390243903 rows/sec., 1.53 MiB/sec.
3149 2025.03.18 03:47:50.695008 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
3150 2025.03.18 03:47:50.695151 [ 5 ] {237c1817-1f37-4b1d-9e4c-820afef1eed5} <Debug> TCPHandler: Processed in 0.005828407 sec.
3151 2025.03.18 03:47:50.695426 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3152 2025.03.18 03:47:50.695475 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3153 2025.03.18 03:47:50.695519 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
3154 2025.03.18 03:47:50.695650 [ 189 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_11_2} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3155 2025.03.18 03:47:50.695825 [ 5 ] {ac8d04a8-48e3-40a1-bd89-5442198dd5a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3156 2025.03.18 03:47:50.695858 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part
3157 2025.03.18 03:47:50.696041 [ 5 ] {ac8d04a8-48e3-40a1-bd89-5442198dd5a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3158 2025.03.18 03:47:50.696287 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part
3159 2025.03.18 03:47:50.696672 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 103 rows starting from the beginning of the part
3160 2025.03.18 03:47:50.697100 [ 189 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_11_2} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3161 2025.03.18 03:47:50.697167 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part
3162 2025.03.18 03:47:50.697620 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 103 rows starting from the beginning of the part
3163 2025.03.18 03:47:50.697684 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
3164 2025.03.18 03:47:50.699166 [ 5 ] {ac8d04a8-48e3-40a1-bd89-5442198dd5a2} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3165 2025.03.18 03:47:50.699248 [ 5 ] {ac8d04a8-48e3-40a1-bd89-5442198dd5a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3166 2025.03.18 03:47:50.700323 [ 5 ] {ac8d04a8-48e3-40a1-bd89-5442198dd5a2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3167 2025.03.18 03:47:50.700707 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1025 rows, containing 5 columns (5 merged, 0 gathered) in 0.005860048 sec., 174913.2430314564 rows/sec., 14.03 MiB/sec.
3168 2025.03.18 03:47:50.700881 [ 5 ] {ac8d04a8-48e3-40a1-bd89-5442198dd5a2} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3169 2025.03.18 03:47:50.700933 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3170 2025.03.18 03:47:50.701183 [ 144 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3171 2025.03.18 03:47:50.701274 [ 144 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3172 2025.03.18 03:47:50.701330 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3173 2025.03.18 03:47:50.701479 [ 5 ] {ac8d04a8-48e3-40a1-bd89-5442198dd5a2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005792 sec., 27624.309392265193 rows/sec., 1.92 MiB/sec.
3174 2025.03.18 03:47:50.701657 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
3175 2025.03.18 03:47:50.701731 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_26_5} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3176 2025.03.18 03:47:50.701770 [ 5 ] {ac8d04a8-48e3-40a1-bd89-5442198dd5a2} <Debug> TCPHandler: Processed in 0.006399877 sec.
3177 2025.03.18 03:47:50.702028 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_26_5} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3178 2025.03.18 03:47:50.702057 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3179 2025.03.18 03:47:50.702137 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3180 2025.03.18 03:47:50.702157 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7077 rows starting from the beginning of the part
3181 2025.03.18 03:47:50.702237 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
3182 2025.03.18 03:47:50.702527 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 96 rows starting from the beginning of the part
3183 2025.03.18 03:47:50.702577 [ 5 ] {cec33c38-ec01-4b80-82fb-d867a9c60229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3184 2025.03.18 03:47:50.702898 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part
3185 2025.03.18 03:47:50.702978 [ 5 ] {cec33c38-ec01-4b80-82fb-d867a9c60229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3186 2025.03.18 03:47:50.703190 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part
3187 2025.03.18 03:47:50.703604 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
3188 2025.03.18 03:47:50.704002 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
3189 2025.03.18 03:47:50.706403 [ 5 ] {cec33c38-ec01-4b80-82fb-d867a9c60229} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3190 2025.03.18 03:47:50.706445 [ 5 ] {cec33c38-ec01-4b80-82fb-d867a9c60229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3191 2025.03.18 03:47:50.707220 [ 5 ] {cec33c38-ec01-4b80-82fb-d867a9c60229} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3192 2025.03.18 03:47:50.707567 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7813 rows, containing 5 columns (5 merged, 0 gathered) in 0.006093552 sec., 1282174.9941577588 rows/sec., 87.89 MiB/sec.
3193 2025.03.18 03:47:50.707617 [ 5 ] {cec33c38-ec01-4b80-82fb-d867a9c60229} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3194 2025.03.18 03:47:50.707818 [ 144 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3195 2025.03.18 03:47:50.707882 [ 144 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3196 2025.03.18 03:47:50.707909 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3197 2025.03.18 03:47:50.707943 [ 5 ] {cec33c38-ec01-4b80-82fb-d867a9c60229} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005494 sec., 7098.653076083 rows/sec., 12.72 MiB/sec.
3198 2025.03.18 03:47:50.708336 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
3199 2025.03.18 03:47:50.708480 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3200 2025.03.18 03:47:50.708903 [ 5 ] {cec33c38-ec01-4b80-82fb-d867a9c60229} <Debug> TCPHandler: Processed in 0.006886774 sec.
3201 2025.03.18 03:47:50.709596 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3202 2025.03.18 03:47:50.709911 [ 5 ] {0b2ecf93-b453-470c-9ce5-760933cb900a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3203 2025.03.18 03:47:50.709910 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3204 2025.03.18 03:47:50.710058 [ 5 ] {0b2ecf93-b453-470c-9ce5-760933cb900a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3205 2025.03.18 03:47:50.710122 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3206 2025.03.18 03:47:50.710321 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3207 2025.03.18 03:47:50.710431 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 126 rows starting from the beginning of the part
3208 2025.03.18 03:47:50.710672 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB.
3209 2025.03.18 03:47:50.711285 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part
3210 2025.03.18 03:47:50.711855 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 39 rows starting from the beginning of the part
3211 2025.03.18 03:47:50.712341 [ 5 ] {0b2ecf93-b453-470c-9ce5-760933cb900a} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3212 2025.03.18 03:47:50.712399 [ 5 ] {0b2ecf93-b453-470c-9ce5-760933cb900a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3213 2025.03.18 03:47:50.712423 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part
3214 2025.03.18 03:47:50.712944 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part
3215 2025.03.18 03:47:50.713459 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part
3216 2025.03.18 03:47:50.713485 [ 5 ] {0b2ecf93-b453-470c-9ce5-760933cb900a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3217 2025.03.18 03:47:50.714063 [ 5 ] {0b2ecf93-b453-470c-9ce5-760933cb900a} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3218 2025.03.18 03:47:50.714282 [ 136 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3219 2025.03.18 03:47:50.714385 [ 136 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3220 2025.03.18 03:47:50.714435 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3221 2025.03.18 03:47:50.714486 [ 5 ] {0b2ecf93-b453-470c-9ce5-760933cb900a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004652 sec., 12897.678417884781 rows/sec., 890.07 KiB/sec.
3222 2025.03.18 03:47:50.714761 [ 5 ] {0b2ecf93-b453-470c-9ce5-760933cb900a} <Debug> TCPHandler: Processed in 0.0053026 sec.
3223 2025.03.18 03:47:50.714792 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
3224 2025.03.18 03:47:50.715011 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3225 2025.03.18 03:47:50.715051 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1092 rows starting from the beginning of the part
3226 2025.03.18 03:47:50.715220 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 36 rows starting from the beginning of the part
3227 2025.03.18 03:47:50.715482 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part
3228 2025.03.18 03:47:50.715779 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part
3229 2025.03.18 03:47:50.716118 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
3230 2025.03.18 03:47:50.716476 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
3231 2025.03.18 03:47:50.718495 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1368 rows, containing 4 columns (4 merged, 0 gathered) in 0.003942989 sec., 346944.91919708624 rows/sec., 23.38 MiB/sec.
3232 2025.03.18 03:47:50.718707 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3233 2025.03.18 03:47:50.719090 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_26_5} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3234 2025.03.18 03:47:50.719165 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_26_5} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3235 2025.03.18 03:47:50.719258 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
3236 2025.03.18 03:47:50.719753 [ 195 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 321 rows, containing 19 columns (19 merged, 0 gathered) in 0.011748267 sec., 27323.17881437322 rows/sec., 48.96 MiB/sec.
3237 2025.03.18 03:47:50.720168 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3238 2025.03.18 03:47:50.720561 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3239 2025.03.18 03:47:50.720640 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3240 2025.03.18 03:47:50.720760 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB.
3241 2025.03.18 03:47:54.208273 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache
3242 2025.03.18 03:47:54.208346 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache
3243 2025.03.18 03:47:54.305067 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296
3244 2025.03.18 03:47:54.306113 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3245 2025.03.18 03:47:54.306161 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3246 2025.03.18 03:47:54.306690 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3247 2025.03.18 03:47:54.306945 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3248 2025.03.18 03:47:54.307171 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3249 2025.03.18 03:47:54.825267 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3250 2025.03.18 03:47:54.845059 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3251 2025.03.18 03:47:54.845118 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3252 2025.03.18 03:47:54.852612 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3253 2025.03.18 03:47:54.853373 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3254 2025.03.18 03:47:54.855952 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3255 2025.03.18 03:47:55.679147 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3256 2025.03.18 03:47:55.679328 [ 5 ] {80e03f91-fb02-493c-a32a-4d8b3689865e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3257 2025.03.18 03:47:55.679404 [ 5 ] {80e03f91-fb02-493c-a32a-4d8b3689865e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3258 2025.03.18 03:47:55.680188 [ 5 ] {80e03f91-fb02-493c-a32a-4d8b3689865e} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3259 2025.03.18 03:47:55.680234 [ 5 ] {80e03f91-fb02-493c-a32a-4d8b3689865e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3260 2025.03.18 03:47:55.680673 [ 5 ] {80e03f91-fb02-493c-a32a-4d8b3689865e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3261 2025.03.18 03:47:55.680930 [ 5 ] {80e03f91-fb02-493c-a32a-4d8b3689865e} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3262 2025.03.18 03:47:55.681185 [ 5 ] {80e03f91-fb02-493c-a32a-4d8b3689865e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001907 sec., 29365.495542737284 rows/sec., 2.26 MiB/sec.
3263 2025.03.18 03:47:55.681316 [ 5 ] {80e03f91-fb02-493c-a32a-4d8b3689865e} <Debug> TCPHandler: Processed in 0.002292835 sec.
3264 2025.03.18 03:47:55.681509 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3265 2025.03.18 03:47:55.681624 [ 5 ] {e2158a37-d291-4580-bccd-851423e25f99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3266 2025.03.18 03:47:55.681675 [ 5 ] {e2158a37-d291-4580-bccd-851423e25f99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3267 2025.03.18 03:47:55.682245 [ 5 ] {e2158a37-d291-4580-bccd-851423e25f99} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3268 2025.03.18 03:47:55.682286 [ 5 ] {e2158a37-d291-4580-bccd-851423e25f99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3269 2025.03.18 03:47:55.682648 [ 5 ] {e2158a37-d291-4580-bccd-851423e25f99} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3270 2025.03.18 03:47:55.682888 [ 5 ] {e2158a37-d291-4580-bccd-851423e25f99} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3271 2025.03.18 03:47:55.683088 [ 5 ] {e2158a37-d291-4580-bccd-851423e25f99} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001494 sec., 42838.0187416332 rows/sec., 3.34 MiB/sec.
3272 2025.03.18 03:47:55.683140 [ 5 ] {e2158a37-d291-4580-bccd-851423e25f99} <Debug> TCPHandler: Processed in 0.001688515 sec.
3273 2025.03.18 03:47:55.683261 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3274 2025.03.18 03:47:55.683366 [ 5 ] {f04591f8-63f8-4272-aa18-e8424ff7b8af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3275 2025.03.18 03:47:55.683420 [ 5 ] {f04591f8-63f8-4272-aa18-e8424ff7b8af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3276 2025.03.18 03:47:55.683944 [ 5 ] {f04591f8-63f8-4272-aa18-e8424ff7b8af} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3277 2025.03.18 03:47:55.683984 [ 5 ] {f04591f8-63f8-4272-aa18-e8424ff7b8af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3278 2025.03.18 03:47:55.684378 [ 5 ] {f04591f8-63f8-4272-aa18-e8424ff7b8af} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3279 2025.03.18 03:47:55.684635 [ 5 ] {f04591f8-63f8-4272-aa18-e8424ff7b8af} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3280 2025.03.18 03:47:55.684847 [ 5 ] {f04591f8-63f8-4272-aa18-e8424ff7b8af} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001504 sec., 106382.97872340426 rows/sec., 7.41 MiB/sec.
3281 2025.03.18 03:47:55.684900 [ 5 ] {f04591f8-63f8-4272-aa18-e8424ff7b8af} <Debug> TCPHandler: Processed in 0.001689346 sec.
3282 2025.03.18 03:47:55.685019 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3283 2025.03.18 03:47:55.685126 [ 5 ] {4ff1bc77-de32-4de5-a25e-6f7e4e9ba9da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3284 2025.03.18 03:47:55.685174 [ 5 ] {4ff1bc77-de32-4de5-a25e-6f7e4e9ba9da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3285 2025.03.18 03:47:55.685616 [ 5 ] {4ff1bc77-de32-4de5-a25e-6f7e4e9ba9da} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3286 2025.03.18 03:47:55.685656 [ 5 ] {4ff1bc77-de32-4de5-a25e-6f7e4e9ba9da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3287 2025.03.18 03:47:55.686014 [ 5 ] {4ff1bc77-de32-4de5-a25e-6f7e4e9ba9da} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3288 2025.03.18 03:47:55.686252 [ 5 ] {4ff1bc77-de32-4de5-a25e-6f7e4e9ba9da} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3289 2025.03.18 03:47:55.686451 [ 5 ] {4ff1bc77-de32-4de5-a25e-6f7e4e9ba9da} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001347 sec., 44543.42984409799 rows/sec., 3.00 MiB/sec.
3290 2025.03.18 03:47:55.686502 [ 5 ] {4ff1bc77-de32-4de5-a25e-6f7e4e9ba9da} <Debug> TCPHandler: Processed in 0.001532393 sec.
3291 2025.03.18 03:47:57.157784 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3292 2025.03.18 03:47:57.157979 [ 5 ] {7304fc27-1ed7-4608-8a15-0e4a28d63281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3293 2025.03.18 03:47:57.158054 [ 5 ] {7304fc27-1ed7-4608-8a15-0e4a28d63281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3294 2025.03.18 03:47:57.158817 [ 5 ] {7304fc27-1ed7-4608-8a15-0e4a28d63281} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3295 2025.03.18 03:47:57.158873 [ 5 ] {7304fc27-1ed7-4608-8a15-0e4a28d63281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3296 2025.03.18 03:47:57.159307 [ 5 ] {7304fc27-1ed7-4608-8a15-0e4a28d63281} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3297 2025.03.18 03:47:57.159564 [ 5 ] {7304fc27-1ed7-4608-8a15-0e4a28d63281} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3298 2025.03.18 03:47:57.159811 [ 5 ] {7304fc27-1ed7-4608-8a15-0e4a28d63281} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001886 sec., 12725.344644750794 rows/sec., 1.06 MiB/sec.
3299 2025.03.18 03:47:57.159878 [ 5 ] {7304fc27-1ed7-4608-8a15-0e4a28d63281} <Debug> TCPHandler: Processed in 0.002231013 sec.
3300 2025.03.18 03:47:57.159993 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3301 2025.03.18 03:47:57.160103 [ 5 ] {fb255e2b-827e-40a3-9699-162fe3b7260d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3302 2025.03.18 03:47:57.160154 [ 5 ] {fb255e2b-827e-40a3-9699-162fe3b7260d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3303 2025.03.18 03:47:57.160697 [ 5 ] {fb255e2b-827e-40a3-9699-162fe3b7260d} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3304 2025.03.18 03:47:57.160739 [ 5 ] {fb255e2b-827e-40a3-9699-162fe3b7260d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3305 2025.03.18 03:47:57.161103 [ 5 ] {fb255e2b-827e-40a3-9699-162fe3b7260d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
3306 2025.03.18 03:47:57.161339 [ 5 ] {fb255e2b-827e-40a3-9699-162fe3b7260d} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3307 2025.03.18 03:47:57.161594 [ 5 ] {fb255e2b-827e-40a3-9699-162fe3b7260d} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001516 sec., 10554.089709762533 rows/sec., 860.61 KiB/sec.
3308 2025.03.18 03:47:57.161742 [ 5 ] {fb255e2b-827e-40a3-9699-162fe3b7260d} <Debug> TCPHandler: Processed in 0.001795238 sec.
3309 2025.03.18 03:47:57.161855 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3310 2025.03.18 03:47:57.161957 [ 5 ] {dfbd5c8d-07a3-4c5b-a102-865e4a6b6b8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3311 2025.03.18 03:47:57.162002 [ 5 ] {dfbd5c8d-07a3-4c5b-a102-865e4a6b6b8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3312 2025.03.18 03:47:57.163286 [ 5 ] {dfbd5c8d-07a3-4c5b-a102-865e4a6b6b8b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3313 2025.03.18 03:47:57.163325 [ 5 ] {dfbd5c8d-07a3-4c5b-a102-865e4a6b6b8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3314 2025.03.18 03:47:57.163771 [ 5 ] {dfbd5c8d-07a3-4c5b-a102-865e4a6b6b8b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3315 2025.03.18 03:47:57.164014 [ 5 ] {dfbd5c8d-07a3-4c5b-a102-865e4a6b6b8b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3316 2025.03.18 03:47:57.164270 [ 5 ] {dfbd5c8d-07a3-4c5b-a102-865e4a6b6b8b} <Debug> executeQuery: Read 1402 rows, 120.44 KiB in 0.002324 sec., 603270.2237521515 rows/sec., 50.61 MiB/sec.
3317 2025.03.18 03:47:57.164453 [ 5 ] {dfbd5c8d-07a3-4c5b-a102-865e4a6b6b8b} <Debug> TCPHandler: Processed in 0.002643359 sec.
3318 2025.03.18 03:47:57.164663 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3319 2025.03.18 03:47:57.164767 [ 5 ] {56b261d8-7352-41b5-92d4-6619d1241c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3320 2025.03.18 03:47:57.164814 [ 5 ] {56b261d8-7352-41b5-92d4-6619d1241c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3321 2025.03.18 03:47:57.165386 [ 5 ] {56b261d8-7352-41b5-92d4-6619d1241c5a} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3322 2025.03.18 03:47:57.165427 [ 5 ] {56b261d8-7352-41b5-92d4-6619d1241c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3323 2025.03.18 03:47:57.165775 [ 5 ] {56b261d8-7352-41b5-92d4-6619d1241c5a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3324 2025.03.18 03:47:57.166012 [ 5 ] {56b261d8-7352-41b5-92d4-6619d1241c5a} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3325 2025.03.18 03:47:57.166223 [ 5 ] {56b261d8-7352-41b5-92d4-6619d1241c5a} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.001478 sec., 45331.52909336942 rows/sec., 3.31 MiB/sec.
3326 2025.03.18 03:47:57.166275 [ 5 ] {56b261d8-7352-41b5-92d4-6619d1241c5a} <Debug> TCPHandler: Processed in 0.001678546 sec.
3327 2025.03.18 03:47:57.166376 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3328 2025.03.18 03:47:57.166481 [ 5 ] {d9c24773-e873-4b84-8c23-502d42ad67c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3329 2025.03.18 03:47:57.166526 [ 5 ] {d9c24773-e873-4b84-8c23-502d42ad67c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3330 2025.03.18 03:47:57.167130 [ 5 ] {d9c24773-e873-4b84-8c23-502d42ad67c9} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3331 2025.03.18 03:47:57.167171 [ 5 ] {d9c24773-e873-4b84-8c23-502d42ad67c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3332 2025.03.18 03:47:57.167529 [ 5 ] {d9c24773-e873-4b84-8c23-502d42ad67c9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3333 2025.03.18 03:47:57.167776 [ 5 ] {d9c24773-e873-4b84-8c23-502d42ad67c9} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3334 2025.03.18 03:47:57.167992 [ 5 ] {d9c24773-e873-4b84-8c23-502d42ad67c9} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001533 sec., 164383.56164383562 rows/sec., 11.37 MiB/sec.
3335 2025.03.18 03:47:57.168044 [ 5 ] {d9c24773-e873-4b84-8c23-502d42ad67c9} <Debug> TCPHandler: Processed in 0.001716485 sec.
3336 2025.03.18 03:47:57.168145 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3337 2025.03.18 03:47:57.168246 [ 5 ] {8be0aeb1-469c-4322-a302-c4694156329c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3338 2025.03.18 03:47:57.168289 [ 5 ] {8be0aeb1-469c-4322-a302-c4694156329c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3339 2025.03.18 03:47:57.168809 [ 5 ] {8be0aeb1-469c-4322-a302-c4694156329c} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3340 2025.03.18 03:47:57.168848 [ 5 ] {8be0aeb1-469c-4322-a302-c4694156329c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3341 2025.03.18 03:47:57.169194 [ 5 ] {8be0aeb1-469c-4322-a302-c4694156329c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3342 2025.03.18 03:47:57.169430 [ 5 ] {8be0aeb1-469c-4322-a302-c4694156329c} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3343 2025.03.18 03:47:57.169707 [ 5 ] {8be0aeb1-469c-4322-a302-c4694156329c} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001465 sec., 8191.126279863482 rows/sec., 639.93 KiB/sec.
3344 2025.03.18 03:47:57.169780 [ 5 ] {8be0aeb1-469c-4322-a302-c4694156329c} <Debug> TCPHandler: Processed in 0.001684335 sec.
3345 2025.03.18 03:47:57.169885 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3346 2025.03.18 03:47:57.169985 [ 5 ] {1b59e950-575b-48b6-a41c-2a71843c848c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3347 2025.03.18 03:47:57.170029 [ 5 ] {1b59e950-575b-48b6-a41c-2a71843c848c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3348 2025.03.18 03:47:57.170771 [ 5 ] {1b59e950-575b-48b6-a41c-2a71843c848c} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3349 2025.03.18 03:47:57.170811 [ 5 ] {1b59e950-575b-48b6-a41c-2a71843c848c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3350 2025.03.18 03:47:57.171183 [ 5 ] {1b59e950-575b-48b6-a41c-2a71843c848c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3351 2025.03.18 03:47:57.171418 [ 5 ] {1b59e950-575b-48b6-a41c-2a71843c848c} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3352 2025.03.18 03:47:57.171673 [ 5 ] {1b59e950-575b-48b6-a41c-2a71843c848c} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.00171 sec., 357309.94152046787 rows/sec., 26.89 MiB/sec.
3353 2025.03.18 03:47:57.171892 [ 5 ] {1b59e950-575b-48b6-a41c-2a71843c848c} <Debug> TCPHandler: Processed in 0.002055131 sec.
3354 2025.03.18 03:47:57.172038 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3355 2025.03.18 03:47:57.172145 [ 5 ] {407ba99b-24cf-47a1-8e84-ac61b752ae93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3356 2025.03.18 03:47:57.172195 [ 5 ] {407ba99b-24cf-47a1-8e84-ac61b752ae93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3357 2025.03.18 03:47:57.172940 [ 5 ] {407ba99b-24cf-47a1-8e84-ac61b752ae93} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3358 2025.03.18 03:47:57.172979 [ 5 ] {407ba99b-24cf-47a1-8e84-ac61b752ae93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3359 2025.03.18 03:47:57.173409 [ 5 ] {407ba99b-24cf-47a1-8e84-ac61b752ae93} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3360 2025.03.18 03:47:57.173656 [ 5 ] {407ba99b-24cf-47a1-8e84-ac61b752ae93} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3361 2025.03.18 03:47:57.173867 [ 5 ] {407ba99b-24cf-47a1-8e84-ac61b752ae93} <Debug> executeQuery: Read 944 rows, 65.24 KiB in 0.001746 sec., 540664.3757159221 rows/sec., 36.49 MiB/sec.
3362 2025.03.18 03:47:57.173917 [ 5 ] {407ba99b-24cf-47a1-8e84-ac61b752ae93} <Debug> TCPHandler: Processed in 0.001929778 sec.
3363 2025.03.18 03:47:57.174031 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3364 2025.03.18 03:47:57.174170 [ 5 ] {03e51b23-e3cb-4945-9723-72008c786d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3365 2025.03.18 03:47:57.174250 [ 5 ] {03e51b23-e3cb-4945-9723-72008c786d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3366 2025.03.18 03:47:57.175506 [ 5 ] {03e51b23-e3cb-4945-9723-72008c786d2c} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3367 2025.03.18 03:47:57.175546 [ 5 ] {03e51b23-e3cb-4945-9723-72008c786d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3368 2025.03.18 03:47:57.176191 [ 5 ] {03e51b23-e3cb-4945-9723-72008c786d2c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3369 2025.03.18 03:47:57.176449 [ 5 ] {03e51b23-e3cb-4945-9723-72008c786d2c} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3370 2025.03.18 03:47:57.176753 [ 5 ] {03e51b23-e3cb-4945-9723-72008c786d2c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002604 sec., 14976.958525345623 rows/sec., 26.84 MiB/sec.
3371 2025.03.18 03:47:57.177127 [ 5 ] {03e51b23-e3cb-4945-9723-72008c786d2c} <Debug> TCPHandler: Processed in 0.003147658 sec.
3372 2025.03.18 03:47:57.177240 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3373 2025.03.18 03:47:57.177341 [ 5 ] {7e3457c8-06f1-4802-ab95-891566843ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3374 2025.03.18 03:47:57.177387 [ 5 ] {7e3457c8-06f1-4802-ab95-891566843ee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3375 2025.03.18 03:47:57.177799 [ 5 ] {7e3457c8-06f1-4802-ab95-891566843ee5} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3376 2025.03.18 03:47:57.177837 [ 5 ] {7e3457c8-06f1-4802-ab95-891566843ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB.
3377 2025.03.18 03:47:57.178182 [ 5 ] {7e3457c8-06f1-4802-ab95-891566843ee5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3378 2025.03.18 03:47:57.178419 [ 5 ] {7e3457c8-06f1-4802-ab95-891566843ee5} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3379 2025.03.18 03:47:57.178634 [ 5 ] {7e3457c8-06f1-4802-ab95-891566843ee5} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001304 sec., 15337.423312883435 rows/sec., 1.03 MiB/sec.
3380 2025.03.18 03:47:57.178709 [ 5 ] {7e3457c8-06f1-4802-ab95-891566843ee5} <Debug> TCPHandler: Processed in 0.001515342 sec.
3381 2025.03.18 03:47:59.332341 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 482
3382 2025.03.18 03:47:59.335671 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3383 2025.03.18 03:47:59.335733 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3384 2025.03.18 03:47:59.337243 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3385 2025.03.18 03:47:59.337561 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3386 2025.03.18 03:47:59.338719 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 482
3387 2025.03.18 03:48:00.677087 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3388 2025.03.18 03:48:00.677289 [ 5 ] {85dde863-8779-452f-8899-0c9659b8228c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3389 2025.03.18 03:48:00.677370 [ 5 ] {85dde863-8779-452f-8899-0c9659b8228c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3390 2025.03.18 03:48:00.678320 [ 5 ] {85dde863-8779-452f-8899-0c9659b8228c} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3391 2025.03.18 03:48:00.678366 [ 5 ] {85dde863-8779-452f-8899-0c9659b8228c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3392 2025.03.18 03:48:00.678791 [ 5 ] {85dde863-8779-452f-8899-0c9659b8228c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3393 2025.03.18 03:48:00.679038 [ 5 ] {85dde863-8779-452f-8899-0c9659b8228c} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3394 2025.03.18 03:48:00.679235 [ 5 ] {85dde863-8779-452f-8899-0c9659b8228c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002008 sec., 27888.446215139444 rows/sec., 2.14 MiB/sec.
3395 2025.03.18 03:48:00.679296 [ 5 ] {85dde863-8779-452f-8899-0c9659b8228c} <Debug> TCPHandler: Processed in 0.002346445 sec.
3396 2025.03.18 03:48:00.679424 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3397 2025.03.18 03:48:00.679537 [ 5 ] {d85610f3-cc2a-4c69-b51b-384174ff2afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3398 2025.03.18 03:48:00.679587 [ 5 ] {d85610f3-cc2a-4c69-b51b-384174ff2afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3399 2025.03.18 03:48:00.680129 [ 5 ] {d85610f3-cc2a-4c69-b51b-384174ff2afe} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3400 2025.03.18 03:48:00.680167 [ 5 ] {d85610f3-cc2a-4c69-b51b-384174ff2afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3401 2025.03.18 03:48:00.680520 [ 5 ] {d85610f3-cc2a-4c69-b51b-384174ff2afe} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3402 2025.03.18 03:48:00.680759 [ 5 ] {d85610f3-cc2a-4c69-b51b-384174ff2afe} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3403 2025.03.18 03:48:00.680933 [ 5 ] {d85610f3-cc2a-4c69-b51b-384174ff2afe} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001424 sec., 44943.8202247191 rows/sec., 3.51 MiB/sec.
3404 2025.03.18 03:48:00.680984 [ 5 ] {d85610f3-cc2a-4c69-b51b-384174ff2afe} <Debug> TCPHandler: Processed in 0.001611034 sec.
3405 2025.03.18 03:48:00.681103 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3406 2025.03.18 03:48:00.681209 [ 5 ] {b158796f-2ace-42f1-9703-a1513c359a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3407 2025.03.18 03:48:00.681258 [ 5 ] {b158796f-2ace-42f1-9703-a1513c359a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3408 2025.03.18 03:48:00.681757 [ 5 ] {b158796f-2ace-42f1-9703-a1513c359a62} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3409 2025.03.18 03:48:00.681795 [ 5 ] {b158796f-2ace-42f1-9703-a1513c359a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3410 2025.03.18 03:48:00.682168 [ 5 ] {b158796f-2ace-42f1-9703-a1513c359a62} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3411 2025.03.18 03:48:00.682409 [ 5 ] {b158796f-2ace-42f1-9703-a1513c359a62} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3412 2025.03.18 03:48:00.682623 [ 5 ] {b158796f-2ace-42f1-9703-a1513c359a62} <Debug> executeQuery: Read 106 rows, 7.56 KiB in 0.001429 sec., 74177.7466759972 rows/sec., 5.16 MiB/sec.
3413 2025.03.18 03:48:00.682712 [ 5 ] {b158796f-2ace-42f1-9703-a1513c359a62} <Debug> TCPHandler: Processed in 0.001659955 sec.
3414 2025.03.18 03:48:00.682957 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3415 2025.03.18 03:48:00.683063 [ 5 ] {3991c1cb-22b6-49a3-a1ce-e83ac09ad6ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3416 2025.03.18 03:48:00.683113 [ 5 ] {3991c1cb-22b6-49a3-a1ce-e83ac09ad6ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3417 2025.03.18 03:48:00.683570 [ 5 ] {3991c1cb-22b6-49a3-a1ce-e83ac09ad6ff} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3418 2025.03.18 03:48:00.683610 [ 5 ] {3991c1cb-22b6-49a3-a1ce-e83ac09ad6ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3419 2025.03.18 03:48:00.683959 [ 5 ] {3991c1cb-22b6-49a3-a1ce-e83ac09ad6ff} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3420 2025.03.18 03:48:00.684194 [ 5 ] {3991c1cb-22b6-49a3-a1ce-e83ac09ad6ff} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3421 2025.03.18 03:48:00.684423 [ 5 ] {3991c1cb-22b6-49a3-a1ce-e83ac09ad6ff} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001375 sec., 29090.909090909092 rows/sec., 1.96 MiB/sec.
3422 2025.03.18 03:48:00.684523 [ 5 ] {3991c1cb-22b6-49a3-a1ce-e83ac09ad6ff} <Debug> TCPHandler: Processed in 0.001641274 sec.
3423 2025.03.18 03:48:01.807354 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723
3424 2025.03.18 03:48:01.808061 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3425 2025.03.18 03:48:01.808105 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3426 2025.03.18 03:48:01.808644 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3427 2025.03.18 03:48:01.808894 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3428 2025.03.18 03:48:01.809071 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723
3429 2025.03.18 03:48:02.356084 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
3430 2025.03.18 03:48:02.377094 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3431 2025.03.18 03:48:02.377163 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3432 2025.03.18 03:48:02.384828 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3433 2025.03.18 03:48:02.385589 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3434 2025.03.18 03:48:02.388482 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
3435 2025.03.18 03:48:05.679101 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3436 2025.03.18 03:48:05.679308 [ 5 ] {f0aff14d-5c7c-4d4c-9164-bc72ef3d68c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3437 2025.03.18 03:48:05.679383 [ 5 ] {f0aff14d-5c7c-4d4c-9164-bc72ef3d68c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3438 2025.03.18 03:48:05.680183 [ 5 ] {f0aff14d-5c7c-4d4c-9164-bc72ef3d68c0} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3439 2025.03.18 03:48:05.680238 [ 5 ] {f0aff14d-5c7c-4d4c-9164-bc72ef3d68c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3440 2025.03.18 03:48:05.680682 [ 5 ] {f0aff14d-5c7c-4d4c-9164-bc72ef3d68c0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3441 2025.03.18 03:48:05.680936 [ 5 ] {f0aff14d-5c7c-4d4c-9164-bc72ef3d68c0} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3442 2025.03.18 03:48:05.681216 [ 5 ] {f0aff14d-5c7c-4d4c-9164-bc72ef3d68c0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001951 sec., 28703.229113275243 rows/sec., 2.21 MiB/sec.
3443 2025.03.18 03:48:05.681327 [ 5 ] {f0aff14d-5c7c-4d4c-9164-bc72ef3d68c0} <Debug> TCPHandler: Processed in 0.002356755 sec.
3444 2025.03.18 03:48:05.681574 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3445 2025.03.18 03:48:05.681689 [ 5 ] {9fc580d4-6201-40af-a6d8-ca4bcd738b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3446 2025.03.18 03:48:05.681741 [ 5 ] {9fc580d4-6201-40af-a6d8-ca4bcd738b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3447 2025.03.18 03:48:05.682317 [ 5 ] {9fc580d4-6201-40af-a6d8-ca4bcd738b36} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3448 2025.03.18 03:48:05.682360 [ 5 ] {9fc580d4-6201-40af-a6d8-ca4bcd738b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3449 2025.03.18 03:48:05.682724 [ 5 ] {9fc580d4-6201-40af-a6d8-ca4bcd738b36} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3450 2025.03.18 03:48:05.682961 [ 5 ] {9fc580d4-6201-40af-a6d8-ca4bcd738b36} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3451 2025.03.18 03:48:05.683216 [ 5 ] {9fc580d4-6201-40af-a6d8-ca4bcd738b36} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001556 sec., 41131.105398457585 rows/sec., 3.21 MiB/sec.
3452 2025.03.18 03:48:05.683461 [ 5 ] {9fc580d4-6201-40af-a6d8-ca4bcd738b36} <Debug> TCPHandler: Processed in 0.001951179 sec.
3453 2025.03.18 03:48:05.683657 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3454 2025.03.18 03:48:05.683766 [ 5 ] {e278c776-20e6-48ed-b408-4fbba56cf1b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3455 2025.03.18 03:48:05.683820 [ 5 ] {e278c776-20e6-48ed-b408-4fbba56cf1b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3456 2025.03.18 03:48:05.684370 [ 5 ] {e278c776-20e6-48ed-b408-4fbba56cf1b8} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3457 2025.03.18 03:48:05.684412 [ 5 ] {e278c776-20e6-48ed-b408-4fbba56cf1b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3458 2025.03.18 03:48:05.684808 [ 5 ] {e278c776-20e6-48ed-b408-4fbba56cf1b8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3459 2025.03.18 03:48:05.685043 [ 5 ] {e278c776-20e6-48ed-b408-4fbba56cf1b8} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3460 2025.03.18 03:48:05.685272 [ 5 ] {e278c776-20e6-48ed-b408-4fbba56cf1b8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001529 sec., 104643.55788096796 rows/sec., 7.29 MiB/sec.
3461 2025.03.18 03:48:05.685399 [ 5 ] {e278c776-20e6-48ed-b408-4fbba56cf1b8} <Debug> TCPHandler: Processed in 0.001810498 sec.
3462 2025.03.18 03:48:05.685537 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3463 2025.03.18 03:48:05.685639 [ 5 ] {f3fd6b9a-d9f9-437b-ab53-56ca3a7d8753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3464 2025.03.18 03:48:05.685685 [ 5 ] {f3fd6b9a-d9f9-437b-ab53-56ca3a7d8753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3465 2025.03.18 03:48:05.686134 [ 5 ] {f3fd6b9a-d9f9-437b-ab53-56ca3a7d8753} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3466 2025.03.18 03:48:05.686173 [ 5 ] {f3fd6b9a-d9f9-437b-ab53-56ca3a7d8753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3467 2025.03.18 03:48:05.686524 [ 5 ] {f3fd6b9a-d9f9-437b-ab53-56ca3a7d8753} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3468 2025.03.18 03:48:05.686760 [ 5 ] {f3fd6b9a-d9f9-437b-ab53-56ca3a7d8753} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3469 2025.03.18 03:48:05.686959 [ 5 ] {f3fd6b9a-d9f9-437b-ab53-56ca3a7d8753} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec.
3470 2025.03.18 03:48:05.687010 [ 5 ] {f3fd6b9a-d9f9-437b-ab53-56ca3a7d8753} <Debug> TCPHandler: Processed in 0.001525723 sec.
3471 2025.03.18 03:48:08.744819 [ 122 ] {} <Debug> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3472 2025.03.18 03:48:08.744898 [ 122 ] {} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3473 2025.03.18 03:48:08.744922 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3474 2025.03.18 03:48:08.745085 [ 193 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
3475 2025.03.18 03:48:08.745237 [ 193 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3476 2025.03.18 03:48:08.745275 [ 193 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
3477 2025.03.18 03:48:08.745358 [ 193 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
3478 2025.03.18 03:48:08.745605 [ 193 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
3479 2025.03.18 03:48:08.745814 [ 193 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
3480 2025.03.18 03:48:08.745983 [ 193 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
3481 2025.03.18 03:48:08.747281 [ 201 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1009 rows, containing 5 columns (5 merged, 0 gathered) in 0.002279084 sec., 442721.7250439212 rows/sec., 32.31 MiB/sec.
3482 2025.03.18 03:48:08.747487 [ 195 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3483 2025.03.18 03:48:08.747840 [ 195 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_5_1} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3484 2025.03.18 03:48:08.747931 [ 195 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_5_1} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3485 2025.03.18 03:48:08.748035 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
3486 2025.03.18 03:48:09.208617 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache
3487 2025.03.18 03:48:09.208679 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache
3488 2025.03.18 03:48:09.309282 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211
3489 2025.03.18 03:48:09.310430 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3490 2025.03.18 03:48:09.310522 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3491 2025.03.18 03:48:09.311314 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3492 2025.03.18 03:48:09.311580 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3493 2025.03.18 03:48:09.311844 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
3494 2025.03.18 03:48:09.339060 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 498
3495 2025.03.18 03:48:09.341960 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3496 2025.03.18 03:48:09.342025 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3497 2025.03.18 03:48:09.343524 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3498 2025.03.18 03:48:09.343856 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3499 2025.03.18 03:48:09.344514 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 498
3500 2025.03.18 03:48:09.888639 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
3501 2025.03.18 03:48:09.910465 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3502 2025.03.18 03:48:09.910526 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3503 2025.03.18 03:48:09.918121 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3504 2025.03.18 03:48:09.918920 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3505 2025.03.18 03:48:09.922001 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
3506 2025.03.18 03:48:10.680584 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3507 2025.03.18 03:48:10.680794 [ 5 ] {6c9df0e6-063c-4128-b0a8-9bbb673ebab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3508 2025.03.18 03:48:10.680874 [ 5 ] {6c9df0e6-063c-4128-b0a8-9bbb673ebab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3509 2025.03.18 03:48:10.681760 [ 5 ] {6c9df0e6-063c-4128-b0a8-9bbb673ebab6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3510 2025.03.18 03:48:10.681811 [ 5 ] {6c9df0e6-063c-4128-b0a8-9bbb673ebab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3511 2025.03.18 03:48:10.682253 [ 5 ] {6c9df0e6-063c-4128-b0a8-9bbb673ebab6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3512 2025.03.18 03:48:10.682499 [ 5 ] {6c9df0e6-063c-4128-b0a8-9bbb673ebab6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3513 2025.03.18 03:48:10.682703 [ 120 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3514 2025.03.18 03:48:10.682732 [ 5 ] {6c9df0e6-063c-4128-b0a8-9bbb673ebab6} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001998 sec., 67067.06706706707 rows/sec., 5.78 MiB/sec.
3515 2025.03.18 03:48:10.682789 [ 120 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3516 2025.03.18 03:48:10.682860 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3517 2025.03.18 03:48:10.682864 [ 5 ] {6c9df0e6-063c-4128-b0a8-9bbb673ebab6} <Debug> TCPHandler: Processed in 0.002417987 sec.
3518 2025.03.18 03:48:10.683113 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3519 2025.03.18 03:48:10.683137 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
3520 2025.03.18 03:48:10.683471 [ 5 ] {4488f773-5bd8-43e1-b8b3-984c02482832} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3521 2025.03.18 03:48:10.683662 [ 5 ] {4488f773-5bd8-43e1-b8b3-984c02482832} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3522 2025.03.18 03:48:10.683707 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3523 2025.03.18 03:48:10.683883 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1402 rows starting from the beginning of the part
3524 2025.03.18 03:48:10.684313 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part
3525 2025.03.18 03:48:10.684708 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1402 rows starting from the beginning of the part
3526 2025.03.18 03:48:10.685077 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part
3527 2025.03.18 03:48:10.685442 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part
3528 2025.03.18 03:48:10.685846 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 134 rows starting from the beginning of the part
3529 2025.03.18 03:48:10.686566 [ 5 ] {4488f773-5bd8-43e1-b8b3-984c02482832} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3530 2025.03.18 03:48:10.686612 [ 5 ] {4488f773-5bd8-43e1-b8b3-984c02482832} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3531 2025.03.18 03:48:10.687215 [ 5 ] {4488f773-5bd8-43e1-b8b3-984c02482832} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3532 2025.03.18 03:48:10.687579 [ 5 ] {4488f773-5bd8-43e1-b8b3-984c02482832} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3533 2025.03.18 03:48:10.687812 [ 5 ] {4488f773-5bd8-43e1-b8b3-984c02482832} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.004493 sec., 8680.169152014245 rows/sec., 652.71 KiB/sec.
3534 2025.03.18 03:48:10.687878 [ 5 ] {4488f773-5bd8-43e1-b8b3-984c02482832} <Debug> TCPHandler: Processed in 0.004847113 sec.
3535 2025.03.18 03:48:10.687994 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3536 2025.03.18 03:48:10.688174 [ 5 ] {8cd4e5df-7e52-4c6f-912c-2435b82aa8fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3537 2025.03.18 03:48:10.688232 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3106 rows, containing 5 columns (5 merged, 0 gathered) in 0.005263419 sec., 590110.7246069523 rows/sec., 51.60 MiB/sec.
3538 2025.03.18 03:48:10.688248 [ 5 ] {8cd4e5df-7e52-4c6f-912c-2435b82aa8fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3539 2025.03.18 03:48:10.688590 [ 188 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3540 2025.03.18 03:48:10.689174 [ 188 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_31_6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3541 2025.03.18 03:48:10.689403 [ 188 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_31_6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3542 2025.03.18 03:48:10.689449 [ 5 ] {8cd4e5df-7e52-4c6f-912c-2435b82aa8fc} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3543 2025.03.18 03:48:10.689528 [ 5 ] {8cd4e5df-7e52-4c6f-912c-2435b82aa8fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3544 2025.03.18 03:48:10.689562 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
3545 2025.03.18 03:48:10.689948 [ 5 ] {8cd4e5df-7e52-4c6f-912c-2435b82aa8fc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3546 2025.03.18 03:48:10.690189 [ 5 ] {8cd4e5df-7e52-4c6f-912c-2435b82aa8fc} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3547 2025.03.18 03:48:10.690358 [ 120 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3548 2025.03.18 03:48:10.690405 [ 120 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3549 2025.03.18 03:48:10.690435 [ 5 ] {8cd4e5df-7e52-4c6f-912c-2435b82aa8fc} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.00231 sec., 44588.74458874459 rows/sec., 3.48 MiB/sec.
3550 2025.03.18 03:48:10.690443 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3551 2025.03.18 03:48:10.690581 [ 5 ] {8cd4e5df-7e52-4c6f-912c-2435b82aa8fc} <Debug> TCPHandler: Processed in 0.00264395 sec.
3552 2025.03.18 03:48:10.690662 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
3553 2025.03.18 03:48:10.690756 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3554 2025.03.18 03:48:10.690810 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3555 2025.03.18 03:48:10.690885 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
3556 2025.03.18 03:48:10.690929 [ 5 ] {0bfc2bbb-93aa-44d2-b2e8-3bf2f7f598ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3557 2025.03.18 03:48:10.691103 [ 5 ] {0bfc2bbb-93aa-44d2-b2e8-3bf2f7f598ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3558 2025.03.18 03:48:10.691126 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part
3559 2025.03.18 03:48:10.691525 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 611 rows starting from the beginning of the part
3560 2025.03.18 03:48:10.691896 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part
3561 2025.03.18 03:48:10.692253 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part
3562 2025.03.18 03:48:10.692600 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 103 rows starting from the beginning of the part
3563 2025.03.18 03:48:10.693818 [ 5 ] {0bfc2bbb-93aa-44d2-b2e8-3bf2f7f598ee} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3564 2025.03.18 03:48:10.693903 [ 5 ] {0bfc2bbb-93aa-44d2-b2e8-3bf2f7f598ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3565 2025.03.18 03:48:10.695013 [ 5 ] {0bfc2bbb-93aa-44d2-b2e8-3bf2f7f598ee} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3566 2025.03.18 03:48:10.695449 [ 5 ] {0bfc2bbb-93aa-44d2-b2e8-3bf2f7f598ee} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3567 2025.03.18 03:48:10.695829 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3568 2025.03.18 03:48:10.695850 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1533 rows, containing 5 columns (5 merged, 0 gathered) in 0.005249599 sec., 292022.30494176794 rows/sec., 23.26 MiB/sec.
3569 2025.03.18 03:48:10.695912 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3570 2025.03.18 03:48:10.695983 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3571 2025.03.18 03:48:10.696027 [ 5 ] {0bfc2bbb-93aa-44d2-b2e8-3bf2f7f598ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005124 sec., 31225.604996096798 rows/sec., 2.17 MiB/sec.
3572 2025.03.18 03:48:10.696319 [ 5 ] {0bfc2bbb-93aa-44d2-b2e8-3bf2f7f598ee} <Debug> TCPHandler: Processed in 0.005625765 sec.
3573 2025.03.18 03:48:10.696354 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
3574 2025.03.18 03:48:10.696368 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3575 2025.03.18 03:48:10.696645 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3576 2025.03.18 03:48:10.696743 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3577 2025.03.18 03:48:10.696855 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7813 rows starting from the beginning of the part
3578 2025.03.18 03:48:10.696979 [ 5 ] {da0141ca-a3e1-4202-b9a8-15a76b19ec24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3579 2025.03.18 03:48:10.697259 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part
3580 2025.03.18 03:48:10.697542 [ 5 ] {da0141ca-a3e1-4202-b9a8-15a76b19ec24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3581 2025.03.18 03:48:10.697645 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 944 rows starting from the beginning of the part
3582 2025.03.18 03:48:10.698157 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 106 rows starting from the beginning of the part
3583 2025.03.18 03:48:10.698591 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part
3584 2025.03.18 03:48:10.698798 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_31_6} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3585 2025.03.18 03:48:10.699090 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part
3586 2025.03.18 03:48:10.699922 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_31_6} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3587 2025.03.18 03:48:10.700412 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
3588 2025.03.18 03:48:10.703027 [ 5 ] {da0141ca-a3e1-4202-b9a8-15a76b19ec24} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3589 2025.03.18 03:48:10.703070 [ 5 ] {da0141ca-a3e1-4202-b9a8-15a76b19ec24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3590 2025.03.18 03:48:10.704108 [ 5 ] {da0141ca-a3e1-4202-b9a8-15a76b19ec24} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3591 2025.03.18 03:48:10.704417 [ 5 ] {da0141ca-a3e1-4202-b9a8-15a76b19ec24} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3592 2025.03.18 03:48:10.704858 [ 5 ] {da0141ca-a3e1-4202-b9a8-15a76b19ec24} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007979 sec., 4887.83055520742 rows/sec., 8.76 MiB/sec.
3593 2025.03.18 03:48:10.705578 [ 5 ] {da0141ca-a3e1-4202-b9a8-15a76b19ec24} <Debug> TCPHandler: Processed in 0.009059186 sec.
3594 2025.03.18 03:48:10.705870 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9343 rows, containing 5 columns (5 merged, 0 gathered) in 0.009799587 sec., 953407.5262559535 rows/sec., 65.32 MiB/sec.
3595 2025.03.18 03:48:10.705920 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3596 2025.03.18 03:48:10.706078 [ 5 ] {b7d512a5-b9c4-4215-8e82-4f478fb1c743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3597 2025.03.18 03:48:10.706144 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3598 2025.03.18 03:48:10.706162 [ 5 ] {b7d512a5-b9c4-4215-8e82-4f478fb1c743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3599 2025.03.18 03:48:10.706792 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3600 2025.03.18 03:48:10.707011 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3601 2025.03.18 03:48:10.707191 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB.
3602 2025.03.18 03:48:10.707307 [ 5 ] {b7d512a5-b9c4-4215-8e82-4f478fb1c743} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3603 2025.03.18 03:48:10.707351 [ 5 ] {b7d512a5-b9c4-4215-8e82-4f478fb1c743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3604 2025.03.18 03:48:10.707721 [ 5 ] {b7d512a5-b9c4-4215-8e82-4f478fb1c743} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3605 2025.03.18 03:48:10.707969 [ 5 ] {b7d512a5-b9c4-4215-8e82-4f478fb1c743} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3606 2025.03.18 03:48:10.708141 [ 120 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3607 2025.03.18 03:48:10.708213 [ 120 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3608 2025.03.18 03:48:10.708222 [ 5 ] {b7d512a5-b9c4-4215-8e82-4f478fb1c743} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002163 sec., 27739.251040221916 rows/sec., 1.87 MiB/sec.
3609 2025.03.18 03:48:10.708253 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3610 2025.03.18 03:48:10.708376 [ 5 ] {b7d512a5-b9c4-4215-8e82-4f478fb1c743} <Debug> TCPHandler: Processed in 0.002523968 sec.
3611 2025.03.18 03:48:10.708645 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
3612 2025.03.18 03:48:10.708803 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3613 2025.03.18 03:48:10.708841 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1368 rows starting from the beginning of the part
3614 2025.03.18 03:48:10.708951 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
3615 2025.03.18 03:48:10.709145 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 20 rows starting from the beginning of the part
3616 2025.03.18 03:48:10.709322 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part
3617 2025.03.18 03:48:10.709479 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part
3618 2025.03.18 03:48:10.709623 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part
3619 2025.03.18 03:48:10.711341 [ 199 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 4 columns (4 merged, 0 gathered) in 0.002949014 sec., 545266.9943242046 rows/sec., 36.75 MiB/sec.
3620 2025.03.18 03:48:10.711546 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3621 2025.03.18 03:48:10.711830 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_31_6} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3622 2025.03.18 03:48:10.711928 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_31_6} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3623 2025.03.18 03:48:10.712029 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
3624 2025.03.18 03:48:15.684151 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3625 2025.03.18 03:48:15.684365 [ 5 ] {60545bb0-5220-4de7-83b9-dc118fc32d9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3626 2025.03.18 03:48:15.684444 [ 5 ] {60545bb0-5220-4de7-83b9-dc118fc32d9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3627 2025.03.18 03:48:15.685415 [ 5 ] {60545bb0-5220-4de7-83b9-dc118fc32d9a} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3628 2025.03.18 03:48:15.685474 [ 5 ] {60545bb0-5220-4de7-83b9-dc118fc32d9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3629 2025.03.18 03:48:15.686088 [ 5 ] {60545bb0-5220-4de7-83b9-dc118fc32d9a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3630 2025.03.18 03:48:15.686410 [ 5 ] {60545bb0-5220-4de7-83b9-dc118fc32d9a} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3631 2025.03.18 03:48:15.686702 [ 5 ] {60545bb0-5220-4de7-83b9-dc118fc32d9a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002384 sec., 23489.93288590604 rows/sec., 1.80 MiB/sec.
3632 2025.03.18 03:48:15.686851 [ 5 ] {60545bb0-5220-4de7-83b9-dc118fc32d9a} <Debug> TCPHandler: Processed in 0.002840673 sec.
3633 2025.03.18 03:48:15.687797 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3634 2025.03.18 03:48:15.687942 [ 5 ] {0c0682c2-347e-4db1-94fb-d37c2910d05b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3635 2025.03.18 03:48:15.688017 [ 5 ] {0c0682c2-347e-4db1-94fb-d37c2910d05b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3636 2025.03.18 03:48:15.688948 [ 5 ] {0c0682c2-347e-4db1-94fb-d37c2910d05b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3637 2025.03.18 03:48:15.689008 [ 5 ] {0c0682c2-347e-4db1-94fb-d37c2910d05b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3638 2025.03.18 03:48:15.689598 [ 5 ] {0c0682c2-347e-4db1-94fb-d37c2910d05b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3639 2025.03.18 03:48:15.689897 [ 5 ] {0c0682c2-347e-4db1-94fb-d37c2910d05b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3640 2025.03.18 03:48:15.690148 [ 5 ] {0c0682c2-347e-4db1-94fb-d37c2910d05b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002243 sec., 28533.21444493981 rows/sec., 2.23 MiB/sec.
3641 2025.03.18 03:48:15.690271 [ 5 ] {0c0682c2-347e-4db1-94fb-d37c2910d05b} <Debug> TCPHandler: Processed in 0.002547809 sec.
3642 2025.03.18 03:48:15.690476 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3643 2025.03.18 03:48:15.690658 [ 5 ] {14285133-b4c7-429d-9582-13beccd0ee6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3644 2025.03.18 03:48:15.690728 [ 5 ] {14285133-b4c7-429d-9582-13beccd0ee6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3645 2025.03.18 03:48:15.691376 [ 5 ] {14285133-b4c7-429d-9582-13beccd0ee6a} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3646 2025.03.18 03:48:15.691418 [ 5 ] {14285133-b4c7-429d-9582-13beccd0ee6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3647 2025.03.18 03:48:15.691856 [ 5 ] {14285133-b4c7-429d-9582-13beccd0ee6a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3648 2025.03.18 03:48:15.692168 [ 5 ] {14285133-b4c7-429d-9582-13beccd0ee6a} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3649 2025.03.18 03:48:15.692392 [ 5 ] {14285133-b4c7-429d-9582-13beccd0ee6a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001767 sec., 90548.95302773062 rows/sec., 6.31 MiB/sec.
3650 2025.03.18 03:48:15.692465 [ 5 ] {14285133-b4c7-429d-9582-13beccd0ee6a} <Debug> TCPHandler: Processed in 0.002097102 sec.
3651 2025.03.18 03:48:15.692598 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3652 2025.03.18 03:48:15.692719 [ 5 ] {72c34813-073e-4510-9bf5-05be8a14d1d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3653 2025.03.18 03:48:15.692771 [ 5 ] {72c34813-073e-4510-9bf5-05be8a14d1d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3654 2025.03.18 03:48:15.693245 [ 5 ] {72c34813-073e-4510-9bf5-05be8a14d1d2} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3655 2025.03.18 03:48:15.693285 [ 5 ] {72c34813-073e-4510-9bf5-05be8a14d1d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3656 2025.03.18 03:48:15.693659 [ 5 ] {72c34813-073e-4510-9bf5-05be8a14d1d2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3657 2025.03.18 03:48:15.693923 [ 5 ] {72c34813-073e-4510-9bf5-05be8a14d1d2} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3658 2025.03.18 03:48:15.694129 [ 5 ] {72c34813-073e-4510-9bf5-05be8a14d1d2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec.
3659 2025.03.18 03:48:15.694179 [ 5 ] {72c34813-073e-4510-9bf5-05be8a14d1d2} <Debug> TCPHandler: Processed in 0.001639635 sec.
3660 2025.03.18 03:48:16.812056 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638
3661 2025.03.18 03:48:16.812702 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3662 2025.03.18 03:48:16.812751 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3663 2025.03.18 03:48:16.813246 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3664 2025.03.18 03:48:16.813490 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3665 2025.03.18 03:48:16.813705 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638
3666 2025.03.18 03:48:16.813716 [ 115 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3667 2025.03.18 03:48:16.813789 [ 115 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3668 2025.03.18 03:48:16.813817 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3669 2025.03.18 03:48:16.814060 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::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
3670 2025.03.18 03:48:16.814277 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3671 2025.03.18 03:48:16.814333 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::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
3672 2025.03.18 03:48:16.814445 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part
3673 2025.03.18 03:48:16.814554 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part
3674 2025.03.18 03:48:16.814693 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part
3675 2025.03.18 03:48:16.814792 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part
3676 2025.03.18 03:48:16.814901 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part
3677 2025.03.18 03:48:16.817382 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003489373 sec., 2762100.812954075 rows/sec., 39.51 MiB/sec.
3678 2025.03.18 03:48:16.817717 [ 190 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3679 2025.03.18 03:48:16.818078 [ 190 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_21_4} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3680 2025.03.18 03:48:16.818175 [ 190 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_21_4} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3681 2025.03.18 03:48:16.818300 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3682 2025.03.18 03:48:17.422146 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
3683 2025.03.18 03:48:17.443146 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3684 2025.03.18 03:48:17.443196 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3685 2025.03.18 03:48:17.450835 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3686 2025.03.18 03:48:17.451592 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3687 2025.03.18 03:48:17.451898 [ 114 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3688 2025.03.18 03:48:17.451973 [ 114 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3689 2025.03.18 03:48:17.452019 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3690 2025.03.18 03:48:17.453010 [ 199 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
3691 2025.03.18 03:48:17.469707 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
3692 2025.03.18 03:48:17.471001 [ 199 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3693 2025.03.18 03:48:17.472200 [ 199 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
3694 2025.03.18 03:48:17.477093 [ 199 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
3695 2025.03.18 03:48:17.482275 [ 199 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
3696 2025.03.18 03:48:17.487611 [ 199 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
3697 2025.03.18 03:48:17.493067 [ 199 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
3698 2025.03.18 03:48:17.497982 [ 199 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
3699 2025.03.18 03:48:17.557627 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.105448154 sec., 1507.8500093989317 rows/sec., 7.80 MiB/sec.
3700 2025.03.18 03:48:17.560138 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3701 2025.03.18 03:48:17.562922 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_21_4} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3702 2025.03.18 03:48:17.563044 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_21_4} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3703 2025.03.18 03:48:17.565320 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
3704 2025.03.18 03:48:18.000189 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.03 MiB, peak 191.60 MiB, free memory in arenas 0.00 B, will set to 182.71 MiB (RSS), difference: 1.69 MiB
3705 2025.03.18 03:48:19.344798 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 518
3706 2025.03.18 03:48:19.347832 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3707 2025.03.18 03:48:19.347887 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3708 2025.03.18 03:48:19.349773 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3709 2025.03.18 03:48:19.350098 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3710 2025.03.18 03:48:19.350783 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 518
3711 2025.03.18 03:48:20.682406 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3712 2025.03.18 03:48:20.682594 [ 5 ] {c8d065e6-7ee3-443e-9e57-905aad61f9bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3713 2025.03.18 03:48:20.682666 [ 5 ] {c8d065e6-7ee3-443e-9e57-905aad61f9bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3714 2025.03.18 03:48:20.683540 [ 5 ] {c8d065e6-7ee3-443e-9e57-905aad61f9bb} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3715 2025.03.18 03:48:20.683583 [ 5 ] {c8d065e6-7ee3-443e-9e57-905aad61f9bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3716 2025.03.18 03:48:20.684049 [ 5 ] {c8d065e6-7ee3-443e-9e57-905aad61f9bb} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3717 2025.03.18 03:48:20.684310 [ 5 ] {c8d065e6-7ee3-443e-9e57-905aad61f9bb} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3718 2025.03.18 03:48:20.684514 [ 5 ] {c8d065e6-7ee3-443e-9e57-905aad61f9bb} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001974 sec., 67882.47213779128 rows/sec., 5.85 MiB/sec.
3719 2025.03.18 03:48:20.684582 [ 5 ] {c8d065e6-7ee3-443e-9e57-905aad61f9bb} <Debug> TCPHandler: Processed in 0.002309424 sec.
3720 2025.03.18 03:48:20.684719 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3721 2025.03.18 03:48:20.684837 [ 5 ] {598072f2-59bf-4139-9054-d2ca1ee898c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3722 2025.03.18 03:48:20.684886 [ 5 ] {598072f2-59bf-4139-9054-d2ca1ee898c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3723 2025.03.18 03:48:20.685437 [ 5 ] {598072f2-59bf-4139-9054-d2ca1ee898c3} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3724 2025.03.18 03:48:20.685476 [ 5 ] {598072f2-59bf-4139-9054-d2ca1ee898c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3725 2025.03.18 03:48:20.685829 [ 5 ] {598072f2-59bf-4139-9054-d2ca1ee898c3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3726 2025.03.18 03:48:20.686073 [ 5 ] {598072f2-59bf-4139-9054-d2ca1ee898c3} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3727 2025.03.18 03:48:20.686248 [ 5 ] {598072f2-59bf-4139-9054-d2ca1ee898c3} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00144 sec., 27083.333333333332 rows/sec., 1.99 MiB/sec.
3728 2025.03.18 03:48:20.686301 [ 5 ] {598072f2-59bf-4139-9054-d2ca1ee898c3} <Debug> TCPHandler: Processed in 0.001636234 sec.
3729 2025.03.18 03:48:20.686409 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3730 2025.03.18 03:48:20.686511 [ 5 ] {2742582c-25c0-40a1-b187-574e64d6bc62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3731 2025.03.18 03:48:20.686557 [ 5 ] {2742582c-25c0-40a1-b187-574e64d6bc62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3732 2025.03.18 03:48:20.687111 [ 5 ] {2742582c-25c0-40a1-b187-574e64d6bc62} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3733 2025.03.18 03:48:20.687150 [ 5 ] {2742582c-25c0-40a1-b187-574e64d6bc62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3734 2025.03.18 03:48:20.687504 [ 5 ] {2742582c-25c0-40a1-b187-574e64d6bc62} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3735 2025.03.18 03:48:20.687746 [ 5 ] {2742582c-25c0-40a1-b187-574e64d6bc62} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3736 2025.03.18 03:48:20.687958 [ 5 ] {2742582c-25c0-40a1-b187-574e64d6bc62} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001461 sec., 70499.65776865161 rows/sec., 5.51 MiB/sec.
3737 2025.03.18 03:48:20.688107 [ 5 ] {2742582c-25c0-40a1-b187-574e64d6bc62} <Debug> TCPHandler: Processed in 0.001742406 sec.
3738 2025.03.18 03:48:20.688332 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3739 2025.03.18 03:48:20.688439 [ 5 ] {4aae79f7-c6d6-4856-a1a9-649537d766a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3740 2025.03.18 03:48:20.688491 [ 5 ] {4aae79f7-c6d6-4856-a1a9-649537d766a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3741 2025.03.18 03:48:20.689042 [ 5 ] {4aae79f7-c6d6-4856-a1a9-649537d766a2} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3742 2025.03.18 03:48:20.689081 [ 5 ] {4aae79f7-c6d6-4856-a1a9-649537d766a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3743 2025.03.18 03:48:20.689476 [ 5 ] {4aae79f7-c6d6-4856-a1a9-649537d766a2} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3744 2025.03.18 03:48:20.689725 [ 5 ] {4aae79f7-c6d6-4856-a1a9-649537d766a2} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3745 2025.03.18 03:48:20.689904 [ 5 ] {4aae79f7-c6d6-4856-a1a9-649537d766a2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001489 sec., 107454.66756212222 rows/sec., 7.48 MiB/sec.
3746 2025.03.18 03:48:20.689954 [ 5 ] {4aae79f7-c6d6-4856-a1a9-649537d766a2} <Debug> TCPHandler: Processed in 0.001688355 sec.
3747 2025.03.18 03:48:20.690063 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3748 2025.03.18 03:48:20.690166 [ 5 ] {5058ae9d-ba98-4864-837a-98d7c5462d2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3749 2025.03.18 03:48:20.690231 [ 5 ] {5058ae9d-ba98-4864-837a-98d7c5462d2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3750 2025.03.18 03:48:20.691390 [ 5 ] {5058ae9d-ba98-4864-837a-98d7c5462d2f} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3751 2025.03.18 03:48:20.691430 [ 5 ] {5058ae9d-ba98-4864-837a-98d7c5462d2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3752 2025.03.18 03:48:20.692065 [ 5 ] {5058ae9d-ba98-4864-837a-98d7c5462d2f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3753 2025.03.18 03:48:20.692316 [ 5 ] {5058ae9d-ba98-4864-837a-98d7c5462d2f} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3754 2025.03.18 03:48:20.692520 [ 5 ] {5058ae9d-ba98-4864-837a-98d7c5462d2f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002426 sec., 16075.845012366033 rows/sec., 28.81 MiB/sec.
3755 2025.03.18 03:48:20.692730 [ 5 ] {5058ae9d-ba98-4864-837a-98d7c5462d2f} <Debug> TCPHandler: Processed in 0.002716631 sec.
3756 2025.03.18 03:48:20.692865 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3757 2025.03.18 03:48:20.692974 [ 5 ] {cbf66b5f-1048-405d-bcb3-7e4e253107a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3758 2025.03.18 03:48:20.693022 [ 5 ] {cbf66b5f-1048-405d-bcb3-7e4e253107a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3759 2025.03.18 03:48:20.693467 [ 5 ] {cbf66b5f-1048-405d-bcb3-7e4e253107a7} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3760 2025.03.18 03:48:20.693507 [ 5 ] {cbf66b5f-1048-405d-bcb3-7e4e253107a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3761 2025.03.18 03:48:20.693866 [ 5 ] {cbf66b5f-1048-405d-bcb3-7e4e253107a7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3762 2025.03.18 03:48:20.694110 [ 5 ] {cbf66b5f-1048-405d-bcb3-7e4e253107a7} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3763 2025.03.18 03:48:20.694289 [ 5 ] {cbf66b5f-1048-405d-bcb3-7e4e253107a7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec.
3764 2025.03.18 03:48:20.694341 [ 5 ] {cbf66b5f-1048-405d-bcb3-7e4e253107a7} <Debug> TCPHandler: Processed in 0.001526933 sec.
3765 2025.03.18 03:48:24.208737 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache
3766 2025.03.18 03:48:24.208840 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache
3767 2025.03.18 03:48:24.313911 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126
3768 2025.03.18 03:48:24.314650 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3769 2025.03.18 03:48:24.314696 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3770 2025.03.18 03:48:24.315295 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3771 2025.03.18 03:48:24.315550 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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.18 03:48:24.315811 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
3773 2025.03.18 03:48:24.969892 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
3774 2025.03.18 03:48:24.988743 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3775 2025.03.18 03:48:24.988801 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3776 2025.03.18 03:48:24.995804 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3777 2025.03.18 03:48:24.996537 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3778 2025.03.18 03:48:24.999216 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
3779 2025.03.18 03:48:25.679428 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3780 2025.03.18 03:48:25.679645 [ 5 ] {92bd334a-ab0b-4f23-b54d-bf201aa508d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3781 2025.03.18 03:48:25.679728 [ 5 ] {92bd334a-ab0b-4f23-b54d-bf201aa508d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3782 2025.03.18 03:48:25.680544 [ 5 ] {92bd334a-ab0b-4f23-b54d-bf201aa508d6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3783 2025.03.18 03:48:25.680595 [ 5 ] {92bd334a-ab0b-4f23-b54d-bf201aa508d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3784 2025.03.18 03:48:25.681039 [ 5 ] {92bd334a-ab0b-4f23-b54d-bf201aa508d6} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
3785 2025.03.18 03:48:25.681288 [ 5 ] {92bd334a-ab0b-4f23-b54d-bf201aa508d6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3786 2025.03.18 03:48:25.681520 [ 5 ] {92bd334a-ab0b-4f23-b54d-bf201aa508d6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001936 sec., 28925.619834710742 rows/sec., 2.22 MiB/sec.
3787 2025.03.18 03:48:25.681578 [ 5 ] {92bd334a-ab0b-4f23-b54d-bf201aa508d6} <Debug> TCPHandler: Processed in 0.002301135 sec.
3788 2025.03.18 03:48:25.681699 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3789 2025.03.18 03:48:25.681806 [ 5 ] {ef65322f-db85-4559-87d4-900fe32d8060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3790 2025.03.18 03:48:25.681852 [ 5 ] {ef65322f-db85-4559-87d4-900fe32d8060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3791 2025.03.18 03:48:25.682391 [ 5 ] {ef65322f-db85-4559-87d4-900fe32d8060} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3792 2025.03.18 03:48:25.682430 [ 5 ] {ef65322f-db85-4559-87d4-900fe32d8060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3793 2025.03.18 03:48:25.682788 [ 5 ] {ef65322f-db85-4559-87d4-900fe32d8060} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
3794 2025.03.18 03:48:25.683028 [ 5 ] {ef65322f-db85-4559-87d4-900fe32d8060} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3795 2025.03.18 03:48:25.683233 [ 5 ] {ef65322f-db85-4559-87d4-900fe32d8060} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001448 sec., 44198.895027624305 rows/sec., 3.45 MiB/sec.
3796 2025.03.18 03:48:25.683285 [ 5 ] {ef65322f-db85-4559-87d4-900fe32d8060} <Debug> TCPHandler: Processed in 0.001636234 sec.
3797 2025.03.18 03:48:25.683397 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3798 2025.03.18 03:48:25.683503 [ 5 ] {a9999ef4-6d15-405e-a011-7cd1785ef6d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3799 2025.03.18 03:48:25.683552 [ 5 ] {a9999ef4-6d15-405e-a011-7cd1785ef6d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3800 2025.03.18 03:48:25.684076 [ 5 ] {a9999ef4-6d15-405e-a011-7cd1785ef6d1} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3801 2025.03.18 03:48:25.684115 [ 5 ] {a9999ef4-6d15-405e-a011-7cd1785ef6d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3802 2025.03.18 03:48:25.684498 [ 5 ] {a9999ef4-6d15-405e-a011-7cd1785ef6d1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
3803 2025.03.18 03:48:25.684732 [ 5 ] {a9999ef4-6d15-405e-a011-7cd1785ef6d1} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3804 2025.03.18 03:48:25.684936 [ 5 ] {a9999ef4-6d15-405e-a011-7cd1785ef6d1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001455 sec., 109965.63573883162 rows/sec., 7.66 MiB/sec.
3805 2025.03.18 03:48:25.684987 [ 5 ] {a9999ef4-6d15-405e-a011-7cd1785ef6d1} <Debug> TCPHandler: Processed in 0.001641625 sec.
3806 2025.03.18 03:48:25.685092 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3807 2025.03.18 03:48:25.685193 [ 5 ] {c23e09ee-5b48-4af6-bb59-f166232d6c32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3808 2025.03.18 03:48:25.685240 [ 5 ] {c23e09ee-5b48-4af6-bb59-f166232d6c32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3809 2025.03.18 03:48:25.685660 [ 5 ] {c23e09ee-5b48-4af6-bb59-f166232d6c32} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3810 2025.03.18 03:48:25.685698 [ 5 ] {c23e09ee-5b48-4af6-bb59-f166232d6c32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3811 2025.03.18 03:48:25.686047 [ 5 ] {c23e09ee-5b48-4af6-bb59-f166232d6c32} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
3812 2025.03.18 03:48:25.686285 [ 5 ] {c23e09ee-5b48-4af6-bb59-f166232d6c32} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3813 2025.03.18 03:48:25.686532 [ 5 ] {c23e09ee-5b48-4af6-bb59-f166232d6c32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec.
3814 2025.03.18 03:48:25.686681 [ 5 ] {c23e09ee-5b48-4af6-bb59-f166232d6c32} <Debug> TCPHandler: Processed in 0.001634754 sec.
3815 2025.03.18 03:48:27.159823 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3816 2025.03.18 03:48:27.160039 [ 5 ] {2fb04a6d-1304-44bc-9660-36effc584f16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3817 2025.03.18 03:48:27.160121 [ 5 ] {2fb04a6d-1304-44bc-9660-36effc584f16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3818 2025.03.18 03:48:27.160881 [ 5 ] {2fb04a6d-1304-44bc-9660-36effc584f16} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3819 2025.03.18 03:48:27.160934 [ 5 ] {2fb04a6d-1304-44bc-9660-36effc584f16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3820 2025.03.18 03:48:27.161371 [ 5 ] {2fb04a6d-1304-44bc-9660-36effc584f16} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3821 2025.03.18 03:48:27.161631 [ 5 ] {2fb04a6d-1304-44bc-9660-36effc584f16} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3822 2025.03.18 03:48:27.161786 [ 102 ] {} <Debug> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3823 2025.03.18 03:48:27.161838 [ 102 ] {} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3824 2025.03.18 03:48:27.161840 [ 5 ] {2fb04a6d-1304-44bc-9660-36effc584f16} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001857 sec., 12924.071082390954 rows/sec., 1.07 MiB/sec.
3825 2025.03.18 03:48:27.161866 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3826 2025.03.18 03:48:27.161918 [ 5 ] {2fb04a6d-1304-44bc-9660-36effc584f16} <Debug> TCPHandler: Processed in 0.002242524 sec.
3827 2025.03.18 03:48:27.162221 [ 191 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
3828 2025.03.18 03:48:27.162244 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3829 2025.03.18 03:48:27.162540 [ 5 ] {8d991133-78e9-455e-8380-2f16ceac6ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3830 2025.03.18 03:48:27.162556 [ 191 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3831 2025.03.18 03:48:27.162642 [ 5 ] {8d991133-78e9-455e-8380-2f16ceac6ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3832 2025.03.18 03:48:27.162642 [ 191 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
3833 2025.03.18 03:48:27.163000 [ 191 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
3834 2025.03.18 03:48:27.163387 [ 191 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
3835 2025.03.18 03:48:27.163791 [ 191 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
3836 2025.03.18 03:48:27.164114 [ 191 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
3837 2025.03.18 03:48:27.165366 [ 5 ] {8d991133-78e9-455e-8380-2f16ceac6ac0} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3838 2025.03.18 03:48:27.165433 [ 5 ] {8d991133-78e9-455e-8380-2f16ceac6ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3839 2025.03.18 03:48:27.166477 [ 5 ] {8d991133-78e9-455e-8380-2f16ceac6ac0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3840 2025.03.18 03:48:27.166740 [ 191 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.004770952 sec., 25152.212807842123 rows/sec., 2.18 MiB/sec.
3841 2025.03.18 03:48:27.166940 [ 191 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3842 2025.03.18 03:48:27.166979 [ 5 ] {8d991133-78e9-455e-8380-2f16ceac6ac0} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3843 2025.03.18 03:48:27.167417 [ 5 ] {8d991133-78e9-455e-8380-2f16ceac6ac0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004953 sec., 403.7956793862306 rows/sec., 32.93 KiB/sec.
3844 2025.03.18 03:48:27.167543 [ 191 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_5_1} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3845 2025.03.18 03:48:27.167566 [ 5 ] {8d991133-78e9-455e-8380-2f16ceac6ac0} <Debug> TCPHandler: Processed in 0.005442172 sec.
3846 2025.03.18 03:48:27.167712 [ 191 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_5_1} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3847 2025.03.18 03:48:27.167752 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3848 2025.03.18 03:48:27.167842 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
3849 2025.03.18 03:48:27.167933 [ 5 ] {c05dca27-974c-4d6d-9662-8d6561f1363f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3850 2025.03.18 03:48:27.167985 [ 5 ] {c05dca27-974c-4d6d-9662-8d6561f1363f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3851 2025.03.18 03:48:27.169237 [ 5 ] {c05dca27-974c-4d6d-9662-8d6561f1363f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3852 2025.03.18 03:48:27.169276 [ 5 ] {c05dca27-974c-4d6d-9662-8d6561f1363f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3853 2025.03.18 03:48:27.169731 [ 5 ] {c05dca27-974c-4d6d-9662-8d6561f1363f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
3854 2025.03.18 03:48:27.169975 [ 5 ] {c05dca27-974c-4d6d-9662-8d6561f1363f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3855 2025.03.18 03:48:27.170187 [ 5 ] {c05dca27-974c-4d6d-9662-8d6561f1363f} <Debug> executeQuery: Read 1395 rows, 119.93 KiB in 0.002272 sec., 613996.4788732394 rows/sec., 51.55 MiB/sec.
3856 2025.03.18 03:48:27.170298 [ 5 ] {c05dca27-974c-4d6d-9662-8d6561f1363f} <Debug> TCPHandler: Processed in 0.002597239 sec.
3857 2025.03.18 03:48:27.170546 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3858 2025.03.18 03:48:27.170653 [ 5 ] {995dfdba-a250-43b1-81b0-fb0d24656b7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3859 2025.03.18 03:48:27.170699 [ 5 ] {995dfdba-a250-43b1-81b0-fb0d24656b7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3860 2025.03.18 03:48:27.171254 [ 5 ] {995dfdba-a250-43b1-81b0-fb0d24656b7d} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3861 2025.03.18 03:48:27.171292 [ 5 ] {995dfdba-a250-43b1-81b0-fb0d24656b7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3862 2025.03.18 03:48:27.171634 [ 5 ] {995dfdba-a250-43b1-81b0-fb0d24656b7d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3863 2025.03.18 03:48:27.171872 [ 5 ] {995dfdba-a250-43b1-81b0-fb0d24656b7d} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3864 2025.03.18 03:48:27.172042 [ 5 ] {995dfdba-a250-43b1-81b0-fb0d24656b7d} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.001413 sec., 37508.84642604388 rows/sec., 2.79 MiB/sec.
3865 2025.03.18 03:48:27.172092 [ 5 ] {995dfdba-a250-43b1-81b0-fb0d24656b7d} <Debug> TCPHandler: Processed in 0.001638695 sec.
3866 2025.03.18 03:48:27.172197 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3867 2025.03.18 03:48:27.172301 [ 5 ] {c799f881-b4c3-46ea-9af8-d7b0eb163884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3868 2025.03.18 03:48:27.172345 [ 5 ] {c799f881-b4c3-46ea-9af8-d7b0eb163884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3869 2025.03.18 03:48:27.172930 [ 5 ] {c799f881-b4c3-46ea-9af8-d7b0eb163884} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3870 2025.03.18 03:48:27.172968 [ 5 ] {c799f881-b4c3-46ea-9af8-d7b0eb163884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3871 2025.03.18 03:48:27.173316 [ 5 ] {c799f881-b4c3-46ea-9af8-d7b0eb163884} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
3872 2025.03.18 03:48:27.173547 [ 5 ] {c799f881-b4c3-46ea-9af8-d7b0eb163884} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3873 2025.03.18 03:48:27.173717 [ 5 ] {c799f881-b4c3-46ea-9af8-d7b0eb163884} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001439 sec., 175121.61223071578 rows/sec., 12.11 MiB/sec.
3874 2025.03.18 03:48:27.173767 [ 5 ] {c799f881-b4c3-46ea-9af8-d7b0eb163884} <Debug> TCPHandler: Processed in 0.001620125 sec.
3875 2025.03.18 03:48:27.173868 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3876 2025.03.18 03:48:27.173969 [ 5 ] {bfcc87ec-7405-40f0-b830-9989c58f5e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3877 2025.03.18 03:48:27.174013 [ 5 ] {bfcc87ec-7405-40f0-b830-9989c58f5e81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3878 2025.03.18 03:48:27.174514 [ 5 ] {bfcc87ec-7405-40f0-b830-9989c58f5e81} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3879 2025.03.18 03:48:27.174551 [ 5 ] {bfcc87ec-7405-40f0-b830-9989c58f5e81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3880 2025.03.18 03:48:27.174881 [ 5 ] {bfcc87ec-7405-40f0-b830-9989c58f5e81} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3881 2025.03.18 03:48:27.175111 [ 5 ] {bfcc87ec-7405-40f0-b830-9989c58f5e81} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3882 2025.03.18 03:48:27.175229 [ 102 ] {} <Debug> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3883 2025.03.18 03:48:27.175270 [ 102 ] {} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3884 2025.03.18 03:48:27.175291 [ 5 ] {bfcc87ec-7405-40f0-b830-9989c58f5e81} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00134 sec., 8955.223880597016 rows/sec., 699.63 KiB/sec.
3885 2025.03.18 03:48:27.175299 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3886 2025.03.18 03:48:27.175408 [ 5 ] {bfcc87ec-7405-40f0-b830-9989c58f5e81} <Debug> TCPHandler: Processed in 0.001582924 sec.
3887 2025.03.18 03:48:27.175705 [ 200 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
3888 2025.03.18 03:48:27.175738 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3889 2025.03.18 03:48:27.175951 [ 5 ] {bbfe756f-4135-4dd6-98ac-a8307f6a0692} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3890 2025.03.18 03:48:27.175998 [ 200 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3891 2025.03.18 03:48:27.176039 [ 5 ] {bbfe756f-4135-4dd6-98ac-a8307f6a0692} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3892 2025.03.18 03:48:27.176078 [ 200 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
3893 2025.03.18 03:48:27.176378 [ 200 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
3894 2025.03.18 03:48:27.176668 [ 200 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
3895 2025.03.18 03:48:27.177035 [ 200 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
3896 2025.03.18 03:48:27.177413 [ 200 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
3897 2025.03.18 03:48:27.179084 [ 5 ] {bbfe756f-4135-4dd6-98ac-a8307f6a0692} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3898 2025.03.18 03:48:27.179156 [ 5 ] {bbfe756f-4135-4dd6-98ac-a8307f6a0692} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3899 2025.03.18 03:48:27.179858 [ 200 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004437157 sec., 13522.171967320517 rows/sec., 1.08 MiB/sec.
3900 2025.03.18 03:48:27.180076 [ 200 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3901 2025.03.18 03:48:27.180149 [ 5 ] {bbfe756f-4135-4dd6-98ac-a8307f6a0692} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
3902 2025.03.18 03:48:27.180512 [ 200 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_5_1} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3903 2025.03.18 03:48:27.180643 [ 200 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_5_1} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3904 2025.03.18 03:48:27.180681 [ 5 ] {bbfe756f-4135-4dd6-98ac-a8307f6a0692} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3905 2025.03.18 03:48:27.180812 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
3906 2025.03.18 03:48:27.181010 [ 5 ] {bbfe756f-4135-4dd6-98ac-a8307f6a0692} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.00513 sec., 116374.26900584795 rows/sec., 8.75 MiB/sec.
3907 2025.03.18 03:48:27.181088 [ 5 ] {bbfe756f-4135-4dd6-98ac-a8307f6a0692} <Debug> TCPHandler: Processed in 0.005463232 sec.
3908 2025.03.18 03:48:27.181210 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3909 2025.03.18 03:48:27.181312 [ 5 ] {72e0fecf-757b-43e5-a361-3b9ab3c19903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3910 2025.03.18 03:48:27.181360 [ 5 ] {72e0fecf-757b-43e5-a361-3b9ab3c19903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3911 2025.03.18 03:48:27.182077 [ 5 ] {72e0fecf-757b-43e5-a361-3b9ab3c19903} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3912 2025.03.18 03:48:27.182114 [ 5 ] {72e0fecf-757b-43e5-a361-3b9ab3c19903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3913 2025.03.18 03:48:27.182547 [ 5 ] {72e0fecf-757b-43e5-a361-3b9ab3c19903} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
3914 2025.03.18 03:48:27.182790 [ 5 ] {72e0fecf-757b-43e5-a361-3b9ab3c19903} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3915 2025.03.18 03:48:27.182966 [ 5 ] {72e0fecf-757b-43e5-a361-3b9ab3c19903} <Debug> executeQuery: Read 947 rows, 65.46 KiB in 0.001677 sec., 564698.8670244484 rows/sec., 38.12 MiB/sec.
3916 2025.03.18 03:48:27.183017 [ 5 ] {72e0fecf-757b-43e5-a361-3b9ab3c19903} <Debug> TCPHandler: Processed in 0.001861878 sec.
3917 2025.03.18 03:48:27.183119 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3918 2025.03.18 03:48:27.183221 [ 5 ] {fc70b23b-e5f1-4a39-93bd-f9601b050465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3919 2025.03.18 03:48:27.183286 [ 5 ] {fc70b23b-e5f1-4a39-93bd-f9601b050465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3920 2025.03.18 03:48:27.184427 [ 5 ] {fc70b23b-e5f1-4a39-93bd-f9601b050465} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3921 2025.03.18 03:48:27.184464 [ 5 ] {fc70b23b-e5f1-4a39-93bd-f9601b050465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3922 2025.03.18 03:48:27.185103 [ 5 ] {fc70b23b-e5f1-4a39-93bd-f9601b050465} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3923 2025.03.18 03:48:27.185355 [ 5 ] {fc70b23b-e5f1-4a39-93bd-f9601b050465} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3924 2025.03.18 03:48:27.185548 [ 5 ] {fc70b23b-e5f1-4a39-93bd-f9601b050465} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002349 sec., 16602.809706257984 rows/sec., 29.75 MiB/sec.
3925 2025.03.18 03:48:27.185639 [ 5 ] {fc70b23b-e5f1-4a39-93bd-f9601b050465} <Debug> TCPHandler: Processed in 0.002569219 sec.
3926 2025.03.18 03:48:27.185751 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3927 2025.03.18 03:48:27.185853 [ 5 ] {3d857816-bfb6-41d5-afd4-b9d4494e904a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3928 2025.03.18 03:48:27.185899 [ 5 ] {3d857816-bfb6-41d5-afd4-b9d4494e904a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3929 2025.03.18 03:48:27.186312 [ 5 ] {3d857816-bfb6-41d5-afd4-b9d4494e904a} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3930 2025.03.18 03:48:27.186349 [ 5 ] {3d857816-bfb6-41d5-afd4-b9d4494e904a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3931 2025.03.18 03:48:27.186697 [ 5 ] {3d857816-bfb6-41d5-afd4-b9d4494e904a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
3932 2025.03.18 03:48:27.186928 [ 5 ] {3d857816-bfb6-41d5-afd4-b9d4494e904a} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3933 2025.03.18 03:48:27.187097 [ 5 ] {3d857816-bfb6-41d5-afd4-b9d4494e904a} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001267 sec., 18942.38358326756 rows/sec., 1.28 MiB/sec.
3934 2025.03.18 03:48:27.187145 [ 5 ] {3d857816-bfb6-41d5-afd4-b9d4494e904a} <Debug> TCPHandler: Processed in 0.001443772 sec.
3935 2025.03.18 03:48:29.351085 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 558
3936 2025.03.18 03:48:29.354421 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3937 2025.03.18 03:48:29.354477 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3938 2025.03.18 03:48:29.356014 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3939 2025.03.18 03:48:29.356344 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3940 2025.03.18 03:48:29.356568 [ 100 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3941 2025.03.18 03:48:29.356704 [ 100 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3942 2025.03.18 03:48:29.356771 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3943 2025.03.18 03:48:29.357510 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
3944 2025.03.18 03:48:29.358350 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 558
3945 2025.03.18 03:48:29.358807 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3946 2025.03.18 03:48:29.358976 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 422 rows starting from the beginning of the part
3947 2025.03.18 03:48:29.359603 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 20 rows starting from the beginning of the part
3948 2025.03.18 03:48:29.360244 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part
3949 2025.03.18 03:48:29.360859 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part
3950 2025.03.18 03:48:29.361444 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
3951 2025.03.18 03:48:29.362093 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part
3952 2025.03.18 03:48:29.370112 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 558 rows, containing 72 columns (72 merged, 0 gathered) in 0.013173198 sec., 42358.73475825688 rows/sec., 36.87 MiB/sec.
3953 2025.03.18 03:48:29.371344 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3954 2025.03.18 03:48:29.372177 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_16_3} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3955 2025.03.18 03:48:29.372279 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_16_3} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3956 2025.03.18 03:48:29.372608 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB.
3957 2025.03.18 03:48:30.676603 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3958 2025.03.18 03:48:30.676823 [ 5 ] {8f9190f4-b925-4301-8c22-e1f062a6bf83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3959 2025.03.18 03:48:30.676908 [ 5 ] {8f9190f4-b925-4301-8c22-e1f062a6bf83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3960 2025.03.18 03:48:30.677745 [ 5 ] {8f9190f4-b925-4301-8c22-e1f062a6bf83} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3961 2025.03.18 03:48:30.677802 [ 5 ] {8f9190f4-b925-4301-8c22-e1f062a6bf83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3962 2025.03.18 03:48:30.678250 [ 5 ] {8f9190f4-b925-4301-8c22-e1f062a6bf83} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
3963 2025.03.18 03:48:30.678505 [ 5 ] {8f9190f4-b925-4301-8c22-e1f062a6bf83} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3964 2025.03.18 03:48:30.678683 [ 99 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
3965 2025.03.18 03:48:30.678772 [ 5 ] {8f9190f4-b925-4301-8c22-e1f062a6bf83} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002006 sec., 27916.251246261218 rows/sec., 2.14 MiB/sec.
3966 2025.03.18 03:48:30.678778 [ 99 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3967 2025.03.18 03:48:30.678861 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3968 2025.03.18 03:48:30.678917 [ 5 ] {8f9190f4-b925-4301-8c22-e1f062a6bf83} <Debug> TCPHandler: Processed in 0.002457066 sec.
3969 2025.03.18 03:48:30.679152 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3970 2025.03.18 03:48:30.679187 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
3971 2025.03.18 03:48:30.679319 [ 5 ] {9c8dc2c1-3351-4b11-bb9b-890a51da10fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3972 2025.03.18 03:48:30.679428 [ 5 ] {9c8dc2c1-3351-4b11-bb9b-890a51da10fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3973 2025.03.18 03:48:30.679574 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3974 2025.03.18 03:48:30.679664 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1404 rows starting from the beginning of the part
3975 2025.03.18 03:48:30.679901 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part
3976 2025.03.18 03:48:30.680375 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 134 rows starting from the beginning of the part
3977 2025.03.18 03:48:30.680913 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part
3978 2025.03.18 03:48:30.681320 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1395 rows starting from the beginning of the part
3979 2025.03.18 03:48:30.681752 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part
3980 2025.03.18 03:48:30.682637 [ 5 ] {9c8dc2c1-3351-4b11-bb9b-890a51da10fc} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3981 2025.03.18 03:48:30.682700 [ 5 ] {9c8dc2c1-3351-4b11-bb9b-890a51da10fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3982 2025.03.18 03:48:30.683610 [ 5 ] {9c8dc2c1-3351-4b11-bb9b-890a51da10fc} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
3983 2025.03.18 03:48:30.684051 [ 5 ] {9c8dc2c1-3351-4b11-bb9b-890a51da10fc} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3984 2025.03.18 03:48:30.684231 [ 98 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
3985 2025.03.18 03:48:30.684275 [ 98 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3986 2025.03.18 03:48:30.684304 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
3987 2025.03.18 03:48:30.684303 [ 5 ] {9c8dc2c1-3351-4b11-bb9b-890a51da10fc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00505 sec., 12673.267326732674 rows/sec., 1012.92 KiB/sec.
3988 2025.03.18 03:48:30.684589 [ 5 ] {9c8dc2c1-3351-4b11-bb9b-890a51da10fc} <Debug> TCPHandler: Processed in 0.005516533 sec.
3989 2025.03.18 03:48:30.684970 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
3990 2025.03.18 03:48:30.685009 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3991 2025.03.18 03:48:30.685262 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3101 rows, containing 5 columns (5 merged, 0 gathered) in 0.006261334 sec., 495261.8723102776 rows/sec., 43.31 MiB/sec.
3992 2025.03.18 03:48:30.685373 [ 5 ] {6d8c89f4-2636-4206-9447-01d16672e503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3993 2025.03.18 03:48:30.685510 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3994 2025.03.18 03:48:30.685539 [ 5 ] {6d8c89f4-2636-4206-9447-01d16672e503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3995 2025.03.18 03:48:30.685643 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
3996 2025.03.18 03:48:30.685664 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
3997 2025.03.18 03:48:30.686502 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part
3998 2025.03.18 03:48:30.686620 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_36_7} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3999 2025.03.18 03:48:30.687057 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_36_7} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4000 2025.03.18 03:48:30.687141 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 103 rows starting from the beginning of the part
4001 2025.03.18 03:48:30.687290 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
4002 2025.03.18 03:48:30.687588 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part
4003 2025.03.18 03:48:30.687951 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 597 rows starting from the beginning of the part
4004 2025.03.18 03:48:30.688284 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part
4005 2025.03.18 03:48:30.688771 [ 5 ] {6d8c89f4-2636-4206-9447-01d16672e503} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4006 2025.03.18 03:48:30.688840 [ 5 ] {6d8c89f4-2636-4206-9447-01d16672e503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4007 2025.03.18 03:48:30.689621 [ 5 ] {6d8c89f4-2636-4206-9447-01d16672e503} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4008 2025.03.18 03:48:30.690206 [ 5 ] {6d8c89f4-2636-4206-9447-01d16672e503} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4009 2025.03.18 03:48:30.690541 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4010 2025.03.18 03:48:30.690644 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4011 2025.03.18 03:48:30.690716 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4012 2025.03.18 03:48:30.690902 [ 5 ] {6d8c89f4-2636-4206-9447-01d16672e503} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.005639 sec., 17024.29508778152 rows/sec., 1.19 MiB/sec.
4013 2025.03.18 03:48:30.690938 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
4014 2025.03.18 03:48:30.691025 [ 5 ] {6d8c89f4-2636-4206-9447-01d16672e503} <Debug> TCPHandler: Processed in 0.006162862 sec.
4015 2025.03.18 03:48:30.691427 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4016 2025.03.18 03:48:30.691482 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4017 2025.03.18 03:48:30.691628 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9343 rows starting from the beginning of the part
4018 2025.03.18 03:48:30.691826 [ 5 ] {7fd8fe49-5e5e-4619-8207-06dab7b7e2ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4019 2025.03.18 03:48:30.692003 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
4020 2025.03.18 03:48:30.692016 [ 5 ] {7fd8fe49-5e5e-4619-8207-06dab7b7e2ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4021 2025.03.18 03:48:30.692407 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
4022 2025.03.18 03:48:30.692554 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.008108972 sec., 187816.6554280863 rows/sec., 14.96 MiB/sec.
4023 2025.03.18 03:48:30.693002 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part
4024 2025.03.18 03:48:30.693262 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4025 2025.03.18 03:48:30.693369 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 947 rows starting from the beginning of the part
4026 2025.03.18 03:48:30.693947 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 96 rows starting from the beginning of the part
4027 2025.03.18 03:48:30.694858 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_36_7} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4028 2025.03.18 03:48:30.695115 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_36_7} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4029 2025.03.18 03:48:30.695334 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
4030 2025.03.18 03:48:30.695436 [ 5 ] {7fd8fe49-5e5e-4619-8207-06dab7b7e2ba} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4031 2025.03.18 03:48:30.695479 [ 5 ] {7fd8fe49-5e5e-4619-8207-06dab7b7e2ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4032 2025.03.18 03:48:30.695871 [ 5 ] {7fd8fe49-5e5e-4619-8207-06dab7b7e2ba} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4033 2025.03.18 03:48:30.696173 [ 5 ] {7fd8fe49-5e5e-4619-8207-06dab7b7e2ba} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4034 2025.03.18 03:48:30.696361 [ 98 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4035 2025.03.18 03:48:30.696424 [ 98 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4036 2025.03.18 03:48:30.696479 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4037 2025.03.18 03:48:30.696615 [ 5 ] {7fd8fe49-5e5e-4619-8207-06dab7b7e2ba} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.004904 sec., 7340.9461663947795 rows/sec., 506.60 KiB/sec.
4038 2025.03.18 03:48:30.697054 [ 5 ] {7fd8fe49-5e5e-4619-8207-06dab7b7e2ba} <Debug> TCPHandler: Processed in 0.005747107 sec.
4039 2025.03.18 03:48:30.697121 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
4040 2025.03.18 03:48:30.697698 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4041 2025.03.18 03:48:30.697806 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1608 rows starting from the beginning of the part
4042 2025.03.18 03:48:30.698062 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
4043 2025.03.18 03:48:30.698220 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
4044 2025.03.18 03:48:30.698676 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
4045 2025.03.18 03:48:30.699011 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part
4046 2025.03.18 03:48:30.699203 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part
4047 2025.03.18 03:48:30.700616 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10866 rows, containing 5 columns (5 merged, 0 gathered) in 0.009767806 sec., 1112429.9561232072 rows/sec., 76.18 MiB/sec.
4048 2025.03.18 03:48:30.700987 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4049 2025.03.18 03:48:30.701420 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 4 columns (4 merged, 0 gathered) in 0.004813712 sec., 383903.31619340746 rows/sec., 25.87 MiB/sec.
4050 2025.03.18 03:48:30.701600 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4051 2025.03.18 03:48:30.701750 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4052 2025.03.18 03:48:30.701770 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4053 2025.03.18 03:48:30.701932 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB.
4054 2025.03.18 03:48:30.702196 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_36_7} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4055 2025.03.18 03:48:30.702277 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_36_7} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4056 2025.03.18 03:48:30.702363 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
4057 2025.03.18 03:48:31.816045 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553
4058 2025.03.18 03:48:31.816814 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4059 2025.03.18 03:48:31.816851 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4060 2025.03.18 03:48:31.817385 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4061 2025.03.18 03:48:31.817634 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4062 2025.03.18 03:48:31.817814 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553
4063 2025.03.18 03:48:32.499368 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4064 2025.03.18 03:48:32.519860 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4065 2025.03.18 03:48:32.519922 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4066 2025.03.18 03:48:32.528562 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4067 2025.03.18 03:48:32.529318 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4068 2025.03.18 03:48:32.532004 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4069 2025.03.18 03:48:35.679779 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4070 2025.03.18 03:48:35.680004 [ 5 ] {c75b59c8-2c74-4364-8894-8cbdd7bbba78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4071 2025.03.18 03:48:35.680088 [ 5 ] {c75b59c8-2c74-4364-8894-8cbdd7bbba78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4072 2025.03.18 03:48:35.680892 [ 5 ] {c75b59c8-2c74-4364-8894-8cbdd7bbba78} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4073 2025.03.18 03:48:35.680941 [ 5 ] {c75b59c8-2c74-4364-8894-8cbdd7bbba78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4074 2025.03.18 03:48:35.681397 [ 5 ] {c75b59c8-2c74-4364-8894-8cbdd7bbba78} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4075 2025.03.18 03:48:35.681648 [ 5 ] {c75b59c8-2c74-4364-8894-8cbdd7bbba78} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4076 2025.03.18 03:48:35.681900 [ 5 ] {c75b59c8-2c74-4364-8894-8cbdd7bbba78} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00195 sec., 28717.94871794872 rows/sec., 2.21 MiB/sec.
4077 2025.03.18 03:48:35.681990 [ 5 ] {c75b59c8-2c74-4364-8894-8cbdd7bbba78} <Debug> TCPHandler: Processed in 0.002354846 sec.
4078 2025.03.18 03:48:35.682243 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4079 2025.03.18 03:48:35.682358 [ 5 ] {6a306735-f590-43b3-970a-4fc144c35bc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4080 2025.03.18 03:48:35.682406 [ 5 ] {6a306735-f590-43b3-970a-4fc144c35bc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4081 2025.03.18 03:48:35.682971 [ 5 ] {6a306735-f590-43b3-970a-4fc144c35bc6} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4082 2025.03.18 03:48:35.683013 [ 5 ] {6a306735-f590-43b3-970a-4fc144c35bc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4083 2025.03.18 03:48:35.683379 [ 5 ] {6a306735-f590-43b3-970a-4fc144c35bc6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4084 2025.03.18 03:48:35.683623 [ 5 ] {6a306735-f590-43b3-970a-4fc144c35bc6} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4085 2025.03.18 03:48:35.683843 [ 5 ] {6a306735-f590-43b3-970a-4fc144c35bc6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001507 sec., 42468.4804246848 rows/sec., 3.31 MiB/sec.
4086 2025.03.18 03:48:35.683935 [ 5 ] {6a306735-f590-43b3-970a-4fc144c35bc6} <Debug> TCPHandler: Processed in 0.001787447 sec.
4087 2025.03.18 03:48:35.684090 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4088 2025.03.18 03:48:35.684201 [ 5 ] {b6c11327-7d14-466c-b556-01dc37aa2461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4089 2025.03.18 03:48:35.684252 [ 5 ] {b6c11327-7d14-466c-b556-01dc37aa2461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4090 2025.03.18 03:48:35.684785 [ 5 ] {b6c11327-7d14-466c-b556-01dc37aa2461} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4091 2025.03.18 03:48:35.684825 [ 5 ] {b6c11327-7d14-466c-b556-01dc37aa2461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4092 2025.03.18 03:48:35.685226 [ 5 ] {b6c11327-7d14-466c-b556-01dc37aa2461} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4093 2025.03.18 03:48:35.685483 [ 5 ] {b6c11327-7d14-466c-b556-01dc37aa2461} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4094 2025.03.18 03:48:35.685698 [ 5 ] {b6c11327-7d14-466c-b556-01dc37aa2461} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001519 sec., 105332.45556287031 rows/sec., 7.34 MiB/sec.
4095 2025.03.18 03:48:35.685750 [ 5 ] {b6c11327-7d14-466c-b556-01dc37aa2461} <Debug> TCPHandler: Processed in 0.001713916 sec.
4096 2025.03.18 03:48:35.685853 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4097 2025.03.18 03:48:35.685957 [ 5 ] {ac48acdb-0e32-4f19-a06a-0b216b811f6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4098 2025.03.18 03:48:35.686004 [ 5 ] {ac48acdb-0e32-4f19-a06a-0b216b811f6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4099 2025.03.18 03:48:35.686449 [ 5 ] {ac48acdb-0e32-4f19-a06a-0b216b811f6f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4100 2025.03.18 03:48:35.686490 [ 5 ] {ac48acdb-0e32-4f19-a06a-0b216b811f6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4101 2025.03.18 03:48:35.686855 [ 5 ] {ac48acdb-0e32-4f19-a06a-0b216b811f6f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4102 2025.03.18 03:48:35.687103 [ 5 ] {ac48acdb-0e32-4f19-a06a-0b216b811f6f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4103 2025.03.18 03:48:35.687314 [ 5 ] {ac48acdb-0e32-4f19-a06a-0b216b811f6f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec.
4104 2025.03.18 03:48:35.687365 [ 5 ] {ac48acdb-0e32-4f19-a06a-0b216b811f6f} <Debug> TCPHandler: Processed in 0.001561103 sec.
4105 2025.03.18 03:48:38.827167 [ 90 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0
4106 2025.03.18 03:48:38.827244 [ 90 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4107 2025.03.18 03:48:38.827267 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4108 2025.03.18 03:48:38.827468 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full
4109 2025.03.18 03:48:38.827655 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4110 2025.03.18 03:48:38.827692 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 65 rows starting from the beginning of the part
4111 2025.03.18 03:48:38.827773 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 67 rows starting from the beginning of the part
4112 2025.03.18 03:48:38.828044 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part
4113 2025.03.18 03:48:38.828242 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part
4114 2025.03.18 03:48:38.828366 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 53 rows starting from the beginning of the part
4115 2025.03.18 03:48:38.829500 [ 186 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 263 rows, containing 5 columns (5 merged, 0 gathered) in 0.002161993 sec., 121647.01735852058 rows/sec., 9.40 MiB/sec.
4116 2025.03.18 03:48:38.829733 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
4117 2025.03.18 03:48:38.830144 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_15_3} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4118 2025.03.18 03:48:38.830254 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_15_3} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3
4119 2025.03.18 03:48:38.830380 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4120 2025.03.18 03:48:39.208903 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache
4121 2025.03.18 03:48:39.208962 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache
4122 2025.03.18 03:48:39.318041 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041
4123 2025.03.18 03:48:39.318957 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4124 2025.03.18 03:48:39.319004 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4125 2025.03.18 03:48:39.319525 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4126 2025.03.18 03:48:39.319784 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4127 2025.03.18 03:48:39.320049 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
4128 2025.03.18 03:48:39.358796 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 574
4129 2025.03.18 03:48:39.361970 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4130 2025.03.18 03:48:39.362030 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4131 2025.03.18 03:48:39.363552 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4132 2025.03.18 03:48:39.363870 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4133 2025.03.18 03:48:39.364970 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 574
4134 2025.03.18 03:48:40.032163 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
4135 2025.03.18 03:48:40.052585 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4136 2025.03.18 03:48:40.052638 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4137 2025.03.18 03:48:40.059959 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4138 2025.03.18 03:48:40.060758 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4139 2025.03.18 03:48:40.063408 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
4140 2025.03.18 03:48:40.681405 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4141 2025.03.18 03:48:40.681596 [ 5 ] {59740fbb-2e49-4839-931e-97e2a250928b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4142 2025.03.18 03:48:40.681678 [ 5 ] {59740fbb-2e49-4839-931e-97e2a250928b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4143 2025.03.18 03:48:40.682581 [ 5 ] {59740fbb-2e49-4839-931e-97e2a250928b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4144 2025.03.18 03:48:40.682626 [ 5 ] {59740fbb-2e49-4839-931e-97e2a250928b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4145 2025.03.18 03:48:40.683084 [ 5 ] {59740fbb-2e49-4839-931e-97e2a250928b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4146 2025.03.18 03:48:40.683341 [ 5 ] {59740fbb-2e49-4839-931e-97e2a250928b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4147 2025.03.18 03:48:40.683596 [ 5 ] {59740fbb-2e49-4839-931e-97e2a250928b} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.002058 sec., 65111.75898931001 rows/sec., 5.62 MiB/sec.
4148 2025.03.18 03:48:40.683653 [ 5 ] {59740fbb-2e49-4839-931e-97e2a250928b} <Debug> TCPHandler: Processed in 0.002380076 sec.
4149 2025.03.18 03:48:40.683778 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4150 2025.03.18 03:48:40.683885 [ 5 ] {f7dadba6-8a0f-412f-bfb3-8210b2a1ca7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4151 2025.03.18 03:48:40.683931 [ 5 ] {f7dadba6-8a0f-412f-bfb3-8210b2a1ca7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4152 2025.03.18 03:48:40.684480 [ 5 ] {f7dadba6-8a0f-412f-bfb3-8210b2a1ca7b} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4153 2025.03.18 03:48:40.684520 [ 5 ] {f7dadba6-8a0f-412f-bfb3-8210b2a1ca7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4154 2025.03.18 03:48:40.684866 [ 5 ] {f7dadba6-8a0f-412f-bfb3-8210b2a1ca7b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4155 2025.03.18 03:48:40.685134 [ 5 ] {f7dadba6-8a0f-412f-bfb3-8210b2a1ca7b} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): 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.18 03:48:40.685364 [ 5 ] {f7dadba6-8a0f-412f-bfb3-8210b2a1ca7b} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.0015 sec., 26000 rows/sec., 1.91 MiB/sec.
4157 2025.03.18 03:48:40.685425 [ 5 ] {f7dadba6-8a0f-412f-bfb3-8210b2a1ca7b} <Debug> TCPHandler: Processed in 0.001696775 sec.
4158 2025.03.18 03:48:40.685559 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4159 2025.03.18 03:48:40.685669 [ 5 ] {e6e4d841-f40d-4a11-8e43-f36d92316adb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4160 2025.03.18 03:48:40.685715 [ 5 ] {e6e4d841-f40d-4a11-8e43-f36d92316adb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4161 2025.03.18 03:48:40.686261 [ 5 ] {e6e4d841-f40d-4a11-8e43-f36d92316adb} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4162 2025.03.18 03:48:40.686300 [ 5 ] {e6e4d841-f40d-4a11-8e43-f36d92316adb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4163 2025.03.18 03:48:40.686653 [ 5 ] {e6e4d841-f40d-4a11-8e43-f36d92316adb} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4164 2025.03.18 03:48:40.686899 [ 5 ] {e6e4d841-f40d-4a11-8e43-f36d92316adb} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4165 2025.03.18 03:48:40.687142 [ 5 ] {e6e4d841-f40d-4a11-8e43-f36d92316adb} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001486 sec., 69313.59353970391 rows/sec., 5.41 MiB/sec.
4166 2025.03.18 03:48:40.687333 [ 5 ] {e6e4d841-f40d-4a11-8e43-f36d92316adb} <Debug> TCPHandler: Processed in 0.001828698 sec.
4167 2025.03.18 03:48:40.687551 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4168 2025.03.18 03:48:40.687658 [ 5 ] {d4472549-b659-4bf7-b00b-f55f6e41131b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4169 2025.03.18 03:48:40.687708 [ 5 ] {d4472549-b659-4bf7-b00b-f55f6e41131b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4170 2025.03.18 03:48:40.688250 [ 5 ] {d4472549-b659-4bf7-b00b-f55f6e41131b} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4171 2025.03.18 03:48:40.688290 [ 5 ] {d4472549-b659-4bf7-b00b-f55f6e41131b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4172 2025.03.18 03:48:40.688681 [ 5 ] {d4472549-b659-4bf7-b00b-f55f6e41131b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4173 2025.03.18 03:48:40.688923 [ 5 ] {d4472549-b659-4bf7-b00b-f55f6e41131b} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4174 2025.03.18 03:48:40.689161 [ 5 ] {d4472549-b659-4bf7-b00b-f55f6e41131b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001525 sec., 104918.03278688523 rows/sec., 7.31 MiB/sec.
4175 2025.03.18 03:48:40.689239 [ 5 ] {d4472549-b659-4bf7-b00b-f55f6e41131b} <Debug> TCPHandler: Processed in 0.001754906 sec.
4176 2025.03.18 03:48:40.689381 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4177 2025.03.18 03:48:40.689487 [ 5 ] {081b49b2-2e9a-405a-8c52-99f1fbbdcaaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4178 2025.03.18 03:48:40.689554 [ 5 ] {081b49b2-2e9a-405a-8c52-99f1fbbdcaaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4179 2025.03.18 03:48:40.690690 [ 5 ] {081b49b2-2e9a-405a-8c52-99f1fbbdcaaf} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4180 2025.03.18 03:48:40.690729 [ 5 ] {081b49b2-2e9a-405a-8c52-99f1fbbdcaaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4181 2025.03.18 03:48:40.691377 [ 5 ] {081b49b2-2e9a-405a-8c52-99f1fbbdcaaf} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4182 2025.03.18 03:48:40.691632 [ 5 ] {081b49b2-2e9a-405a-8c52-99f1fbbdcaaf} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4183 2025.03.18 03:48:40.691819 [ 87 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4184 2025.03.18 03:48:40.691886 [ 5 ] {081b49b2-2e9a-405a-8c52-99f1fbbdcaaf} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002417 sec., 16135.705419942078 rows/sec., 28.91 MiB/sec.
4185 2025.03.18 03:48:40.691895 [ 87 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4186 2025.03.18 03:48:40.691972 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4187 2025.03.18 03:48:40.692274 [ 5 ] {081b49b2-2e9a-405a-8c52-99f1fbbdcaaf} <Debug> TCPHandler: Processed in 0.002939124 sec.
4188 2025.03.18 03:48:40.692340 [ 188 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
4189 2025.03.18 03:48:40.692452 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4190 2025.03.18 03:48:40.692683 [ 5 ] {7f082c35-4b50-4d77-8af3-bb29b47750c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4191 2025.03.18 03:48:40.692801 [ 5 ] {7f082c35-4b50-4d77-8af3-bb29b47750c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4192 2025.03.18 03:48:40.693277 [ 188 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4193 2025.03.18 03:48:40.693494 [ 188 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 321 rows starting from the beginning of the part
4194 2025.03.18 03:48:40.694103 [ 188 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 39 rows starting from the beginning of the part
4195 2025.03.18 03:48:40.694950 [ 188 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 39 rows starting from the beginning of the part
4196 2025.03.18 03:48:40.695068 [ 5 ] {7f082c35-4b50-4d77-8af3-bb29b47750c4} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4197 2025.03.18 03:48:40.695142 [ 5 ] {7f082c35-4b50-4d77-8af3-bb29b47750c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4198 2025.03.18 03:48:40.695663 [ 188 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 39 rows starting from the beginning of the part
4199 2025.03.18 03:48:40.696376 [ 188 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 39 rows starting from the beginning of the part
4200 2025.03.18 03:48:40.696754 [ 5 ] {7f082c35-4b50-4d77-8af3-bb29b47750c4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4201 2025.03.18 03:48:40.696954 [ 188 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part
4202 2025.03.18 03:48:40.697606 [ 5 ] {7f082c35-4b50-4d77-8af3-bb29b47750c4} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4203 2025.03.18 03:48:40.698165 [ 5 ] {7f082c35-4b50-4d77-8af3-bb29b47750c4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00555 sec., 10810.81081081081 rows/sec., 746.06 KiB/sec.
4204 2025.03.18 03:48:40.698268 [ 5 ] {7f082c35-4b50-4d77-8af3-bb29b47750c4} <Debug> TCPHandler: Processed in 0.005879208 sec.
4205 2025.03.18 03:48:40.702115 [ 197 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 19 columns (19 merged, 0 gathered) in 0.00998488 sec., 51678.13734366362 rows/sec., 92.60 MiB/sec.
4206 2025.03.18 03:48:40.702877 [ 198 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4207 2025.03.18 03:48:40.703300 [ 198 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4208 2025.03.18 03:48:40.703377 [ 198 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4209 2025.03.18 03:48:40.703517 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB.
4210 2025.03.18 03:48:45.681707 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4211 2025.03.18 03:48:45.681926 [ 5 ] {86c8d498-ac4d-4d4c-b734-cf770488edf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4212 2025.03.18 03:48:45.682004 [ 5 ] {86c8d498-ac4d-4d4c-b734-cf770488edf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4213 2025.03.18 03:48:45.682810 [ 5 ] {86c8d498-ac4d-4d4c-b734-cf770488edf2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4214 2025.03.18 03:48:45.682867 [ 5 ] {86c8d498-ac4d-4d4c-b734-cf770488edf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4215 2025.03.18 03:48:45.683368 [ 5 ] {86c8d498-ac4d-4d4c-b734-cf770488edf2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4216 2025.03.18 03:48:45.683635 [ 5 ] {86c8d498-ac4d-4d4c-b734-cf770488edf2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4217 2025.03.18 03:48:45.683865 [ 5 ] {86c8d498-ac4d-4d4c-b734-cf770488edf2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001994 sec., 28084.252758274823 rows/sec., 2.16 MiB/sec.
4218 2025.03.18 03:48:45.683937 [ 5 ] {86c8d498-ac4d-4d4c-b734-cf770488edf2} <Debug> TCPHandler: Processed in 0.002371086 sec.
4219 2025.03.18 03:48:45.684065 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4220 2025.03.18 03:48:45.684180 [ 5 ] {9b6193bf-4ad0-4a30-8022-e823ce5e6f54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4221 2025.03.18 03:48:45.684232 [ 5 ] {9b6193bf-4ad0-4a30-8022-e823ce5e6f54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4222 2025.03.18 03:48:45.684800 [ 5 ] {9b6193bf-4ad0-4a30-8022-e823ce5e6f54} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4223 2025.03.18 03:48:45.684843 [ 5 ] {9b6193bf-4ad0-4a30-8022-e823ce5e6f54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4224 2025.03.18 03:48:45.685207 [ 5 ] {9b6193bf-4ad0-4a30-8022-e823ce5e6f54} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4225 2025.03.18 03:48:45.685455 [ 5 ] {9b6193bf-4ad0-4a30-8022-e823ce5e6f54} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4226 2025.03.18 03:48:45.685687 [ 5 ] {9b6193bf-4ad0-4a30-8022-e823ce5e6f54} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001525 sec., 41967.21311475409 rows/sec., 3.28 MiB/sec.
4227 2025.03.18 03:48:45.685789 [ 5 ] {9b6193bf-4ad0-4a30-8022-e823ce5e6f54} <Debug> TCPHandler: Processed in 0.001775927 sec.
4228 2025.03.18 03:48:45.686001 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4229 2025.03.18 03:48:45.686136 [ 5 ] {90a8bb56-fd00-40aa-a87c-f01ae07e241a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4230 2025.03.18 03:48:45.686190 [ 5 ] {90a8bb56-fd00-40aa-a87c-f01ae07e241a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4231 2025.03.18 03:48:45.686733 [ 5 ] {90a8bb56-fd00-40aa-a87c-f01ae07e241a} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4232 2025.03.18 03:48:45.686773 [ 5 ] {90a8bb56-fd00-40aa-a87c-f01ae07e241a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4233 2025.03.18 03:48:45.687159 [ 5 ] {90a8bb56-fd00-40aa-a87c-f01ae07e241a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4234 2025.03.18 03:48:45.687392 [ 5 ] {90a8bb56-fd00-40aa-a87c-f01ae07e241a} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4235 2025.03.18 03:48:45.687614 [ 5 ] {90a8bb56-fd00-40aa-a87c-f01ae07e241a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0015 sec., 106666.66666666667 rows/sec., 7.43 MiB/sec.
4236 2025.03.18 03:48:45.687696 [ 5 ] {90a8bb56-fd00-40aa-a87c-f01ae07e241a} <Debug> TCPHandler: Processed in 0.001791487 sec.
4237 2025.03.18 03:48:45.687934 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4238 2025.03.18 03:48:45.688046 [ 5 ] {960d4b16-cb92-4e0e-a716-dbd8e339d677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4239 2025.03.18 03:48:45.688095 [ 5 ] {960d4b16-cb92-4e0e-a716-dbd8e339d677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4240 2025.03.18 03:48:45.688542 [ 5 ] {960d4b16-cb92-4e0e-a716-dbd8e339d677} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4241 2025.03.18 03:48:45.688581 [ 5 ] {960d4b16-cb92-4e0e-a716-dbd8e339d677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4242 2025.03.18 03:48:45.688938 [ 5 ] {960d4b16-cb92-4e0e-a716-dbd8e339d677} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4243 2025.03.18 03:48:45.689170 [ 5 ] {960d4b16-cb92-4e0e-a716-dbd8e339d677} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4244 2025.03.18 03:48:45.689374 [ 5 ] {960d4b16-cb92-4e0e-a716-dbd8e339d677} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec.
4245 2025.03.18 03:48:45.689424 [ 5 ] {960d4b16-cb92-4e0e-a716-dbd8e339d677} <Debug> TCPHandler: Processed in 0.001589164 sec.
4246 2025.03.18 03:48:46.820256 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468
4247 2025.03.18 03:48:46.820867 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4248 2025.03.18 03:48:46.820905 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4249 2025.03.18 03:48:46.821416 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4250 2025.03.18 03:48:46.821663 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4251 2025.03.18 03:48:46.821917 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468
4252 2025.03.18 03:48:47.563553 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
4253 2025.03.18 03:48:47.584368 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4254 2025.03.18 03:48:47.584413 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4255 2025.03.18 03:48:47.592019 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4256 2025.03.18 03:48:47.592796 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4257 2025.03.18 03:48:47.596554 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
4258 2025.03.18 03:48:49.365218 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 594
4259 2025.03.18 03:48:49.367997 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4260 2025.03.18 03:48:49.368040 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4261 2025.03.18 03:48:49.369532 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4262 2025.03.18 03:48:49.369838 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4263 2025.03.18 03:48:49.370329 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 594
4264 2025.03.18 03:48:50.682438 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4265 2025.03.18 03:48:50.682636 [ 5 ] {ac0f2ba5-233a-4913-9119-5d4f4054ca77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4266 2025.03.18 03:48:50.682714 [ 5 ] {ac0f2ba5-233a-4913-9119-5d4f4054ca77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4267 2025.03.18 03:48:50.683576 [ 5 ] {ac0f2ba5-233a-4913-9119-5d4f4054ca77} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4268 2025.03.18 03:48:50.683632 [ 5 ] {ac0f2ba5-233a-4913-9119-5d4f4054ca77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4269 2025.03.18 03:48:50.684072 [ 5 ] {ac0f2ba5-233a-4913-9119-5d4f4054ca77} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4270 2025.03.18 03:48:50.684332 [ 5 ] {ac0f2ba5-233a-4913-9119-5d4f4054ca77} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4271 2025.03.18 03:48:50.684564 [ 5 ] {ac0f2ba5-233a-4913-9119-5d4f4054ca77} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.00199 sec., 67336.68341708543 rows/sec., 5.81 MiB/sec.
4272 2025.03.18 03:48:50.684633 [ 5 ] {ac0f2ba5-233a-4913-9119-5d4f4054ca77} <Debug> TCPHandler: Processed in 0.002326675 sec.
4273 2025.03.18 03:48:50.684766 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4274 2025.03.18 03:48:50.684881 [ 5 ] {d6ff162b-91f1-45a2-b351-49bb9bd194f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4275 2025.03.18 03:48:50.684930 [ 5 ] {d6ff162b-91f1-45a2-b351-49bb9bd194f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4276 2025.03.18 03:48:50.685480 [ 5 ] {d6ff162b-91f1-45a2-b351-49bb9bd194f5} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4277 2025.03.18 03:48:50.685521 [ 5 ] {d6ff162b-91f1-45a2-b351-49bb9bd194f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4278 2025.03.18 03:48:50.685872 [ 5 ] {d6ff162b-91f1-45a2-b351-49bb9bd194f5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4279 2025.03.18 03:48:50.686105 [ 5 ] {d6ff162b-91f1-45a2-b351-49bb9bd194f5} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4280 2025.03.18 03:48:50.686354 [ 5 ] {d6ff162b-91f1-45a2-b351-49bb9bd194f5} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001497 sec., 26052.104208416833 rows/sec., 1.91 MiB/sec.
4281 2025.03.18 03:48:50.686551 [ 5 ] {d6ff162b-91f1-45a2-b351-49bb9bd194f5} <Debug> TCPHandler: Processed in 0.001833357 sec.
4282 2025.03.18 03:48:50.686718 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4283 2025.03.18 03:48:50.686823 [ 5 ] {6d9ef784-7659-4dcb-b9ad-8fa553b8b7d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4284 2025.03.18 03:48:50.686870 [ 5 ] {6d9ef784-7659-4dcb-b9ad-8fa553b8b7d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4285 2025.03.18 03:48:50.687461 [ 5 ] {6d9ef784-7659-4dcb-b9ad-8fa553b8b7d6} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4286 2025.03.18 03:48:50.687501 [ 5 ] {6d9ef784-7659-4dcb-b9ad-8fa553b8b7d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4287 2025.03.18 03:48:50.687855 [ 5 ] {6d9ef784-7659-4dcb-b9ad-8fa553b8b7d6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4288 2025.03.18 03:48:50.688087 [ 5 ] {6d9ef784-7659-4dcb-b9ad-8fa553b8b7d6} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4289 2025.03.18 03:48:50.688408 [ 5 ] {6d9ef784-7659-4dcb-b9ad-8fa553b8b7d6} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001607 sec., 64094.58618543871 rows/sec., 5.01 MiB/sec.
4290 2025.03.18 03:48:50.688632 [ 5 ] {6d9ef784-7659-4dcb-b9ad-8fa553b8b7d6} <Debug> TCPHandler: Processed in 0.001963709 sec.
4291 2025.03.18 03:48:50.688852 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4292 2025.03.18 03:48:50.688958 [ 5 ] {8edca125-782c-4f80-87f5-be6ad54926a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4293 2025.03.18 03:48:50.689009 [ 5 ] {8edca125-782c-4f80-87f5-be6ad54926a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4294 2025.03.18 03:48:50.689569 [ 5 ] {8edca125-782c-4f80-87f5-be6ad54926a2} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4295 2025.03.18 03:48:50.689608 [ 5 ] {8edca125-782c-4f80-87f5-be6ad54926a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4296 2025.03.18 03:48:50.689987 [ 5 ] {8edca125-782c-4f80-87f5-be6ad54926a2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4297 2025.03.18 03:48:50.690213 [ 5 ] {8edca125-782c-4f80-87f5-be6ad54926a2} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4298 2025.03.18 03:48:50.690428 [ 5 ] {8edca125-782c-4f80-87f5-be6ad54926a2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001493 sec., 107166.7782987274 rows/sec., 7.46 MiB/sec.
4299 2025.03.18 03:48:50.690477 [ 5 ] {8edca125-782c-4f80-87f5-be6ad54926a2} <Debug> TCPHandler: Processed in 0.001693885 sec.
4300 2025.03.18 03:48:50.690579 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4301 2025.03.18 03:48:50.690682 [ 5 ] {101e15b9-494f-48bc-b627-700031934d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4302 2025.03.18 03:48:50.690747 [ 5 ] {101e15b9-494f-48bc-b627-700031934d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4303 2025.03.18 03:48:50.691880 [ 5 ] {101e15b9-494f-48bc-b627-700031934d3a} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4304 2025.03.18 03:48:50.691919 [ 5 ] {101e15b9-494f-48bc-b627-700031934d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4305 2025.03.18 03:48:50.692563 [ 5 ] {101e15b9-494f-48bc-b627-700031934d3a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4306 2025.03.18 03:48:50.692819 [ 5 ] {101e15b9-494f-48bc-b627-700031934d3a} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4307 2025.03.18 03:48:50.693050 [ 5 ] {101e15b9-494f-48bc-b627-700031934d3a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00239 sec., 16317.991631799161 rows/sec., 29.24 MiB/sec.
4308 2025.03.18 03:48:50.693141 [ 5 ] {101e15b9-494f-48bc-b627-700031934d3a} <Debug> TCPHandler: Processed in 0.002610209 sec.
4309 2025.03.18 03:48:50.693267 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4310 2025.03.18 03:48:50.693372 [ 5 ] {9446686c-9584-41f7-a752-384ca71be3af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4311 2025.03.18 03:48:50.693419 [ 5 ] {9446686c-9584-41f7-a752-384ca71be3af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4312 2025.03.18 03:48:50.693856 [ 5 ] {9446686c-9584-41f7-a752-384ca71be3af} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4313 2025.03.18 03:48:50.693894 [ 5 ] {9446686c-9584-41f7-a752-384ca71be3af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4314 2025.03.18 03:48:50.694244 [ 5 ] {9446686c-9584-41f7-a752-384ca71be3af} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4315 2025.03.18 03:48:50.694472 [ 5 ] {9446686c-9584-41f7-a752-384ca71be3af} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4316 2025.03.18 03:48:50.694680 [ 5 ] {9446686c-9584-41f7-a752-384ca71be3af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00133 sec., 45112.781954887214 rows/sec., 3.04 MiB/sec.
4317 2025.03.18 03:48:50.694729 [ 5 ] {9446686c-9584-41f7-a752-384ca71be3af} <Debug> TCPHandler: Processed in 0.001511072 sec.
4318 2025.03.18 03:48:54.209577 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache
4319 2025.03.18 03:48:54.209649 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache
4320 2025.03.18 03:48:54.322146 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956
4321 2025.03.18 03:48:54.323262 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4322 2025.03.18 03:48:54.323315 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4323 2025.03.18 03:48:54.323876 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4324 2025.03.18 03:48:54.324135 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4325 2025.03.18 03:48:54.324338 [ 75 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4326 2025.03.18 03:48:54.324379 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
4327 2025.03.18 03:48:54.324430 [ 75 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4328 2025.03.18 03:48:54.324464 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4329 2025.03.18 03:48:54.324594 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::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
4330 2025.03.18 03:48:54.324742 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4331 2025.03.18 03:48:54.324790 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part
4332 2025.03.18 03:48:54.324877 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part
4333 2025.03.18 03:48:54.325119 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part
4334 2025.03.18 03:48:54.325308 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part
4335 2025.03.18 03:48:54.325440 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part
4336 2025.03.18 03:48:54.325508 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part
4337 2025.03.18 03:48:54.330088 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005549203 sec., 2154543.6344642644 rows/sec., 30.82 MiB/sec.
4338 2025.03.18 03:48:54.330424 [ 191 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4339 2025.03.18 03:48:54.330763 [ 191 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_26_5} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4340 2025.03.18 03:48:54.330854 [ 191 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_26_5} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4341 2025.03.18 03:48:54.330951 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB.
4342 2025.03.18 03:48:55.096709 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
4343 2025.03.18 03:48:55.119184 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4344 2025.03.18 03:48:55.119238 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4345 2025.03.18 03:48:55.126847 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4346 2025.03.18 03:48:55.127629 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4347 2025.03.18 03:48:55.127917 [ 74 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4348 2025.03.18 03:48:55.127994 [ 74 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4349 2025.03.18 03:48:55.128046 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4350 2025.03.18 03:48:55.128515 [ 199 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
4351 2025.03.18 03:48:55.144080 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
4352 2025.03.18 03:48:55.145586 [ 199 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4353 2025.03.18 03:48:55.146874 [ 199 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
4354 2025.03.18 03:48:55.151788 [ 199 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
4355 2025.03.18 03:48:55.157024 [ 199 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
4356 2025.03.18 03:48:55.162312 [ 199 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
4357 2025.03.18 03:48:55.167856 [ 199 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
4358 2025.03.18 03:48:55.172468 [ 199 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
4359 2025.03.18 03:48:55.234730 [ 197 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.10653971 sec., 1839.689633095491 rows/sec., 9.51 MiB/sec.
4360 2025.03.18 03:48:55.237512 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4361 2025.03.18 03:48:55.240490 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_26_5} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4362 2025.03.18 03:48:55.240629 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_26_5} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4363 2025.03.18 03:48:55.242910 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4364 2025.03.18 03:48:55.679655 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4365 2025.03.18 03:48:55.679864 [ 5 ] {4304f8a4-75cd-43bc-b94f-b67a2390eccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4366 2025.03.18 03:48:55.679942 [ 5 ] {4304f8a4-75cd-43bc-b94f-b67a2390eccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4367 2025.03.18 03:48:55.680716 [ 5 ] {4304f8a4-75cd-43bc-b94f-b67a2390eccc} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4368 2025.03.18 03:48:55.680761 [ 5 ] {4304f8a4-75cd-43bc-b94f-b67a2390eccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4369 2025.03.18 03:48:55.681194 [ 5 ] {4304f8a4-75cd-43bc-b94f-b67a2390eccc} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4370 2025.03.18 03:48:55.681461 [ 5 ] {4304f8a4-75cd-43bc-b94f-b67a2390eccc} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4371 2025.03.18 03:48:55.681612 [ 74 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4372 2025.03.18 03:48:55.681661 [ 5 ] {4304f8a4-75cd-43bc-b94f-b67a2390eccc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001855 sec., 30188.679245283016 rows/sec., 2.32 MiB/sec.
4373 2025.03.18 03:48:55.681662 [ 74 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4374 2025.03.18 03:48:55.681718 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4375 2025.03.18 03:48:55.681741 [ 5 ] {4304f8a4-75cd-43bc-b94f-b67a2390eccc} <Debug> TCPHandler: Processed in 0.002225364 sec.
4376 2025.03.18 03:48:55.681864 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
4377 2025.03.18 03:48:55.681886 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4378 2025.03.18 03:48:55.681984 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4379 2025.03.18 03:48:55.682023 [ 5 ] {fb6b1e58-3f42-4e43-a2a1-0c6c2bf3e610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4380 2025.03.18 03:48:55.682024 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1404 rows starting from the beginning of the part
4381 2025.03.18 03:48:55.682080 [ 5 ] {fb6b1e58-3f42-4e43-a2a1-0c6c2bf3e610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4382 2025.03.18 03:48:55.682189 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part
4383 2025.03.18 03:48:55.682700 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 134 rows starting from the beginning of the part
4384 2025.03.18 03:48:55.682962 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part
4385 2025.03.18 03:48:55.683464 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 134 rows starting from the beginning of the part
4386 2025.03.18 03:48:55.683753 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part
4387 2025.03.18 03:48:55.684681 [ 5 ] {fb6b1e58-3f42-4e43-a2a1-0c6c2bf3e610} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4388 2025.03.18 03:48:55.684720 [ 5 ] {fb6b1e58-3f42-4e43-a2a1-0c6c2bf3e610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4389 2025.03.18 03:48:55.685353 [ 5 ] {fb6b1e58-3f42-4e43-a2a1-0c6c2bf3e610} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4390 2025.03.18 03:48:55.685633 [ 5 ] {fb6b1e58-3f42-4e43-a2a1-0c6c2bf3e610} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4391 2025.03.18 03:48:55.685839 [ 74 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4392 2025.03.18 03:48:55.685912 [ 74 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4393 2025.03.18 03:48:55.685964 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4394 2025.03.18 03:48:55.686047 [ 5 ] {fb6b1e58-3f42-4e43-a2a1-0c6c2bf3e610} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004014 sec., 15944.195316392625 rows/sec., 1.24 MiB/sec.
4395 2025.03.18 03:48:55.686577 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1840 rows, containing 5 columns (5 merged, 0 gathered) in 0.004759461 sec., 386598.39843209134 rows/sec., 33.79 MiB/sec.
4396 2025.03.18 03:48:55.686647 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
4397 2025.03.18 03:48:55.686689 [ 5 ] {fb6b1e58-3f42-4e43-a2a1-0c6c2bf3e610} <Debug> TCPHandler: Processed in 0.004861133 sec.
4398 2025.03.18 03:48:55.687229 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4399 2025.03.18 03:48:55.687214 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4400 2025.03.18 03:48:55.687289 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4401 2025.03.18 03:48:55.687497 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
4402 2025.03.18 03:48:55.687786 [ 5 ] {22bde6d1-63de-4c55-b992-c37ed6bce908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4403 2025.03.18 03:48:55.688151 [ 5 ] {22bde6d1-63de-4c55-b992-c37ed6bce908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4404 2025.03.18 03:48:55.688314 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part
4405 2025.03.18 03:48:55.688740 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 103 rows starting from the beginning of the part
4406 2025.03.18 03:48:55.688780 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_41_8} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4407 2025.03.18 03:48:55.689194 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part
4408 2025.03.18 03:48:55.689260 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_41_8} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4409 2025.03.18 03:48:55.689963 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
4410 2025.03.18 03:48:55.690034 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 103 rows starting from the beginning of the part
4411 2025.03.18 03:48:55.690485 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 64 rows starting from the beginning of the part
4412 2025.03.18 03:48:55.691669 [ 5 ] {22bde6d1-63de-4c55-b992-c37ed6bce908} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4413 2025.03.18 03:48:55.691746 [ 5 ] {22bde6d1-63de-4c55-b992-c37ed6bce908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4414 2025.03.18 03:48:55.692792 [ 5 ] {22bde6d1-63de-4c55-b992-c37ed6bce908} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4415 2025.03.18 03:48:55.693258 [ 5 ] {22bde6d1-63de-4c55-b992-c37ed6bce908} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4416 2025.03.18 03:48:55.693652 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4417 2025.03.18 03:48:55.693642 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1029 rows, containing 5 columns (5 merged, 0 gathered) in 0.007483932 sec., 137494.56836326144 rows/sec., 11.03 MiB/sec.
4418 2025.03.18 03:48:55.693728 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4419 2025.03.18 03:48:55.693796 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4420 2025.03.18 03:48:55.693829 [ 5 ] {22bde6d1-63de-4c55-b992-c37ed6bce908} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006291 sec., 25433.15848036878 rows/sec., 1.77 MiB/sec.
4421 2025.03.18 03:48:55.694009 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4422 2025.03.18 03:48:55.694208 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
4423 2025.03.18 03:48:55.694250 [ 5 ] {22bde6d1-63de-4c55-b992-c37ed6bce908} <Debug> TCPHandler: Processed in 0.007183528 sec.
4424 2025.03.18 03:48:55.694552 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4425 2025.03.18 03:48:55.694616 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4426 2025.03.18 03:48:55.694635 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10866 rows starting from the beginning of the part
4427 2025.03.18 03:48:55.694774 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_41_8} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4428 2025.03.18 03:48:55.695079 [ 5 ] {578f44dc-c20c-4cb2-9cab-a242c22fac06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4429 2025.03.18 03:48:55.695077 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part
4430 2025.03.18 03:48:55.695263 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_41_8} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4431 2025.03.18 03:48:55.695327 [ 5 ] {578f44dc-c20c-4cb2-9cab-a242c22fac06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4432 2025.03.18 03:48:55.695624 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part
4433 2025.03.18 03:48:55.695644 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
4434 2025.03.18 03:48:55.696048 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
4435 2025.03.18 03:48:55.696410 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
4436 2025.03.18 03:48:55.696765 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part
4437 2025.03.18 03:48:55.697992 [ 5 ] {578f44dc-c20c-4cb2-9cab-a242c22fac06} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4438 2025.03.18 03:48:55.698072 [ 5 ] {578f44dc-c20c-4cb2-9cab-a242c22fac06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4439 2025.03.18 03:48:55.698523 [ 5 ] {578f44dc-c20c-4cb2-9cab-a242c22fac06} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4440 2025.03.18 03:48:55.699004 [ 5 ] {578f44dc-c20c-4cb2-9cab-a242c22fac06} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4441 2025.03.18 03:48:55.699417 [ 71 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4442 2025.03.18 03:48:55.699576 [ 71 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4443 2025.03.18 03:48:55.699594 [ 5 ] {578f44dc-c20c-4cb2-9cab-a242c22fac06} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00467 sec., 12847.96573875803 rows/sec., 886.64 KiB/sec.
4444 2025.03.18 03:48:55.699672 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4445 2025.03.18 03:48:55.699913 [ 5 ] {578f44dc-c20c-4cb2-9cab-a242c22fac06} <Debug> TCPHandler: Processed in 0.005426332 sec.
4446 2025.03.18 03:48:55.700229 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
4447 2025.03.18 03:48:55.700725 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4448 2025.03.18 03:48:55.700844 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1848 rows starting from the beginning of the part
4449 2025.03.18 03:48:55.701240 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part
4450 2025.03.18 03:48:55.701644 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part
4451 2025.03.18 03:48:55.701915 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
4452 2025.03.18 03:48:55.702106 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
4453 2025.03.18 03:48:55.702230 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
4454 2025.03.18 03:48:55.703554 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11666 rows, containing 5 columns (5 merged, 0 gathered) in 0.009658475 sec., 1207851.1359194904 rows/sec., 82.81 MiB/sec.
4455 2025.03.18 03:48:55.703855 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4456 2025.03.18 03:48:55.704321 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4457 2025.03.18 03:48:55.704523 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4458 2025.03.18 03:48:55.704778 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB.
4459 2025.03.18 03:48:55.704860 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2148 rows, containing 4 columns (4 merged, 0 gathered) in 0.004992835 sec., 430216.5002448509 rows/sec., 28.99 MiB/sec.
4460 2025.03.18 03:48:55.705229 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4461 2025.03.18 03:48:55.705572 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_41_8} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4462 2025.03.18 03:48:55.705653 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_41_8} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4463 2025.03.18 03:48:55.705748 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
4464 2025.03.18 03:48:56.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.07 MiB, peak 199.22 MiB, free memory in arenas 0.00 B, will set to 190.91 MiB (RSS), difference: 1.85 MiB
4465 2025.03.18 03:48:57.160227 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4466 2025.03.18 03:48:57.160441 [ 5 ] {1524ef60-d79d-4872-98b3-ad1bbf9c4df6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4467 2025.03.18 03:48:57.160520 [ 5 ] {1524ef60-d79d-4872-98b3-ad1bbf9c4df6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4468 2025.03.18 03:48:57.161361 [ 5 ] {1524ef60-d79d-4872-98b3-ad1bbf9c4df6} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4469 2025.03.18 03:48:57.161413 [ 5 ] {1524ef60-d79d-4872-98b3-ad1bbf9c4df6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4470 2025.03.18 03:48:57.161839 [ 5 ] {1524ef60-d79d-4872-98b3-ad1bbf9c4df6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4471 2025.03.18 03:48:57.162095 [ 5 ] {1524ef60-d79d-4872-98b3-ad1bbf9c4df6} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4472 2025.03.18 03:48:57.162369 [ 5 ] {1524ef60-d79d-4872-98b3-ad1bbf9c4df6} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001987 sec., 12078.510317060896 rows/sec., 1.00 MiB/sec.
4473 2025.03.18 03:48:57.162540 [ 5 ] {1524ef60-d79d-4872-98b3-ad1bbf9c4df6} <Debug> TCPHandler: Processed in 0.002446287 sec.
4474 2025.03.18 03:48:57.162664 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4475 2025.03.18 03:48:57.162770 [ 5 ] {aa864df8-0097-4b83-a4ef-72ee6d3e1f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4476 2025.03.18 03:48:57.162816 [ 5 ] {aa864df8-0097-4b83-a4ef-72ee6d3e1f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4477 2025.03.18 03:48:57.163358 [ 5 ] {aa864df8-0097-4b83-a4ef-72ee6d3e1f24} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4478 2025.03.18 03:48:57.163397 [ 5 ] {aa864df8-0097-4b83-a4ef-72ee6d3e1f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4479 2025.03.18 03:48:57.163736 [ 5 ] {aa864df8-0097-4b83-a4ef-72ee6d3e1f24} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4480 2025.03.18 03:48:57.163968 [ 5 ] {aa864df8-0097-4b83-a4ef-72ee6d3e1f24} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4481 2025.03.18 03:48:57.164173 [ 5 ] {aa864df8-0097-4b83-a4ef-72ee6d3e1f24} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001426 sec., 11220.196353436186 rows/sec., 914.93 KiB/sec.
4482 2025.03.18 03:48:57.164225 [ 5 ] {aa864df8-0097-4b83-a4ef-72ee6d3e1f24} <Debug> TCPHandler: Processed in 0.001612555 sec.
4483 2025.03.18 03:48:57.164328 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4484 2025.03.18 03:48:57.164430 [ 5 ] {28257c5e-1738-470a-96fa-06fcffb256f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4485 2025.03.18 03:48:57.164473 [ 5 ] {28257c5e-1738-470a-96fa-06fcffb256f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4486 2025.03.18 03:48:57.165806 [ 5 ] {28257c5e-1738-470a-96fa-06fcffb256f8} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4487 2025.03.18 03:48:57.165845 [ 5 ] {28257c5e-1738-470a-96fa-06fcffb256f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4488 2025.03.18 03:48:57.166278 [ 5 ] {28257c5e-1738-470a-96fa-06fcffb256f8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4489 2025.03.18 03:48:57.166514 [ 5 ] {28257c5e-1738-470a-96fa-06fcffb256f8} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4490 2025.03.18 03:48:57.166708 [ 5 ] {28257c5e-1738-470a-96fa-06fcffb256f8} <Debug> executeQuery: Read 1402 rows, 120.44 KiB in 0.0023 sec., 609565.2173913043 rows/sec., 51.14 MiB/sec.
4491 2025.03.18 03:48:57.166759 [ 5 ] {28257c5e-1738-470a-96fa-06fcffb256f8} <Debug> TCPHandler: Processed in 0.002479818 sec.
4492 2025.03.18 03:48:57.166875 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4493 2025.03.18 03:48:57.166980 [ 5 ] {e017986c-2873-490b-a4be-d1eea0439fa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4494 2025.03.18 03:48:57.167025 [ 5 ] {e017986c-2873-490b-a4be-d1eea0439fa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4495 2025.03.18 03:48:57.167566 [ 5 ] {e017986c-2873-490b-a4be-d1eea0439fa2} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4496 2025.03.18 03:48:57.167605 [ 5 ] {e017986c-2873-490b-a4be-d1eea0439fa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4497 2025.03.18 03:48:57.167950 [ 5 ] {e017986c-2873-490b-a4be-d1eea0439fa2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4498 2025.03.18 03:48:57.168183 [ 5 ] {e017986c-2873-490b-a4be-d1eea0439fa2} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4499 2025.03.18 03:48:57.168391 [ 5 ] {e017986c-2873-490b-a4be-d1eea0439fa2} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.001433 sec., 46755.05931612003 rows/sec., 3.41 MiB/sec.
4500 2025.03.18 03:48:57.168442 [ 5 ] {e017986c-2873-490b-a4be-d1eea0439fa2} <Debug> TCPHandler: Processed in 0.001616745 sec.
4501 2025.03.18 03:48:57.168554 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4502 2025.03.18 03:48:57.168657 [ 5 ] {68620943-6d84-49ae-929c-986fe34421af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4503 2025.03.18 03:48:57.168700 [ 5 ] {68620943-6d84-49ae-929c-986fe34421af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4504 2025.03.18 03:48:57.169325 [ 5 ] {68620943-6d84-49ae-929c-986fe34421af} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4505 2025.03.18 03:48:57.169364 [ 5 ] {68620943-6d84-49ae-929c-986fe34421af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4506 2025.03.18 03:48:57.169708 [ 5 ] {68620943-6d84-49ae-929c-986fe34421af} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4507 2025.03.18 03:48:57.169937 [ 5 ] {68620943-6d84-49ae-929c-986fe34421af} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4508 2025.03.18 03:48:57.170178 [ 5 ] {68620943-6d84-49ae-929c-986fe34421af} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001542 sec., 163424.12451361868 rows/sec., 11.30 MiB/sec.
4509 2025.03.18 03:48:57.170336 [ 5 ] {68620943-6d84-49ae-929c-986fe34421af} <Debug> TCPHandler: Processed in 0.001830887 sec.
4510 2025.03.18 03:48:57.170455 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4511 2025.03.18 03:48:57.170559 [ 5 ] {6d7c5d81-5ad7-4ed2-8956-4bd97282985f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4512 2025.03.18 03:48:57.170604 [ 5 ] {6d7c5d81-5ad7-4ed2-8956-4bd97282985f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4513 2025.03.18 03:48:57.171136 [ 5 ] {6d7c5d81-5ad7-4ed2-8956-4bd97282985f} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4514 2025.03.18 03:48:57.171175 [ 5 ] {6d7c5d81-5ad7-4ed2-8956-4bd97282985f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4515 2025.03.18 03:48:57.171513 [ 5 ] {6d7c5d81-5ad7-4ed2-8956-4bd97282985f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4516 2025.03.18 03:48:57.171744 [ 5 ] {6d7c5d81-5ad7-4ed2-8956-4bd97282985f} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4517 2025.03.18 03:48:57.172009 [ 5 ] {6d7c5d81-5ad7-4ed2-8956-4bd97282985f} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001445 sec., 8304.498269896194 rows/sec., 648.79 KiB/sec.
4518 2025.03.18 03:48:57.172135 [ 5 ] {6d7c5d81-5ad7-4ed2-8956-4bd97282985f} <Debug> TCPHandler: Processed in 0.001728836 sec.
4519 2025.03.18 03:48:57.172237 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4520 2025.03.18 03:48:57.172335 [ 5 ] {5289d687-a420-4a9e-9105-60342f1cd33a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4521 2025.03.18 03:48:57.172379 [ 5 ] {5289d687-a420-4a9e-9105-60342f1cd33a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4522 2025.03.18 03:48:57.173200 [ 5 ] {5289d687-a420-4a9e-9105-60342f1cd33a} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4523 2025.03.18 03:48:57.173239 [ 5 ] {5289d687-a420-4a9e-9105-60342f1cd33a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4524 2025.03.18 03:48:57.173602 [ 5 ] {5289d687-a420-4a9e-9105-60342f1cd33a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4525 2025.03.18 03:48:57.173837 [ 5 ] {5289d687-a420-4a9e-9105-60342f1cd33a} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4526 2025.03.18 03:48:57.174030 [ 5 ] {5289d687-a420-4a9e-9105-60342f1cd33a} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.001716 sec., 356060.606060606 rows/sec., 26.80 MiB/sec.
4527 2025.03.18 03:48:57.174080 [ 5 ] {5289d687-a420-4a9e-9105-60342f1cd33a} <Debug> TCPHandler: Processed in 0.001890768 sec.
4528 2025.03.18 03:48:57.174181 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4529 2025.03.18 03:48:57.174282 [ 5 ] {eb4e21e7-5a2c-41c6-bd5b-04e3dc3fbaf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4530 2025.03.18 03:48:57.174356 [ 5 ] {eb4e21e7-5a2c-41c6-bd5b-04e3dc3fbaf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4531 2025.03.18 03:48:57.175126 [ 5 ] {eb4e21e7-5a2c-41c6-bd5b-04e3dc3fbaf3} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4532 2025.03.18 03:48:57.175168 [ 5 ] {eb4e21e7-5a2c-41c6-bd5b-04e3dc3fbaf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4533 2025.03.18 03:48:57.175586 [ 5 ] {eb4e21e7-5a2c-41c6-bd5b-04e3dc3fbaf3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4534 2025.03.18 03:48:57.175815 [ 5 ] {eb4e21e7-5a2c-41c6-bd5b-04e3dc3fbaf3} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4535 2025.03.18 03:48:57.176007 [ 5 ] {eb4e21e7-5a2c-41c6-bd5b-04e3dc3fbaf3} <Debug> executeQuery: Read 944 rows, 65.24 KiB in 0.001746 sec., 540664.3757159221 rows/sec., 36.49 MiB/sec.
4536 2025.03.18 03:48:57.176056 [ 5 ] {eb4e21e7-5a2c-41c6-bd5b-04e3dc3fbaf3} <Debug> TCPHandler: Processed in 0.001924539 sec.
4537 2025.03.18 03:48:57.176172 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4538 2025.03.18 03:48:57.176312 [ 5 ] {4e214612-9062-4424-86aa-7b69d7e304b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4539 2025.03.18 03:48:57.176379 [ 5 ] {4e214612-9062-4424-86aa-7b69d7e304b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4540 2025.03.18 03:48:57.177570 [ 5 ] {4e214612-9062-4424-86aa-7b69d7e304b5} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4541 2025.03.18 03:48:57.177609 [ 5 ] {4e214612-9062-4424-86aa-7b69d7e304b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4542 2025.03.18 03:48:57.178252 [ 5 ] {4e214612-9062-4424-86aa-7b69d7e304b5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4543 2025.03.18 03:48:57.178508 [ 5 ] {4e214612-9062-4424-86aa-7b69d7e304b5} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4544 2025.03.18 03:48:57.178751 [ 5 ] {4e214612-9062-4424-86aa-7b69d7e304b5} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002461 sec., 15847.216578626574 rows/sec., 28.40 MiB/sec.
4545 2025.03.18 03:48:57.178858 [ 5 ] {4e214612-9062-4424-86aa-7b69d7e304b5} <Debug> TCPHandler: Processed in 0.002739321 sec.
4546 2025.03.18 03:48:57.178971 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4547 2025.03.18 03:48:57.179072 [ 5 ] {30e812a1-0a47-45bb-8d0d-3c7e620a92b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4548 2025.03.18 03:48:57.179117 [ 5 ] {30e812a1-0a47-45bb-8d0d-3c7e620a92b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4549 2025.03.18 03:48:57.179535 [ 5 ] {30e812a1-0a47-45bb-8d0d-3c7e620a92b0} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4550 2025.03.18 03:48:57.179573 [ 5 ] {30e812a1-0a47-45bb-8d0d-3c7e620a92b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB.
4551 2025.03.18 03:48:57.179918 [ 5 ] {30e812a1-0a47-45bb-8d0d-3c7e620a92b0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4552 2025.03.18 03:48:57.180156 [ 5 ] {30e812a1-0a47-45bb-8d0d-3c7e620a92b0} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4553 2025.03.18 03:48:57.180359 [ 5 ] {30e812a1-0a47-45bb-8d0d-3c7e620a92b0} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001308 sec., 15290.519877675843 rows/sec., 1.03 MiB/sec.
4554 2025.03.18 03:48:57.180409 [ 5 ] {30e812a1-0a47-45bb-8d0d-3c7e620a92b0} <Debug> TCPHandler: Processed in 0.001488633 sec.
4555 2025.03.18 03:48:59.370596 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 634
4556 2025.03.18 03:48:59.373864 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4557 2025.03.18 03:48:59.373923 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4558 2025.03.18 03:48:59.375434 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4559 2025.03.18 03:48:59.375763 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4560 2025.03.18 03:48:59.377074 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 634
4561 2025.03.18 03:49:00.677304 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4562 2025.03.18 03:49:00.677496 [ 5 ] {d9d4ec0f-4805-4068-9a4b-75929fde7740} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4563 2025.03.18 03:49:00.677569 [ 5 ] {d9d4ec0f-4805-4068-9a4b-75929fde7740} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4564 2025.03.18 03:49:00.678363 [ 5 ] {d9d4ec0f-4805-4068-9a4b-75929fde7740} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4565 2025.03.18 03:49:00.678416 [ 5 ] {d9d4ec0f-4805-4068-9a4b-75929fde7740} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4566 2025.03.18 03:49:00.678844 [ 5 ] {d9d4ec0f-4805-4068-9a4b-75929fde7740} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4567 2025.03.18 03:49:00.679098 [ 5 ] {d9d4ec0f-4805-4068-9a4b-75929fde7740} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4568 2025.03.18 03:49:00.679347 [ 5 ] {d9d4ec0f-4805-4068-9a4b-75929fde7740} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001905 sec., 29396.325459317584 rows/sec., 2.26 MiB/sec.
4569 2025.03.18 03:49:00.679415 [ 5 ] {d9d4ec0f-4805-4068-9a4b-75929fde7740} <Debug> TCPHandler: Processed in 0.002246594 sec.
4570 2025.03.18 03:49:00.679545 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4571 2025.03.18 03:49:00.679655 [ 5 ] {99aeaa39-8eaa-4fad-94cd-4bfc34c86edd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4572 2025.03.18 03:49:00.679705 [ 5 ] {99aeaa39-8eaa-4fad-94cd-4bfc34c86edd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4573 2025.03.18 03:49:00.680265 [ 5 ] {99aeaa39-8eaa-4fad-94cd-4bfc34c86edd} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4574 2025.03.18 03:49:00.680305 [ 5 ] {99aeaa39-8eaa-4fad-94cd-4bfc34c86edd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4575 2025.03.18 03:49:00.680640 [ 5 ] {99aeaa39-8eaa-4fad-94cd-4bfc34c86edd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4576 2025.03.18 03:49:00.680861 [ 5 ] {99aeaa39-8eaa-4fad-94cd-4bfc34c86edd} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4577 2025.03.18 03:49:00.681071 [ 5 ] {99aeaa39-8eaa-4fad-94cd-4bfc34c86edd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001499 sec., 42695.130086724486 rows/sec., 3.33 MiB/sec.
4578 2025.03.18 03:49:00.681205 [ 5 ] {99aeaa39-8eaa-4fad-94cd-4bfc34c86edd} <Debug> TCPHandler: Processed in 0.001711876 sec.
4579 2025.03.18 03:49:00.681358 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4580 2025.03.18 03:49:00.681461 [ 5 ] {60d82ae7-d784-46f7-8204-5c52d3349bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4581 2025.03.18 03:49:00.681512 [ 5 ] {60d82ae7-d784-46f7-8204-5c52d3349bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4582 2025.03.18 03:49:00.682011 [ 5 ] {60d82ae7-d784-46f7-8204-5c52d3349bac} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4583 2025.03.18 03:49:00.682050 [ 5 ] {60d82ae7-d784-46f7-8204-5c52d3349bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4584 2025.03.18 03:49:00.682432 [ 5 ] {60d82ae7-d784-46f7-8204-5c52d3349bac} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4585 2025.03.18 03:49:00.682664 [ 5 ] {60d82ae7-d784-46f7-8204-5c52d3349bac} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4586 2025.03.18 03:49:00.682925 [ 5 ] {60d82ae7-d784-46f7-8204-5c52d3349bac} <Debug> executeQuery: Read 106 rows, 7.56 KiB in 0.001485 sec., 71380.47138047138 rows/sec., 4.97 MiB/sec.
4587 2025.03.18 03:49:00.683128 [ 5 ] {60d82ae7-d784-46f7-8204-5c52d3349bac} <Debug> TCPHandler: Processed in 0.001824958 sec.
4588 2025.03.18 03:49:00.683338 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4589 2025.03.18 03:49:00.683445 [ 5 ] {950b992d-c2aa-4ea9-9a86-506df1f5b279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4590 2025.03.18 03:49:00.683494 [ 5 ] {950b992d-c2aa-4ea9-9a86-506df1f5b279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4591 2025.03.18 03:49:00.683962 [ 5 ] {950b992d-c2aa-4ea9-9a86-506df1f5b279} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4592 2025.03.18 03:49:00.684002 [ 5 ] {950b992d-c2aa-4ea9-9a86-506df1f5b279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4593 2025.03.18 03:49:00.684360 [ 5 ] {950b992d-c2aa-4ea9-9a86-506df1f5b279} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4594 2025.03.18 03:49:00.684594 [ 5 ] {950b992d-c2aa-4ea9-9a86-506df1f5b279} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4595 2025.03.18 03:49:00.684849 [ 5 ] {950b992d-c2aa-4ea9-9a86-506df1f5b279} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001419 sec., 28188.865398167727 rows/sec., 1.90 MiB/sec.
4596 2025.03.18 03:49:00.684904 [ 5 ] {950b992d-c2aa-4ea9-9a86-506df1f5b279} <Debug> TCPHandler: Processed in 0.001629705 sec.
4597 2025.03.18 03:49:01.824624 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383
4598 2025.03.18 03:49:01.825339 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4599 2025.03.18 03:49:01.825389 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4600 2025.03.18 03:49:01.825904 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4601 2025.03.18 03:49:01.826151 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4602 2025.03.18 03:49:01.826417 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383
4603 2025.03.18 03:49:02.644249 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
4604 2025.03.18 03:49:02.663103 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4605 2025.03.18 03:49:02.663164 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4606 2025.03.18 03:49:02.670702 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4607 2025.03.18 03:49:02.671443 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4608 2025.03.18 03:49:02.674753 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
4609 2025.03.18 03:49:05.679853 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4610 2025.03.18 03:49:05.680047 [ 5 ] {0c8c768b-3c4b-4c9f-8a40-761cd7368636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4611 2025.03.18 03:49:05.680120 [ 5 ] {0c8c768b-3c4b-4c9f-8a40-761cd7368636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4612 2025.03.18 03:49:05.680948 [ 5 ] {0c8c768b-3c4b-4c9f-8a40-761cd7368636} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4613 2025.03.18 03:49:05.680999 [ 5 ] {0c8c768b-3c4b-4c9f-8a40-761cd7368636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4614 2025.03.18 03:49:05.681468 [ 5 ] {0c8c768b-3c4b-4c9f-8a40-761cd7368636} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
4615 2025.03.18 03:49:05.681723 [ 5 ] {0c8c768b-3c4b-4c9f-8a40-761cd7368636} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4616 2025.03.18 03:49:05.681928 [ 5 ] {0c8c768b-3c4b-4c9f-8a40-761cd7368636} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001936 sec., 28925.619834710742 rows/sec., 2.22 MiB/sec.
4617 2025.03.18 03:49:05.681998 [ 5 ] {0c8c768b-3c4b-4c9f-8a40-761cd7368636} <Debug> TCPHandler: Processed in 0.002277014 sec.
4618 2025.03.18 03:49:05.682128 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4619 2025.03.18 03:49:05.682248 [ 5 ] {776238fb-b7b1-4d4b-8749-b47b432e3161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4620 2025.03.18 03:49:05.682300 [ 5 ] {776238fb-b7b1-4d4b-8749-b47b432e3161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4621 2025.03.18 03:49:05.682876 [ 5 ] {776238fb-b7b1-4d4b-8749-b47b432e3161} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4622 2025.03.18 03:49:05.682916 [ 5 ] {776238fb-b7b1-4d4b-8749-b47b432e3161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4623 2025.03.18 03:49:05.683290 [ 5 ] {776238fb-b7b1-4d4b-8749-b47b432e3161} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
4624 2025.03.18 03:49:05.683542 [ 5 ] {776238fb-b7b1-4d4b-8749-b47b432e3161} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4625 2025.03.18 03:49:05.683741 [ 5 ] {776238fb-b7b1-4d4b-8749-b47b432e3161} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001518 sec., 42160.73781291173 rows/sec., 3.29 MiB/sec.
4626 2025.03.18 03:49:05.683804 [ 5 ] {776238fb-b7b1-4d4b-8749-b47b432e3161} <Debug> TCPHandler: Processed in 0.001733036 sec.
4627 2025.03.18 03:49:05.684046 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4628 2025.03.18 03:49:05.684169 [ 5 ] {1925681b-0053-4c69-bcd1-05d64d092e89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4629 2025.03.18 03:49:05.684220 [ 5 ] {1925681b-0053-4c69-bcd1-05d64d092e89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4630 2025.03.18 03:49:05.684752 [ 5 ] {1925681b-0053-4c69-bcd1-05d64d092e89} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4631 2025.03.18 03:49:05.684791 [ 5 ] {1925681b-0053-4c69-bcd1-05d64d092e89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4632 2025.03.18 03:49:05.685173 [ 5 ] {1925681b-0053-4c69-bcd1-05d64d092e89} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
4633 2025.03.18 03:49:05.685413 [ 5 ] {1925681b-0053-4c69-bcd1-05d64d092e89} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4634 2025.03.18 03:49:05.685588 [ 5 ] {1925681b-0053-4c69-bcd1-05d64d092e89} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001444 sec., 110803.32409972299 rows/sec., 7.72 MiB/sec.
4635 2025.03.18 03:49:05.685641 [ 5 ] {1925681b-0053-4c69-bcd1-05d64d092e89} <Debug> TCPHandler: Processed in 0.001687595 sec.
4636 2025.03.18 03:49:05.685759 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4637 2025.03.18 03:49:05.685867 [ 5 ] {029b09af-ce95-4d6d-8b0b-3c46b3a77a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4638 2025.03.18 03:49:05.685915 [ 5 ] {029b09af-ce95-4d6d-8b0b-3c46b3a77a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4639 2025.03.18 03:49:05.686352 [ 5 ] {029b09af-ce95-4d6d-8b0b-3c46b3a77a24} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4640 2025.03.18 03:49:05.686389 [ 5 ] {029b09af-ce95-4d6d-8b0b-3c46b3a77a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4641 2025.03.18 03:49:05.686746 [ 5 ] {029b09af-ce95-4d6d-8b0b-3c46b3a77a24} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
4642 2025.03.18 03:49:05.686980 [ 5 ] {029b09af-ce95-4d6d-8b0b-3c46b3a77a24} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4643 2025.03.18 03:49:05.687185 [ 5 ] {029b09af-ce95-4d6d-8b0b-3c46b3a77a24} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec.
4644 2025.03.18 03:49:05.687236 [ 5 ] {029b09af-ce95-4d6d-8b0b-3c46b3a77a24} <Debug> TCPHandler: Processed in 0.001528332 sec.
4645 2025.03.18 03:49:09.209714 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache
4646 2025.03.18 03:49:09.209818 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache
4647 2025.03.18 03:49:09.243813 [ 57 ] {} <Debug> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4648 2025.03.18 03:49:09.243892 [ 57 ] {} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4649 2025.03.18 03:49:09.243923 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4650 2025.03.18 03:49:09.244066 [ 189 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
4651 2025.03.18 03:49:09.244215 [ 189 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4652 2025.03.18 03:49:09.244259 [ 189 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
4653 2025.03.18 03:49:09.244359 [ 189 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part
4654 2025.03.18 03:49:09.244619 [ 189 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part
4655 2025.03.18 03:49:09.244801 [ 189 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
4656 2025.03.18 03:49:09.244961 [ 189 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part
4657 2025.03.18 03:49:09.246045 [ 187 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.002050331 sec., 23410.85414989092 rows/sec., 1.95 MiB/sec.
4658 2025.03.18 03:49:09.246187 [ 189 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4659 2025.03.18 03:49:09.246460 [ 189 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_5_1} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4660 2025.03.18 03:49:09.246534 [ 189 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_5_1} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4661 2025.03.18 03:49:09.246606 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4662 2025.03.18 03:49:09.326621 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871
4663 2025.03.18 03:49:09.327295 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4664 2025.03.18 03:49:09.327350 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4665 2025.03.18 03:49:09.327889 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4666 2025.03.18 03:49:09.328144 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4667 2025.03.18 03:49:09.328394 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
4668 2025.03.18 03:49:09.377419 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 650
4669 2025.03.18 03:49:09.380157 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4670 2025.03.18 03:49:09.380206 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4671 2025.03.18 03:49:09.381647 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4672 2025.03.18 03:49:09.381948 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4673 2025.03.18 03:49:09.383076 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 650
4674 2025.03.18 03:49:10.174949 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
4675 2025.03.18 03:49:10.196047 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4676 2025.03.18 03:49:10.196118 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4677 2025.03.18 03:49:10.203442 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4678 2025.03.18 03:49:10.204224 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4679 2025.03.18 03:49:10.207480 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
4680 2025.03.18 03:49:10.681932 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4681 2025.03.18 03:49:10.682177 [ 5 ] {e4ea2b33-c570-4e1a-b7f6-cbcd4863d513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4682 2025.03.18 03:49:10.682257 [ 5 ] {e4ea2b33-c570-4e1a-b7f6-cbcd4863d513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4683 2025.03.18 03:49:10.683130 [ 5 ] {e4ea2b33-c570-4e1a-b7f6-cbcd4863d513} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4684 2025.03.18 03:49:10.683182 [ 5 ] {e4ea2b33-c570-4e1a-b7f6-cbcd4863d513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4685 2025.03.18 03:49:10.683637 [ 5 ] {e4ea2b33-c570-4e1a-b7f6-cbcd4863d513} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
4686 2025.03.18 03:49:10.683897 [ 5 ] {e4ea2b33-c570-4e1a-b7f6-cbcd4863d513} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4687 2025.03.18 03:49:10.684135 [ 5 ] {e4ea2b33-c570-4e1a-b7f6-cbcd4863d513} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.002018 sec., 66402.378592666 rows/sec., 5.73 MiB/sec.
4688 2025.03.18 03:49:10.684193 [ 5 ] {e4ea2b33-c570-4e1a-b7f6-cbcd4863d513} <Debug> TCPHandler: Processed in 0.002455777 sec.
4689 2025.03.18 03:49:10.684431 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4690 2025.03.18 03:49:10.684551 [ 5 ] {a225d5fc-ef49-4dbf-8531-fea2a3c49f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4691 2025.03.18 03:49:10.684625 [ 5 ] {a225d5fc-ef49-4dbf-8531-fea2a3c49f37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4692 2025.03.18 03:49:10.685174 [ 5 ] {a225d5fc-ef49-4dbf-8531-fea2a3c49f37} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4693 2025.03.18 03:49:10.685214 [ 5 ] {a225d5fc-ef49-4dbf-8531-fea2a3c49f37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4694 2025.03.18 03:49:10.685577 [ 5 ] {a225d5fc-ef49-4dbf-8531-fea2a3c49f37} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4695 2025.03.18 03:49:10.685812 [ 5 ] {a225d5fc-ef49-4dbf-8531-fea2a3c49f37} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4696 2025.03.18 03:49:10.686018 [ 5 ] {a225d5fc-ef49-4dbf-8531-fea2a3c49f37} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00149 sec., 26174.4966442953 rows/sec., 1.92 MiB/sec.
4697 2025.03.18 03:49:10.686070 [ 5 ] {a225d5fc-ef49-4dbf-8531-fea2a3c49f37} <Debug> TCPHandler: Processed in 0.001691905 sec.
4698 2025.03.18 03:49:10.686187 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4699 2025.03.18 03:49:10.686293 [ 5 ] {6bd39c91-21a1-40bd-8282-bf5f3958dad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4700 2025.03.18 03:49:10.686339 [ 5 ] {6bd39c91-21a1-40bd-8282-bf5f3958dad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4701 2025.03.18 03:49:10.686885 [ 5 ] {6bd39c91-21a1-40bd-8282-bf5f3958dad3} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4702 2025.03.18 03:49:10.686924 [ 5 ] {6bd39c91-21a1-40bd-8282-bf5f3958dad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4703 2025.03.18 03:49:10.687275 [ 5 ] {6bd39c91-21a1-40bd-8282-bf5f3958dad3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
4704 2025.03.18 03:49:10.687512 [ 5 ] {6bd39c91-21a1-40bd-8282-bf5f3958dad3} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4705 2025.03.18 03:49:10.687731 [ 5 ] {6bd39c91-21a1-40bd-8282-bf5f3958dad3} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001459 sec., 70596.29883481837 rows/sec., 5.51 MiB/sec.
4706 2025.03.18 03:49:10.687784 [ 5 ] {6bd39c91-21a1-40bd-8282-bf5f3958dad3} <Debug> TCPHandler: Processed in 0.001647035 sec.
4707 2025.03.18 03:49:10.687904 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4708 2025.03.18 03:49:10.688010 [ 5 ] {a7462d58-7ab4-432a-b909-d52725a2c26b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4709 2025.03.18 03:49:10.688059 [ 5 ] {a7462d58-7ab4-432a-b909-d52725a2c26b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4710 2025.03.18 03:49:10.688576 [ 5 ] {a7462d58-7ab4-432a-b909-d52725a2c26b} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4711 2025.03.18 03:49:10.688614 [ 5 ] {a7462d58-7ab4-432a-b909-d52725a2c26b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4712 2025.03.18 03:49:10.688985 [ 5 ] {a7462d58-7ab4-432a-b909-d52725a2c26b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
4713 2025.03.18 03:49:10.689215 [ 5 ] {a7462d58-7ab4-432a-b909-d52725a2c26b} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4714 2025.03.18 03:49:10.689428 [ 5 ] {a7462d58-7ab4-432a-b909-d52725a2c26b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001439 sec., 111188.3252258513 rows/sec., 7.74 MiB/sec.
4715 2025.03.18 03:49:10.689478 [ 5 ] {a7462d58-7ab4-432a-b909-d52725a2c26b} <Debug> TCPHandler: Processed in 0.001624835 sec.
4716 2025.03.18 03:49:10.689582 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4717 2025.03.18 03:49:10.689683 [ 5 ] {b5c1f1bb-8d2c-4359-84a7-ba03df59af6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4718 2025.03.18 03:49:10.689748 [ 5 ] {b5c1f1bb-8d2c-4359-84a7-ba03df59af6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4719 2025.03.18 03:49:10.690844 [ 5 ] {b5c1f1bb-8d2c-4359-84a7-ba03df59af6c} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4720 2025.03.18 03:49:10.690883 [ 5 ] {b5c1f1bb-8d2c-4359-84a7-ba03df59af6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4721 2025.03.18 03:49:10.691535 [ 5 ] {b5c1f1bb-8d2c-4359-84a7-ba03df59af6c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4722 2025.03.18 03:49:10.691782 [ 5 ] {b5c1f1bb-8d2c-4359-84a7-ba03df59af6c} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4723 2025.03.18 03:49:10.692013 [ 5 ] {b5c1f1bb-8d2c-4359-84a7-ba03df59af6c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002351 sec., 16588.685665674184 rows/sec., 29.73 MiB/sec.
4724 2025.03.18 03:49:10.692104 [ 5 ] {b5c1f1bb-8d2c-4359-84a7-ba03df59af6c} <Debug> TCPHandler: Processed in 0.002571779 sec.
4725 2025.03.18 03:49:10.692243 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4726 2025.03.18 03:49:10.692349 [ 5 ] {d1965ee2-319c-464c-9b81-0c633d93f729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4727 2025.03.18 03:49:10.692396 [ 5 ] {d1965ee2-319c-464c-9b81-0c633d93f729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4728 2025.03.18 03:49:10.692837 [ 5 ] {d1965ee2-319c-464c-9b81-0c633d93f729} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4729 2025.03.18 03:49:10.692877 [ 5 ] {d1965ee2-319c-464c-9b81-0c633d93f729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4730 2025.03.18 03:49:10.693227 [ 5 ] {d1965ee2-319c-464c-9b81-0c633d93f729} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
4731 2025.03.18 03:49:10.693463 [ 5 ] {d1965ee2-319c-464c-9b81-0c633d93f729} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4732 2025.03.18 03:49:10.693709 [ 5 ] {d1965ee2-319c-464c-9b81-0c633d93f729} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001375 sec., 43636.36363636364 rows/sec., 2.94 MiB/sec.
4733 2025.03.18 03:49:10.693780 [ 5 ] {d1965ee2-319c-464c-9b81-0c633d93f729} <Debug> TCPHandler: Processed in 0.001588994 sec.
4734 2025.03.18 03:49:15.680414 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4735 2025.03.18 03:49:15.680624 [ 5 ] {b3e6afd0-777d-43f8-ba90-42a49731db0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4736 2025.03.18 03:49:15.680701 [ 5 ] {b3e6afd0-777d-43f8-ba90-42a49731db0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4737 2025.03.18 03:49:15.681514 [ 5 ] {b3e6afd0-777d-43f8-ba90-42a49731db0c} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4738 2025.03.18 03:49:15.681571 [ 5 ] {b3e6afd0-777d-43f8-ba90-42a49731db0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4739 2025.03.18 03:49:15.682005 [ 5 ] {b3e6afd0-777d-43f8-ba90-42a49731db0c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
4740 2025.03.18 03:49:15.682254 [ 5 ] {b3e6afd0-777d-43f8-ba90-42a49731db0c} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4741 2025.03.18 03:49:15.682424 [ 46 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
4742 2025.03.18 03:49:15.682465 [ 46 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4743 2025.03.18 03:49:15.682478 [ 5 ] {b3e6afd0-777d-43f8-ba90-42a49731db0c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001906 sec., 29380.90241343127 rows/sec., 2.26 MiB/sec.
4744 2025.03.18 03:49:15.682491 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4745 2025.03.18 03:49:15.682606 [ 5 ] {b3e6afd0-777d-43f8-ba90-42a49731db0c} <Debug> TCPHandler: Processed in 0.002329135 sec.
4746 2025.03.18 03:49:15.682736 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
4747 2025.03.18 03:49:15.682806 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4748 2025.03.18 03:49:15.683007 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4749 2025.03.18 03:49:15.683023 [ 5 ] {50614803-fc6a-49d8-9187-4d6b813e2e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4750 2025.03.18 03:49:15.683068 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1404 rows starting from the beginning of the part
4751 2025.03.18 03:49:15.683125 [ 5 ] {50614803-fc6a-49d8-9187-4d6b813e2e55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4752 2025.03.18 03:49:15.683406 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1402 rows starting from the beginning of the part
4753 2025.03.18 03:49:15.683737 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part
4754 2025.03.18 03:49:15.684008 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part
4755 2025.03.18 03:49:15.684312 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 134 rows starting from the beginning of the part
4756 2025.03.18 03:49:15.684633 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part
4757 2025.03.18 03:49:15.686229 [ 5 ] {50614803-fc6a-49d8-9187-4d6b813e2e55} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4758 2025.03.18 03:49:15.686295 [ 5 ] {50614803-fc6a-49d8-9187-4d6b813e2e55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4759 2025.03.18 03:49:15.687449 [ 5 ] {50614803-fc6a-49d8-9187-4d6b813e2e55} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
4760 2025.03.18 03:49:15.687769 [ 5 ] {50614803-fc6a-49d8-9187-4d6b813e2e55} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4761 2025.03.18 03:49:15.688050 [ 46 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
4762 2025.03.18 03:49:15.688184 [ 46 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4763 2025.03.18 03:49:15.688267 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4764 2025.03.18 03:49:15.688547 [ 5 ] {50614803-fc6a-49d8-9187-4d6b813e2e55} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005552 sec., 11527.377521613833 rows/sec., 921.33 KiB/sec.
4765 2025.03.18 03:49:15.688690 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 5 columns (5 merged, 0 gathered) in 0.006068571 sec., 512146.9288239356 rows/sec., 44.78 MiB/sec.
4766 2025.03.18 03:49:15.688988 [ 5 ] {50614803-fc6a-49d8-9187-4d6b813e2e55} <Debug> TCPHandler: Processed in 0.006249464 sec.
4767 2025.03.18 03:49:15.689046 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
4768 2025.03.18 03:49:15.689232 [ 186 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
4769 2025.03.18 03:49:15.689488 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4770 2025.03.18 03:49:15.689788 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4771 2025.03.18 03:49:15.689913 [ 5 ] {2c43097e-6685-4ad1-85f7-8630e6e80fb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4772 2025.03.18 03:49:15.689995 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
4773 2025.03.18 03:49:15.690202 [ 5 ] {2c43097e-6685-4ad1-85f7-8630e6e80fb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4774 2025.03.18 03:49:15.690335 [ 186 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_46_9} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4775 2025.03.18 03:49:15.690645 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 611 rows starting from the beginning of the part
4776 2025.03.18 03:49:15.690766 [ 186 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_46_9} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
4777 2025.03.18 03:49:15.691182 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
4778 2025.03.18 03:49:15.691664 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part
4779 2025.03.18 03:49:15.692098 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part
4780 2025.03.18 03:49:15.692448 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 103 rows starting from the beginning of the part
4781 2025.03.18 03:49:15.692626 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part
4782 2025.03.18 03:49:15.693593 [ 5 ] {2c43097e-6685-4ad1-85f7-8630e6e80fb6} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4783 2025.03.18 03:49:15.693653 [ 5 ] {2c43097e-6685-4ad1-85f7-8630e6e80fb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4784 2025.03.18 03:49:15.694865 [ 5 ] {2c43097e-6685-4ad1-85f7-8630e6e80fb6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
4785 2025.03.18 03:49:15.695267 [ 5 ] {2c43097e-6685-4ad1-85f7-8630e6e80fb6} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4786 2025.03.18 03:49:15.695579 [ 46 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
4787 2025.03.18 03:49:15.695690 [ 46 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4788 2025.03.18 03:49:15.695798 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4789 2025.03.18 03:49:15.695991 [ 5 ] {2c43097e-6685-4ad1-85f7-8630e6e80fb6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006197 sec., 25818.944650637404 rows/sec., 1.80 MiB/sec.
4790 2025.03.18 03:49:15.696437 [ 5 ] {2c43097e-6685-4ad1-85f7-8630e6e80fb6} <Debug> TCPHandler: Processed in 0.007097037 sec.
4791 2025.03.18 03:49:15.696480 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
4792 2025.03.18 03:49:15.696731 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1537 rows, containing 5 columns (5 merged, 0 gathered) in 0.008253664 sec., 186220.32590616724 rows/sec., 14.83 MiB/sec.
4793 2025.03.18 03:49:15.697073 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4794 2025.03.18 03:49:15.697247 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4795 2025.03.18 03:49:15.697437 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11666 rows starting from the beginning of the part
4796 2025.03.18 03:49:15.697579 [ 5 ] {f091ff87-ab39-4257-96d4-9e8844b2fbcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4797 2025.03.18 03:49:15.697709 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
4798 2025.03.18 03:49:15.697905 [ 5 ] {f091ff87-ab39-4257-96d4-9e8844b2fbcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4799 2025.03.18 03:49:15.698048 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 944 rows starting from the beginning of the part
4800 2025.03.18 03:49:15.698510 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 106 rows starting from the beginning of the part
4801 2025.03.18 03:49:15.698880 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part
4802 2025.03.18 03:49:15.699305 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part
4803 2025.03.18 03:49:15.699697 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
4804 2025.03.18 03:49:15.700549 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_46_9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4805 2025.03.18 03:49:15.700956 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_46_9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
4806 2025.03.18 03:49:15.701338 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
4807 2025.03.18 03:49:15.701549 [ 5 ] {f091ff87-ab39-4257-96d4-9e8844b2fbcc} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4808 2025.03.18 03:49:15.701616 [ 5 ] {f091ff87-ab39-4257-96d4-9e8844b2fbcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4809 2025.03.18 03:49:15.702563 [ 5 ] {f091ff87-ab39-4257-96d4-9e8844b2fbcc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
4810 2025.03.18 03:49:15.703195 [ 5 ] {f091ff87-ab39-4257-96d4-9e8844b2fbcc} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4811 2025.03.18 03:49:15.703459 [ 46 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
4812 2025.03.18 03:49:15.703523 [ 46 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4813 2025.03.18 03:49:15.703549 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4814 2025.03.18 03:49:15.703598 [ 5 ] {f091ff87-ab39-4257-96d4-9e8844b2fbcc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006215 sec., 9654.062751407884 rows/sec., 666.23 KiB/sec.
4815 2025.03.18 03:49:15.703719 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
4816 2025.03.18 03:49:15.703779 [ 5 ] {f091ff87-ab39-4257-96d4-9e8844b2fbcc} <Debug> TCPHandler: Processed in 0.006908244 sec.
4817 2025.03.18 03:49:15.704535 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4818 2025.03.18 03:49:15.704586 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2148 rows starting from the beginning of the part
4819 2025.03.18 03:49:15.704652 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
4820 2025.03.18 03:49:15.704885 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part
4821 2025.03.18 03:49:15.705159 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part
4822 2025.03.18 03:49:15.705341 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part
4823 2025.03.18 03:49:15.705545 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
4824 2025.03.18 03:49:15.706309 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13196 rows, containing 5 columns (5 merged, 0 gathered) in 0.010301655 sec., 1280959.2245129545 rows/sec., 87.79 MiB/sec.
4825 2025.03.18 03:49:15.706790 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
4826 2025.03.18 03:49:15.707472 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4827 2025.03.18 03:49:15.707667 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
4828 2025.03.18 03:49:15.707784 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.41 MiB.
4829 2025.03.18 03:49:15.708113 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2388 rows, containing 4 columns (4 merged, 0 gathered) in 0.004516508 sec., 528727.0608177823 rows/sec., 35.63 MiB/sec.
4830 2025.03.18 03:49:15.708351 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
4831 2025.03.18 03:49:15.708703 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_46_9} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4832 2025.03.18 03:49:15.708786 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_46_9} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
4833 2025.03.18 03:49:15.708870 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
4834 2025.03.18 03:49:16.828601 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298
4835 2025.03.18 03:49:16.829245 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4836 2025.03.18 03:49:16.829294 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4837 2025.03.18 03:49:16.829825 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4838 2025.03.18 03:49:16.830094 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4839 2025.03.18 03:49:16.830305 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298
4840 2025.03.18 03:49:17.707631 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
4841 2025.03.18 03:49:17.727785 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4842 2025.03.18 03:49:17.727837 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4843 2025.03.18 03:49:17.735506 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4844 2025.03.18 03:49:17.736281 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4845 2025.03.18 03:49:17.738932 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
4846 2025.03.18 03:49:19.383333 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 670
4847 2025.03.18 03:49:19.386317 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4848 2025.03.18 03:49:19.386379 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4849 2025.03.18 03:49:19.387880 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
4850 2025.03.18 03:49:19.388213 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4851 2025.03.18 03:49:19.388456 [ 40 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
4852 2025.03.18 03:49:19.388572 [ 40 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4853 2025.03.18 03:49:19.388634 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4854 2025.03.18 03:49:19.389335 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
4855 2025.03.18 03:49:19.390557 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 670
4856 2025.03.18 03:49:19.390942 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4857 2025.03.18 03:49:19.391113 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 558 rows starting from the beginning of the part
4858 2025.03.18 03:49:19.391747 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part
4859 2025.03.18 03:49:19.392345 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
4860 2025.03.18 03:49:19.392895 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part
4861 2025.03.18 03:49:19.393483 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part
4862 2025.03.18 03:49:19.394059 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
4863 2025.03.18 03:49:19.403370 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 670 rows, containing 72 columns (72 merged, 0 gathered) in 0.014557208 sec., 46025.30924886146 rows/sec., 38.81 MiB/sec.
4864 2025.03.18 03:49:19.404496 [ 199 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
4865 2025.03.18 03:49:19.405281 [ 199 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_21_4} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4866 2025.03.18 03:49:19.405367 [ 199 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_21_4} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
4867 2025.03.18 03:49:19.405684 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB.
4868 2025.03.18 03:49:20.682062 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4869 2025.03.18 03:49:20.682275 [ 5 ] {c2bc50fc-6a5e-41a1-a60e-43cf501a1090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4870 2025.03.18 03:49:20.682355 [ 5 ] {c2bc50fc-6a5e-41a1-a60e-43cf501a1090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4871 2025.03.18 03:49:20.683303 [ 5 ] {c2bc50fc-6a5e-41a1-a60e-43cf501a1090} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4872 2025.03.18 03:49:20.683357 [ 5 ] {c2bc50fc-6a5e-41a1-a60e-43cf501a1090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4873 2025.03.18 03:49:20.683812 [ 5 ] {c2bc50fc-6a5e-41a1-a60e-43cf501a1090} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
4874 2025.03.18 03:49:20.684072 [ 5 ] {c2bc50fc-6a5e-41a1-a60e-43cf501a1090} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4875 2025.03.18 03:49:20.684332 [ 5 ] {c2bc50fc-6a5e-41a1-a60e-43cf501a1090} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.002108 sec., 63567.362428842505 rows/sec., 5.48 MiB/sec.
4876 2025.03.18 03:49:20.684448 [ 5 ] {c2bc50fc-6a5e-41a1-a60e-43cf501a1090} <Debug> TCPHandler: Processed in 0.002524588 sec.
4877 2025.03.18 03:49:20.684685 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4878 2025.03.18 03:49:20.684802 [ 5 ] {78b1d21b-c439-41c9-8d29-031c1aac25c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4879 2025.03.18 03:49:20.684852 [ 5 ] {78b1d21b-c439-41c9-8d29-031c1aac25c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4880 2025.03.18 03:49:20.685419 [ 5 ] {78b1d21b-c439-41c9-8d29-031c1aac25c5} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4881 2025.03.18 03:49:20.685459 [ 5 ] {78b1d21b-c439-41c9-8d29-031c1aac25c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4882 2025.03.18 03:49:20.685809 [ 5 ] {78b1d21b-c439-41c9-8d29-031c1aac25c5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4883 2025.03.18 03:49:20.686044 [ 5 ] {78b1d21b-c439-41c9-8d29-031c1aac25c5} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4884 2025.03.18 03:49:20.686248 [ 5 ] {78b1d21b-c439-41c9-8d29-031c1aac25c5} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001469 sec., 26548.672566371682 rows/sec., 1.95 MiB/sec.
4885 2025.03.18 03:49:20.686270 [ 39 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
4886 2025.03.18 03:49:20.686312 [ 5 ] {78b1d21b-c439-41c9-8d29-031c1aac25c5} <Debug> TCPHandler: Processed in 0.001712376 sec.
4887 2025.03.18 03:49:20.686359 [ 39 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4888 2025.03.18 03:49:20.686420 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4889 2025.03.18 03:49:20.686494 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4890 2025.03.18 03:49:20.686817 [ 5 ] {189463af-d03d-48e1-8e21-549e00adb21b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4891 2025.03.18 03:49:20.686815 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full
4892 2025.03.18 03:49:20.686979 [ 5 ] {189463af-d03d-48e1-8e21-549e00adb21b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4893 2025.03.18 03:49:20.687338 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4894 2025.03.18 03:49:20.687379 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 69 rows starting from the beginning of the part
4895 2025.03.18 03:49:20.687555 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 39 rows starting from the beginning of the part
4896 2025.03.18 03:49:20.687868 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 39 rows starting from the beginning of the part
4897 2025.03.18 03:49:20.688263 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 67 rows starting from the beginning of the part
4898 2025.03.18 03:49:20.688459 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part
4899 2025.03.18 03:49:20.688606 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part
4900 2025.03.18 03:49:20.689172 [ 5 ] {189463af-d03d-48e1-8e21-549e00adb21b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4901 2025.03.18 03:49:20.689216 [ 5 ] {189463af-d03d-48e1-8e21-549e00adb21b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4902 2025.03.18 03:49:20.689806 [ 5 ] {189463af-d03d-48e1-8e21-549e00adb21b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
4903 2025.03.18 03:49:20.690185 [ 5 ] {189463af-d03d-48e1-8e21-549e00adb21b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4904 2025.03.18 03:49:20.690225 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 5 columns (5 merged, 0 gathered) in 0.003701245 sec., 78892.37270161796 rows/sec., 6.08 MiB/sec.
4905 2025.03.18 03:49:20.690620 [ 5 ] {189463af-d03d-48e1-8e21-549e00adb21b} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.003892 sec., 26464.542651593012 rows/sec., 2.07 MiB/sec.
4906 2025.03.18 03:49:20.690646 [ 193 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
4907 2025.03.18 03:49:20.690836 [ 5 ] {189463af-d03d-48e1-8e21-549e00adb21b} <Debug> TCPHandler: Processed in 0.004419407 sec.
4908 2025.03.18 03:49:20.691179 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4909 2025.03.18 03:49:20.691468 [ 5 ] {0f7daa16-29fb-4e65-98f8-658b12d5577d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4910 2025.03.18 03:49:20.691632 [ 5 ] {0f7daa16-29fb-4e65-98f8-658b12d5577d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4911 2025.03.18 03:49:20.691945 [ 193 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_20_4} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4912 2025.03.18 03:49:20.692243 [ 193 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_20_4} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
4913 2025.03.18 03:49:20.692377 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4914 2025.03.18 03:49:20.692676 [ 5 ] {0f7daa16-29fb-4e65-98f8-658b12d5577d} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4915 2025.03.18 03:49:20.692720 [ 5 ] {0f7daa16-29fb-4e65-98f8-658b12d5577d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4916 2025.03.18 03:49:20.693110 [ 5 ] {0f7daa16-29fb-4e65-98f8-658b12d5577d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
4917 2025.03.18 03:49:20.693343 [ 5 ] {0f7daa16-29fb-4e65-98f8-658b12d5577d} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4918 2025.03.18 03:49:20.693577 [ 5 ] {0f7daa16-29fb-4e65-98f8-658b12d5577d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002191 sec., 73026.0155180283 rows/sec., 5.09 MiB/sec.
4919 2025.03.18 03:49:20.693638 [ 5 ] {0f7daa16-29fb-4e65-98f8-658b12d5577d} <Debug> TCPHandler: Processed in 0.002567719 sec.
4920 2025.03.18 03:49:20.693743 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4921 2025.03.18 03:49:20.693844 [ 5 ] {19b8ddf4-9217-4600-bee7-2c05d41f1d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4922 2025.03.18 03:49:20.693909 [ 5 ] {19b8ddf4-9217-4600-bee7-2c05d41f1d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4923 2025.03.18 03:49:20.695047 [ 5 ] {19b8ddf4-9217-4600-bee7-2c05d41f1d1f} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4924 2025.03.18 03:49:20.695086 [ 5 ] {19b8ddf4-9217-4600-bee7-2c05d41f1d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4925 2025.03.18 03:49:20.695748 [ 5 ] {19b8ddf4-9217-4600-bee7-2c05d41f1d1f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
4926 2025.03.18 03:49:20.695997 [ 5 ] {19b8ddf4-9217-4600-bee7-2c05d41f1d1f} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4927 2025.03.18 03:49:20.696266 [ 5 ] {19b8ddf4-9217-4600-bee7-2c05d41f1d1f} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002442 sec., 15970.51597051597 rows/sec., 28.62 MiB/sec.
4928 2025.03.18 03:49:20.696359 [ 5 ] {19b8ddf4-9217-4600-bee7-2c05d41f1d1f} <Debug> TCPHandler: Processed in 0.00266588 sec.
4929 2025.03.18 03:49:20.696493 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4930 2025.03.18 03:49:20.696600 [ 5 ] {945fb67e-23da-48a8-ba63-9311b1e196e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4931 2025.03.18 03:49:20.696646 [ 5 ] {945fb67e-23da-48a8-ba63-9311b1e196e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4932 2025.03.18 03:49:20.697103 [ 5 ] {945fb67e-23da-48a8-ba63-9311b1e196e2} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4933 2025.03.18 03:49:20.697142 [ 5 ] {945fb67e-23da-48a8-ba63-9311b1e196e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4934 2025.03.18 03:49:20.697488 [ 5 ] {945fb67e-23da-48a8-ba63-9311b1e196e2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
4935 2025.03.18 03:49:20.697718 [ 5 ] {945fb67e-23da-48a8-ba63-9311b1e196e2} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4936 2025.03.18 03:49:20.697969 [ 5 ] {945fb67e-23da-48a8-ba63-9311b1e196e2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec.
4937 2025.03.18 03:49:20.698125 [ 5 ] {945fb67e-23da-48a8-ba63-9311b1e196e2} <Debug> TCPHandler: Processed in 0.001678425 sec.
4938 2025.03.18 03:49:24.209883 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache
4939 2025.03.18 03:49:24.209985 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache
4940 2025.03.18 03:49:24.330538 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786
4941 2025.03.18 03:49:24.331537 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4942 2025.03.18 03:49:24.331574 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4943 2025.03.18 03:49:24.332092 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4944 2025.03.18 03:49:24.332339 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4945 2025.03.18 03:49:24.332521 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
4946 2025.03.18 03:49:25.239086 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
4947 2025.03.18 03:49:25.260854 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4948 2025.03.18 03:49:25.260923 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4949 2025.03.18 03:49:25.268773 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4950 2025.03.18 03:49:25.269581 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4951 2025.03.18 03:49:25.273228 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
4952 2025.03.18 03:49:25.680548 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4953 2025.03.18 03:49:25.680740 [ 5 ] {09c9bb66-fc7a-4137-b535-35ed2fb1e478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4954 2025.03.18 03:49:25.680813 [ 5 ] {09c9bb66-fc7a-4137-b535-35ed2fb1e478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4955 2025.03.18 03:49:25.681615 [ 5 ] {09c9bb66-fc7a-4137-b535-35ed2fb1e478} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4956 2025.03.18 03:49:25.681670 [ 5 ] {09c9bb66-fc7a-4137-b535-35ed2fb1e478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4957 2025.03.18 03:49:25.682109 [ 5 ] {09c9bb66-fc7a-4137-b535-35ed2fb1e478} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
4958 2025.03.18 03:49:25.682369 [ 5 ] {09c9bb66-fc7a-4137-b535-35ed2fb1e478} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4959 2025.03.18 03:49:25.682621 [ 5 ] {09c9bb66-fc7a-4137-b535-35ed2fb1e478} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001933 sec., 28970.512157268495 rows/sec., 2.23 MiB/sec.
4960 2025.03.18 03:49:25.682688 [ 5 ] {09c9bb66-fc7a-4137-b535-35ed2fb1e478} <Debug> TCPHandler: Processed in 0.002275684 sec.
4961 2025.03.18 03:49:25.682814 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4962 2025.03.18 03:49:25.682927 [ 5 ] {fbf96bbb-e79e-457d-85c1-b0c821803aaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4963 2025.03.18 03:49:25.682974 [ 5 ] {fbf96bbb-e79e-457d-85c1-b0c821803aaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4964 2025.03.18 03:49:25.683526 [ 5 ] {fbf96bbb-e79e-457d-85c1-b0c821803aaa} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4965 2025.03.18 03:49:25.683569 [ 5 ] {fbf96bbb-e79e-457d-85c1-b0c821803aaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4966 2025.03.18 03:49:25.683943 [ 5 ] {fbf96bbb-e79e-457d-85c1-b0c821803aaa} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
4967 2025.03.18 03:49:25.684184 [ 5 ] {fbf96bbb-e79e-457d-85c1-b0c821803aaa} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4968 2025.03.18 03:49:25.684429 [ 5 ] {fbf96bbb-e79e-457d-85c1-b0c821803aaa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001527 sec., 41912.246234446626 rows/sec., 3.27 MiB/sec.
4969 2025.03.18 03:49:25.684506 [ 5 ] {fbf96bbb-e79e-457d-85c1-b0c821803aaa} <Debug> TCPHandler: Processed in 0.001745727 sec.
4970 2025.03.18 03:49:25.684738 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4971 2025.03.18 03:49:25.684856 [ 5 ] {ea02bfa1-f478-47f6-b7fc-e918840fa929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4972 2025.03.18 03:49:25.684908 [ 5 ] {ea02bfa1-f478-47f6-b7fc-e918840fa929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4973 2025.03.18 03:49:25.685474 [ 5 ] {ea02bfa1-f478-47f6-b7fc-e918840fa929} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4974 2025.03.18 03:49:25.685515 [ 5 ] {ea02bfa1-f478-47f6-b7fc-e918840fa929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4975 2025.03.18 03:49:25.685899 [ 5 ] {ea02bfa1-f478-47f6-b7fc-e918840fa929} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
4976 2025.03.18 03:49:25.686134 [ 5 ] {ea02bfa1-f478-47f6-b7fc-e918840fa929} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4977 2025.03.18 03:49:25.686338 [ 5 ] {ea02bfa1-f478-47f6-b7fc-e918840fa929} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec.
4978 2025.03.18 03:49:25.686389 [ 5 ] {ea02bfa1-f478-47f6-b7fc-e918840fa929} <Debug> TCPHandler: Processed in 0.001732636 sec.
4979 2025.03.18 03:49:25.686493 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4980 2025.03.18 03:49:25.686595 [ 5 ] {d94c9650-0579-4f64-adc6-a1de7c463316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4981 2025.03.18 03:49:25.686641 [ 5 ] {d94c9650-0579-4f64-adc6-a1de7c463316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4982 2025.03.18 03:49:25.687070 [ 5 ] {d94c9650-0579-4f64-adc6-a1de7c463316} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4983 2025.03.18 03:49:25.687110 [ 5 ] {d94c9650-0579-4f64-adc6-a1de7c463316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4984 2025.03.18 03:49:25.687473 [ 5 ] {d94c9650-0579-4f64-adc6-a1de7c463316} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
4985 2025.03.18 03:49:25.687705 [ 5 ] {d94c9650-0579-4f64-adc6-a1de7c463316} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4986 2025.03.18 03:49:25.687911 [ 5 ] {d94c9650-0579-4f64-adc6-a1de7c463316} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec.
4987 2025.03.18 03:49:25.687961 [ 5 ] {d94c9650-0579-4f64-adc6-a1de7c463316} <Debug> TCPHandler: Processed in 0.001517842 sec.
4988 2025.03.18 03:49:27.160830 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4989 2025.03.18 03:49:27.161040 [ 5 ] {6915311d-04c9-4ee8-b614-a4fd620887ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4990 2025.03.18 03:49:27.161118 [ 5 ] {6915311d-04c9-4ee8-b614-a4fd620887ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4991 2025.03.18 03:49:27.161918 [ 5 ] {6915311d-04c9-4ee8-b614-a4fd620887ee} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4992 2025.03.18 03:49:27.161969 [ 5 ] {6915311d-04c9-4ee8-b614-a4fd620887ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
4993 2025.03.18 03:49:27.162403 [ 5 ] {6915311d-04c9-4ee8-b614-a4fd620887ee} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4994 2025.03.18 03:49:27.162682 [ 5 ] {6915311d-04c9-4ee8-b614-a4fd620887ee} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4995 2025.03.18 03:49:27.162885 [ 5 ] {6915311d-04c9-4ee8-b614-a4fd620887ee} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001901 sec., 12624.93424513414 rows/sec., 1.05 MiB/sec.
4996 2025.03.18 03:49:27.162947 [ 5 ] {6915311d-04c9-4ee8-b614-a4fd620887ee} <Debug> TCPHandler: Processed in 0.002257084 sec.
4997 2025.03.18 03:49:27.163060 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4998 2025.03.18 03:49:27.163170 [ 5 ] {b97e0564-d73b-4f57-a416-c1ce9c3ff909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4999 2025.03.18 03:49:27.163218 [ 5 ] {b97e0564-d73b-4f57-a416-c1ce9c3ff909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5000 2025.03.18 03:49:27.163753 [ 5 ] {b97e0564-d73b-4f57-a416-c1ce9c3ff909} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5001 2025.03.18 03:49:27.163789 [ 5 ] {b97e0564-d73b-4f57-a416-c1ce9c3ff909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5002 2025.03.18 03:49:27.164118 [ 5 ] {b97e0564-d73b-4f57-a416-c1ce9c3ff909} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
5003 2025.03.18 03:49:27.164340 [ 5 ] {b97e0564-d73b-4f57-a416-c1ce9c3ff909} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5004 2025.03.18 03:49:27.164592 [ 5 ] {b97e0564-d73b-4f57-a416-c1ce9c3ff909} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00144 sec., 1388.888888888889 rows/sec., 113.25 KiB/sec.
5005 2025.03.18 03:49:27.164791 [ 5 ] {b97e0564-d73b-4f57-a416-c1ce9c3ff909} <Debug> TCPHandler: Processed in 0.001777277 sec.
5006 2025.03.18 03:49:27.164914 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5007 2025.03.18 03:49:27.165019 [ 5 ] {940c7397-0d70-444d-b84e-5dd8e9abfbcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5008 2025.03.18 03:49:27.165064 [ 5 ] {940c7397-0d70-444d-b84e-5dd8e9abfbcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5009 2025.03.18 03:49:27.166332 [ 5 ] {940c7397-0d70-444d-b84e-5dd8e9abfbcf} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5010 2025.03.18 03:49:27.166370 [ 5 ] {940c7397-0d70-444d-b84e-5dd8e9abfbcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5011 2025.03.18 03:49:27.166802 [ 5 ] {940c7397-0d70-444d-b84e-5dd8e9abfbcf} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5012 2025.03.18 03:49:27.167043 [ 5 ] {940c7397-0d70-444d-b84e-5dd8e9abfbcf} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5013 2025.03.18 03:49:27.167229 [ 5 ] {940c7397-0d70-444d-b84e-5dd8e9abfbcf} <Debug> executeQuery: Read 1395 rows, 119.93 KiB in 0.002233 sec., 624720.1074787282 rows/sec., 52.45 MiB/sec.
5014 2025.03.18 03:49:27.167312 [ 5 ] {940c7397-0d70-444d-b84e-5dd8e9abfbcf} <Debug> TCPHandler: Processed in 0.002449227 sec.
5015 2025.03.18 03:49:27.167536 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5016 2025.03.18 03:49:27.167664 [ 5 ] {92a8f585-17c4-4d48-ba77-23bbe19ddfb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5017 2025.03.18 03:49:27.167709 [ 5 ] {92a8f585-17c4-4d48-ba77-23bbe19ddfb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5018 2025.03.18 03:49:27.168262 [ 5 ] {92a8f585-17c4-4d48-ba77-23bbe19ddfb9} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5019 2025.03.18 03:49:27.168300 [ 5 ] {92a8f585-17c4-4d48-ba77-23bbe19ddfb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5020 2025.03.18 03:49:27.168656 [ 5 ] {92a8f585-17c4-4d48-ba77-23bbe19ddfb9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5021 2025.03.18 03:49:27.168890 [ 5 ] {92a8f585-17c4-4d48-ba77-23bbe19ddfb9} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5022 2025.03.18 03:49:27.169059 [ 5 ] {92a8f585-17c4-4d48-ba77-23bbe19ddfb9} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.001418 sec., 37376.58674188999 rows/sec., 2.78 MiB/sec.
5023 2025.03.18 03:49:27.169108 [ 5 ] {92a8f585-17c4-4d48-ba77-23bbe19ddfb9} <Debug> TCPHandler: Processed in 0.001662475 sec.
5024 2025.03.18 03:49:27.169210 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5025 2025.03.18 03:49:27.169311 [ 5 ] {71982f35-f0a0-420f-aefd-f263fcce82ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5026 2025.03.18 03:49:27.169354 [ 5 ] {71982f35-f0a0-420f-aefd-f263fcce82ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5027 2025.03.18 03:49:27.169955 [ 5 ] {71982f35-f0a0-420f-aefd-f263fcce82ac} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5028 2025.03.18 03:49:27.169992 [ 5 ] {71982f35-f0a0-420f-aefd-f263fcce82ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5029 2025.03.18 03:49:27.170333 [ 5 ] {71982f35-f0a0-420f-aefd-f263fcce82ac} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5030 2025.03.18 03:49:27.170563 [ 5 ] {71982f35-f0a0-420f-aefd-f263fcce82ac} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5031 2025.03.18 03:49:27.170745 [ 5 ] {71982f35-f0a0-420f-aefd-f263fcce82ac} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001455 sec., 173195.8762886598 rows/sec., 11.98 MiB/sec.
5032 2025.03.18 03:49:27.170795 [ 5 ] {71982f35-f0a0-420f-aefd-f263fcce82ac} <Debug> TCPHandler: Processed in 0.001634505 sec.
5033 2025.03.18 03:49:27.170907 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5034 2025.03.18 03:49:27.171012 [ 5 ] {5446eeb5-7def-4388-92b1-4572ebf464f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5035 2025.03.18 03:49:27.171055 [ 5 ] {5446eeb5-7def-4388-92b1-4572ebf464f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5036 2025.03.18 03:49:27.171561 [ 5 ] {5446eeb5-7def-4388-92b1-4572ebf464f4} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5037 2025.03.18 03:49:27.171597 [ 5 ] {5446eeb5-7def-4388-92b1-4572ebf464f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5038 2025.03.18 03:49:27.171930 [ 5 ] {5446eeb5-7def-4388-92b1-4572ebf464f4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5039 2025.03.18 03:49:27.172160 [ 5 ] {5446eeb5-7def-4388-92b1-4572ebf464f4} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5040 2025.03.18 03:49:27.172429 [ 5 ] {5446eeb5-7def-4388-92b1-4572ebf464f4} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001413 sec., 8492.569002123142 rows/sec., 663.48 KiB/sec.
5041 2025.03.18 03:49:27.172540 [ 5 ] {5446eeb5-7def-4388-92b1-4572ebf464f4} <Debug> TCPHandler: Processed in 0.001682545 sec.
5042 2025.03.18 03:49:27.172645 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5043 2025.03.18 03:49:27.172745 [ 5 ] {d2491705-95af-427f-8413-440bb49aa28d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5044 2025.03.18 03:49:27.172788 [ 5 ] {d2491705-95af-427f-8413-440bb49aa28d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5045 2025.03.18 03:49:27.173537 [ 5 ] {d2491705-95af-427f-8413-440bb49aa28d} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5046 2025.03.18 03:49:27.173598 [ 5 ] {d2491705-95af-427f-8413-440bb49aa28d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5047 2025.03.18 03:49:27.173975 [ 5 ] {d2491705-95af-427f-8413-440bb49aa28d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5048 2025.03.18 03:49:27.174206 [ 5 ] {d2491705-95af-427f-8413-440bb49aa28d} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5049 2025.03.18 03:49:27.174414 [ 5 ] {d2491705-95af-427f-8413-440bb49aa28d} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.001679 sec., 355568.7909469923 rows/sec., 26.73 MiB/sec.
5050 2025.03.18 03:49:27.174575 [ 5 ] {d2491705-95af-427f-8413-440bb49aa28d} <Debug> TCPHandler: Processed in 0.00197552 sec.
5051 2025.03.18 03:49:27.174819 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5052 2025.03.18 03:49:27.174930 [ 5 ] {13a4b686-8563-4e99-90de-755c42e252dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5053 2025.03.18 03:49:27.174979 [ 5 ] {13a4b686-8563-4e99-90de-755c42e252dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5054 2025.03.18 03:49:27.175721 [ 5 ] {13a4b686-8563-4e99-90de-755c42e252dd} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5055 2025.03.18 03:49:27.175759 [ 5 ] {13a4b686-8563-4e99-90de-755c42e252dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5056 2025.03.18 03:49:27.176174 [ 5 ] {13a4b686-8563-4e99-90de-755c42e252dd} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5057 2025.03.18 03:49:27.176405 [ 5 ] {13a4b686-8563-4e99-90de-755c42e252dd} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5058 2025.03.18 03:49:27.176582 [ 5 ] {13a4b686-8563-4e99-90de-755c42e252dd} <Debug> executeQuery: Read 947 rows, 65.46 KiB in 0.001676 sec., 565035.799522673 rows/sec., 38.14 MiB/sec.
5059 2025.03.18 03:49:27.176632 [ 5 ] {13a4b686-8563-4e99-90de-755c42e252dd} <Debug> TCPHandler: Processed in 0.001908078 sec.
5060 2025.03.18 03:49:27.176765 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5061 2025.03.18 03:49:27.176901 [ 5 ] {cd14414b-7465-41d7-80dc-46e147d37358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5062 2025.03.18 03:49:27.176980 [ 5 ] {cd14414b-7465-41d7-80dc-46e147d37358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5063 2025.03.18 03:49:27.178199 [ 5 ] {cd14414b-7465-41d7-80dc-46e147d37358} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5064 2025.03.18 03:49:27.178237 [ 5 ] {cd14414b-7465-41d7-80dc-46e147d37358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5065 2025.03.18 03:49:27.178880 [ 5 ] {cd14414b-7465-41d7-80dc-46e147d37358} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5066 2025.03.18 03:49:27.179136 [ 5 ] {cd14414b-7465-41d7-80dc-46e147d37358} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5067 2025.03.18 03:49:27.179273 [ 30 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5068 2025.03.18 03:49:27.179325 [ 30 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5069 2025.03.18 03:49:27.179351 [ 5 ] {cd14414b-7465-41d7-80dc-46e147d37358} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002479 sec., 15732.150060508271 rows/sec., 28.19 MiB/sec.
5070 2025.03.18 03:49:27.179355 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5071 2025.03.18 03:49:27.179739 [ 5 ] {cd14414b-7465-41d7-80dc-46e147d37358} <Debug> TCPHandler: Processed in 0.003037026 sec.
5072 2025.03.18 03:49:27.179779 [ 197 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
5073 2025.03.18 03:49:27.179898 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5074 2025.03.18 03:49:27.180145 [ 5 ] {3cbe181f-097e-49fb-8d43-bb8231e95d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5075 2025.03.18 03:49:27.180277 [ 5 ] {3cbe181f-097e-49fb-8d43-bb8231e95d98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5076 2025.03.18 03:49:27.180846 [ 197 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5077 2025.03.18 03:49:27.181088 [ 197 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 516 rows starting from the beginning of the part
5078 2025.03.18 03:49:27.181827 [ 197 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 39 rows starting from the beginning of the part
5079 2025.03.18 03:49:27.182527 [ 5 ] {3cbe181f-097e-49fb-8d43-bb8231e95d98} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5080 2025.03.18 03:49:27.182610 [ 197 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 39 rows starting from the beginning of the part
5081 2025.03.18 03:49:27.182638 [ 5 ] {3cbe181f-097e-49fb-8d43-bb8231e95d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5082 2025.03.18 03:49:27.183415 [ 197 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part
5083 2025.03.18 03:49:27.184148 [ 197 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 39 rows starting from the beginning of the part
5084 2025.03.18 03:49:27.184249 [ 5 ] {3cbe181f-097e-49fb-8d43-bb8231e95d98} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5085 2025.03.18 03:49:27.184723 [ 197 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 39 rows starting from the beginning of the part
5086 2025.03.18 03:49:27.185035 [ 5 ] {3cbe181f-097e-49fb-8d43-bb8231e95d98} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5087 2025.03.18 03:49:27.185785 [ 5 ] {3cbe181f-097e-49fb-8d43-bb8231e95d98} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.005727 sec., 4190.675746464117 rows/sec., 289.20 KiB/sec.
5088 2025.03.18 03:49:27.186073 [ 5 ] {3cbe181f-097e-49fb-8d43-bb8231e95d98} <Debug> TCPHandler: Processed in 0.006230344 sec.
5089 2025.03.18 03:49:27.205721 [ 193 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 711 rows, containing 19 columns (19 merged, 0 gathered) in 0.026218724 sec., 27118.024507981398 rows/sec., 48.59 MiB/sec.
5090 2025.03.18 03:49:27.206674 [ 199 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5091 2025.03.18 03:49:27.207166 [ 199 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5092 2025.03.18 03:49:27.207258 [ 199 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5093 2025.03.18 03:49:27.207424 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.71 MiB.
5094 2025.03.18 03:49:28.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.16 MiB, peak 201.82 MiB, free memory in arenas 0.00 B, will set to 195.67 MiB (RSS), difference: 1.51 MiB
5095 2025.03.18 03:49:29.390844 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 710
5096 2025.03.18 03:49:29.394070 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5097 2025.03.18 03:49:29.394124 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5098 2025.03.18 03:49:29.395642 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5099 2025.03.18 03:49:29.395959 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5100 2025.03.18 03:49:29.397166 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 710
5101 2025.03.18 03:49:30.677493 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5102 2025.03.18 03:49:30.677685 [ 5 ] {16a25ed3-a5b0-4c99-b31d-233c01886cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5103 2025.03.18 03:49:30.677758 [ 5 ] {16a25ed3-a5b0-4c99-b31d-233c01886cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5104 2025.03.18 03:49:30.678575 [ 5 ] {16a25ed3-a5b0-4c99-b31d-233c01886cf9} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5105 2025.03.18 03:49:30.678628 [ 5 ] {16a25ed3-a5b0-4c99-b31d-233c01886cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5106 2025.03.18 03:49:30.679069 [ 5 ] {16a25ed3-a5b0-4c99-b31d-233c01886cf9} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5107 2025.03.18 03:49:30.679320 [ 5 ] {16a25ed3-a5b0-4c99-b31d-233c01886cf9} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5108 2025.03.18 03:49:30.679594 [ 5 ] {16a25ed3-a5b0-4c99-b31d-233c01886cf9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001953 sec., 28673.835125448026 rows/sec., 2.20 MiB/sec.
5109 2025.03.18 03:49:30.679680 [ 5 ] {16a25ed3-a5b0-4c99-b31d-233c01886cf9} <Debug> TCPHandler: Processed in 0.002320055 sec.
5110 2025.03.18 03:49:30.679933 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5111 2025.03.18 03:49:30.680056 [ 5 ] {23eb5d29-1f3f-440e-a0d4-7cc1e0fda029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5112 2025.03.18 03:49:30.680104 [ 5 ] {23eb5d29-1f3f-440e-a0d4-7cc1e0fda029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5113 2025.03.18 03:49:30.680669 [ 5 ] {23eb5d29-1f3f-440e-a0d4-7cc1e0fda029} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5114 2025.03.18 03:49:30.680706 [ 5 ] {23eb5d29-1f3f-440e-a0d4-7cc1e0fda029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5115 2025.03.18 03:49:30.681037 [ 5 ] {23eb5d29-1f3f-440e-a0d4-7cc1e0fda029} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5116 2025.03.18 03:49:30.681259 [ 5 ] {23eb5d29-1f3f-440e-a0d4-7cc1e0fda029} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5117 2025.03.18 03:49:30.681455 [ 5 ] {23eb5d29-1f3f-440e-a0d4-7cc1e0fda029} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00148 sec., 43243.24324324325 rows/sec., 3.38 MiB/sec.
5118 2025.03.18 03:49:30.681505 [ 5 ] {23eb5d29-1f3f-440e-a0d4-7cc1e0fda029} <Debug> TCPHandler: Processed in 0.001730326 sec.
5119 2025.03.18 03:49:30.681687 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5120 2025.03.18 03:49:30.681793 [ 5 ] {987b9cc1-92b4-4ec0-920e-2296379f7ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5121 2025.03.18 03:49:30.681842 [ 5 ] {987b9cc1-92b4-4ec0-920e-2296379f7ffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5122 2025.03.18 03:49:30.682341 [ 5 ] {987b9cc1-92b4-4ec0-920e-2296379f7ffc} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5123 2025.03.18 03:49:30.682381 [ 5 ] {987b9cc1-92b4-4ec0-920e-2296379f7ffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5124 2025.03.18 03:49:30.682757 [ 5 ] {987b9cc1-92b4-4ec0-920e-2296379f7ffc} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5125 2025.03.18 03:49:30.682992 [ 5 ] {987b9cc1-92b4-4ec0-920e-2296379f7ffc} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5126 2025.03.18 03:49:30.683224 [ 5 ] {987b9cc1-92b4-4ec0-920e-2296379f7ffc} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001449 sec., 66252.58799171842 rows/sec., 4.61 MiB/sec.
5127 2025.03.18 03:49:30.683315 [ 5 ] {987b9cc1-92b4-4ec0-920e-2296379f7ffc} <Debug> TCPHandler: Processed in 0.001679625 sec.
5128 2025.03.18 03:49:30.683570 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5129 2025.03.18 03:49:30.683715 [ 5 ] {acbecbf8-6615-47cb-889e-5e72ee40ef38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5130 2025.03.18 03:49:30.683765 [ 5 ] {acbecbf8-6615-47cb-889e-5e72ee40ef38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5131 2025.03.18 03:49:30.684216 [ 5 ] {acbecbf8-6615-47cb-889e-5e72ee40ef38} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5132 2025.03.18 03:49:30.684255 [ 5 ] {acbecbf8-6615-47cb-889e-5e72ee40ef38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5133 2025.03.18 03:49:30.684605 [ 5 ] {acbecbf8-6615-47cb-889e-5e72ee40ef38} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5134 2025.03.18 03:49:30.684837 [ 5 ] {acbecbf8-6615-47cb-889e-5e72ee40ef38} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5135 2025.03.18 03:49:30.685051 [ 5 ] {acbecbf8-6615-47cb-889e-5e72ee40ef38} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00136 sec., 26470.588235294115 rows/sec., 1.78 MiB/sec.
5136 2025.03.18 03:49:30.685100 [ 5 ] {acbecbf8-6615-47cb-889e-5e72ee40ef38} <Debug> TCPHandler: Processed in 0.001631505 sec.
5137 2025.03.18 03:49:31.832737 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213
5138 2025.03.18 03:49:31.833377 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5139 2025.03.18 03:49:31.833426 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5140 2025.03.18 03:49:31.833995 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5141 2025.03.18 03:49:31.834260 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5142 2025.03.18 03:49:31.834473 [ 26 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5143 2025.03.18 03:49:31.834510 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213
5144 2025.03.18 03:49:31.834558 [ 26 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5145 2025.03.18 03:49:31.834586 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5146 2025.03.18 03:49:31.834725 [ 192 ] {5aa70344-bffa-4328-b262-9125757f4448::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
5147 2025.03.18 03:49:31.834859 [ 192 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5148 2025.03.18 03:49:31.834905 [ 192 ] {5aa70344-bffa-4328-b262-9125757f4448::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
5149 2025.03.18 03:49:31.835018 [ 192 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part
5150 2025.03.18 03:49:31.835226 [ 192 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part
5151 2025.03.18 03:49:31.835447 [ 192 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part
5152 2025.03.18 03:49:31.835623 [ 192 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part
5153 2025.03.18 03:49:31.835701 [ 192 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part
5154 2025.03.18 03:49:31.838172 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003508012 sec., 4051582.49173606 rows/sec., 57.96 MiB/sec.
5155 2025.03.18 03:49:31.838759 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5156 2025.03.18 03:49:31.839238 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_31_6} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5157 2025.03.18 03:49:31.839342 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_31_6} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5158 2025.03.18 03:49:31.839468 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB.
5159 2025.03.18 03:49:32.773379 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
5160 2025.03.18 03:49:32.794991 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5161 2025.03.18 03:49:32.795052 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5162 2025.03.18 03:49:32.802436 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5163 2025.03.18 03:49:32.803182 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5164 2025.03.18 03:49:32.803538 [ 25 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5165 2025.03.18 03:49:32.803699 [ 25 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5166 2025.03.18 03:49:32.803766 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5167 2025.03.18 03:49:32.804161 [ 193 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
5168 2025.03.18 03:49:32.819404 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
5169 2025.03.18 03:49:32.820899 [ 193 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5170 2025.03.18 03:49:32.822112 [ 193 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
5171 2025.03.18 03:49:32.827340 [ 193 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
5172 2025.03.18 03:49:32.832823 [ 193 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part
5173 2025.03.18 03:49:32.838443 [ 193 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part
5174 2025.03.18 03:49:32.844234 [ 193 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
5175 2025.03.18 03:49:32.848791 [ 193 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
5176 2025.03.18 03:49:32.911232 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.107333333 sec., 2180.1242303730564 rows/sec., 11.27 MiB/sec.
5177 2025.03.18 03:49:32.913883 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5178 2025.03.18 03:49:32.916703 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_31_6} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5179 2025.03.18 03:49:32.916833 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_31_6} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5180 2025.03.18 03:49:32.919083 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5181 2025.03.18 03:49:33.000243 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.21 MiB, peak 207.77 MiB, free memory in arenas 0.00 B, will set to 198.24 MiB (RSS), difference: 1.03 MiB
5182 2025.03.18 03:49:35.680004 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5183 2025.03.18 03:49:35.680198 [ 5 ] {f28e1f48-d4ed-4beb-804d-105ff29023f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5184 2025.03.18 03:49:35.680271 [ 5 ] {f28e1f48-d4ed-4beb-804d-105ff29023f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5185 2025.03.18 03:49:35.681067 [ 5 ] {f28e1f48-d4ed-4beb-804d-105ff29023f9} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5186 2025.03.18 03:49:35.681123 [ 5 ] {f28e1f48-d4ed-4beb-804d-105ff29023f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5187 2025.03.18 03:49:35.681562 [ 5 ] {f28e1f48-d4ed-4beb-804d-105ff29023f9} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5188 2025.03.18 03:49:35.681822 [ 5 ] {f28e1f48-d4ed-4beb-804d-105ff29023f9} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5189 2025.03.18 03:49:35.682025 [ 92 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5190 2025.03.18 03:49:35.682088 [ 5 ] {f28e1f48-d4ed-4beb-804d-105ff29023f9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.22 MiB/sec.
5191 2025.03.18 03:49:35.682119 [ 92 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5192 2025.03.18 03:49:35.682192 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5193 2025.03.18 03:49:35.682218 [ 5 ] {f28e1f48-d4ed-4beb-804d-105ff29023f9} <Debug> TCPHandler: Processed in 0.002368635 sec.
5194 2025.03.18 03:49:35.682429 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5195 2025.03.18 03:49:35.682451 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
5196 2025.03.18 03:49:35.682618 [ 5 ] {0233ed1f-da02-44b4-ba3e-43ce59dd1e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5197 2025.03.18 03:49:35.682726 [ 5 ] {0233ed1f-da02-44b4-ba3e-43ce59dd1e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5198 2025.03.18 03:49:35.682786 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5199 2025.03.18 03:49:35.682894 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1404 rows starting from the beginning of the part
5200 2025.03.18 03:49:35.683194 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 134 rows starting from the beginning of the part
5201 2025.03.18 03:49:35.683680 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part
5202 2025.03.18 03:49:35.684066 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1395 rows starting from the beginning of the part
5203 2025.03.18 03:49:35.684375 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part
5204 2025.03.18 03:49:35.684661 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part
5205 2025.03.18 03:49:35.685379 [ 5 ] {0233ed1f-da02-44b4-ba3e-43ce59dd1e33} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5206 2025.03.18 03:49:35.685440 [ 5 ] {0233ed1f-da02-44b4-ba3e-43ce59dd1e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5207 2025.03.18 03:49:35.686394 [ 5 ] {0233ed1f-da02-44b4-ba3e-43ce59dd1e33} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5208 2025.03.18 03:49:35.686989 [ 5 ] {0233ed1f-da02-44b4-ba3e-43ce59dd1e33} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5209 2025.03.18 03:49:35.687308 [ 92 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5210 2025.03.18 03:49:35.687383 [ 92 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5211 2025.03.18 03:49:35.687424 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5212 2025.03.18 03:49:35.687431 [ 5 ] {0233ed1f-da02-44b4-ba3e-43ce59dd1e33} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004871 sec., 13138.985834530897 rows/sec., 1.03 MiB/sec.
5213 2025.03.18 03:49:35.687836 [ 5 ] {0233ed1f-da02-44b4-ba3e-43ce59dd1e33} <Debug> TCPHandler: Processed in 0.005470993 sec.
5214 2025.03.18 03:49:35.687952 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
5215 2025.03.18 03:49:35.688315 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5216 2025.03.18 03:49:35.688592 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5217 2025.03.18 03:49:35.688740 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
5218 2025.03.18 03:49:35.688760 [ 5 ] {ae081b98-869f-4973-ae8b-c80eaeae6671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5219 2025.03.18 03:49:35.689023 [ 5 ] {ae081b98-869f-4973-ae8b-c80eaeae6671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5220 2025.03.18 03:49:35.689231 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 103 rows starting from the beginning of the part
5221 2025.03.18 03:49:35.689748 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part
5222 2025.03.18 03:49:35.690179 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 597 rows starting from the beginning of the part
5223 2025.03.18 03:49:35.690629 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part
5224 2025.03.18 03:49:35.691052 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part
5225 2025.03.18 03:49:35.692404 [ 186 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3101 rows, containing 5 columns (5 merged, 0 gathered) in 0.010074291 sec., 307813.2247718474 rows/sec., 26.92 MiB/sec.
5226 2025.03.18 03:49:35.692756 [ 5 ] {ae081b98-869f-4973-ae8b-c80eaeae6671} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5227 2025.03.18 03:49:35.692764 [ 186 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5228 2025.03.18 03:49:35.692802 [ 5 ] {ae081b98-869f-4973-ae8b-c80eaeae6671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5229 2025.03.18 03:49:35.693481 [ 186 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_51_10} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5230 2025.03.18 03:49:35.693728 [ 186 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_51_10} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
5231 2025.03.18 03:49:35.693855 [ 5 ] {ae081b98-869f-4973-ae8b-c80eaeae6671} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5232 2025.03.18 03:49:35.693889 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
5233 2025.03.18 03:49:35.694170 [ 5 ] {ae081b98-869f-4973-ae8b-c80eaeae6671} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5234 2025.03.18 03:49:35.694420 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5235 2025.03.18 03:49:35.694547 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5236 2025.03.18 03:49:35.694680 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5237 2025.03.18 03:49:35.694763 [ 5 ] {ae081b98-869f-4973-ae8b-c80eaeae6671} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006157 sec., 25986.6818255644 rows/sec., 1.81 MiB/sec.
5238 2025.03.18 03:49:35.694832 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.00730192 sec., 208575.27883077328 rows/sec., 16.61 MiB/sec.
5239 2025.03.18 03:49:35.695158 [ 5 ] {ae081b98-869f-4973-ae8b-c80eaeae6671} <Debug> TCPHandler: Processed in 0.006996505 sec.
5240 2025.03.18 03:49:35.695197 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
5241 2025.03.18 03:49:35.695207 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5242 2025.03.18 03:49:35.695430 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5243 2025.03.18 03:49:35.695707 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5244 2025.03.18 03:49:35.695751 [ 5 ] {56e54d56-6e61-41cf-8a85-fcb978a56a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5245 2025.03.18 03:49:35.695815 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13196 rows starting from the beginning of the part
5246 2025.03.18 03:49:35.695889 [ 5 ] {56e54d56-6e61-41cf-8a85-fcb978a56a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5247 2025.03.18 03:49:35.695996 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_51_10} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5248 2025.03.18 03:49:35.696304 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
5249 2025.03.18 03:49:35.696504 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_51_10} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
5250 2025.03.18 03:49:35.696903 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
5251 2025.03.18 03:49:35.696918 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part
5252 2025.03.18 03:49:35.697328 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 947 rows starting from the beginning of the part
5253 2025.03.18 03:49:35.697643 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 96 rows starting from the beginning of the part
5254 2025.03.18 03:49:35.698005 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part
5255 2025.03.18 03:49:35.699013 [ 5 ] {56e54d56-6e61-41cf-8a85-fcb978a56a55} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5256 2025.03.18 03:49:35.699084 [ 5 ] {56e54d56-6e61-41cf-8a85-fcb978a56a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5257 2025.03.18 03:49:35.699616 [ 5 ] {56e54d56-6e61-41cf-8a85-fcb978a56a55} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5258 2025.03.18 03:49:35.699970 [ 5 ] {56e54d56-6e61-41cf-8a85-fcb978a56a55} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5259 2025.03.18 03:49:35.700177 [ 92 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5260 2025.03.18 03:49:35.700271 [ 92 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5261 2025.03.18 03:49:35.700354 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5262 2025.03.18 03:49:35.700476 [ 5 ] {56e54d56-6e61-41cf-8a85-fcb978a56a55} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004793 sec., 12518.255789693301 rows/sec., 863.89 KiB/sec.
5263 2025.03.18 03:49:35.700700 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
5264 2025.03.18 03:49:35.700720 [ 5 ] {56e54d56-6e61-41cf-8a85-fcb978a56a55} <Debug> TCPHandler: Processed in 0.005400061 sec.
5265 2025.03.18 03:49:35.701078 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5266 2025.03.18 03:49:35.701154 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2388 rows starting from the beginning of the part
5267 2025.03.18 03:49:35.701501 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
5268 2025.03.18 03:49:35.701815 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
5269 2025.03.18 03:49:35.702183 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 24 rows starting from the beginning of the part
5270 2025.03.18 03:49:35.702456 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 36 rows starting from the beginning of the part
5271 2025.03.18 03:49:35.702631 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part
5272 2025.03.18 03:49:35.704647 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2628 rows, containing 4 columns (4 merged, 0 gathered) in 0.004160442 sec., 631663.6549674289 rows/sec., 42.57 MiB/sec.
5273 2025.03.18 03:49:35.705077 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5274 2025.03.18 03:49:35.705370 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14719 rows, containing 5 columns (5 merged, 0 gathered) in 0.010512988 sec., 1400077.6943719522 rows/sec., 95.92 MiB/sec.
5275 2025.03.18 03:49:35.705606 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_51_10} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5276 2025.03.18 03:49:35.705798 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_51_10} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
5277 2025.03.18 03:49:35.705880 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5278 2025.03.18 03:49:35.705980 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
5279 2025.03.18 03:49:35.706288 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5280 2025.03.18 03:49:35.706386 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
5281 2025.03.18 03:49:35.706486 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB.
5282 2025.03.18 03:49:39.210038 [ 8 ] {} <Debug> DNSResolver: Updating DNS cache
5283 2025.03.18 03:49:39.210111 [ 8 ] {} <Debug> DNSResolver: Updated DNS cache
5284 2025.03.18 03:49:39.334737 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701
5285 2025.03.18 03:49:39.335508 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5286 2025.03.18 03:49:39.335562 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5287 2025.03.18 03:49:39.336136 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5288 2025.03.18 03:49:39.336405 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5289 2025.03.18 03:49:39.336675 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
5290 2025.03.18 03:49:39.397543 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 726
5291 2025.03.18 03:49:39.400395 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5292 2025.03.18 03:49:39.400436 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5293 2025.03.18 03:49:39.401881 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5294 2025.03.18 03:49:39.402182 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5295 2025.03.18 03:49:39.402666 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 726
5296 2025.03.18 03:49:40.001868 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00133998 sec.
5297 2025.03.18 03:49:40.319580 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
5298 2025.03.18 03:49:40.338744 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5299 2025.03.18 03:49:40.338812 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5300 2025.03.18 03:49:40.345686 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5301 2025.03.18 03:49:40.346432 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5302 2025.03.18 03:49:40.349160 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
5303 2025.03.18 03:49:40.681881 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5304 2025.03.18 03:49:40.682079 [ 5 ] {f2e889d5-5d5a-4be4-9a3d-8acf23f73bf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5305 2025.03.18 03:49:40.682154 [ 5 ] {f2e889d5-5d5a-4be4-9a3d-8acf23f73bf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5306 2025.03.18 03:49:40.682961 [ 5 ] {f2e889d5-5d5a-4be4-9a3d-8acf23f73bf9} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5307 2025.03.18 03:49:40.683015 [ 5 ] {f2e889d5-5d5a-4be4-9a3d-8acf23f73bf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5308 2025.03.18 03:49:40.683458 [ 5 ] {f2e889d5-5d5a-4be4-9a3d-8acf23f73bf9} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5309 2025.03.18 03:49:40.683720 [ 5 ] {f2e889d5-5d5a-4be4-9a3d-8acf23f73bf9} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5310 2025.03.18 03:49:40.683953 [ 5 ] {f2e889d5-5d5a-4be4-9a3d-8acf23f73bf9} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001925 sec., 69610.38961038961 rows/sec., 6.00 MiB/sec.
5311 2025.03.18 03:49:40.684011 [ 5 ] {f2e889d5-5d5a-4be4-9a3d-8acf23f73bf9} <Debug> TCPHandler: Processed in 0.002270814 sec.
5312 2025.03.18 03:49:40.684139 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5313 2025.03.18 03:49:40.684245 [ 5 ] {85eeeab5-0e56-4589-a378-6109ab6477ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5314 2025.03.18 03:49:40.684291 [ 5 ] {85eeeab5-0e56-4589-a378-6109ab6477ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5315 2025.03.18 03:49:40.684819 [ 5 ] {85eeeab5-0e56-4589-a378-6109ab6477ae} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5316 2025.03.18 03:49:40.684860 [ 5 ] {85eeeab5-0e56-4589-a378-6109ab6477ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5317 2025.03.18 03:49:40.685210 [ 5 ] {85eeeab5-0e56-4589-a378-6109ab6477ae} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5318 2025.03.18 03:49:40.685441 [ 5 ] {85eeeab5-0e56-4589-a378-6109ab6477ae} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5319 2025.03.18 03:49:40.685646 [ 5 ] {85eeeab5-0e56-4589-a378-6109ab6477ae} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001424 sec., 27387.640449438204 rows/sec., 2.01 MiB/sec.
5320 2025.03.18 03:49:40.685699 [ 5 ] {85eeeab5-0e56-4589-a378-6109ab6477ae} <Debug> TCPHandler: Processed in 0.001610095 sec.
5321 2025.03.18 03:49:40.685800 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5322 2025.03.18 03:49:40.685901 [ 5 ] {ebfb2649-48ee-446f-bb77-36ec01d655b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5323 2025.03.18 03:49:40.685945 [ 5 ] {ebfb2649-48ee-446f-bb77-36ec01d655b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5324 2025.03.18 03:49:40.686485 [ 5 ] {ebfb2649-48ee-446f-bb77-36ec01d655b9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5325 2025.03.18 03:49:40.686524 [ 5 ] {ebfb2649-48ee-446f-bb77-36ec01d655b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5326 2025.03.18 03:49:40.686880 [ 5 ] {ebfb2649-48ee-446f-bb77-36ec01d655b9} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5327 2025.03.18 03:49:40.687116 [ 5 ] {ebfb2649-48ee-446f-bb77-36ec01d655b9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5328 2025.03.18 03:49:40.687311 [ 5 ] {ebfb2649-48ee-446f-bb77-36ec01d655b9} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001432 sec., 71927.37430167598 rows/sec., 5.62 MiB/sec.
5329 2025.03.18 03:49:40.687363 [ 5 ] {ebfb2649-48ee-446f-bb77-36ec01d655b9} <Debug> TCPHandler: Processed in 0.001612424 sec.
5330 2025.03.18 03:49:40.687489 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5331 2025.03.18 03:49:40.687625 [ 5 ] {e1e240b0-cb15-4322-896a-5cc3cb1b2a90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5332 2025.03.18 03:49:40.687685 [ 5 ] {e1e240b0-cb15-4322-896a-5cc3cb1b2a90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5333 2025.03.18 03:49:40.688249 [ 5 ] {e1e240b0-cb15-4322-896a-5cc3cb1b2a90} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5334 2025.03.18 03:49:40.688288 [ 5 ] {e1e240b0-cb15-4322-896a-5cc3cb1b2a90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5335 2025.03.18 03:49:40.688679 [ 5 ] {e1e240b0-cb15-4322-896a-5cc3cb1b2a90} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5336 2025.03.18 03:49:40.688918 [ 5 ] {e1e240b0-cb15-4322-896a-5cc3cb1b2a90} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5337 2025.03.18 03:49:40.689133 [ 5 ] {e1e240b0-cb15-4322-896a-5cc3cb1b2a90} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001538 sec., 104031.20936280883 rows/sec., 7.25 MiB/sec.
5338 2025.03.18 03:49:40.689186 [ 5 ] {e1e240b0-cb15-4322-896a-5cc3cb1b2a90} <Debug> TCPHandler: Processed in 0.001761296 sec.
5339 2025.03.18 03:49:40.689290 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5340 2025.03.18 03:49:40.689392 [ 5 ] {cab2373a-ecaf-4540-9228-02e613c713ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5341 2025.03.18 03:49:40.689458 [ 5 ] {cab2373a-ecaf-4540-9228-02e613c713ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5342 2025.03.18 03:49:40.690596 [ 5 ] {cab2373a-ecaf-4540-9228-02e613c713ce} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5343 2025.03.18 03:49:40.690636 [ 5 ] {cab2373a-ecaf-4540-9228-02e613c713ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5344 2025.03.18 03:49:40.691286 [ 5 ] {cab2373a-ecaf-4540-9228-02e613c713ce} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5345 2025.03.18 03:49:40.691542 [ 5 ] {cab2373a-ecaf-4540-9228-02e613c713ce} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5346 2025.03.18 03:49:40.691836 [ 5 ] {cab2373a-ecaf-4540-9228-02e613c713ce} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002465 sec., 15821.501014198782 rows/sec., 28.35 MiB/sec.
5347 2025.03.18 03:49:40.692236 [ 5 ] {cab2373a-ecaf-4540-9228-02e613c713ce} <Debug> TCPHandler: Processed in 0.002994025 sec.
5348 2025.03.18 03:49:40.692350 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5349 2025.03.18 03:49:40.692454 [ 5 ] {c1e74d5b-27ad-4fdb-945d-7c762e2744da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5350 2025.03.18 03:49:40.692500 [ 5 ] {c1e74d5b-27ad-4fdb-945d-7c762e2744da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5351 2025.03.18 03:49:40.692938 [ 5 ] {c1e74d5b-27ad-4fdb-945d-7c762e2744da} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5352 2025.03.18 03:49:40.692976 [ 5 ] {c1e74d5b-27ad-4fdb-945d-7c762e2744da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5353 2025.03.18 03:49:40.693332 [ 5 ] {c1e74d5b-27ad-4fdb-945d-7c762e2744da} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5354 2025.03.18 03:49:40.693568 [ 5 ] {c1e74d5b-27ad-4fdb-945d-7c762e2744da} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5355 2025.03.18 03:49:40.693815 [ 5 ] {c1e74d5b-27ad-4fdb-945d-7c762e2744da} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec.
5356 2025.03.18 03:49:40.693866 [ 5 ] {c1e74d5b-27ad-4fdb-945d-7c762e2744da} <Debug> TCPHandler: Processed in 0.001575204 sec.
5357 2025.03.18 03:49:45.683953 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5358 2025.03.18 03:49:45.684175 [ 5 ] {dd585afe-28db-46b1-8c11-a71b5bd6689b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5359 2025.03.18 03:49:45.684255 [ 5 ] {dd585afe-28db-46b1-8c11-a71b5bd6689b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5360 2025.03.18 03:49:45.685076 [ 5 ] {dd585afe-28db-46b1-8c11-a71b5bd6689b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5361 2025.03.18 03:49:45.685133 [ 5 ] {dd585afe-28db-46b1-8c11-a71b5bd6689b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5362 2025.03.18 03:49:45.685620 [ 5 ] {dd585afe-28db-46b1-8c11-a71b5bd6689b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5363 2025.03.18 03:49:45.685882 [ 5 ] {dd585afe-28db-46b1-8c11-a71b5bd6689b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5364 2025.03.18 03:49:45.686121 [ 5 ] {dd585afe-28db-46b1-8c11-a71b5bd6689b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002008 sec., 27888.446215139444 rows/sec., 2.14 MiB/sec.
5365 2025.03.18 03:49:45.686190 [ 5 ] {dd585afe-28db-46b1-8c11-a71b5bd6689b} <Debug> TCPHandler: Processed in 0.002399946 sec.
5366 2025.03.18 03:49:45.686320 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5367 2025.03.18 03:49:45.686437 [ 5 ] {a5908887-cc9e-4138-aef2-57555bf5844a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5368 2025.03.18 03:49:45.686489 [ 5 ] {a5908887-cc9e-4138-aef2-57555bf5844a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5369 2025.03.18 03:49:45.687057 [ 5 ] {a5908887-cc9e-4138-aef2-57555bf5844a} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5370 2025.03.18 03:49:45.687099 [ 5 ] {a5908887-cc9e-4138-aef2-57555bf5844a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5371 2025.03.18 03:49:45.687468 [ 5 ] {a5908887-cc9e-4138-aef2-57555bf5844a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5372 2025.03.18 03:49:45.687714 [ 5 ] {a5908887-cc9e-4138-aef2-57555bf5844a} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5373 2025.03.18 03:49:45.687958 [ 5 ] {a5908887-cc9e-4138-aef2-57555bf5844a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00154 sec., 41558.44155844156 rows/sec., 3.24 MiB/sec.
5374 2025.03.18 03:49:45.688064 [ 5 ] {a5908887-cc9e-4138-aef2-57555bf5844a} <Debug> TCPHandler: Processed in 0.001791237 sec.
5375 2025.03.18 03:49:45.688224 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5376 2025.03.18 03:49:45.688393 [ 5 ] {1d2a1e29-9cbd-4d45-a529-6793f9dd8f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5377 2025.03.18 03:49:45.688444 [ 5 ] {1d2a1e29-9cbd-4d45-a529-6793f9dd8f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5378 2025.03.18 03:49:45.689005 [ 5 ] {1d2a1e29-9cbd-4d45-a529-6793f9dd8f6c} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5379 2025.03.18 03:49:45.689046 [ 5 ] {1d2a1e29-9cbd-4d45-a529-6793f9dd8f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5380 2025.03.18 03:49:45.689465 [ 5 ] {1d2a1e29-9cbd-4d45-a529-6793f9dd8f6c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5381 2025.03.18 03:49:45.689705 [ 5 ] {1d2a1e29-9cbd-4d45-a529-6793f9dd8f6c} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5382 2025.03.18 03:49:45.689933 [ 5 ] {1d2a1e29-9cbd-4d45-a529-6793f9dd8f6c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00156 sec., 102564.10256410256 rows/sec., 7.14 MiB/sec.
5383 2025.03.18 03:49:45.689998 [ 5 ] {1d2a1e29-9cbd-4d45-a529-6793f9dd8f6c} <Debug> TCPHandler: Processed in 0.001863978 sec.
5384 2025.03.18 03:49:45.690227 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5385 2025.03.18 03:49:45.690353 [ 5 ] {fa8aa5d2-f372-44ad-87f4-ab48ef41843d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5386 2025.03.18 03:49:45.690403 [ 5 ] {fa8aa5d2-f372-44ad-87f4-ab48ef41843d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5387 2025.03.18 03:49:45.690875 [ 5 ] {fa8aa5d2-f372-44ad-87f4-ab48ef41843d} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5388 2025.03.18 03:49:45.690916 [ 5 ] {fa8aa5d2-f372-44ad-87f4-ab48ef41843d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5389 2025.03.18 03:49:45.691335 [ 5 ] {fa8aa5d2-f372-44ad-87f4-ab48ef41843d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5390 2025.03.18 03:49:45.691659 [ 5 ] {fa8aa5d2-f372-44ad-87f4-ab48ef41843d} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5391 2025.03.18 03:49:45.691902 [ 5 ] {fa8aa5d2-f372-44ad-87f4-ab48ef41843d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001572 sec., 38167.93893129771 rows/sec., 2.57 MiB/sec.
5392 2025.03.18 03:49:45.691955 [ 5 ] {fa8aa5d2-f372-44ad-87f4-ab48ef41843d} <Debug> TCPHandler: Processed in 0.001812327 sec.
5393 2025.03.18 03:49:46.836890 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128
5394 2025.03.18 03:49:46.837570 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5395 2025.03.18 03:49:46.837609 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5396 2025.03.18 03:49:46.838133 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5397 2025.03.18 03:49:46.838394 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5398 2025.03.18 03:49:46.838609 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128
5399 2025.03.18 03:49:47.849320 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
5400 2025.03.18 03:49:47.869019 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5401 2025.03.18 03:49:47.869082 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5402 2025.03.18 03:49:47.876498 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5403 2025.03.18 03:49:47.877315 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5404 2025.03.18 03:49:47.880813 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
5405 2025.03.18 03:49:49.402929 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 746
5406 2025.03.18 03:49:49.405746 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5407 2025.03.18 03:49:49.405797 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5408 2025.03.18 03:49:49.407240 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5409 2025.03.18 03:49:49.407555 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5410 2025.03.18 03:49:49.408615 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 746
5411 2025.03.18 03:49:50.682562 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5412 2025.03.18 03:49:50.682774 [ 5 ] {7f826741-0e98-448f-ac90-f716e1e81c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5413 2025.03.18 03:49:50.682853 [ 5 ] {7f826741-0e98-448f-ac90-f716e1e81c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5414 2025.03.18 03:49:50.683725 [ 5 ] {7f826741-0e98-448f-ac90-f716e1e81c5b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5415 2025.03.18 03:49:50.683774 [ 5 ] {7f826741-0e98-448f-ac90-f716e1e81c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5416 2025.03.18 03:49:50.684230 [ 5 ] {7f826741-0e98-448f-ac90-f716e1e81c5b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
5417 2025.03.18 03:49:50.684494 [ 5 ] {7f826741-0e98-448f-ac90-f716e1e81c5b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5418 2025.03.18 03:49:50.684749 [ 5 ] {7f826741-0e98-448f-ac90-f716e1e81c5b} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.002025 sec., 66172.83950617284 rows/sec., 5.71 MiB/sec.
5419 2025.03.18 03:49:50.684869 [ 5 ] {7f826741-0e98-448f-ac90-f716e1e81c5b} <Debug> TCPHandler: Processed in 0.002451007 sec.
5420 2025.03.18 03:49:50.685056 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5421 2025.03.18 03:49:50.685226 [ 5 ] {4210056e-dc6d-4058-8610-250a05dad3da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5422 2025.03.18 03:49:50.685274 [ 5 ] {4210056e-dc6d-4058-8610-250a05dad3da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5423 2025.03.18 03:49:50.685864 [ 5 ] {4210056e-dc6d-4058-8610-250a05dad3da} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5424 2025.03.18 03:49:50.685905 [ 5 ] {4210056e-dc6d-4058-8610-250a05dad3da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5425 2025.03.18 03:49:50.686266 [ 5 ] {4210056e-dc6d-4058-8610-250a05dad3da} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5426 2025.03.18 03:49:50.686505 [ 5 ] {4210056e-dc6d-4058-8610-250a05dad3da} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5427 2025.03.18 03:49:50.686753 [ 5 ] {4210056e-dc6d-4058-8610-250a05dad3da} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001544 sec., 25259.067357512955 rows/sec., 1.85 MiB/sec.
5428 2025.03.18 03:49:50.686916 [ 5 ] {4210056e-dc6d-4058-8610-250a05dad3da} <Debug> TCPHandler: Processed in 0.00195638 sec.
5429 2025.03.18 03:49:50.687098 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5430 2025.03.18 03:49:50.687204 [ 5 ] {ae40bca8-7198-462e-a097-561d8b58caf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5431 2025.03.18 03:49:50.687252 [ 5 ] {ae40bca8-7198-462e-a097-561d8b58caf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5432 2025.03.18 03:49:50.687839 [ 5 ] {ae40bca8-7198-462e-a097-561d8b58caf8} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5433 2025.03.18 03:49:50.687880 [ 5 ] {ae40bca8-7198-462e-a097-561d8b58caf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5434 2025.03.18 03:49:50.688242 [ 5 ] {ae40bca8-7198-462e-a097-561d8b58caf8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
5435 2025.03.18 03:49:50.688489 [ 5 ] {ae40bca8-7198-462e-a097-561d8b58caf8} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5436 2025.03.18 03:49:50.688705 [ 5 ] {ae40bca8-7198-462e-a097-561d8b58caf8} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001524 sec., 67585.30183727034 rows/sec., 5.28 MiB/sec.
5437 2025.03.18 03:49:50.688758 [ 5 ] {ae40bca8-7198-462e-a097-561d8b58caf8} <Debug> TCPHandler: Processed in 0.001726925 sec.
5438 2025.03.18 03:49:50.688877 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5439 2025.03.18 03:49:50.688993 [ 5 ] {3a0e2f07-84cb-45ac-a319-1728eb2d50a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5440 2025.03.18 03:49:50.689045 [ 5 ] {3a0e2f07-84cb-45ac-a319-1728eb2d50a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5441 2025.03.18 03:49:50.689580 [ 5 ] {3a0e2f07-84cb-45ac-a319-1728eb2d50a6} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5442 2025.03.18 03:49:50.689621 [ 5 ] {3a0e2f07-84cb-45ac-a319-1728eb2d50a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5443 2025.03.18 03:49:50.690022 [ 5 ] {3a0e2f07-84cb-45ac-a319-1728eb2d50a6} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
5444 2025.03.18 03:49:50.690265 [ 5 ] {3a0e2f07-84cb-45ac-a319-1728eb2d50a6} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5445 2025.03.18 03:49:50.690476 [ 5 ] {3a0e2f07-84cb-45ac-a319-1728eb2d50a6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec.
5446 2025.03.18 03:49:50.690529 [ 5 ] {3a0e2f07-84cb-45ac-a319-1728eb2d50a6} <Debug> TCPHandler: Processed in 0.001704406 sec.
5447 2025.03.18 03:49:50.690635 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5448 2025.03.18 03:49:50.690737 [ 5 ] {1a40888d-dbb7-4e8d-b5ba-9ce8fa958ae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5449 2025.03.18 03:49:50.690804 [ 5 ] {1a40888d-dbb7-4e8d-b5ba-9ce8fa958ae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5450 2025.03.18 03:49:50.691932 [ 5 ] {1a40888d-dbb7-4e8d-b5ba-9ce8fa958ae6} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5451 2025.03.18 03:49:50.691972 [ 5 ] {1a40888d-dbb7-4e8d-b5ba-9ce8fa958ae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5452 2025.03.18 03:49:50.692637 [ 5 ] {1a40888d-dbb7-4e8d-b5ba-9ce8fa958ae6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5453 2025.03.18 03:49:50.692896 [ 5 ] {1a40888d-dbb7-4e8d-b5ba-9ce8fa958ae6} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5454 2025.03.18 03:49:50.693217 [ 5 ] {1a40888d-dbb7-4e8d-b5ba-9ce8fa958ae6} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002489 sec., 15668.943350743271 rows/sec., 28.08 MiB/sec.
5455 2025.03.18 03:49:50.693558 [ 5 ] {1a40888d-dbb7-4e8d-b5ba-9ce8fa958ae6} <Debug> TCPHandler: Processed in 0.002972905 sec.
5456 2025.03.18 03:49:50.693674 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5457 2025.03.18 03:49:50.693779 [ 5 ] {60e8299f-9b8a-40f4-9a03-5eeda2172f29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5458 2025.03.18 03:49:50.693826 [ 5 ] {60e8299f-9b8a-40f4-9a03-5eeda2172f29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5459 2025.03.18 03:49:50.694276 [ 5 ] {60e8299f-9b8a-40f4-9a03-5eeda2172f29} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5460 2025.03.18 03:49:50.694316 [ 5 ] {60e8299f-9b8a-40f4-9a03-5eeda2172f29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5461 2025.03.18 03:49:50.694673 [ 5 ] {60e8299f-9b8a-40f4-9a03-5eeda2172f29} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
5462 2025.03.18 03:49:50.694911 [ 5 ] {60e8299f-9b8a-40f4-9a03-5eeda2172f29} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5463 2025.03.18 03:49:50.695163 [ 5 ] {60e8299f-9b8a-40f4-9a03-5eeda2172f29} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001405 sec., 42704.62633451957 rows/sec., 2.88 MiB/sec.
5464 2025.03.18 03:49:50.695234 [ 5 ] {60e8299f-9b8a-40f4-9a03-5eeda2172f29} <Debug> TCPHandler: Processed in 0.001603794 sec.
5465 2025.03.18 03:49:54.210171 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache
5466 2025.03.18 03:49:54.210262 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache
5467 2025.03.18 03:49:54.338830 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616
5468 2025.03.18 03:49:54.339493 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5469 2025.03.18 03:49:54.339542 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5470 2025.03.18 03:49:54.340086 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5471 2025.03.18 03:49:54.340335 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5472 2025.03.18 03:49:54.340574 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
5473 2025.03.18 03:49:55.380970 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
5474 2025.03.18 03:49:55.401723 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5475 2025.03.18 03:49:55.401783 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5476 2025.03.18 03:49:55.409505 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5477 2025.03.18 03:49:55.410263 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5478 2025.03.18 03:49:55.413738 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
5479 2025.03.18 03:49:55.680671 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5480 2025.03.18 03:49:55.680839 [ 5 ] {fd8b3aad-ff87-4ca8-9ae0-a9bb075f41e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5481 2025.03.18 03:49:55.680906 [ 5 ] {fd8b3aad-ff87-4ca8-9ae0-a9bb075f41e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5482 2025.03.18 03:49:55.681646 [ 5 ] {fd8b3aad-ff87-4ca8-9ae0-a9bb075f41e5} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5483 2025.03.18 03:49:55.681694 [ 5 ] {fd8b3aad-ff87-4ca8-9ae0-a9bb075f41e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5484 2025.03.18 03:49:55.682114 [ 5 ] {fd8b3aad-ff87-4ca8-9ae0-a9bb075f41e5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
5485 2025.03.18 03:49:55.682360 [ 5 ] {fd8b3aad-ff87-4ca8-9ae0-a9bb075f41e5} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5486 2025.03.18 03:49:55.682599 [ 5 ] {fd8b3aad-ff87-4ca8-9ae0-a9bb075f41e5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001808 sec., 30973.451327433628 rows/sec., 2.38 MiB/sec.
5487 2025.03.18 03:49:55.682654 [ 5 ] {fd8b3aad-ff87-4ca8-9ae0-a9bb075f41e5} <Debug> TCPHandler: Processed in 0.002108492 sec.
5488 2025.03.18 03:49:55.682792 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5489 2025.03.18 03:49:55.682899 [ 5 ] {78d0136d-50d8-4acf-94df-10c9657f585a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5490 2025.03.18 03:49:55.682945 [ 5 ] {78d0136d-50d8-4acf-94df-10c9657f585a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5491 2025.03.18 03:49:55.683498 [ 5 ] {78d0136d-50d8-4acf-94df-10c9657f585a} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5492 2025.03.18 03:49:55.683538 [ 5 ] {78d0136d-50d8-4acf-94df-10c9657f585a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5493 2025.03.18 03:49:55.683895 [ 5 ] {78d0136d-50d8-4acf-94df-10c9657f585a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
5494 2025.03.18 03:49:55.684138 [ 5 ] {78d0136d-50d8-4acf-94df-10c9657f585a} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5495 2025.03.18 03:49:55.684356 [ 5 ] {78d0136d-50d8-4acf-94df-10c9657f585a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001479 sec., 43272.48140635564 rows/sec., 3.38 MiB/sec.
5496 2025.03.18 03:49:55.684408 [ 5 ] {78d0136d-50d8-4acf-94df-10c9657f585a} <Debug> TCPHandler: Processed in 0.001666956 sec.
5497 2025.03.18 03:49:55.684534 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5498 2025.03.18 03:49:55.684640 [ 5 ] {5a1c7fbc-09eb-4c88-9c12-3ab8a28d9dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5499 2025.03.18 03:49:55.684689 [ 5 ] {5a1c7fbc-09eb-4c88-9c12-3ab8a28d9dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5500 2025.03.18 03:49:55.685226 [ 5 ] {5a1c7fbc-09eb-4c88-9c12-3ab8a28d9dd6} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5501 2025.03.18 03:49:55.685265 [ 5 ] {5a1c7fbc-09eb-4c88-9c12-3ab8a28d9dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5502 2025.03.18 03:49:55.685651 [ 5 ] {5a1c7fbc-09eb-4c88-9c12-3ab8a28d9dd6} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
5503 2025.03.18 03:49:55.685880 [ 5 ] {5a1c7fbc-09eb-4c88-9c12-3ab8a28d9dd6} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5504 2025.03.18 03:49:55.686111 [ 5 ] {5a1c7fbc-09eb-4c88-9c12-3ab8a28d9dd6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00149 sec., 107382.55033557047 rows/sec., 7.48 MiB/sec.
5505 2025.03.18 03:49:55.686211 [ 5 ] {5a1c7fbc-09eb-4c88-9c12-3ab8a28d9dd6} <Debug> TCPHandler: Processed in 0.001727246 sec.
5506 2025.03.18 03:49:55.686417 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5507 2025.03.18 03:49:55.686575 [ 5 ] {78611dc2-e629-419d-b8cb-40b8c112f24e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5508 2025.03.18 03:49:55.686625 [ 5 ] {78611dc2-e629-419d-b8cb-40b8c112f24e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5509 2025.03.18 03:49:55.687081 [ 5 ] {78611dc2-e629-419d-b8cb-40b8c112f24e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5510 2025.03.18 03:49:55.687119 [ 5 ] {78611dc2-e629-419d-b8cb-40b8c112f24e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5511 2025.03.18 03:49:55.687478 [ 5 ] {78611dc2-e629-419d-b8cb-40b8c112f24e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
5512 2025.03.18 03:49:55.687709 [ 5 ] {78611dc2-e629-419d-b8cb-40b8c112f24e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5513 2025.03.18 03:49:55.687943 [ 5 ] {78611dc2-e629-419d-b8cb-40b8c112f24e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec.
5514 2025.03.18 03:49:55.688016 [ 5 ] {78611dc2-e629-419d-b8cb-40b8c112f24e} <Debug> TCPHandler: Processed in 0.001694126 sec.
5515 2025.03.18 03:49:57.162181 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5516 2025.03.18 03:49:57.162396 [ 5 ] {814c2249-9c4c-49e0-ae95-531fbd7652e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5517 2025.03.18 03:49:57.162478 [ 5 ] {814c2249-9c4c-49e0-ae95-531fbd7652e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5518 2025.03.18 03:49:57.163262 [ 5 ] {814c2249-9c4c-49e0-ae95-531fbd7652e3} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5519 2025.03.18 03:49:57.163315 [ 5 ] {814c2249-9c4c-49e0-ae95-531fbd7652e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5520 2025.03.18 03:49:57.163748 [ 5 ] {814c2249-9c4c-49e0-ae95-531fbd7652e3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5521 2025.03.18 03:49:57.164014 [ 5 ] {814c2249-9c4c-49e0-ae95-531fbd7652e3} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5522 2025.03.18 03:49:57.164252 [ 5 ] {814c2249-9c4c-49e0-ae95-531fbd7652e3} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001911 sec., 12558.869701726844 rows/sec., 1.04 MiB/sec.
5523 2025.03.18 03:49:57.164377 [ 5 ] {814c2249-9c4c-49e0-ae95-531fbd7652e3} <Debug> TCPHandler: Processed in 0.002336725 sec.
5524 2025.03.18 03:49:57.164613 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5525 2025.03.18 03:49:57.164728 [ 5 ] {b77b6496-0719-44bd-b325-d3d20b6b81fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5526 2025.03.18 03:49:57.164779 [ 5 ] {b77b6496-0719-44bd-b325-d3d20b6b81fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5527 2025.03.18 03:49:57.165347 [ 5 ] {b77b6496-0719-44bd-b325-d3d20b6b81fe} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5528 2025.03.18 03:49:57.165388 [ 5 ] {b77b6496-0719-44bd-b325-d3d20b6b81fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5529 2025.03.18 03:49:57.165735 [ 5 ] {b77b6496-0719-44bd-b325-d3d20b6b81fe} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5530 2025.03.18 03:49:57.165970 [ 5 ] {b77b6496-0719-44bd-b325-d3d20b6b81fe} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5531 2025.03.18 03:49:57.166188 [ 5 ] {b77b6496-0719-44bd-b325-d3d20b6b81fe} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001488 sec., 10752.688172043012 rows/sec., 876.81 KiB/sec.
5532 2025.03.18 03:49:57.166241 [ 5 ] {b77b6496-0719-44bd-b325-d3d20b6b81fe} <Debug> TCPHandler: Processed in 0.001708875 sec.
5533 2025.03.18 03:49:57.166374 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5534 2025.03.18 03:49:57.166509 [ 5 ] {0a5183e9-d04a-4985-b975-80d4cf8d074f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5535 2025.03.18 03:49:57.166564 [ 5 ] {0a5183e9-d04a-4985-b975-80d4cf8d074f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5536 2025.03.18 03:49:57.167844 [ 5 ] {0a5183e9-d04a-4985-b975-80d4cf8d074f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5537 2025.03.18 03:49:57.167885 [ 5 ] {0a5183e9-d04a-4985-b975-80d4cf8d074f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5538 2025.03.18 03:49:57.168347 [ 5 ] {0a5183e9-d04a-4985-b975-80d4cf8d074f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
5539 2025.03.18 03:49:57.168589 [ 5 ] {0a5183e9-d04a-4985-b975-80d4cf8d074f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5540 2025.03.18 03:49:57.168765 [ 125 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
5541 2025.03.18 03:49:57.168825 [ 5 ] {0a5183e9-d04a-4985-b975-80d4cf8d074f} <Debug> executeQuery: Read 1402 rows, 120.44 KiB in 0.002337 sec., 599914.4201968336 rows/sec., 50.33 MiB/sec.
5542 2025.03.18 03:49:57.168867 [ 125 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5543 2025.03.18 03:49:57.168944 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5544 2025.03.18 03:49:57.168950 [ 5 ] {0a5183e9-d04a-4985-b975-80d4cf8d074f} <Debug> TCPHandler: Processed in 0.00263732 sec.
5545 2025.03.18 03:49:57.169117 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
5546 2025.03.18 03:49:57.169134 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5547 2025.03.18 03:49:57.169244 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5548 2025.03.18 03:49:57.169267 [ 5 ] {afafbdb7-d312-48e5-9f4d-f4bb91600a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5549 2025.03.18 03:49:57.169281 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1404 rows starting from the beginning of the part
5550 2025.03.18 03:49:57.169324 [ 5 ] {afafbdb7-d312-48e5-9f4d-f4bb91600a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5551 2025.03.18 03:49:57.169454 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 134 rows starting from the beginning of the part
5552 2025.03.18 03:49:57.169882 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 56 rows starting from the beginning of the part
5553 2025.03.18 03:49:57.170188 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 134 rows starting from the beginning of the part
5554 2025.03.18 03:49:57.170530 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 56 rows starting from the beginning of the part
5555 2025.03.18 03:49:57.170766 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1402 rows starting from the beginning of the part
5556 2025.03.18 03:49:57.171439 [ 5 ] {afafbdb7-d312-48e5-9f4d-f4bb91600a73} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5557 2025.03.18 03:49:57.171485 [ 5 ] {afafbdb7-d312-48e5-9f4d-f4bb91600a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5558 2025.03.18 03:49:57.172083 [ 5 ] {afafbdb7-d312-48e5-9f4d-f4bb91600a73} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5559 2025.03.18 03:49:57.172374 [ 5 ] {afafbdb7-d312-48e5-9f4d-f4bb91600a73} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5560 2025.03.18 03:49:57.172668 [ 5 ] {afafbdb7-d312-48e5-9f4d-f4bb91600a73} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.003421 sec., 19584.916691026017 rows/sec., 1.43 MiB/sec.
5561 2025.03.18 03:49:57.173019 [ 5 ] {afafbdb7-d312-48e5-9f4d-f4bb91600a73} <Debug> TCPHandler: Processed in 0.003931679 sec.
5562 2025.03.18 03:49:57.173475 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5563 2025.03.18 03:49:57.173931 [ 5 ] {b33deea7-9b9f-4a8b-8599-626dc5b13b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5564 2025.03.18 03:49:57.174056 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3186 rows, containing 5 columns (5 merged, 0 gathered) in 0.005005725 sec., 636471.240429708 rows/sec., 55.79 MiB/sec.
5565 2025.03.18 03:49:57.174071 [ 5 ] {b33deea7-9b9f-4a8b-8599-626dc5b13b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5566 2025.03.18 03:49:57.174276 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
5567 2025.03.18 03:49:57.174637 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_56_11} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5568 2025.03.18 03:49:57.174751 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_56_11} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
5569 2025.03.18 03:49:57.174851 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
5570 2025.03.18 03:49:57.174973 [ 5 ] {b33deea7-9b9f-4a8b-8599-626dc5b13b2c} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5571 2025.03.18 03:49:57.175011 [ 5 ] {b33deea7-9b9f-4a8b-8599-626dc5b13b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5572 2025.03.18 03:49:57.175363 [ 5 ] {b33deea7-9b9f-4a8b-8599-626dc5b13b2c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5573 2025.03.18 03:49:57.175592 [ 5 ] {b33deea7-9b9f-4a8b-8599-626dc5b13b2c} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5574 2025.03.18 03:49:57.175858 [ 5 ] {b33deea7-9b9f-4a8b-8599-626dc5b13b2c} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002071 sec., 121680.34765813618 rows/sec., 8.42 MiB/sec.
5575 2025.03.18 03:49:57.176096 [ 5 ] {b33deea7-9b9f-4a8b-8599-626dc5b13b2c} <Debug> TCPHandler: Processed in 0.002775691 sec.
5576 2025.03.18 03:49:57.176250 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5577 2025.03.18 03:49:57.176387 [ 5 ] {c2f942ce-0ca8-43a0-974f-2ce5c5b0d043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5578 2025.03.18 03:49:57.176442 [ 5 ] {c2f942ce-0ca8-43a0-974f-2ce5c5b0d043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5579 2025.03.18 03:49:57.177021 [ 5 ] {c2f942ce-0ca8-43a0-974f-2ce5c5b0d043} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5580 2025.03.18 03:49:57.177062 [ 5 ] {c2f942ce-0ca8-43a0-974f-2ce5c5b0d043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5581 2025.03.18 03:49:57.177422 [ 5 ] {c2f942ce-0ca8-43a0-974f-2ce5c5b0d043} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5582 2025.03.18 03:49:57.177669 [ 5 ] {c2f942ce-0ca8-43a0-974f-2ce5c5b0d043} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5583 2025.03.18 03:49:57.177982 [ 5 ] {c2f942ce-0ca8-43a0-974f-2ce5c5b0d043} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001599 sec., 7504.6904315197 rows/sec., 586.30 KiB/sec.
5584 2025.03.18 03:49:57.178085 [ 5 ] {c2f942ce-0ca8-43a0-974f-2ce5c5b0d043} <Debug> TCPHandler: Processed in 0.001896718 sec.
5585 2025.03.18 03:49:57.178189 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5586 2025.03.18 03:49:57.178291 [ 5 ] {a98a71f9-fae1-42a1-9c76-bba44e78a59e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5587 2025.03.18 03:49:57.178336 [ 5 ] {a98a71f9-fae1-42a1-9c76-bba44e78a59e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5588 2025.03.18 03:49:57.179107 [ 5 ] {a98a71f9-fae1-42a1-9c76-bba44e78a59e} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5589 2025.03.18 03:49:57.179147 [ 5 ] {a98a71f9-fae1-42a1-9c76-bba44e78a59e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5590 2025.03.18 03:49:57.179529 [ 5 ] {a98a71f9-fae1-42a1-9c76-bba44e78a59e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
5591 2025.03.18 03:49:57.179771 [ 5 ] {a98a71f9-fae1-42a1-9c76-bba44e78a59e} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5592 2025.03.18 03:49:57.179938 [ 125 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
5593 2025.03.18 03:49:57.179997 [ 125 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5594 2025.03.18 03:49:57.180018 [ 5 ] {a98a71f9-fae1-42a1-9c76-bba44e78a59e} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.001741 sec., 350947.7311889719 rows/sec., 26.41 MiB/sec.
5595 2025.03.18 03:49:57.180038 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5596 2025.03.18 03:49:57.180199 [ 5 ] {a98a71f9-fae1-42a1-9c76-bba44e78a59e} <Debug> TCPHandler: Processed in 0.002053741 sec.
5597 2025.03.18 03:49:57.180538 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5598 2025.03.18 03:49:57.180599 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
5599 2025.03.18 03:49:57.180896 [ 5 ] {c34f6b71-5460-4ecd-893e-42bc4d10b2d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5600 2025.03.18 03:49:57.181133 [ 5 ] {c34f6b71-5460-4ecd-893e-42bc4d10b2d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5601 2025.03.18 03:49:57.181169 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5602 2025.03.18 03:49:57.181300 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
5603 2025.03.18 03:49:57.181782 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 103 rows starting from the beginning of the part
5604 2025.03.18 03:49:57.182158 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 64 rows starting from the beginning of the part
5605 2025.03.18 03:49:57.182625 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 103 rows starting from the beginning of the part
5606 2025.03.18 03:49:57.183109 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 64 rows starting from the beginning of the part
5607 2025.03.18 03:49:57.183536 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 611 rows starting from the beginning of the part
5608 2025.03.18 03:49:57.184564 [ 5 ] {c34f6b71-5460-4ecd-893e-42bc4d10b2d0} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5609 2025.03.18 03:49:57.184635 [ 5 ] {c34f6b71-5460-4ecd-893e-42bc4d10b2d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5610 2025.03.18 03:49:57.185752 [ 5 ] {c34f6b71-5460-4ecd-893e-42bc4d10b2d0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
5611 2025.03.18 03:49:57.186228 [ 5 ] {c34f6b71-5460-4ecd-893e-42bc4d10b2d0} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5612 2025.03.18 03:49:57.186401 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1576 rows, containing 5 columns (5 merged, 0 gathered) in 0.006186013 sec., 254768.29744780686 rows/sec., 20.31 MiB/sec.
5613 2025.03.18 03:49:57.186553 [ 32 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
5614 2025.03.18 03:49:57.186648 [ 32 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5615 2025.03.18 03:49:57.186696 [ 5 ] {c34f6b71-5460-4ecd-893e-42bc4d10b2d0} <Debug> executeQuery: Read 944 rows, 65.24 KiB in 0.00592 sec., 159459.45945945947 rows/sec., 10.76 MiB/sec.
5616 2025.03.18 03:49:57.186705 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5617 2025.03.18 03:49:57.186715 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
5618 2025.03.18 03:49:57.187051 [ 5 ] {c34f6b71-5460-4ecd-893e-42bc4d10b2d0} <Debug> TCPHandler: Processed in 0.00660775 sec.
5619 2025.03.18 03:49:57.187239 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
5620 2025.03.18 03:49:57.187347 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5621 2025.03.18 03:49:57.187672 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_56_11} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5622 2025.03.18 03:49:57.187709 [ 5 ] {d5c53fff-77e3-4d16-b3be-1efa1e4c9da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5623 2025.03.18 03:49:57.187731 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5624 2025.03.18 03:49:57.187893 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14719 rows starting from the beginning of the part
5625 2025.03.18 03:49:57.187937 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_56_11} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
5626 2025.03.18 03:49:57.188017 [ 5 ] {d5c53fff-77e3-4d16-b3be-1efa1e4c9da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5627 2025.03.18 03:49:57.188200 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
5628 2025.03.18 03:49:57.188353 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part
5629 2025.03.18 03:49:57.188799 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
5630 2025.03.18 03:49:57.189132 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
5631 2025.03.18 03:49:57.189599 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part
5632 2025.03.18 03:49:57.190109 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 944 rows starting from the beginning of the part
5633 2025.03.18 03:49:57.193067 [ 5 ] {d5c53fff-77e3-4d16-b3be-1efa1e4c9da5} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5634 2025.03.18 03:49:57.193142 [ 5 ] {d5c53fff-77e3-4d16-b3be-1efa1e4c9da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5635 2025.03.18 03:49:57.195100 [ 5 ] {d5c53fff-77e3-4d16-b3be-1efa1e4c9da5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5636 2025.03.18 03:49:57.195408 [ 5 ] {d5c53fff-77e3-4d16-b3be-1efa1e4c9da5} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5637 2025.03.18 03:49:57.195994 [ 5 ] {d5c53fff-77e3-4d16-b3be-1efa1e4c9da5} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008386 sec., 4650.608156451229 rows/sec., 8.33 MiB/sec.
5638 2025.03.18 03:49:57.196447 [ 5 ] {d5c53fff-77e3-4d16-b3be-1efa1e4c9da5} <Debug> TCPHandler: Processed in 0.009171288 sec.
5639 2025.03.18 03:49:57.196587 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5640 2025.03.18 03:49:57.196692 [ 5 ] {c07b407a-97aa-4635-a094-f0c7cf62e0b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5641 2025.03.18 03:49:57.196739 [ 5 ] {c07b407a-97aa-4635-a094-f0c7cf62e0b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5642 2025.03.18 03:49:57.197299 [ 5 ] {c07b407a-97aa-4635-a094-f0c7cf62e0b1} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5643 2025.03.18 03:49:57.197338 [ 5 ] {c07b407a-97aa-4635-a094-f0c7cf62e0b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5644 2025.03.18 03:49:57.197944 [ 5 ] {c07b407a-97aa-4635-a094-f0c7cf62e0b1} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
5645 2025.03.18 03:49:57.197997 [ 197 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16303 rows, containing 5 columns (5 merged, 0 gathered) in 0.011047666 sec., 1475696.31449756 rows/sec., 101.08 MiB/sec.
5646 2025.03.18 03:49:57.198250 [ 5 ] {c07b407a-97aa-4635-a094-f0c7cf62e0b1} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5647 2025.03.18 03:49:57.198435 [ 32 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
5648 2025.03.18 03:49:57.198508 [ 32 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5649 2025.03.18 03:49:57.198550 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5650 2025.03.18 03:49:57.198566 [ 5 ] {c07b407a-97aa-4635-a094-f0c7cf62e0b1} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001885 sec., 10610.079575596817 rows/sec., 729.44 KiB/sec.
5651 2025.03.18 03:49:57.198948 [ 5 ] {c07b407a-97aa-4635-a094-f0c7cf62e0b1} <Debug> TCPHandler: Processed in 0.002419906 sec.
5652 2025.03.18 03:49:57.199039 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
5653 2025.03.18 03:49:57.199119 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
5654 2025.03.18 03:49:57.199537 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5655 2025.03.18 03:49:57.199661 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2628 rows starting from the beginning of the part
5656 2025.03.18 03:49:57.200027 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part
5657 2025.03.18 03:49:57.200505 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
5658 2025.03.18 03:49:57.200813 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
5659 2025.03.18 03:49:57.201165 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
5660 2025.03.18 03:49:57.201346 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 20 rows starting from the beginning of the part
5661 2025.03.18 03:49:57.201435 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5662 2025.03.18 03:49:57.201842 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
5663 2025.03.18 03:49:57.202029 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB.
5664 2025.03.18 03:49:57.203168 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2888 rows, containing 4 columns (4 merged, 0 gathered) in 0.004525328 sec., 638185.7845442363 rows/sec., 43.01 MiB/sec.
5665 2025.03.18 03:49:57.203454 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
5666 2025.03.18 03:49:57.203762 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_56_11} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5667 2025.03.18 03:49:57.203850 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_56_11} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
5668 2025.03.18 03:49:57.203944 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB.
5669 2025.03.18 03:49:59.408926 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 786
5670 2025.03.18 03:49:59.412639 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5671 2025.03.18 03:49:59.412682 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5672 2025.03.18 03:49:59.414155 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5673 2025.03.18 03:49:59.414464 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5674 2025.03.18 03:49:59.415871 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 786
5675 2025.03.18 03:50:00.678500 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5676 2025.03.18 03:50:00.678713 [ 5 ] {51110153-b370-496c-834d-6eb549b496a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5677 2025.03.18 03:50:00.678791 [ 5 ] {51110153-b370-496c-834d-6eb549b496a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5678 2025.03.18 03:50:00.680391 [ 5 ] {51110153-b370-496c-834d-6eb549b496a9} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5679 2025.03.18 03:50:00.680445 [ 5 ] {51110153-b370-496c-834d-6eb549b496a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5680 2025.03.18 03:50:00.680887 [ 5 ] {51110153-b370-496c-834d-6eb549b496a9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
5681 2025.03.18 03:50:00.681140 [ 5 ] {51110153-b370-496c-834d-6eb549b496a9} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5682 2025.03.18 03:50:00.681373 [ 5 ] {51110153-b370-496c-834d-6eb549b496a9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002722 sec., 20573.108008817046 rows/sec., 1.58 MiB/sec.
5683 2025.03.18 03:50:00.681431 [ 5 ] {51110153-b370-496c-834d-6eb549b496a9} <Debug> TCPHandler: Processed in 0.003075837 sec.
5684 2025.03.18 03:50:00.681551 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5685 2025.03.18 03:50:00.681657 [ 5 ] {a2a8f671-3caf-4526-b9af-ef9506ef4373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5686 2025.03.18 03:50:00.681703 [ 5 ] {a2a8f671-3caf-4526-b9af-ef9506ef4373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5687 2025.03.18 03:50:00.682241 [ 5 ] {a2a8f671-3caf-4526-b9af-ef9506ef4373} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5688 2025.03.18 03:50:00.682282 [ 5 ] {a2a8f671-3caf-4526-b9af-ef9506ef4373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5689 2025.03.18 03:50:00.682637 [ 5 ] {a2a8f671-3caf-4526-b9af-ef9506ef4373} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
5690 2025.03.18 03:50:00.682878 [ 5 ] {a2a8f671-3caf-4526-b9af-ef9506ef4373} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5691 2025.03.18 03:50:00.683103 [ 5 ] {a2a8f671-3caf-4526-b9af-ef9506ef4373} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001467 sec., 43626.448534423995 rows/sec., 3.41 MiB/sec.
5692 2025.03.18 03:50:00.683181 [ 5 ] {a2a8f671-3caf-4526-b9af-ef9506ef4373} <Debug> TCPHandler: Processed in 0.001681425 sec.
5693 2025.03.18 03:50:00.683406 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5694 2025.03.18 03:50:00.683564 [ 5 ] {90821b07-3aaa-4652-b227-b53c5cf51e98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5695 2025.03.18 03:50:00.683617 [ 5 ] {90821b07-3aaa-4652-b227-b53c5cf51e98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5696 2025.03.18 03:50:00.684134 [ 5 ] {90821b07-3aaa-4652-b227-b53c5cf51e98} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5697 2025.03.18 03:50:00.684174 [ 5 ] {90821b07-3aaa-4652-b227-b53c5cf51e98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5698 2025.03.18 03:50:00.684568 [ 5 ] {90821b07-3aaa-4652-b227-b53c5cf51e98} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
5699 2025.03.18 03:50:00.684810 [ 5 ] {90821b07-3aaa-4652-b227-b53c5cf51e98} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5700 2025.03.18 03:50:00.685018 [ 5 ] {90821b07-3aaa-4652-b227-b53c5cf51e98} <Debug> executeQuery: Read 106 rows, 7.56 KiB in 0.001478 sec., 71718.53856562923 rows/sec., 4.99 MiB/sec.
5701 2025.03.18 03:50:00.685070 [ 5 ] {90821b07-3aaa-4652-b227-b53c5cf51e98} <Debug> TCPHandler: Processed in 0.001756396 sec.
5702 2025.03.18 03:50:00.685203 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5703 2025.03.18 03:50:00.685343 [ 5 ] {e87760e6-213b-4dc7-9e37-95af2758eb22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5704 2025.03.18 03:50:00.685401 [ 5 ] {e87760e6-213b-4dc7-9e37-95af2758eb22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5705 2025.03.18 03:50:00.685895 [ 5 ] {e87760e6-213b-4dc7-9e37-95af2758eb22} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5706 2025.03.18 03:50:00.685935 [ 5 ] {e87760e6-213b-4dc7-9e37-95af2758eb22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5707 2025.03.18 03:50:00.686318 [ 5 ] {e87760e6-213b-4dc7-9e37-95af2758eb22} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
5708 2025.03.18 03:50:00.686566 [ 5 ] {e87760e6-213b-4dc7-9e37-95af2758eb22} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5709 2025.03.18 03:50:00.686764 [ 5 ] {e87760e6-213b-4dc7-9e37-95af2758eb22} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001451 sec., 27567.195037904894 rows/sec., 1.86 MiB/sec.
5710 2025.03.18 03:50:00.686816 [ 5 ] {e87760e6-213b-4dc7-9e37-95af2758eb22} <Debug> TCPHandler: Processed in 0.001679036 sec.
5711 2025.03.18 03:50:01.840793 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043
5712 2025.03.18 03:50:01.841529 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5713 2025.03.18 03:50:01.841585 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5714 2025.03.18 03:50:01.842134 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5715 2025.03.18 03:50:01.842391 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5716 2025.03.18 03:50:01.842688 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043
5717 2025.03.18 03:50:02.913890 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
5718 2025.03.18 03:50:02.935735 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5719 2025.03.18 03:50:02.935800 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5720 2025.03.18 03:50:02.943162 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5721 2025.03.18 03:50:02.943959 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5722 2025.03.18 03:50:02.946748 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
5723 2025.03.18 03:50:05.680912 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5724 2025.03.18 03:50:05.681126 [ 5 ] {3048d4bc-ed37-4719-bafe-0322e08e0e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5725 2025.03.18 03:50:05.681210 [ 5 ] {3048d4bc-ed37-4719-bafe-0322e08e0e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5726 2025.03.18 03:50:05.682054 [ 5 ] {3048d4bc-ed37-4719-bafe-0322e08e0e47} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5727 2025.03.18 03:50:05.682109 [ 5 ] {3048d4bc-ed37-4719-bafe-0322e08e0e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5728 2025.03.18 03:50:05.682570 [ 5 ] {3048d4bc-ed37-4719-bafe-0322e08e0e47} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
5729 2025.03.18 03:50:05.682838 [ 5 ] {3048d4bc-ed37-4719-bafe-0322e08e0e47} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5730 2025.03.18 03:50:05.683097 [ 5 ] {3048d4bc-ed37-4719-bafe-0322e08e0e47} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00203 sec., 27586.20689655172 rows/sec., 2.12 MiB/sec.
5731 2025.03.18 03:50:05.683165 [ 5 ] {3048d4bc-ed37-4719-bafe-0322e08e0e47} <Debug> TCPHandler: Processed in 0.002396036 sec.
5732 2025.03.18 03:50:05.683307 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5733 2025.03.18 03:50:05.683452 [ 5 ] {09f244fa-6d9b-4a04-9926-1daa00cb733f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5734 2025.03.18 03:50:05.683510 [ 5 ] {09f244fa-6d9b-4a04-9926-1daa00cb733f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5735 2025.03.18 03:50:05.684137 [ 5 ] {09f244fa-6d9b-4a04-9926-1daa00cb733f} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5736 2025.03.18 03:50:05.684180 [ 5 ] {09f244fa-6d9b-4a04-9926-1daa00cb733f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5737 2025.03.18 03:50:05.684558 [ 5 ] {09f244fa-6d9b-4a04-9926-1daa00cb733f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
5738 2025.03.18 03:50:05.684799 [ 5 ] {09f244fa-6d9b-4a04-9926-1daa00cb733f} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5739 2025.03.18 03:50:05.685022 [ 5 ] {09f244fa-6d9b-4a04-9926-1daa00cb733f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001606 sec., 39850.5603985056 rows/sec., 3.11 MiB/sec.
5740 2025.03.18 03:50:05.685077 [ 5 ] {09f244fa-6d9b-4a04-9926-1daa00cb733f} <Debug> TCPHandler: Processed in 0.001837098 sec.
5741 2025.03.18 03:50:05.685194 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5742 2025.03.18 03:50:05.685308 [ 5 ] {d16819b0-7e9d-481e-8dd6-0bb00b369cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5743 2025.03.18 03:50:05.685359 [ 5 ] {d16819b0-7e9d-481e-8dd6-0bb00b369cd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5744 2025.03.18 03:50:05.685883 [ 5 ] {d16819b0-7e9d-481e-8dd6-0bb00b369cd7} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5745 2025.03.18 03:50:05.685924 [ 5 ] {d16819b0-7e9d-481e-8dd6-0bb00b369cd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5746 2025.03.18 03:50:05.686330 [ 5 ] {d16819b0-7e9d-481e-8dd6-0bb00b369cd7} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
5747 2025.03.18 03:50:05.686571 [ 5 ] {d16819b0-7e9d-481e-8dd6-0bb00b369cd7} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5748 2025.03.18 03:50:05.686824 [ 5 ] {d16819b0-7e9d-481e-8dd6-0bb00b369cd7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001523 sec., 105055.81089954037 rows/sec., 7.32 MiB/sec.
5749 2025.03.18 03:50:05.686895 [ 5 ] {d16819b0-7e9d-481e-8dd6-0bb00b369cd7} <Debug> TCPHandler: Processed in 0.001754457 sec.
5750 2025.03.18 03:50:05.687145 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5751 2025.03.18 03:50:05.687315 [ 5 ] {ba2a3cae-7f58-44e9-9afd-158350955c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5752 2025.03.18 03:50:05.687365 [ 5 ] {ba2a3cae-7f58-44e9-9afd-158350955c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5753 2025.03.18 03:50:05.687808 [ 5 ] {ba2a3cae-7f58-44e9-9afd-158350955c18} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5754 2025.03.18 03:50:05.687847 [ 5 ] {ba2a3cae-7f58-44e9-9afd-158350955c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB.
5755 2025.03.18 03:50:05.688209 [ 5 ] {ba2a3cae-7f58-44e9-9afd-158350955c18} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
5756 2025.03.18 03:50:05.688449 [ 5 ] {ba2a3cae-7f58-44e9-9afd-158350955c18} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5757 2025.03.18 03:50:05.688712 [ 5 ] {ba2a3cae-7f58-44e9-9afd-158350955c18} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec.
5758 2025.03.18 03:50:05.688777 [ 5 ] {ba2a3cae-7f58-44e9-9afd-158350955c18} <Debug> TCPHandler: Processed in 0.001734746 sec.
5759 2025.03.18 03:50:08.576598 [ 81 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0
5760 2025.03.18 03:50:08.576683 [ 81 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5761 2025.03.18 03:50:08.576710 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5762 2025.03.18 03:50:08.576920 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full
5763 2025.03.18 03:50:08.577226 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5764 2025.03.18 03:50:08.577289 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 69 rows starting from the beginning of the part
5765 2025.03.18 03:50:08.577471 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 53 rows starting from the beginning of the part
5766 2025.03.18 03:50:08.577766 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 39 rows starting from the beginning of the part
5767 2025.03.18 03:50:08.578003 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part
5768 2025.03.18 03:50:08.578199 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 67 rows starting from the beginning of the part
5769 2025.03.18 03:50:08.579349 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 5 columns (5 merged, 0 gathered) in 0.002558378 sec., 104362.99874373528 rows/sec., 8.06 MiB/sec.
5770 2025.03.18 03:50:08.579637 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary)
5771 2025.03.18 03:50:08.580150 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_24_5} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5772 2025.03.18 03:50:08.580246 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_24_5} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5
5773 2025.03.18 03:50:08.580348 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5774 2025.03.18 03:50:08.882242 [ 81 ] {} <Debug> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
5775 2025.03.18 03:50:08.882316 [ 81 ] {} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5776 2025.03.18 03:50:08.882343 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5777 2025.03.18 03:50:08.882570 [ 187 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
5778 2025.03.18 03:50:08.882834 [ 187 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5779 2025.03.18 03:50:08.882878 [ 187 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 253 rows starting from the beginning of the part
5780 2025.03.18 03:50:08.882973 [ 187 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
5781 2025.03.18 03:50:08.883234 [ 187 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
5782 2025.03.18 03:50:08.883439 [ 187 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
5783 2025.03.18 03:50:08.883519 [ 187 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
5784 2025.03.18 03:50:08.884685 [ 197 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1261 rows, containing 5 columns (5 merged, 0 gathered) in 0.002265144 sec., 556697.4991435423 rows/sec., 40.63 MiB/sec.
5785 2025.03.18 03:50:08.884895 [ 197 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
5786 2025.03.18 03:50:08.885241 [ 197 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_9_2} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5787 2025.03.18 03:50:08.885331 [ 197 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_9_2} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
5788 2025.03.18 03:50:08.885433 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
5789 2025.03.18 03:50:09.210310 [ 81 ] {} <Debug> DNSResolver: Updating DNS cache
5790 2025.03.18 03:50:09.210348 [ 81 ] {} <Debug> DNSResolver: Updated DNS cache
5791 2025.03.18 03:50:09.342899 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531
5792 2025.03.18 03:50:09.343682 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5793 2025.03.18 03:50:09.343735 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5794 2025.03.18 03:50:09.344406 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5795 2025.03.18 03:50:09.344719 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5796 2025.03.18 03:50:09.344942 [ 47 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5797 2025.03.18 03:50:09.345003 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
5798 2025.03.18 03:50:09.345026 [ 47 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5799 2025.03.18 03:50:09.345067 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5800 2025.03.18 03:50:09.345301 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::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
5801 2025.03.18 03:50:09.345523 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5802 2025.03.18 03:50:09.345571 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part
5803 2025.03.18 03:50:09.345651 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part
5804 2025.03.18 03:50:09.345874 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part
5805 2025.03.18 03:50:09.346047 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part
5806 2025.03.18 03:50:09.346200 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part
5807 2025.03.18 03:50:09.346341 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part
5808 2025.03.18 03:50:09.349094 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003941159 sec., 4194451.42913544 rows/sec., 60.00 MiB/sec.
5809 2025.03.18 03:50:09.349238 [ 188 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5810 2025.03.18 03:50:09.349600 [ 188 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_36_7} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5811 2025.03.18 03:50:09.349691 [ 188 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_36_7} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5812 2025.03.18 03:50:09.349810 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB.
5813 2025.03.18 03:50:09.416234 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 802
5814 2025.03.18 03:50:09.419226 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5815 2025.03.18 03:50:09.419265 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5816 2025.03.18 03:50:09.420712 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5817 2025.03.18 03:50:09.421010 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5818 2025.03.18 03:50:09.421172 [ 47 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
5819 2025.03.18 03:50:09.421235 [ 47 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5820 2025.03.18 03:50:09.421276 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5821 2025.03.18 03:50:09.421777 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
5822 2025.03.18 03:50:09.423239 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 802
5823 2025.03.18 03:50:09.423581 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5824 2025.03.18 03:50:09.423742 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 670 rows starting from the beginning of the part
5825 2025.03.18 03:50:09.424354 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part
5826 2025.03.18 03:50:09.424955 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part
5827 2025.03.18 03:50:09.425572 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
5828 2025.03.18 03:50:09.426182 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part
5829 2025.03.18 03:50:09.426776 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part
5830 2025.03.18 03:50:09.434629 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 802 rows, containing 72 columns (72 merged, 0 gathered) in 0.013229759 sec., 60620.907758032474 rows/sec., 49.76 MiB/sec.
5831 2025.03.18 03:50:09.435946 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
5832 2025.03.18 03:50:09.436783 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_26_5} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5833 2025.03.18 03:50:09.436886 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_26_5} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
5834 2025.03.18 03:50:09.437225 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.06 MiB.
5835 2025.03.18 03:50:10.446901 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
5836 2025.03.18 03:50:10.468594 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5837 2025.03.18 03:50:10.468650 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5838 2025.03.18 03:50:10.475931 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5839 2025.03.18 03:50:10.476720 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5840 2025.03.18 03:50:10.477031 [ 42 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5841 2025.03.18 03:50:10.477107 [ 42 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5842 2025.03.18 03:50:10.477154 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5843 2025.03.18 03:50:10.477523 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
5844 2025.03.18 03:50:10.487185 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
5845 2025.03.18 03:50:10.488412 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5846 2025.03.18 03:50:10.489316 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
5847 2025.03.18 03:50:10.495259 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
5848 2025.03.18 03:50:10.500078 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
5849 2025.03.18 03:50:10.505198 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
5850 2025.03.18 03:50:10.510345 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
5851 2025.03.18 03:50:10.514763 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
5852 2025.03.18 03:50:10.571684 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.094441398 sec., 2880.092901631973 rows/sec., 14.89 MiB/sec.
5853 2025.03.18 03:50:10.574705 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5854 2025.03.18 03:50:10.577793 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_36_7} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5855 2025.03.18 03:50:10.577933 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_36_7} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5856 2025.03.18 03:50:10.580560 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB.
5857 2025.03.18 03:50:10.682613 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5858 2025.03.18 03:50:10.682822 [ 5 ] {d9886f6c-7398-4854-8a1e-2345b16ce3c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5859 2025.03.18 03:50:10.682901 [ 5 ] {d9886f6c-7398-4854-8a1e-2345b16ce3c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5860 2025.03.18 03:50:10.683710 [ 5 ] {d9886f6c-7398-4854-8a1e-2345b16ce3c9} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5861 2025.03.18 03:50:10.683759 [ 5 ] {d9886f6c-7398-4854-8a1e-2345b16ce3c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5862 2025.03.18 03:50:10.684204 [ 5 ] {d9886f6c-7398-4854-8a1e-2345b16ce3c9} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
5863 2025.03.18 03:50:10.684460 [ 5 ] {d9886f6c-7398-4854-8a1e-2345b16ce3c9} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5864 2025.03.18 03:50:10.684658 [ 5 ] {d9886f6c-7398-4854-8a1e-2345b16ce3c9} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001894 sec., 70749.73600844773 rows/sec., 6.10 MiB/sec.
5865 2025.03.18 03:50:10.684721 [ 5 ] {d9886f6c-7398-4854-8a1e-2345b16ce3c9} <Debug> TCPHandler: Processed in 0.002247353 sec.
5866 2025.03.18 03:50:10.684831 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5867 2025.03.18 03:50:10.684940 [ 5 ] {1d75363b-3df9-49e0-b3e8-3199722ba455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5868 2025.03.18 03:50:10.684990 [ 5 ] {1d75363b-3df9-49e0-b3e8-3199722ba455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5869 2025.03.18 03:50:10.685535 [ 5 ] {1d75363b-3df9-49e0-b3e8-3199722ba455} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5870 2025.03.18 03:50:10.685573 [ 5 ] {1d75363b-3df9-49e0-b3e8-3199722ba455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5871 2025.03.18 03:50:10.685919 [ 5 ] {1d75363b-3df9-49e0-b3e8-3199722ba455} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5872 2025.03.18 03:50:10.686157 [ 5 ] {1d75363b-3df9-49e0-b3e8-3199722ba455} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5873 2025.03.18 03:50:10.686333 [ 5 ] {1d75363b-3df9-49e0-b3e8-3199722ba455} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001421 sec., 27445.46094299789 rows/sec., 2.02 MiB/sec.
5874 2025.03.18 03:50:10.686384 [ 5 ] {1d75363b-3df9-49e0-b3e8-3199722ba455} <Debug> TCPHandler: Processed in 0.001603694 sec.
5875 2025.03.18 03:50:10.686498 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5876 2025.03.18 03:50:10.686603 [ 5 ] {3f0dbb12-1ee0-4343-8c9d-785b827385f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5877 2025.03.18 03:50:10.686648 [ 5 ] {3f0dbb12-1ee0-4343-8c9d-785b827385f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5878 2025.03.18 03:50:10.687189 [ 5 ] {3f0dbb12-1ee0-4343-8c9d-785b827385f1} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5879 2025.03.18 03:50:10.687226 [ 5 ] {3f0dbb12-1ee0-4343-8c9d-785b827385f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5880 2025.03.18 03:50:10.687580 [ 5 ] {3f0dbb12-1ee0-4343-8c9d-785b827385f1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
5881 2025.03.18 03:50:10.687814 [ 5 ] {3f0dbb12-1ee0-4343-8c9d-785b827385f1} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5882 2025.03.18 03:50:10.687986 [ 5 ] {3f0dbb12-1ee0-4343-8c9d-785b827385f1} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001405 sec., 73309.60854092527 rows/sec., 5.73 MiB/sec.
5883 2025.03.18 03:50:10.688036 [ 5 ] {3f0dbb12-1ee0-4343-8c9d-785b827385f1} <Debug> TCPHandler: Processed in 0.001590014 sec.
5884 2025.03.18 03:50:10.688146 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5885 2025.03.18 03:50:10.688252 [ 5 ] {fbc15df2-212a-40cb-b155-f2f664d40e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5886 2025.03.18 03:50:10.688301 [ 5 ] {fbc15df2-212a-40cb-b155-f2f664d40e1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5887 2025.03.18 03:50:10.688822 [ 5 ] {fbc15df2-212a-40cb-b155-f2f664d40e1c} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5888 2025.03.18 03:50:10.688860 [ 5 ] {fbc15df2-212a-40cb-b155-f2f664d40e1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5889 2025.03.18 03:50:10.689252 [ 5 ] {fbc15df2-212a-40cb-b155-f2f664d40e1c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
5890 2025.03.18 03:50:10.689494 [ 5 ] {fbc15df2-212a-40cb-b155-f2f664d40e1c} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5891 2025.03.18 03:50:10.689669 [ 5 ] {fbc15df2-212a-40cb-b155-f2f664d40e1c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001438 sec., 111265.64673157163 rows/sec., 7.75 MiB/sec.
5892 2025.03.18 03:50:10.689719 [ 5 ] {fbc15df2-212a-40cb-b155-f2f664d40e1c} <Debug> TCPHandler: Processed in 0.001622354 sec.
5893 2025.03.18 03:50:10.689831 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5894 2025.03.18 03:50:10.689937 [ 5 ] {499ca672-a0ea-489d-8115-aba904aecb18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5895 2025.03.18 03:50:10.690003 [ 5 ] {499ca672-a0ea-489d-8115-aba904aecb18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5896 2025.03.18 03:50:10.691097 [ 5 ] {499ca672-a0ea-489d-8115-aba904aecb18} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5897 2025.03.18 03:50:10.691134 [ 5 ] {499ca672-a0ea-489d-8115-aba904aecb18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5898 2025.03.18 03:50:10.691835 [ 5 ] {499ca672-a0ea-489d-8115-aba904aecb18} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
5899 2025.03.18 03:50:10.692092 [ 5 ] {499ca672-a0ea-489d-8115-aba904aecb18} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5900 2025.03.18 03:50:10.692326 [ 5 ] {499ca672-a0ea-489d-8115-aba904aecb18} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002402 sec., 16236.46960865945 rows/sec., 29.10 MiB/sec.
5901 2025.03.18 03:50:10.692737 [ 5 ] {499ca672-a0ea-489d-8115-aba904aecb18} <Debug> TCPHandler: Processed in 0.002951395 sec.
5902 2025.03.18 03:50:10.692900 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5903 2025.03.18 03:50:10.693005 [ 5 ] {30e2050c-d11a-4e17-8246-6b0e25929f04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5904 2025.03.18 03:50:10.693051 [ 5 ] {30e2050c-d11a-4e17-8246-6b0e25929f04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5905 2025.03.18 03:50:10.693498 [ 5 ] {30e2050c-d11a-4e17-8246-6b0e25929f04} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5906 2025.03.18 03:50:10.693535 [ 5 ] {30e2050c-d11a-4e17-8246-6b0e25929f04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5907 2025.03.18 03:50:10.693887 [ 5 ] {30e2050c-d11a-4e17-8246-6b0e25929f04} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
5908 2025.03.18 03:50:10.694123 [ 5 ] {30e2050c-d11a-4e17-8246-6b0e25929f04} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5909 2025.03.18 03:50:10.694292 [ 5 ] {30e2050c-d11a-4e17-8246-6b0e25929f04} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00131 sec., 45801.52671755725 rows/sec., 3.09 MiB/sec.
5910 2025.03.18 03:50:10.694363 [ 5 ] {30e2050c-d11a-4e17-8246-6b0e25929f04} <Debug> TCPHandler: Processed in 0.001511353 sec.
5911 2025.03.18 03:50:15.680614 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5912 2025.03.18 03:50:15.680817 [ 5 ] {66d3e810-d86e-4d38-9f11-f845277414d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5913 2025.03.18 03:50:15.680896 [ 5 ] {66d3e810-d86e-4d38-9f11-f845277414d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5914 2025.03.18 03:50:15.681642 [ 5 ] {66d3e810-d86e-4d38-9f11-f845277414d6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5915 2025.03.18 03:50:15.681693 [ 5 ] {66d3e810-d86e-4d38-9f11-f845277414d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5916 2025.03.18 03:50:15.682130 [ 5 ] {66d3e810-d86e-4d38-9f11-f845277414d6} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
5917 2025.03.18 03:50:15.682383 [ 5 ] {66d3e810-d86e-4d38-9f11-f845277414d6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5918 2025.03.18 03:50:15.682652 [ 5 ] {66d3e810-d86e-4d38-9f11-f845277414d6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001888 sec., 29661.016949152545 rows/sec., 2.28 MiB/sec.
5919 2025.03.18 03:50:15.682709 [ 5 ] {66d3e810-d86e-4d38-9f11-f845277414d6} <Debug> TCPHandler: Processed in 0.002226233 sec.
5920 2025.03.18 03:50:15.682831 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5921 2025.03.18 03:50:15.682937 [ 5 ] {69ea41f8-3563-460a-941d-71919e4d2633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5922 2025.03.18 03:50:15.682983 [ 5 ] {69ea41f8-3563-460a-941d-71919e4d2633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5923 2025.03.18 03:50:15.683519 [ 5 ] {69ea41f8-3563-460a-941d-71919e4d2633} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5924 2025.03.18 03:50:15.683559 [ 5 ] {69ea41f8-3563-460a-941d-71919e4d2633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5925 2025.03.18 03:50:15.683904 [ 5 ] {69ea41f8-3563-460a-941d-71919e4d2633} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
5926 2025.03.18 03:50:15.684139 [ 5 ] {69ea41f8-3563-460a-941d-71919e4d2633} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5927 2025.03.18 03:50:15.684374 [ 5 ] {69ea41f8-3563-460a-941d-71919e4d2633} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00145 sec., 44137.93103448276 rows/sec., 3.45 MiB/sec.
5928 2025.03.18 03:50:15.684475 [ 5 ] {69ea41f8-3563-460a-941d-71919e4d2633} <Debug> TCPHandler: Processed in 0.001694635 sec.
5929 2025.03.18 03:50:15.684667 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5930 2025.03.18 03:50:15.684809 [ 5 ] {838959cf-fc38-4fb8-95d5-ab6100682d88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5931 2025.03.18 03:50:15.684861 [ 5 ] {838959cf-fc38-4fb8-95d5-ab6100682d88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5932 2025.03.18 03:50:15.685401 [ 5 ] {838959cf-fc38-4fb8-95d5-ab6100682d88} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5933 2025.03.18 03:50:15.685441 [ 5 ] {838959cf-fc38-4fb8-95d5-ab6100682d88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5934 2025.03.18 03:50:15.685962 [ 5 ] {838959cf-fc38-4fb8-95d5-ab6100682d88} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
5935 2025.03.18 03:50:15.686413 [ 5 ] {838959cf-fc38-4fb8-95d5-ab6100682d88} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5936 2025.03.18 03:50:15.686803 [ 5 ] {838959cf-fc38-4fb8-95d5-ab6100682d88} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002015 sec., 79404.4665012407 rows/sec., 5.53 MiB/sec.
5937 2025.03.18 03:50:15.686865 [ 5 ] {838959cf-fc38-4fb8-95d5-ab6100682d88} <Debug> TCPHandler: Processed in 0.002303534 sec.
5938 2025.03.18 03:50:15.687053 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5939 2025.03.18 03:50:15.687168 [ 5 ] {8c082a1b-4596-42dc-8c95-80a7628363d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5940 2025.03.18 03:50:15.687220 [ 5 ] {8c082a1b-4596-42dc-8c95-80a7628363d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5941 2025.03.18 03:50:15.687668 [ 5 ] {8c082a1b-4596-42dc-8c95-80a7628363d7} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5942 2025.03.18 03:50:15.687706 [ 5 ] {8c082a1b-4596-42dc-8c95-80a7628363d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5943 2025.03.18 03:50:15.688095 [ 5 ] {8c082a1b-4596-42dc-8c95-80a7628363d7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
5944 2025.03.18 03:50:15.688346 [ 5 ] {8c082a1b-4596-42dc-8c95-80a7628363d7} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5945 2025.03.18 03:50:15.688568 [ 5 ] {8c082a1b-4596-42dc-8c95-80a7628363d7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001424 sec., 42134.83146067416 rows/sec., 2.84 MiB/sec.
5946 2025.03.18 03:50:15.688617 [ 5 ] {8c082a1b-4596-42dc-8c95-80a7628363d7} <Debug> TCPHandler: Processed in 0.001628945 sec.
5947 2025.03.18 03:50:16.845229 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958
5948 2025.03.18 03:50:16.845934 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5949 2025.03.18 03:50:16.845978 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5950 2025.03.18 03:50:16.846630 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5951 2025.03.18 03:50:16.846884 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5952 2025.03.18 03:50:16.847070 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958
5953 2025.03.18 03:50:17.987346 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
5954 2025.03.18 03:50:18.006683 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5955 2025.03.18 03:50:18.006737 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5956 2025.03.18 03:50:18.013709 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5957 2025.03.18 03:50:18.014438 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5958 2025.03.18 03:50:18.017809 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
5959 2025.03.18 03:50:19.423508 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 822
5960 2025.03.18 03:50:19.426457 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5961 2025.03.18 03:50:19.426520 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5962 2025.03.18 03:50:19.428052 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
5963 2025.03.18 03:50:19.428404 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5964 2025.03.18 03:50:19.429322 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 822
5965 2025.03.18 03:50:20.682980 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5966 2025.03.18 03:50:20.683170 [ 5 ] {4501cbe5-c53f-4760-8941-987943cfe3f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5967 2025.03.18 03:50:20.683247 [ 5 ] {4501cbe5-c53f-4760-8941-987943cfe3f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5968 2025.03.18 03:50:20.684088 [ 5 ] {4501cbe5-c53f-4760-8941-987943cfe3f7} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5969 2025.03.18 03:50:20.684143 [ 5 ] {4501cbe5-c53f-4760-8941-987943cfe3f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5970 2025.03.18 03:50:20.684601 [ 5 ] {4501cbe5-c53f-4760-8941-987943cfe3f7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
5971 2025.03.18 03:50:20.684861 [ 5 ] {4501cbe5-c53f-4760-8941-987943cfe3f7} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5972 2025.03.18 03:50:20.685086 [ 148 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
5973 2025.03.18 03:50:20.685118 [ 5 ] {4501cbe5-c53f-4760-8941-987943cfe3f7} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.002 sec., 67000 rows/sec., 5.78 MiB/sec.
5974 2025.03.18 03:50:20.685214 [ 148 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5975 2025.03.18 03:50:20.685276 [ 5 ] {4501cbe5-c53f-4760-8941-987943cfe3f7} <Debug> TCPHandler: Processed in 0.002422456 sec.
5976 2025.03.18 03:50:20.685303 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5977 2025.03.18 03:50:20.685512 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5978 2025.03.18 03:50:20.685672 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
5979 2025.03.18 03:50:20.685825 [ 5 ] {cb3160a4-ac0f-4f31-a36c-4782a6ae8fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5980 2025.03.18 03:50:20.686013 [ 5 ] {cb3160a4-ac0f-4f31-a36c-4782a6ae8fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5981 2025.03.18 03:50:20.686144 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5982 2025.03.18 03:50:20.686285 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1404 rows starting from the beginning of the part
5983 2025.03.18 03:50:20.686727 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part
5984 2025.03.18 03:50:20.687184 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part
5985 2025.03.18 03:50:20.687669 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 134 rows starting from the beginning of the part
5986 2025.03.18 03:50:20.687973 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part
5987 2025.03.18 03:50:20.688339 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 134 rows starting from the beginning of the part
5988 2025.03.18 03:50:20.690324 [ 5 ] {cb3160a4-ac0f-4f31-a36c-4782a6ae8fa1} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5989 2025.03.18 03:50:20.690383 [ 5 ] {cb3160a4-ac0f-4f31-a36c-4782a6ae8fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
5990 2025.03.18 03:50:20.691351 [ 5 ] {cb3160a4-ac0f-4f31-a36c-4782a6ae8fa1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
5991 2025.03.18 03:50:20.691769 [ 5 ] {cb3160a4-ac0f-4f31-a36c-4782a6ae8fa1} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5992 2025.03.18 03:50:20.692194 [ 5 ] {cb3160a4-ac0f-4f31-a36c-4782a6ae8fa1} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.006481 sec., 6017.589878105231 rows/sec., 452.49 KiB/sec.
5993 2025.03.18 03:50:20.692521 [ 5 ] {cb3160a4-ac0f-4f31-a36c-4782a6ae8fa1} <Debug> TCPHandler: Processed in 0.007127997 sec.
5994 2025.03.18 03:50:20.692549 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1840 rows, containing 5 columns (5 merged, 0 gathered) in 0.007099956 sec., 259156.5356179672 rows/sec., 22.65 MiB/sec.
5995 2025.03.18 03:50:20.692669 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5996 2025.03.18 03:50:20.692812 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
5997 2025.03.18 03:50:20.692821 [ 5 ] {e7a74d46-928c-4afb-b824-8fabea5d0599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5998 2025.03.18 03:50:20.692934 [ 5 ] {e7a74d46-928c-4afb-b824-8fabea5d0599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5999 2025.03.18 03:50:20.693365 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_61_12} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6000 2025.03.18 03:50:20.693588 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_61_12} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
6001 2025.03.18 03:50:20.693728 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
6002 2025.03.18 03:50:20.694015 [ 5 ] {e7a74d46-928c-4afb-b824-8fabea5d0599} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6003 2025.03.18 03:50:20.694059 [ 5 ] {e7a74d46-928c-4afb-b824-8fabea5d0599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6004 2025.03.18 03:50:20.694428 [ 5 ] {e7a74d46-928c-4afb-b824-8fabea5d0599} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
6005 2025.03.18 03:50:20.694681 [ 5 ] {e7a74d46-928c-4afb-b824-8fabea5d0599} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6006 2025.03.18 03:50:20.694851 [ 148 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
6007 2025.03.18 03:50:20.694910 [ 148 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6008 2025.03.18 03:50:20.694926 [ 5 ] {e7a74d46-928c-4afb-b824-8fabea5d0599} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002145 sec., 48018.64801864801 rows/sec., 3.75 MiB/sec.
6009 2025.03.18 03:50:20.694952 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6010 2025.03.18 03:50:20.695074 [ 5 ] {e7a74d46-928c-4afb-b824-8fabea5d0599} <Debug> TCPHandler: Processed in 0.002459147 sec.
6011 2025.03.18 03:50:20.695229 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
6012 2025.03.18 03:50:20.695315 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6013 2025.03.18 03:50:20.695462 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6014 2025.03.18 03:50:20.695613 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
6015 2025.03.18 03:50:20.695664 [ 5 ] {f9b30feb-2c50-488a-8f48-7bb72c7f5038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6016 2025.03.18 03:50:20.695906 [ 5 ] {f9b30feb-2c50-488a-8f48-7bb72c7f5038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6017 2025.03.18 03:50:20.696223 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part
6018 2025.03.18 03:50:20.696867 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part
6019 2025.03.18 03:50:20.697477 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 103 rows starting from the beginning of the part
6020 2025.03.18 03:50:20.697891 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part
6021 2025.03.18 03:50:20.698228 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 103 rows starting from the beginning of the part
6022 2025.03.18 03:50:20.698938 [ 5 ] {f9b30feb-2c50-488a-8f48-7bb72c7f5038} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6023 2025.03.18 03:50:20.698983 [ 5 ] {f9b30feb-2c50-488a-8f48-7bb72c7f5038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6024 2025.03.18 03:50:20.699561 [ 5 ] {f9b30feb-2c50-488a-8f48-7bb72c7f5038} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
6025 2025.03.18 03:50:20.699870 [ 5 ] {f9b30feb-2c50-488a-8f48-7bb72c7f5038} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6026 2025.03.18 03:50:20.700015 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1029 rows, containing 5 columns (5 merged, 0 gathered) in 0.004939604 sec., 208316.29418066712 rows/sec., 16.71 MiB/sec.
6027 2025.03.18 03:50:20.700125 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
6028 2025.03.18 03:50:20.700226 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6029 2025.03.18 03:50:20.700283 [ 5 ] {f9b30feb-2c50-488a-8f48-7bb72c7f5038} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004758 sec., 33627.57461118117 rows/sec., 2.34 MiB/sec.
6030 2025.03.18 03:50:20.700293 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6031 2025.03.18 03:50:20.700319 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
6032 2025.03.18 03:50:20.700641 [ 5 ] {f9b30feb-2c50-488a-8f48-7bb72c7f5038} <Debug> TCPHandler: Processed in 0.005407121 sec.
6033 2025.03.18 03:50:20.700878 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
6034 2025.03.18 03:50:20.700962 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6035 2025.03.18 03:50:20.701327 [ 5 ] {e100eca1-794c-4a23-8fff-e27a62aaa1a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6036 2025.03.18 03:50:20.701333 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_61_12} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6037 2025.03.18 03:50:20.701376 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6038 2025.03.18 03:50:20.701551 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 16303 rows starting from the beginning of the part
6039 2025.03.18 03:50:20.701601 [ 5 ] {e100eca1-794c-4a23-8fff-e27a62aaa1a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6040 2025.03.18 03:50:20.701609 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_61_12} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
6041 2025.03.18 03:50:20.701906 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
6042 2025.03.18 03:50:20.702051 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 106 rows starting from the beginning of the part
6043 2025.03.18 03:50:20.702408 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part
6044 2025.03.18 03:50:20.702917 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part
6045 2025.03.18 03:50:20.703273 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
6046 2025.03.18 03:50:20.703746 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
6047 2025.03.18 03:50:20.706514 [ 5 ] {e100eca1-794c-4a23-8fff-e27a62aaa1a8} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6048 2025.03.18 03:50:20.706588 [ 5 ] {e100eca1-794c-4a23-8fff-e27a62aaa1a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6049 2025.03.18 03:50:20.708468 [ 5 ] {e100eca1-794c-4a23-8fff-e27a62aaa1a8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6050 2025.03.18 03:50:20.708790 [ 5 ] {e100eca1-794c-4a23-8fff-e27a62aaa1a8} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6051 2025.03.18 03:50:20.709231 [ 148 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6052 2025.03.18 03:50:20.709328 [ 148 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6053 2025.03.18 03:50:20.709390 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6054 2025.03.18 03:50:20.709495 [ 5 ] {e100eca1-794c-4a23-8fff-e27a62aaa1a8} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008305 sec., 4695.966285370259 rows/sec., 8.41 MiB/sec.
6055 2025.03.18 03:50:20.709656 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
6056 2025.03.18 03:50:20.709746 [ 5 ] {e100eca1-794c-4a23-8fff-e27a62aaa1a8} <Debug> TCPHandler: Processed in 0.008893154 sec.
6057 2025.03.18 03:50:20.709939 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6058 2025.03.18 03:50:20.710108 [ 5 ] {901b5f64-df76-462b-a399-86700c3a843a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6059 2025.03.18 03:50:20.710154 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6060 2025.03.18 03:50:20.710171 [ 5 ] {901b5f64-df76-462b-a399-86700c3a843a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6061 2025.03.18 03:50:20.710319 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 711 rows starting from the beginning of the part
6062 2025.03.18 03:50:20.711310 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
6063 2025.03.18 03:50:20.711920 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 39 rows starting from the beginning of the part
6064 2025.03.18 03:50:20.713328 [ 5 ] {901b5f64-df76-462b-a399-86700c3a843a} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6065 2025.03.18 03:50:20.713369 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17049 rows, containing 5 columns (5 merged, 0 gathered) in 0.012874813 sec., 1324213.4079927995 rows/sec., 90.77 MiB/sec.
6066 2025.03.18 03:50:20.713420 [ 5 ] {901b5f64-df76-462b-a399-86700c3a843a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6067 2025.03.18 03:50:20.713432 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 39 rows starting from the beginning of the part
6068 2025.03.18 03:50:20.713893 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
6069 2025.03.18 03:50:20.714452 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 39 rows starting from the beginning of the part
6070 2025.03.18 03:50:20.715328 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6071 2025.03.18 03:50:20.715383 [ 5 ] {901b5f64-df76-462b-a399-86700c3a843a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
6072 2025.03.18 03:50:20.715498 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 39 rows starting from the beginning of the part
6073 2025.03.18 03:50:20.715698 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
6074 2025.03.18 03:50:20.716122 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB.
6075 2025.03.18 03:50:20.716346 [ 5 ] {901b5f64-df76-462b-a399-86700c3a843a} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6076 2025.03.18 03:50:20.716613 [ 148 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
6077 2025.03.18 03:50:20.716732 [ 148 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6078 2025.03.18 03:50:20.716816 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6079 2025.03.18 03:50:20.716857 [ 5 ] {901b5f64-df76-462b-a399-86700c3a843a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006775 sec., 8856.08856088561 rows/sec., 611.16 KiB/sec.
6080 2025.03.18 03:50:20.717302 [ 5 ] {901b5f64-df76-462b-a399-86700c3a843a} <Debug> TCPHandler: Processed in 0.007457382 sec.
6081 2025.03.18 03:50:20.717349 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
6082 2025.03.18 03:50:20.717682 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6083 2025.03.18 03:50:20.717722 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2888 rows starting from the beginning of the part
6084 2025.03.18 03:50:20.718008 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 40 rows starting from the beginning of the part
6085 2025.03.18 03:50:20.718344 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part
6086 2025.03.18 03:50:20.718687 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part
6087 2025.03.18 03:50:20.719044 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
6088 2025.03.18 03:50:20.719139 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
6089 2025.03.18 03:50:20.721978 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3168 rows, containing 4 columns (4 merged, 0 gathered) in 0.004986666 sec., 635294.2025794389 rows/sec., 42.81 MiB/sec.
6090 2025.03.18 03:50:20.722321 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
6091 2025.03.18 03:50:20.722994 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_61_12} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6092 2025.03.18 03:50:20.723198 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_61_12} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
6093 2025.03.18 03:50:20.723349 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
6094 2025.03.18 03:50:20.734696 [ 195 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 906 rows, containing 19 columns (19 merged, 0 gathered) in 0.025197789 sec., 35955.53562258974 rows/sec., 64.43 MiB/sec.
6095 2025.03.18 03:50:20.736014 [ 195 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6096 2025.03.18 03:50:20.736459 [ 195 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6097 2025.03.18 03:50:20.736550 [ 195 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6098 2025.03.18 03:50:20.736714 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB.
6099 2025.03.18 03:50:21.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.12 MiB, peak 215.10 MiB, free memory in arenas 0.00 B, will set to 208.47 MiB (RSS), difference: 3.35 MiB
6100 2025.03.18 03:50:24.210400 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache
6101 2025.03.18 03:50:24.210503 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache
6102 2025.03.18 03:50:24.347311 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446
6103 2025.03.18 03:50:24.348319 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6104 2025.03.18 03:50:24.348370 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6105 2025.03.18 03:50:24.348907 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6106 2025.03.18 03:50:24.349154 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6107 2025.03.18 03:50:24.349394 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
6108 2025.03.18 03:50:25.517963 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
6109 2025.03.18 03:50:25.538105 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6110 2025.03.18 03:50:25.538171 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6111 2025.03.18 03:50:25.545746 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6112 2025.03.18 03:50:25.546521 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6113 2025.03.18 03:50:25.549369 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
6114 2025.03.18 03:50:25.680966 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6115 2025.03.18 03:50:25.681138 [ 5 ] {af19e505-b16d-4cd4-86ba-e06a7d61f0ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6116 2025.03.18 03:50:25.681209 [ 5 ] {af19e505-b16d-4cd4-86ba-e06a7d61f0ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6117 2025.03.18 03:50:25.681917 [ 5 ] {af19e505-b16d-4cd4-86ba-e06a7d61f0ab} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6118 2025.03.18 03:50:25.681959 [ 5 ] {af19e505-b16d-4cd4-86ba-e06a7d61f0ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6119 2025.03.18 03:50:25.682337 [ 5 ] {af19e505-b16d-4cd4-86ba-e06a7d61f0ab} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6120 2025.03.18 03:50:25.682583 [ 5 ] {af19e505-b16d-4cd4-86ba-e06a7d61f0ab} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6121 2025.03.18 03:50:25.682819 [ 5 ] {af19e505-b16d-4cd4-86ba-e06a7d61f0ab} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001723 sec., 32501.450957632038 rows/sec., 2.50 MiB/sec.
6122 2025.03.18 03:50:25.682896 [ 5 ] {af19e505-b16d-4cd4-86ba-e06a7d61f0ab} <Debug> TCPHandler: Processed in 0.002058691 sec.
6123 2025.03.18 03:50:25.683031 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6124 2025.03.18 03:50:25.683164 [ 5 ] {eb924c34-e528-4712-84ea-bebc0992bc37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6125 2025.03.18 03:50:25.683211 [ 5 ] {eb924c34-e528-4712-84ea-bebc0992bc37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6126 2025.03.18 03:50:25.683761 [ 5 ] {eb924c34-e528-4712-84ea-bebc0992bc37} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6127 2025.03.18 03:50:25.683802 [ 5 ] {eb924c34-e528-4712-84ea-bebc0992bc37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6128 2025.03.18 03:50:25.684168 [ 5 ] {eb924c34-e528-4712-84ea-bebc0992bc37} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6129 2025.03.18 03:50:25.684425 [ 5 ] {eb924c34-e528-4712-84ea-bebc0992bc37} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6130 2025.03.18 03:50:25.684630 [ 5 ] {eb924c34-e528-4712-84ea-bebc0992bc37} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001494 sec., 42838.0187416332 rows/sec., 3.34 MiB/sec.
6131 2025.03.18 03:50:25.684682 [ 5 ] {eb924c34-e528-4712-84ea-bebc0992bc37} <Debug> TCPHandler: Processed in 0.001718586 sec.
6132 2025.03.18 03:50:25.684814 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6133 2025.03.18 03:50:25.684952 [ 5 ] {da3fa7c2-8741-4f4a-af4d-24684a66f493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6134 2025.03.18 03:50:25.685011 [ 5 ] {da3fa7c2-8741-4f4a-af4d-24684a66f493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6135 2025.03.18 03:50:25.685634 [ 5 ] {da3fa7c2-8741-4f4a-af4d-24684a66f493} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6136 2025.03.18 03:50:25.685682 [ 5 ] {da3fa7c2-8741-4f4a-af4d-24684a66f493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6137 2025.03.18 03:50:25.686084 [ 5 ] {da3fa7c2-8741-4f4a-af4d-24684a66f493} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6138 2025.03.18 03:50:25.686340 [ 5 ] {da3fa7c2-8741-4f4a-af4d-24684a66f493} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6139 2025.03.18 03:50:25.686548 [ 5 ] {da3fa7c2-8741-4f4a-af4d-24684a66f493} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001627 sec., 98340.50399508298 rows/sec., 6.85 MiB/sec.
6140 2025.03.18 03:50:25.686601 [ 5 ] {da3fa7c2-8741-4f4a-af4d-24684a66f493} <Debug> TCPHandler: Processed in 0.001852708 sec.
6141 2025.03.18 03:50:25.686707 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6142 2025.03.18 03:50:25.686810 [ 5 ] {d9eb5186-c074-4b4a-a4fd-98f0b266cbfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6143 2025.03.18 03:50:25.686857 [ 5 ] {d9eb5186-c074-4b4a-a4fd-98f0b266cbfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6144 2025.03.18 03:50:25.687286 [ 5 ] {d9eb5186-c074-4b4a-a4fd-98f0b266cbfa} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6145 2025.03.18 03:50:25.687327 [ 5 ] {d9eb5186-c074-4b4a-a4fd-98f0b266cbfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6146 2025.03.18 03:50:25.687694 [ 5 ] {d9eb5186-c074-4b4a-a4fd-98f0b266cbfa} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6147 2025.03.18 03:50:25.687929 [ 5 ] {d9eb5186-c074-4b4a-a4fd-98f0b266cbfa} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6148 2025.03.18 03:50:25.688177 [ 5 ] {d9eb5186-c074-4b4a-a4fd-98f0b266cbfa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001379 sec., 43509.789702683105 rows/sec., 2.93 MiB/sec.
6149 2025.03.18 03:50:25.688238 [ 5 ] {d9eb5186-c074-4b4a-a4fd-98f0b266cbfa} <Debug> TCPHandler: Processed in 0.001581084 sec.
6150 2025.03.18 03:50:27.161532 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6151 2025.03.18 03:50:27.161724 [ 5 ] {ae9fa392-4aa3-4307-9780-da87249f7acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6152 2025.03.18 03:50:27.161795 [ 5 ] {ae9fa392-4aa3-4307-9780-da87249f7acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6153 2025.03.18 03:50:27.162534 [ 5 ] {ae9fa392-4aa3-4307-9780-da87249f7acc} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6154 2025.03.18 03:50:27.162586 [ 5 ] {ae9fa392-4aa3-4307-9780-da87249f7acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6155 2025.03.18 03:50:27.163010 [ 5 ] {ae9fa392-4aa3-4307-9780-da87249f7acc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6156 2025.03.18 03:50:27.163265 [ 5 ] {ae9fa392-4aa3-4307-9780-da87249f7acc} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6157 2025.03.18 03:50:27.163464 [ 136 ] {} <Debug> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
6158 2025.03.18 03:50:27.163488 [ 5 ] {ae9fa392-4aa3-4307-9780-da87249f7acc} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001818 sec., 13201.320132013201 rows/sec., 1.10 MiB/sec.
6159 2025.03.18 03:50:27.163543 [ 136 ] {} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6160 2025.03.18 03:50:27.163619 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6161 2025.03.18 03:50:27.163620 [ 5 ] {ae9fa392-4aa3-4307-9780-da87249f7acc} <Debug> TCPHandler: Processed in 0.002220994 sec.
6162 2025.03.18 03:50:27.163922 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6163 2025.03.18 03:50:27.164028 [ 195 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
6164 2025.03.18 03:50:27.164208 [ 5 ] {2bde69e3-646e-4b68-b6cd-6f9f51ba6311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6165 2025.03.18 03:50:27.164315 [ 5 ] {2bde69e3-646e-4b68-b6cd-6f9f51ba6311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6166 2025.03.18 03:50:27.164486 [ 195 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6167 2025.03.18 03:50:27.164575 [ 195 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
6168 2025.03.18 03:50:27.164964 [ 195 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
6169 2025.03.18 03:50:27.165464 [ 195 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
6170 2025.03.18 03:50:27.165790 [ 195 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
6171 2025.03.18 03:50:27.166120 [ 195 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
6172 2025.03.18 03:50:27.166815 [ 5 ] {2bde69e3-646e-4b68-b6cd-6f9f51ba6311} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6173 2025.03.18 03:50:27.166881 [ 5 ] {2bde69e3-646e-4b68-b6cd-6f9f51ba6311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6174 2025.03.18 03:50:27.167759 [ 5 ] {2bde69e3-646e-4b68-b6cd-6f9f51ba6311} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6175 2025.03.18 03:50:27.168406 [ 5 ] {2bde69e3-646e-4b68-b6cd-6f9f51ba6311} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6176 2025.03.18 03:50:27.168642 [ 193 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.004870093 sec., 24640.18654263892 rows/sec., 2.14 MiB/sec.
6177 2025.03.18 03:50:27.168975 [ 5 ] {2bde69e3-646e-4b68-b6cd-6f9f51ba6311} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004817 sec., 415.1961801951422 rows/sec., 33.86 KiB/sec.
6178 2025.03.18 03:50:27.169202 [ 5 ] {2bde69e3-646e-4b68-b6cd-6f9f51ba6311} <Debug> TCPHandler: Processed in 0.005404162 sec.
6179 2025.03.18 03:50:27.169209 [ 193 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
6180 2025.03.18 03:50:27.169405 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6181 2025.03.18 03:50:27.169575 [ 5 ] {16ea1db3-e63a-4925-9453-ad51aea658bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6182 2025.03.18 03:50:27.169655 [ 5 ] {16ea1db3-e63a-4925-9453-ad51aea658bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6183 2025.03.18 03:50:27.169861 [ 193 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_9_2} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6184 2025.03.18 03:50:27.170107 [ 193 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_9_2} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
6185 2025.03.18 03:50:27.170305 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6186 2025.03.18 03:50:27.171209 [ 5 ] {16ea1db3-e63a-4925-9453-ad51aea658bd} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6187 2025.03.18 03:50:27.171254 [ 5 ] {16ea1db3-e63a-4925-9453-ad51aea658bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6188 2025.03.18 03:50:27.171717 [ 5 ] {16ea1db3-e63a-4925-9453-ad51aea658bd} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6189 2025.03.18 03:50:27.171963 [ 5 ] {16ea1db3-e63a-4925-9453-ad51aea658bd} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6190 2025.03.18 03:50:27.172197 [ 5 ] {16ea1db3-e63a-4925-9453-ad51aea658bd} <Debug> executeQuery: Read 1395 rows, 119.93 KiB in 0.002678 sec., 520911.12770724425 rows/sec., 43.73 MiB/sec.
6191 2025.03.18 03:50:27.172268 [ 5 ] {16ea1db3-e63a-4925-9453-ad51aea658bd} <Debug> TCPHandler: Processed in 0.002939615 sec.
6192 2025.03.18 03:50:27.172495 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6193 2025.03.18 03:50:27.172666 [ 5 ] {47ea749b-af12-4c81-a48c-3014ec5a1bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6194 2025.03.18 03:50:27.172714 [ 5 ] {47ea749b-af12-4c81-a48c-3014ec5a1bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6195 2025.03.18 03:50:27.173272 [ 5 ] {47ea749b-af12-4c81-a48c-3014ec5a1bcb} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6196 2025.03.18 03:50:27.173313 [ 5 ] {47ea749b-af12-4c81-a48c-3014ec5a1bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6197 2025.03.18 03:50:27.173664 [ 5 ] {47ea749b-af12-4c81-a48c-3014ec5a1bcb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6198 2025.03.18 03:50:27.173903 [ 5 ] {47ea749b-af12-4c81-a48c-3014ec5a1bcb} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6199 2025.03.18 03:50:27.174109 [ 5 ] {47ea749b-af12-4c81-a48c-3014ec5a1bcb} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.001467 sec., 36128.15269256987 rows/sec., 2.68 MiB/sec.
6200 2025.03.18 03:50:27.174161 [ 5 ] {47ea749b-af12-4c81-a48c-3014ec5a1bcb} <Debug> TCPHandler: Processed in 0.001767036 sec.
6201 2025.03.18 03:50:27.174268 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6202 2025.03.18 03:50:27.174434 [ 5 ] {b1f58d83-f172-45e0-b1f2-a34768511a2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6203 2025.03.18 03:50:27.174478 [ 5 ] {b1f58d83-f172-45e0-b1f2-a34768511a2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6204 2025.03.18 03:50:27.175064 [ 5 ] {b1f58d83-f172-45e0-b1f2-a34768511a2c} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6205 2025.03.18 03:50:27.175104 [ 5 ] {b1f58d83-f172-45e0-b1f2-a34768511a2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6206 2025.03.18 03:50:27.175460 [ 5 ] {b1f58d83-f172-45e0-b1f2-a34768511a2c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6207 2025.03.18 03:50:27.175694 [ 5 ] {b1f58d83-f172-45e0-b1f2-a34768511a2c} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6208 2025.03.18 03:50:27.175938 [ 5 ] {b1f58d83-f172-45e0-b1f2-a34768511a2c} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00152 sec., 165789.4736842105 rows/sec., 11.47 MiB/sec.
6209 2025.03.18 03:50:27.176157 [ 5 ] {b1f58d83-f172-45e0-b1f2-a34768511a2c} <Debug> TCPHandler: Processed in 0.001936139 sec.
6210 2025.03.18 03:50:27.176297 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6211 2025.03.18 03:50:27.176401 [ 5 ] {5fdd2242-a847-4354-98e6-84321a4b0c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6212 2025.03.18 03:50:27.176446 [ 5 ] {5fdd2242-a847-4354-98e6-84321a4b0c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6213 2025.03.18 03:50:27.176994 [ 5 ] {5fdd2242-a847-4354-98e6-84321a4b0c5b} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6214 2025.03.18 03:50:27.177034 [ 5 ] {5fdd2242-a847-4354-98e6-84321a4b0c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6215 2025.03.18 03:50:27.177385 [ 5 ] {5fdd2242-a847-4354-98e6-84321a4b0c5b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6216 2025.03.18 03:50:27.177620 [ 5 ] {5fdd2242-a847-4354-98e6-84321a4b0c5b} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6217 2025.03.18 03:50:27.177770 [ 136 ] {} <Debug> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
6218 2025.03.18 03:50:27.177856 [ 136 ] {} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6219 2025.03.18 03:50:27.177855 [ 5 ] {5fdd2242-a847-4354-98e6-84321a4b0c5b} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001468 sec., 8174.386920980927 rows/sec., 638.62 KiB/sec.
6220 2025.03.18 03:50:27.177904 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6221 2025.03.18 03:50:27.177983 [ 5 ] {5fdd2242-a847-4354-98e6-84321a4b0c5b} <Debug> TCPHandler: Processed in 0.001733997 sec.
6222 2025.03.18 03:50:27.178255 [ 186 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
6223 2025.03.18 03:50:27.178288 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6224 2025.03.18 03:50:27.178582 [ 5 ] {68eaa9d9-13e6-4eef-9d42-da7e841de15b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6225 2025.03.18 03:50:27.178611 [ 186 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6226 2025.03.18 03:50:27.178641 [ 5 ] {68eaa9d9-13e6-4eef-9d42-da7e841de15b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6227 2025.03.18 03:50:27.178658 [ 186 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
6228 2025.03.18 03:50:27.178808 [ 186 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
6229 2025.03.18 03:50:27.179124 [ 186 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
6230 2025.03.18 03:50:27.179549 [ 186 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
6231 2025.03.18 03:50:27.179941 [ 186 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
6232 2025.03.18 03:50:27.181079 [ 5 ] {68eaa9d9-13e6-4eef-9d42-da7e841de15b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6233 2025.03.18 03:50:27.181126 [ 5 ] {68eaa9d9-13e6-4eef-9d42-da7e841de15b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6234 2025.03.18 03:50:27.181422 [ 193 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.003389561 sec., 17701.407350391393 rows/sec., 1.42 MiB/sec.
6235 2025.03.18 03:50:27.181765 [ 193 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
6236 2025.03.18 03:50:27.181778 [ 5 ] {68eaa9d9-13e6-4eef-9d42-da7e841de15b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6237 2025.03.18 03:50:27.182282 [ 193 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_9_2} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6238 2025.03.18 03:50:27.182298 [ 5 ] {68eaa9d9-13e6-4eef-9d42-da7e841de15b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6239 2025.03.18 03:50:27.182446 [ 193 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_9_2} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
6240 2025.03.18 03:50:27.182674 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
6241 2025.03.18 03:50:27.182743 [ 5 ] {68eaa9d9-13e6-4eef-9d42-da7e841de15b} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.004256 sec., 140272.55639097744 rows/sec., 10.54 MiB/sec.
6242 2025.03.18 03:50:27.182811 [ 5 ] {68eaa9d9-13e6-4eef-9d42-da7e841de15b} <Debug> TCPHandler: Processed in 0.00462585 sec.
6243 2025.03.18 03:50:27.182949 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6244 2025.03.18 03:50:27.183088 [ 5 ] {37c2350f-38d6-4695-a49f-6568a7a50ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6245 2025.03.18 03:50:27.183148 [ 5 ] {37c2350f-38d6-4695-a49f-6568a7a50ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6246 2025.03.18 03:50:27.183929 [ 5 ] {37c2350f-38d6-4695-a49f-6568a7a50ee8} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6247 2025.03.18 03:50:27.183970 [ 5 ] {37c2350f-38d6-4695-a49f-6568a7a50ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6248 2025.03.18 03:50:27.184459 [ 5 ] {37c2350f-38d6-4695-a49f-6568a7a50ee8} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6249 2025.03.18 03:50:27.184720 [ 5 ] {37c2350f-38d6-4695-a49f-6568a7a50ee8} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6250 2025.03.18 03:50:27.184973 [ 5 ] {37c2350f-38d6-4695-a49f-6568a7a50ee8} <Debug> executeQuery: Read 947 rows, 65.46 KiB in 0.001904 sec., 497373.9495798319 rows/sec., 33.57 MiB/sec.
6251 2025.03.18 03:50:27.185035 [ 5 ] {37c2350f-38d6-4695-a49f-6568a7a50ee8} <Debug> TCPHandler: Processed in 0.002152032 sec.
6252 2025.03.18 03:50:27.185292 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6253 2025.03.18 03:50:27.185449 [ 5 ] {5dc28d45-dd1c-47db-917f-fa2b8767480a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6254 2025.03.18 03:50:27.185524 [ 5 ] {5dc28d45-dd1c-47db-917f-fa2b8767480a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6255 2025.03.18 03:50:27.186623 [ 5 ] {5dc28d45-dd1c-47db-917f-fa2b8767480a} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6256 2025.03.18 03:50:27.186664 [ 5 ] {5dc28d45-dd1c-47db-917f-fa2b8767480a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6257 2025.03.18 03:50:27.187312 [ 5 ] {5dc28d45-dd1c-47db-917f-fa2b8767480a} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6258 2025.03.18 03:50:27.187568 [ 5 ] {5dc28d45-dd1c-47db-917f-fa2b8767480a} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6259 2025.03.18 03:50:27.187807 [ 5 ] {5dc28d45-dd1c-47db-917f-fa2b8767480a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002382 sec., 16372.7959697733 rows/sec., 29.34 MiB/sec.
6260 2025.03.18 03:50:27.187900 [ 5 ] {5dc28d45-dd1c-47db-917f-fa2b8767480a} <Debug> TCPHandler: Processed in 0.00271253 sec.
6261 2025.03.18 03:50:27.188035 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6262 2025.03.18 03:50:27.188143 [ 5 ] {9bb85220-03ac-422e-b46e-0a168cc53e59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6263 2025.03.18 03:50:27.188190 [ 5 ] {9bb85220-03ac-422e-b46e-0a168cc53e59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6264 2025.03.18 03:50:27.188642 [ 5 ] {9bb85220-03ac-422e-b46e-0a168cc53e59} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6265 2025.03.18 03:50:27.188683 [ 5 ] {9bb85220-03ac-422e-b46e-0a168cc53e59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6266 2025.03.18 03:50:27.189035 [ 5 ] {9bb85220-03ac-422e-b46e-0a168cc53e59} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6267 2025.03.18 03:50:27.189267 [ 5 ] {9bb85220-03ac-422e-b46e-0a168cc53e59} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6268 2025.03.18 03:50:27.189463 [ 5 ] {9bb85220-03ac-422e-b46e-0a168cc53e59} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001343 sec., 17870.439314966494 rows/sec., 1.20 MiB/sec.
6269 2025.03.18 03:50:27.189514 [ 5 ] {9bb85220-03ac-422e-b46e-0a168cc53e59} <Debug> TCPHandler: Processed in 0.001531273 sec.
6270 2025.03.18 03:50:29.429632 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 862
6271 2025.03.18 03:50:29.432884 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6272 2025.03.18 03:50:29.432938 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6273 2025.03.18 03:50:29.434409 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6274 2025.03.18 03:50:29.434711 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6275 2025.03.18 03:50:29.435245 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 862
6276 2025.03.18 03:50:30.677791 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6277 2025.03.18 03:50:30.678008 [ 5 ] {af4a2f0a-a2bb-40b3-84de-7434270d46be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6278 2025.03.18 03:50:30.678091 [ 5 ] {af4a2f0a-a2bb-40b3-84de-7434270d46be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6279 2025.03.18 03:50:30.678972 [ 5 ] {af4a2f0a-a2bb-40b3-84de-7434270d46be} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6280 2025.03.18 03:50:30.679027 [ 5 ] {af4a2f0a-a2bb-40b3-84de-7434270d46be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6281 2025.03.18 03:50:30.679471 [ 5 ] {af4a2f0a-a2bb-40b3-84de-7434270d46be} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6282 2025.03.18 03:50:30.679723 [ 5 ] {af4a2f0a-a2bb-40b3-84de-7434270d46be} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6283 2025.03.18 03:50:30.680002 [ 5 ] {af4a2f0a-a2bb-40b3-84de-7434270d46be} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002051 sec., 27303.754266211607 rows/sec., 2.10 MiB/sec.
6284 2025.03.18 03:50:30.680185 [ 5 ] {af4a2f0a-a2bb-40b3-84de-7434270d46be} <Debug> TCPHandler: Processed in 0.002542398 sec.
6285 2025.03.18 03:50:30.680421 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6286 2025.03.18 03:50:30.680541 [ 5 ] {ccf1a63f-755c-44f7-b858-7f6c0bb97b30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6287 2025.03.18 03:50:30.680592 [ 5 ] {ccf1a63f-755c-44f7-b858-7f6c0bb97b30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6288 2025.03.18 03:50:30.681176 [ 5 ] {ccf1a63f-755c-44f7-b858-7f6c0bb97b30} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6289 2025.03.18 03:50:30.681218 [ 5 ] {ccf1a63f-755c-44f7-b858-7f6c0bb97b30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6290 2025.03.18 03:50:30.681576 [ 5 ] {ccf1a63f-755c-44f7-b858-7f6c0bb97b30} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6291 2025.03.18 03:50:30.681811 [ 5 ] {ccf1a63f-755c-44f7-b858-7f6c0bb97b30} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6292 2025.03.18 03:50:30.682043 [ 5 ] {ccf1a63f-755c-44f7-b858-7f6c0bb97b30} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00153 sec., 41830.06535947713 rows/sec., 3.26 MiB/sec.
6293 2025.03.18 03:50:30.682095 [ 5 ] {ccf1a63f-755c-44f7-b858-7f6c0bb97b30} <Debug> TCPHandler: Processed in 0.001756756 sec.
6294 2025.03.18 03:50:30.682211 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6295 2025.03.18 03:50:30.682317 [ 5 ] {7053f68c-6b53-41bf-beab-f1d919b3b7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6296 2025.03.18 03:50:30.682366 [ 5 ] {7053f68c-6b53-41bf-beab-f1d919b3b7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6297 2025.03.18 03:50:30.682855 [ 5 ] {7053f68c-6b53-41bf-beab-f1d919b3b7a9} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6298 2025.03.18 03:50:30.682895 [ 5 ] {7053f68c-6b53-41bf-beab-f1d919b3b7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6299 2025.03.18 03:50:30.683268 [ 5 ] {7053f68c-6b53-41bf-beab-f1d919b3b7a9} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6300 2025.03.18 03:50:30.683499 [ 5 ] {7053f68c-6b53-41bf-beab-f1d919b3b7a9} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6301 2025.03.18 03:50:30.683704 [ 5 ] {7053f68c-6b53-41bf-beab-f1d919b3b7a9} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001409 sec., 68133.4279630944 rows/sec., 4.75 MiB/sec.
6302 2025.03.18 03:50:30.683755 [ 5 ] {7053f68c-6b53-41bf-beab-f1d919b3b7a9} <Debug> TCPHandler: Processed in 0.001595364 sec.
6303 2025.03.18 03:50:30.683870 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6304 2025.03.18 03:50:30.683976 [ 5 ] {cf9adf41-0598-47a3-911a-7876c17644bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6305 2025.03.18 03:50:30.684022 [ 5 ] {cf9adf41-0598-47a3-911a-7876c17644bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6306 2025.03.18 03:50:30.684455 [ 5 ] {cf9adf41-0598-47a3-911a-7876c17644bb} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6307 2025.03.18 03:50:30.684495 [ 5 ] {cf9adf41-0598-47a3-911a-7876c17644bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6308 2025.03.18 03:50:30.684847 [ 5 ] {cf9adf41-0598-47a3-911a-7876c17644bb} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6309 2025.03.18 03:50:30.685088 [ 5 ] {cf9adf41-0598-47a3-911a-7876c17644bb} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6310 2025.03.18 03:50:30.685280 [ 5 ] {cf9adf41-0598-47a3-911a-7876c17644bb} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001321 sec., 27252.081756245272 rows/sec., 1.84 MiB/sec.
6311 2025.03.18 03:50:30.685333 [ 5 ] {cf9adf41-0598-47a3-911a-7876c17644bb} <Debug> TCPHandler: Processed in 0.001514353 sec.
6312 2025.03.18 03:50:31.849631 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873
6313 2025.03.18 03:50:31.850547 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6314 2025.03.18 03:50:31.850593 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6315 2025.03.18 03:50:31.851132 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6316 2025.03.18 03:50:31.851559 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6317 2025.03.18 03:50:31.851799 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873
6318 2025.03.18 03:50:33.049527 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
6319 2025.03.18 03:50:33.070045 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6320 2025.03.18 03:50:33.070100 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6321 2025.03.18 03:50:33.077891 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6322 2025.03.18 03:50:33.078675 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6323 2025.03.18 03:50:33.081694 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
6324 2025.03.18 03:50:35.681154 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6325 2025.03.18 03:50:35.681377 [ 5 ] {eea1de8c-0506-453f-b54b-2d9bbb2f0dda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6326 2025.03.18 03:50:35.681461 [ 5 ] {eea1de8c-0506-453f-b54b-2d9bbb2f0dda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6327 2025.03.18 03:50:35.682332 [ 5 ] {eea1de8c-0506-453f-b54b-2d9bbb2f0dda} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6328 2025.03.18 03:50:35.682386 [ 5 ] {eea1de8c-0506-453f-b54b-2d9bbb2f0dda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6329 2025.03.18 03:50:35.682834 [ 5 ] {eea1de8c-0506-453f-b54b-2d9bbb2f0dda} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
6330 2025.03.18 03:50:35.683090 [ 5 ] {eea1de8c-0506-453f-b54b-2d9bbb2f0dda} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6331 2025.03.18 03:50:35.683341 [ 5 ] {eea1de8c-0506-453f-b54b-2d9bbb2f0dda} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002026 sec., 27640.671273445212 rows/sec., 2.12 MiB/sec.
6332 2025.03.18 03:50:35.683402 [ 5 ] {eea1de8c-0506-453f-b54b-2d9bbb2f0dda} <Debug> TCPHandler: Processed in 0.002424536 sec.
6333 2025.03.18 03:50:35.683529 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6334 2025.03.18 03:50:35.683642 [ 5 ] {4995bb79-719c-4c75-9f1f-b5b05a833cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6335 2025.03.18 03:50:35.683689 [ 5 ] {4995bb79-719c-4c75-9f1f-b5b05a833cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6336 2025.03.18 03:50:35.684242 [ 5 ] {4995bb79-719c-4c75-9f1f-b5b05a833cfc} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6337 2025.03.18 03:50:35.684282 [ 5 ] {4995bb79-719c-4c75-9f1f-b5b05a833cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6338 2025.03.18 03:50:35.684635 [ 5 ] {4995bb79-719c-4c75-9f1f-b5b05a833cfc} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
6339 2025.03.18 03:50:35.684873 [ 5 ] {4995bb79-719c-4c75-9f1f-b5b05a833cfc} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6340 2025.03.18 03:50:35.685062 [ 5 ] {4995bb79-719c-4c75-9f1f-b5b05a833cfc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001447 sec., 44229.440221147204 rows/sec., 3.45 MiB/sec.
6341 2025.03.18 03:50:35.685114 [ 5 ] {4995bb79-719c-4c75-9f1f-b5b05a833cfc} <Debug> TCPHandler: Processed in 0.001638475 sec.
6342 2025.03.18 03:50:35.685232 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6343 2025.03.18 03:50:35.685339 [ 5 ] {c93dc1ad-abbc-41ca-98d0-c85b6d10fae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6344 2025.03.18 03:50:35.685389 [ 5 ] {c93dc1ad-abbc-41ca-98d0-c85b6d10fae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6345 2025.03.18 03:50:35.685923 [ 5 ] {c93dc1ad-abbc-41ca-98d0-c85b6d10fae7} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6346 2025.03.18 03:50:35.685960 [ 5 ] {c93dc1ad-abbc-41ca-98d0-c85b6d10fae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6347 2025.03.18 03:50:35.686346 [ 5 ] {c93dc1ad-abbc-41ca-98d0-c85b6d10fae7} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
6348 2025.03.18 03:50:35.686592 [ 5 ] {c93dc1ad-abbc-41ca-98d0-c85b6d10fae7} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6349 2025.03.18 03:50:35.686773 [ 5 ] {c93dc1ad-abbc-41ca-98d0-c85b6d10fae7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001456 sec., 109890.10989010989 rows/sec., 7.65 MiB/sec.
6350 2025.03.18 03:50:35.686824 [ 5 ] {c93dc1ad-abbc-41ca-98d0-c85b6d10fae7} <Debug> TCPHandler: Processed in 0.001643655 sec.
6351 2025.03.18 03:50:35.686932 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6352 2025.03.18 03:50:35.687037 [ 5 ] {3d5268c2-5506-4fbf-8874-7cbcb531752a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6353 2025.03.18 03:50:35.687085 [ 5 ] {3d5268c2-5506-4fbf-8874-7cbcb531752a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6354 2025.03.18 03:50:35.687519 [ 5 ] {3d5268c2-5506-4fbf-8874-7cbcb531752a} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6355 2025.03.18 03:50:35.687556 [ 5 ] {3d5268c2-5506-4fbf-8874-7cbcb531752a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6356 2025.03.18 03:50:35.687909 [ 5 ] {3d5268c2-5506-4fbf-8874-7cbcb531752a} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
6357 2025.03.18 03:50:35.688143 [ 5 ] {3d5268c2-5506-4fbf-8874-7cbcb531752a} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6358 2025.03.18 03:50:35.688323 [ 5 ] {3d5268c2-5506-4fbf-8874-7cbcb531752a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001309 sec., 45836.51642475172 rows/sec., 3.09 MiB/sec.
6359 2025.03.18 03:50:35.688372 [ 5 ] {3d5268c2-5506-4fbf-8874-7cbcb531752a} <Debug> TCPHandler: Processed in 0.001491322 sec.
6360 2025.03.18 03:50:39.210570 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache
6361 2025.03.18 03:50:39.210678 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache
6362 2025.03.18 03:50:39.352033 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361
6363 2025.03.18 03:50:39.353193 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6364 2025.03.18 03:50:39.353272 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6365 2025.03.18 03:50:39.353790 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6366 2025.03.18 03:50:39.354040 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6367 2025.03.18 03:50:39.354322 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
6368 2025.03.18 03:50:39.435585 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 878
6369 2025.03.18 03:50:39.438247 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6370 2025.03.18 03:50:39.438300 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6371 2025.03.18 03:50:39.439751 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6372 2025.03.18 03:50:39.440052 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6373 2025.03.18 03:50:39.440574 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 878
6374 2025.03.18 03:50:40.581854 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
6375 2025.03.18 03:50:40.603345 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6376 2025.03.18 03:50:40.603412 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6377 2025.03.18 03:50:40.610817 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
6378 2025.03.18 03:50:40.611621 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6379 2025.03.18 03:50:40.614389 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
6380 2025.03.18 03:50:40.683151 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6381 2025.03.18 03:50:40.683373 [ 5 ] {23aac4b5-e9ba-4e37-88af-72eedc0b0e87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6382 2025.03.18 03:50:40.683443 [ 5 ] {23aac4b5-e9ba-4e37-88af-72eedc0b0e87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6383 2025.03.18 03:50:40.684247 [ 5 ] {23aac4b5-e9ba-4e37-88af-72eedc0b0e87} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6384 2025.03.18 03:50:40.684298 [ 5 ] {23aac4b5-e9ba-4e37-88af-72eedc0b0e87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6385 2025.03.18 03:50:40.684687 [ 5 ] {23aac4b5-e9ba-4e37-88af-72eedc0b0e87} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
6386 2025.03.18 03:50:40.684938 [ 5 ] {23aac4b5-e9ba-4e37-88af-72eedc0b0e87} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6387 2025.03.18 03:50:40.685142 [ 128 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
6388 2025.03.18 03:50:40.685178 [ 5 ] {23aac4b5-e9ba-4e37-88af-72eedc0b0e87} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001853 sec., 72315.16459794928 rows/sec., 6.24 MiB/sec.
6389 2025.03.18 03:50:40.685269 [ 128 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6390 2025.03.18 03:50:40.685312 [ 5 ] {23aac4b5-e9ba-4e37-88af-72eedc0b0e87} <Debug> TCPHandler: Processed in 0.002320135 sec.
6391 2025.03.18 03:50:40.685331 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6392 2025.03.18 03:50:40.685561 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6393 2025.03.18 03:50:40.685658 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
6394 2025.03.18 03:50:40.685852 [ 5 ] {8bfdf478-37e4-438f-ad33-93572f41cd4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6395 2025.03.18 03:50:40.686023 [ 5 ] {8bfdf478-37e4-438f-ad33-93572f41cd4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6396 2025.03.18 03:50:40.686388 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6397 2025.03.18 03:50:40.686558 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1404 rows starting from the beginning of the part
6398 2025.03.18 03:50:40.687063 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 56 rows starting from the beginning of the part
6399 2025.03.18 03:50:40.687451 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1395 rows starting from the beginning of the part
6400 2025.03.18 03:50:40.687825 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part
6401 2025.03.18 03:50:40.688143 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part
6402 2025.03.18 03:50:40.688461 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 134 rows starting from the beginning of the part
6403 2025.03.18 03:50:40.689472 [ 5 ] {8bfdf478-37e4-438f-ad33-93572f41cd4e} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6404 2025.03.18 03:50:40.689551 [ 5 ] {8bfdf478-37e4-438f-ad33-93572f41cd4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6405 2025.03.18 03:50:40.690379 [ 5 ] {8bfdf478-37e4-438f-ad33-93572f41cd4e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6406 2025.03.18 03:50:40.690901 [ 5 ] {8bfdf478-37e4-438f-ad33-93572f41cd4e} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6407 2025.03.18 03:50:40.691228 [ 5 ] {8bfdf478-37e4-438f-ad33-93572f41cd4e} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005474 sec., 7124.5889660211915 rows/sec., 535.74 KiB/sec.
6408 2025.03.18 03:50:40.691664 [ 5 ] {8bfdf478-37e4-438f-ad33-93572f41cd4e} <Debug> TCPHandler: Processed in 0.006216553 sec.
6409 2025.03.18 03:50:40.692152 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6410 2025.03.18 03:50:40.692290 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3101 rows, containing 5 columns (5 merged, 0 gathered) in 0.006827052 sec., 454222.4081492275 rows/sec., 39.72 MiB/sec.
6411 2025.03.18 03:50:40.692327 [ 5 ] {e832262f-aa67-4692-b3f8-770c9f9e439b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6412 2025.03.18 03:50:40.692432 [ 5 ] {e832262f-aa67-4692-b3f8-770c9f9e439b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6413 2025.03.18 03:50:40.692668 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
6414 2025.03.18 03:50:40.693334 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_66_13} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6415 2025.03.18 03:50:40.693562 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_66_13} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
6416 2025.03.18 03:50:40.693734 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
6417 2025.03.18 03:50:40.693772 [ 5 ] {e832262f-aa67-4692-b3f8-770c9f9e439b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6418 2025.03.18 03:50:40.693820 [ 5 ] {e832262f-aa67-4692-b3f8-770c9f9e439b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6419 2025.03.18 03:50:40.694196 [ 5 ] {e832262f-aa67-4692-b3f8-770c9f9e439b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
6420 2025.03.18 03:50:40.694437 [ 5 ] {e832262f-aa67-4692-b3f8-770c9f9e439b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6421 2025.03.18 03:50:40.694620 [ 127 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
6422 2025.03.18 03:50:40.694685 [ 5 ] {e832262f-aa67-4692-b3f8-770c9f9e439b} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002393 sec., 43042.20643543669 rows/sec., 3.36 MiB/sec.
6423 2025.03.18 03:50:40.694689 [ 127 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6424 2025.03.18 03:50:40.694777 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6425 2025.03.18 03:50:40.694830 [ 5 ] {e832262f-aa67-4692-b3f8-770c9f9e439b} <Debug> TCPHandler: Processed in 0.002830693 sec.
6426 2025.03.18 03:50:40.694996 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
6427 2025.03.18 03:50:40.695057 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6428 2025.03.18 03:50:40.695151 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6429 2025.03.18 03:50:40.695227 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
6430 2025.03.18 03:50:40.695257 [ 5 ] {56e5013e-aba9-414b-af67-b2e57235e43c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6431 2025.03.18 03:50:40.695458 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 64 rows starting from the beginning of the part
6432 2025.03.18 03:50:40.695458 [ 5 ] {56e5013e-aba9-414b-af67-b2e57235e43c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6433 2025.03.18 03:50:40.695824 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 597 rows starting from the beginning of the part
6434 2025.03.18 03:50:40.696174 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part
6435 2025.03.18 03:50:40.696594 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part
6436 2025.03.18 03:50:40.696967 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 103 rows starting from the beginning of the part
6437 2025.03.18 03:50:40.698223 [ 5 ] {56e5013e-aba9-414b-af67-b2e57235e43c} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6438 2025.03.18 03:50:40.698294 [ 5 ] {56e5013e-aba9-414b-af67-b2e57235e43c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6439 2025.03.18 03:50:40.699404 [ 5 ] {56e5013e-aba9-414b-af67-b2e57235e43c} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
6440 2025.03.18 03:50:40.699956 [ 5 ] {56e5013e-aba9-414b-af67-b2e57235e43c} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6441 2025.03.18 03:50:40.700029 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.005146377 sec., 295936.345122015 rows/sec., 23.56 MiB/sec.
6442 2025.03.18 03:50:40.700253 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
6443 2025.03.18 03:50:40.700340 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6444 2025.03.18 03:50:40.700414 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6445 2025.03.18 03:50:40.700443 [ 5 ] {56e5013e-aba9-414b-af67-b2e57235e43c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005241 sec., 30528.52509063156 rows/sec., 2.13 MiB/sec.
6446 2025.03.18 03:50:40.700523 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
6447 2025.03.18 03:50:40.700878 [ 5 ] {56e5013e-aba9-414b-af67-b2e57235e43c} <Debug> TCPHandler: Processed in 0.005881439 sec.
6448 2025.03.18 03:50:40.701051 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
6449 2025.03.18 03:50:40.701159 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6450 2025.03.18 03:50:40.701454 [ 5 ] {2d615c66-e9e4-44c1-9496-de17f20e0974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6451 2025.03.18 03:50:40.701472 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6452 2025.03.18 03:50:40.701555 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_66_13} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6453 2025.03.18 03:50:40.701571 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17049 rows starting from the beginning of the part
6454 2025.03.18 03:50:40.701783 [ 5 ] {2d615c66-e9e4-44c1-9496-de17f20e0974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6455 2025.03.18 03:50:40.702340 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part
6456 2025.03.18 03:50:40.702527 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_66_13} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
6457 2025.03.18 03:50:40.702872 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 947 rows starting from the beginning of the part
6458 2025.03.18 03:50:40.703348 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 96 rows starting from the beginning of the part
6459 2025.03.18 03:50:40.703723 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
6460 2025.03.18 03:50:40.703798 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part
6461 2025.03.18 03:50:40.704182 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part
6462 2025.03.18 03:50:40.706070 [ 5 ] {2d615c66-e9e4-44c1-9496-de17f20e0974} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6463 2025.03.18 03:50:40.706122 [ 5 ] {2d615c66-e9e4-44c1-9496-de17f20e0974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6464 2025.03.18 03:50:40.707190 [ 5 ] {2d615c66-e9e4-44c1-9496-de17f20e0974} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6465 2025.03.18 03:50:40.707493 [ 5 ] {2d615c66-e9e4-44c1-9496-de17f20e0974} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6466 2025.03.18 03:50:40.707988 [ 5 ] {2d615c66-e9e4-44c1-9496-de17f20e0974} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00663 sec., 5882.352941176471 rows/sec., 10.54 MiB/sec.
6467 2025.03.18 03:50:40.708127 [ 5 ] {2d615c66-e9e4-44c1-9496-de17f20e0974} <Debug> TCPHandler: Processed in 0.007090547 sec.
6468 2025.03.18 03:50:40.708245 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6469 2025.03.18 03:50:40.708351 [ 5 ] {f55c02fb-c950-42df-a45a-bb3b21562a81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6470 2025.03.18 03:50:40.708398 [ 5 ] {f55c02fb-c950-42df-a45a-bb3b21562a81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6471 2025.03.18 03:50:40.708851 [ 5 ] {f55c02fb-c950-42df-a45a-bb3b21562a81} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6472 2025.03.18 03:50:40.708894 [ 5 ] {f55c02fb-c950-42df-a45a-bb3b21562a81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6473 2025.03.18 03:50:40.709510 [ 5 ] {f55c02fb-c950-42df-a45a-bb3b21562a81} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
6474 2025.03.18 03:50:40.710101 [ 5 ] {f55c02fb-c950-42df-a45a-bb3b21562a81} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6475 2025.03.18 03:50:40.710318 [ 127 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
6476 2025.03.18 03:50:40.710372 [ 127 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6477 2025.03.18 03:50:40.710393 [ 5 ] {f55c02fb-c950-42df-a45a-bb3b21562a81} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002059 sec., 29140.359397765904 rows/sec., 1.96 MiB/sec.
6478 2025.03.18 03:50:40.710407 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6479 2025.03.18 03:50:40.710557 [ 5 ] {f55c02fb-c950-42df-a45a-bb3b21562a81} <Debug> TCPHandler: Processed in 0.002355795 sec.
6480 2025.03.18 03:50:40.710898 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
6481 2025.03.18 03:50:40.711284 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18572 rows, containing 5 columns (5 merged, 0 gathered) in 0.010708021 sec., 1734400.7823667885 rows/sec., 118.85 MiB/sec.
6482 2025.03.18 03:50:40.711301 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6483 2025.03.18 03:50:40.711362 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3168 rows starting from the beginning of the part
6484 2025.03.18 03:50:40.711520 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
6485 2025.03.18 03:50:40.711653 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
6486 2025.03.18 03:50:40.711824 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 24 rows starting from the beginning of the part
6487 2025.03.18 03:50:40.712149 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 36 rows starting from the beginning of the part
6488 2025.03.18 03:50:40.712533 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part
6489 2025.03.18 03:50:40.712717 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6490 2025.03.18 03:50:40.712862 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part
6491 2025.03.18 03:50:40.713016 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
6492 2025.03.18 03:50:40.713295 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.19 MiB.
6493 2025.03.18 03:50:40.714740 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3408 rows, containing 4 columns (4 merged, 0 gathered) in 0.004171793 sec., 816914.9332193616 rows/sec., 55.05 MiB/sec.
6494 2025.03.18 03:50:40.715053 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
6495 2025.03.18 03:50:40.715374 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_66_13} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6496 2025.03.18 03:50:40.715451 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_66_13} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
6497 2025.03.18 03:50:40.715521 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
6498 2025.03.18 03:50:45.686499 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6499 2025.03.18 03:50:45.686734 [ 5 ] {20aaecd4-70b1-4636-ba52-8a8ed3cb397d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6500 2025.03.18 03:50:45.686823 [ 5 ] {20aaecd4-70b1-4636-ba52-8a8ed3cb397d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6501 2025.03.18 03:50:45.687817 [ 5 ] {20aaecd4-70b1-4636-ba52-8a8ed3cb397d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6502 2025.03.18 03:50:45.687886 [ 5 ] {20aaecd4-70b1-4636-ba52-8a8ed3cb397d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6503 2025.03.18 03:50:45.688510 [ 5 ] {20aaecd4-70b1-4636-ba52-8a8ed3cb397d} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
6504 2025.03.18 03:50:45.688880 [ 5 ] {20aaecd4-70b1-4636-ba52-8a8ed3cb397d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6505 2025.03.18 03:50:45.689164 [ 5 ] {20aaecd4-70b1-4636-ba52-8a8ed3cb397d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002478 sec., 22598.870056497173 rows/sec., 1.74 MiB/sec.
6506 2025.03.18 03:50:45.689313 [ 5 ] {20aaecd4-70b1-4636-ba52-8a8ed3cb397d} <Debug> TCPHandler: Processed in 0.002971635 sec.
6507 2025.03.18 03:50:45.689684 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6508 2025.03.18 03:50:45.689872 [ 5 ] {d03db102-7d8e-4ef0-b248-63c16bc35da8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6509 2025.03.18 03:50:45.689936 [ 5 ] {d03db102-7d8e-4ef0-b248-63c16bc35da8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6510 2025.03.18 03:50:45.690730 [ 5 ] {d03db102-7d8e-4ef0-b248-63c16bc35da8} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6511 2025.03.18 03:50:45.690788 [ 5 ] {d03db102-7d8e-4ef0-b248-63c16bc35da8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6512 2025.03.18 03:50:45.691244 [ 5 ] {d03db102-7d8e-4ef0-b248-63c16bc35da8} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
6513 2025.03.18 03:50:45.691582 [ 5 ] {d03db102-7d8e-4ef0-b248-63c16bc35da8} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6514 2025.03.18 03:50:45.691798 [ 5 ] {d03db102-7d8e-4ef0-b248-63c16bc35da8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001967 sec., 32536.85815963396 rows/sec., 2.54 MiB/sec.
6515 2025.03.18 03:50:45.691866 [ 5 ] {d03db102-7d8e-4ef0-b248-63c16bc35da8} <Debug> TCPHandler: Processed in 0.002376495 sec.
6516 2025.03.18 03:50:45.692046 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6517 2025.03.18 03:50:45.692173 [ 5 ] {34b30798-3e49-4180-bb59-32d72855bad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6518 2025.03.18 03:50:45.692235 [ 5 ] {34b30798-3e49-4180-bb59-32d72855bad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6519 2025.03.18 03:50:45.692858 [ 5 ] {34b30798-3e49-4180-bb59-32d72855bad0} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6520 2025.03.18 03:50:45.692898 [ 5 ] {34b30798-3e49-4180-bb59-32d72855bad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6521 2025.03.18 03:50:45.693287 [ 5 ] {34b30798-3e49-4180-bb59-32d72855bad0} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
6522 2025.03.18 03:50:45.693541 [ 5 ] {34b30798-3e49-4180-bb59-32d72855bad0} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6523 2025.03.18 03:50:45.693735 [ 5 ] {34b30798-3e49-4180-bb59-32d72855bad0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec.
6524 2025.03.18 03:50:45.693821 [ 5 ] {34b30798-3e49-4180-bb59-32d72855bad0} <Debug> TCPHandler: Processed in 0.001840738 sec.
6525 2025.03.18 03:50:45.693988 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6526 2025.03.18 03:50:45.694260 [ 5 ] {0253b6f6-9074-4c52-9fff-9a4efd1d7cf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6527 2025.03.18 03:50:45.694356 [ 5 ] {0253b6f6-9074-4c52-9fff-9a4efd1d7cf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6528 2025.03.18 03:50:45.695018 [ 5 ] {0253b6f6-9074-4c52-9fff-9a4efd1d7cf9} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6529 2025.03.18 03:50:45.695069 [ 5 ] {0253b6f6-9074-4c52-9fff-9a4efd1d7cf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6530 2025.03.18 03:50:45.695629 [ 5 ] {0253b6f6-9074-4c52-9fff-9a4efd1d7cf9} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
6531 2025.03.18 03:50:45.695981 [ 5 ] {0253b6f6-9074-4c52-9fff-9a4efd1d7cf9} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6532 2025.03.18 03:50:45.696246 [ 5 ] {0253b6f6-9074-4c52-9fff-9a4efd1d7cf9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002074 sec., 28929.604628736743 rows/sec., 1.95 MiB/sec.
6533 2025.03.18 03:50:45.696321 [ 5 ] {0253b6f6-9074-4c52-9fff-9a4efd1d7cf9} <Debug> TCPHandler: Processed in 0.002405106 sec.
6534 2025.03.18 03:50:46.854546 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788
6535 2025.03.18 03:50:46.855178 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6536 2025.03.18 03:50:46.855227 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6537 2025.03.18 03:50:46.855749 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6538 2025.03.18 03:50:46.856009 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6539 2025.03.18 03:50:46.856215 [ 121 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6540 2025.03.18 03:50:46.856250 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788
6541 2025.03.18 03:50:46.856305 [ 121 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6542 2025.03.18 03:50:46.856333 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6543 2025.03.18 03:50:46.856534 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::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
6544 2025.03.18 03:50:46.856835 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6545 2025.03.18 03:50:46.856882 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::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
6546 2025.03.18 03:50:46.856962 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part
6547 2025.03.18 03:50:46.857175 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part
6548 2025.03.18 03:50:46.857379 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part
6549 2025.03.18 03:50:46.857513 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part
6550 2025.03.18 03:50:46.857756 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part
6551 2025.03.18 03:50:46.860351 [ 192 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.00395172 sec., 4754385.432166247 rows/sec., 68.01 MiB/sec.
6552 2025.03.18 03:50:46.860690 [ 192 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6553 2025.03.18 03:50:46.861033 [ 192 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_41_8} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6554 2025.03.18 03:50:46.861127 [ 192 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_41_8} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6555 2025.03.18 03:50:46.861246 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB.
6556 2025.03.18 03:50:48.114546 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
6557 2025.03.18 03:50:48.138412 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6558 2025.03.18 03:50:48.138481 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6559 2025.03.18 03:50:48.145872 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
6560 2025.03.18 03:50:48.146664 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6561 2025.03.18 03:50:48.147033 [ 120 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
6562 2025.03.18 03:50:48.147148 [ 120 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6563 2025.03.18 03:50:48.147218 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6564 2025.03.18 03:50:48.147662 [ 189 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
6565 2025.03.18 03:50:48.163815 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
6566 2025.03.18 03:50:48.165200 [ 189 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6567 2025.03.18 03:50:48.166452 [ 189 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
6568 2025.03.18 03:50:48.171734 [ 189 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
6569 2025.03.18 03:50:48.177281 [ 189 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
6570 2025.03.18 03:50:48.183060 [ 189 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
6571 2025.03.18 03:50:48.188809 [ 189 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
6572 2025.03.18 03:50:48.193566 [ 189 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part
6573 2025.03.18 03:50:48.252462 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.105074908 sec., 2940.7591772528604 rows/sec., 15.21 MiB/sec.
6574 2025.03.18 03:50:48.255415 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
6575 2025.03.18 03:50:48.258314 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_41_8} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6576 2025.03.18 03:50:48.258406 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_41_8} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
6577 2025.03.18 03:50:48.260719 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
6578 2025.03.18 03:50:49.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.06 MiB, peak 225.48 MiB, free memory in arenas 0.00 B, will set to 213.07 MiB (RSS), difference: 1.01 MiB
6579 2025.03.18 03:50:49.440825 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 898
6580 2025.03.18 03:50:49.443596 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6581 2025.03.18 03:50:49.443650 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6582 2025.03.18 03:50:49.445121 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6583 2025.03.18 03:50:49.445429 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6584 2025.03.18 03:50:49.446237 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 898
6585 2025.03.18 03:50:50.682991 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6586 2025.03.18 03:50:50.683177 [ 5 ] {7fc4d1cb-6f6c-49ec-ad99-25b37387893d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6587 2025.03.18 03:50:50.683246 [ 5 ] {7fc4d1cb-6f6c-49ec-ad99-25b37387893d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6588 2025.03.18 03:50:50.684144 [ 5 ] {7fc4d1cb-6f6c-49ec-ad99-25b37387893d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6589 2025.03.18 03:50:50.684186 [ 5 ] {7fc4d1cb-6f6c-49ec-ad99-25b37387893d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6590 2025.03.18 03:50:50.684627 [ 5 ] {7fc4d1cb-6f6c-49ec-ad99-25b37387893d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
6591 2025.03.18 03:50:50.684903 [ 5 ] {7fc4d1cb-6f6c-49ec-ad99-25b37387893d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6592 2025.03.18 03:50:50.685110 [ 5 ] {7fc4d1cb-6f6c-49ec-ad99-25b37387893d} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001987 sec., 67438.34927025667 rows/sec., 5.82 MiB/sec.
6593 2025.03.18 03:50:50.685175 [ 5 ] {7fc4d1cb-6f6c-49ec-ad99-25b37387893d} <Debug> TCPHandler: Processed in 0.002314925 sec.
6594 2025.03.18 03:50:50.685308 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6595 2025.03.18 03:50:50.685420 [ 5 ] {6749ba62-0991-4db2-b495-102a44c61629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6596 2025.03.18 03:50:50.685469 [ 5 ] {6749ba62-0991-4db2-b495-102a44c61629} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6597 2025.03.18 03:50:50.686030 [ 5 ] {6749ba62-0991-4db2-b495-102a44c61629} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6598 2025.03.18 03:50:50.686069 [ 5 ] {6749ba62-0991-4db2-b495-102a44c61629} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6599 2025.03.18 03:50:50.686439 [ 5 ] {6749ba62-0991-4db2-b495-102a44c61629} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6600 2025.03.18 03:50:50.686713 [ 5 ] {6749ba62-0991-4db2-b495-102a44c61629} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6601 2025.03.18 03:50:50.686845 [ 118 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0
6602 2025.03.18 03:50:50.686893 [ 118 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6603 2025.03.18 03:50:50.686902 [ 5 ] {6749ba62-0991-4db2-b495-102a44c61629} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001506 sec., 25896.414342629483 rows/sec., 1.90 MiB/sec.
6604 2025.03.18 03:50:50.686928 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6605 2025.03.18 03:50:50.686983 [ 5 ] {6749ba62-0991-4db2-b495-102a44c61629} <Debug> TCPHandler: Processed in 0.001728686 sec.
6606 2025.03.18 03:50:50.687249 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6607 2025.03.18 03:50:50.687540 [ 196 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full
6608 2025.03.18 03:50:50.687618 [ 5 ] {cc70f943-f9c2-4a44-ad32-7e41b604185b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6609 2025.03.18 03:50:50.687823 [ 5 ] {cc70f943-f9c2-4a44-ad32-7e41b604185b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6610 2025.03.18 03:50:50.688064 [ 196 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6611 2025.03.18 03:50:50.688153 [ 196 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 69 rows starting from the beginning of the part
6612 2025.03.18 03:50:50.688417 [ 196 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 39 rows starting from the beginning of the part
6613 2025.03.18 03:50:50.688783 [ 196 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 39 rows starting from the beginning of the part
6614 2025.03.18 03:50:50.689175 [ 196 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 53 rows starting from the beginning of the part
6615 2025.03.18 03:50:50.689482 [ 196 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 39 rows starting from the beginning of the part
6616 2025.03.18 03:50:50.689888 [ 196 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 39 rows starting from the beginning of the part
6617 2025.03.18 03:50:50.691011 [ 5 ] {cc70f943-f9c2-4a44-ad32-7e41b604185b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6618 2025.03.18 03:50:50.691063 [ 5 ] {cc70f943-f9c2-4a44-ad32-7e41b604185b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6619 2025.03.18 03:50:50.692104 [ 5 ] {cc70f943-f9c2-4a44-ad32-7e41b604185b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
6620 2025.03.18 03:50:50.692697 [ 5 ] {cc70f943-f9c2-4a44-ad32-7e41b604185b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6621 2025.03.18 03:50:50.692958 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 278 rows, containing 5 columns (5 merged, 0 gathered) in 0.005870749 sec., 47353.41265654519 rows/sec., 3.66 MiB/sec.
6622 2025.03.18 03:50:50.693171 [ 5 ] {cc70f943-f9c2-4a44-ad32-7e41b604185b} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.005678 sec., 18140.190207819654 rows/sec., 1.42 MiB/sec.
6623 2025.03.18 03:50:50.693279 [ 5 ] {cc70f943-f9c2-4a44-ad32-7e41b604185b} <Debug> TCPHandler: Processed in 0.006128883 sec.
6624 2025.03.18 03:50:50.693287 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary)
6625 2025.03.18 03:50:50.693480 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6626 2025.03.18 03:50:50.693659 [ 5 ] {9beff7e1-0497-4b87-97de-22ed2f872c43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6627 2025.03.18 03:50:50.693748 [ 5 ] {9beff7e1-0497-4b87-97de-22ed2f872c43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6628 2025.03.18 03:50:50.693871 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_29_6} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6629 2025.03.18 03:50:50.694129 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_29_6} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6
6630 2025.03.18 03:50:50.694326 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
6631 2025.03.18 03:50:50.694696 [ 5 ] {9beff7e1-0497-4b87-97de-22ed2f872c43} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6632 2025.03.18 03:50:50.694740 [ 5 ] {9beff7e1-0497-4b87-97de-22ed2f872c43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6633 2025.03.18 03:50:50.695136 [ 5 ] {9beff7e1-0497-4b87-97de-22ed2f872c43} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
6634 2025.03.18 03:50:50.695374 [ 5 ] {9beff7e1-0497-4b87-97de-22ed2f872c43} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6635 2025.03.18 03:50:50.695581 [ 5 ] {9beff7e1-0497-4b87-97de-22ed2f872c43} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001977 sec., 80930.70308548305 rows/sec., 5.64 MiB/sec.
6636 2025.03.18 03:50:50.695665 [ 5 ] {9beff7e1-0497-4b87-97de-22ed2f872c43} <Debug> TCPHandler: Processed in 0.002265425 sec.
6637 2025.03.18 03:50:50.695946 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6638 2025.03.18 03:50:50.696097 [ 5 ] {70a5684a-3198-4497-9a50-a34c8adabfd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6639 2025.03.18 03:50:50.696171 [ 5 ] {70a5684a-3198-4497-9a50-a34c8adabfd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6640 2025.03.18 03:50:50.697339 [ 5 ] {70a5684a-3198-4497-9a50-a34c8adabfd4} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6641 2025.03.18 03:50:50.697378 [ 5 ] {70a5684a-3198-4497-9a50-a34c8adabfd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6642 2025.03.18 03:50:50.698043 [ 5 ] {70a5684a-3198-4497-9a50-a34c8adabfd4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
6643 2025.03.18 03:50:50.698328 [ 5 ] {70a5684a-3198-4497-9a50-a34c8adabfd4} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6644 2025.03.18 03:50:50.698560 [ 5 ] {70a5684a-3198-4497-9a50-a34c8adabfd4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002485 sec., 15694.16498993964 rows/sec., 28.12 MiB/sec.
6645 2025.03.18 03:50:50.698937 [ 5 ] {70a5684a-3198-4497-9a50-a34c8adabfd4} <Debug> TCPHandler: Processed in 0.003096837 sec.
6646 2025.03.18 03:50:50.699060 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6647 2025.03.18 03:50:50.699164 [ 5 ] {aee13c67-8267-4ca6-8647-b8e334c82004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6648 2025.03.18 03:50:50.699211 [ 5 ] {aee13c67-8267-4ca6-8647-b8e334c82004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6649 2025.03.18 03:50:50.699660 [ 5 ] {aee13c67-8267-4ca6-8647-b8e334c82004} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6650 2025.03.18 03:50:50.699698 [ 5 ] {aee13c67-8267-4ca6-8647-b8e334c82004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6651 2025.03.18 03:50:50.700058 [ 5 ] {aee13c67-8267-4ca6-8647-b8e334c82004} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
6652 2025.03.18 03:50:50.700302 [ 5 ] {aee13c67-8267-4ca6-8647-b8e334c82004} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6653 2025.03.18 03:50:50.700506 [ 5 ] {aee13c67-8267-4ca6-8647-b8e334c82004} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec.
6654 2025.03.18 03:50:50.700568 [ 5 ] {aee13c67-8267-4ca6-8647-b8e334c82004} <Debug> TCPHandler: Processed in 0.001559923 sec.
6655 2025.03.18 03:50:54.210742 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache
6656 2025.03.18 03:50:54.210845 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache
6657 2025.03.18 03:50:54.356469 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276
6658 2025.03.18 03:50:54.357102 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6659 2025.03.18 03:50:54.357140 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6660 2025.03.18 03:50:54.357655 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6661 2025.03.18 03:50:54.357904 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6662 2025.03.18 03:50:54.358142 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
6663 2025.03.18 03:50:55.663985 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
6664 2025.03.18 03:50:55.682193 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6665 2025.03.18 03:50:55.682424 [ 5 ] {82610f8e-8774-4d3b-b03d-80625ccab9f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6666 2025.03.18 03:50:55.682517 [ 5 ] {82610f8e-8774-4d3b-b03d-80625ccab9f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6667 2025.03.18 03:50:55.684332 [ 5 ] {82610f8e-8774-4d3b-b03d-80625ccab9f2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6668 2025.03.18 03:50:55.684377 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6669 2025.03.18 03:50:55.684392 [ 5 ] {82610f8e-8774-4d3b-b03d-80625ccab9f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6670 2025.03.18 03:50:55.684424 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6671 2025.03.18 03:50:55.685078 [ 5 ] {82610f8e-8774-4d3b-b03d-80625ccab9f2} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
6672 2025.03.18 03:50:55.685463 [ 5 ] {82610f8e-8774-4d3b-b03d-80625ccab9f2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6673 2025.03.18 03:50:55.685835 [ 5 ] {82610f8e-8774-4d3b-b03d-80625ccab9f2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.003475 sec., 16115.107913669066 rows/sec., 1.24 MiB/sec.
6674 2025.03.18 03:50:55.685939 [ 5 ] {82610f8e-8774-4d3b-b03d-80625ccab9f2} <Debug> TCPHandler: Processed in 0.003883748 sec.
6675 2025.03.18 03:50:55.686080 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6676 2025.03.18 03:50:55.686217 [ 5 ] {0c3b9019-7d7a-4611-a1e0-06a26459456c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6677 2025.03.18 03:50:55.686279 [ 5 ] {0c3b9019-7d7a-4611-a1e0-06a26459456c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6678 2025.03.18 03:50:55.687539 [ 5 ] {0c3b9019-7d7a-4611-a1e0-06a26459456c} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6679 2025.03.18 03:50:55.687586 [ 5 ] {0c3b9019-7d7a-4611-a1e0-06a26459456c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6680 2025.03.18 03:50:55.688248 [ 5 ] {0c3b9019-7d7a-4611-a1e0-06a26459456c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
6681 2025.03.18 03:50:55.688548 [ 5 ] {0c3b9019-7d7a-4611-a1e0-06a26459456c} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6682 2025.03.18 03:50:55.688725 [ 5 ] {0c3b9019-7d7a-4611-a1e0-06a26459456c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002545 sec., 25147.347740667978 rows/sec., 1.96 MiB/sec.
6683 2025.03.18 03:50:55.688862 [ 5 ] {0c3b9019-7d7a-4611-a1e0-06a26459456c} <Debug> TCPHandler: Processed in 0.002839792 sec.
6684 2025.03.18 03:50:55.689013 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6685 2025.03.18 03:50:55.689150 [ 5 ] {d59c1246-8259-4da2-8420-b4a16697931f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6686 2025.03.18 03:50:55.689226 [ 5 ] {d59c1246-8259-4da2-8420-b4a16697931f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6687 2025.03.18 03:50:55.690491 [ 5 ] {d59c1246-8259-4da2-8420-b4a16697931f} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6688 2025.03.18 03:50:55.690538 [ 5 ] {d59c1246-8259-4da2-8420-b4a16697931f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6689 2025.03.18 03:50:55.691306 [ 5 ] {d59c1246-8259-4da2-8420-b4a16697931f} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
6690 2025.03.18 03:50:55.691689 [ 5 ] {d59c1246-8259-4da2-8420-b4a16697931f} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6691 2025.03.18 03:50:55.692037 [ 5 ] {d59c1246-8259-4da2-8420-b4a16697931f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002922 sec., 54757.01574264203 rows/sec., 3.81 MiB/sec.
6692 2025.03.18 03:50:55.692159 [ 5 ] {d59c1246-8259-4da2-8420-b4a16697931f} <Debug> TCPHandler: Processed in 0.003203088 sec.
6693 2025.03.18 03:50:55.692312 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6694 2025.03.18 03:50:55.692459 [ 5 ] {404f17f7-63ff-4576-8ea2-545b28a39a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6695 2025.03.18 03:50:55.692528 [ 5 ] {404f17f7-63ff-4576-8ea2-545b28a39a22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6696 2025.03.18 03:50:55.693414 [ 5 ] {404f17f7-63ff-4576-8ea2-545b28a39a22} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6697 2025.03.18 03:50:55.693453 [ 5 ] {404f17f7-63ff-4576-8ea2-545b28a39a22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6698 2025.03.18 03:50:55.693903 [ 5 ] {404f17f7-63ff-4576-8ea2-545b28a39a22} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
6699 2025.03.18 03:50:55.694154 [ 5 ] {404f17f7-63ff-4576-8ea2-545b28a39a22} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6700 2025.03.18 03:50:55.694352 [ 5 ] {404f17f7-63ff-4576-8ea2-545b28a39a22} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00193 sec., 31088.082901554404 rows/sec., 2.10 MiB/sec.
6701 2025.03.18 03:50:55.694412 [ 5 ] {404f17f7-63ff-4576-8ea2-545b28a39a22} <Debug> TCPHandler: Processed in 0.002160163 sec.
6702 2025.03.18 03:50:55.696353 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6703 2025.03.18 03:50:55.697119 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6704 2025.03.18 03:50:55.699767 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
6705 2025.03.18 03:50:57.164854 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6706 2025.03.18 03:50:57.165054 [ 5 ] {88916368-bbae-4f3a-8551-817ac04dac1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6707 2025.03.18 03:50:57.165127 [ 5 ] {88916368-bbae-4f3a-8551-817ac04dac1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6708 2025.03.18 03:50:57.165928 [ 5 ] {88916368-bbae-4f3a-8551-817ac04dac1b} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6709 2025.03.18 03:50:57.165986 [ 5 ] {88916368-bbae-4f3a-8551-817ac04dac1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6710 2025.03.18 03:50:57.166445 [ 5 ] {88916368-bbae-4f3a-8551-817ac04dac1b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6711 2025.03.18 03:50:57.166706 [ 5 ] {88916368-bbae-4f3a-8551-817ac04dac1b} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6712 2025.03.18 03:50:57.166972 [ 5 ] {88916368-bbae-4f3a-8551-817ac04dac1b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001969 sec., 12188.92839004571 rows/sec., 1.01 MiB/sec.
6713 2025.03.18 03:50:57.167149 [ 5 ] {88916368-bbae-4f3a-8551-817ac04dac1b} <Debug> TCPHandler: Processed in 0.002425636 sec.
6714 2025.03.18 03:50:57.167303 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6715 2025.03.18 03:50:57.167417 [ 5 ] {bdb28710-4cd0-40af-8603-5894f37de9fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6716 2025.03.18 03:50:57.167468 [ 5 ] {bdb28710-4cd0-40af-8603-5894f37de9fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6717 2025.03.18 03:50:57.168028 [ 5 ] {bdb28710-4cd0-40af-8603-5894f37de9fc} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6718 2025.03.18 03:50:57.168071 [ 5 ] {bdb28710-4cd0-40af-8603-5894f37de9fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6719 2025.03.18 03:50:57.168425 [ 5 ] {bdb28710-4cd0-40af-8603-5894f37de9fc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6720 2025.03.18 03:50:57.168665 [ 5 ] {bdb28710-4cd0-40af-8603-5894f37de9fc} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6721 2025.03.18 03:50:57.168945 [ 5 ] {bdb28710-4cd0-40af-8603-5894f37de9fc} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001537 sec., 10409.88939492518 rows/sec., 848.85 KiB/sec.
6722 2025.03.18 03:50:57.169087 [ 5 ] {bdb28710-4cd0-40af-8603-5894f37de9fc} <Debug> TCPHandler: Processed in 0.001836398 sec.
6723 2025.03.18 03:50:57.169193 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6724 2025.03.18 03:50:57.169296 [ 5 ] {71149ae5-d5c5-4c50-b823-f3f10a01fa56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6725 2025.03.18 03:50:57.169341 [ 5 ] {71149ae5-d5c5-4c50-b823-f3f10a01fa56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6726 2025.03.18 03:50:57.170597 [ 5 ] {71149ae5-d5c5-4c50-b823-f3f10a01fa56} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6727 2025.03.18 03:50:57.170638 [ 5 ] {71149ae5-d5c5-4c50-b823-f3f10a01fa56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6728 2025.03.18 03:50:57.171081 [ 5 ] {71149ae5-d5c5-4c50-b823-f3f10a01fa56} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
6729 2025.03.18 03:50:57.171319 [ 5 ] {71149ae5-d5c5-4c50-b823-f3f10a01fa56} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6730 2025.03.18 03:50:57.171537 [ 5 ] {71149ae5-d5c5-4c50-b823-f3f10a01fa56} <Debug> executeQuery: Read 1402 rows, 120.44 KiB in 0.002262 sec., 619805.4818744473 rows/sec., 52.00 MiB/sec.
6731 2025.03.18 03:50:57.171588 [ 5 ] {71149ae5-d5c5-4c50-b823-f3f10a01fa56} <Debug> TCPHandler: Processed in 0.002444807 sec.
6732 2025.03.18 03:50:57.171690 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6733 2025.03.18 03:50:57.171791 [ 5 ] {d22665ff-cb5e-4572-a6e2-352b4d92a159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6734 2025.03.18 03:50:57.171835 [ 5 ] {d22665ff-cb5e-4572-a6e2-352b4d92a159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6735 2025.03.18 03:50:57.172371 [ 5 ] {d22665ff-cb5e-4572-a6e2-352b4d92a159} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6736 2025.03.18 03:50:57.172411 [ 5 ] {d22665ff-cb5e-4572-a6e2-352b4d92a159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6737 2025.03.18 03:50:57.172763 [ 5 ] {d22665ff-cb5e-4572-a6e2-352b4d92a159} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6738 2025.03.18 03:50:57.173005 [ 5 ] {d22665ff-cb5e-4572-a6e2-352b4d92a159} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6739 2025.03.18 03:50:57.173253 [ 5 ] {d22665ff-cb5e-4572-a6e2-352b4d92a159} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.00147 sec., 45578.23129251701 rows/sec., 3.33 MiB/sec.
6740 2025.03.18 03:50:57.173453 [ 5 ] {d22665ff-cb5e-4572-a6e2-352b4d92a159} <Debug> TCPHandler: Processed in 0.001806196 sec.
6741 2025.03.18 03:50:57.173664 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6742 2025.03.18 03:50:57.173769 [ 5 ] {b6d1dabc-fb4a-48b4-a7d2-326fdf8cc5a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6743 2025.03.18 03:50:57.173813 [ 5 ] {b6d1dabc-fb4a-48b4-a7d2-326fdf8cc5a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6744 2025.03.18 03:50:57.174455 [ 5 ] {b6d1dabc-fb4a-48b4-a7d2-326fdf8cc5a2} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6745 2025.03.18 03:50:57.174495 [ 5 ] {b6d1dabc-fb4a-48b4-a7d2-326fdf8cc5a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6746 2025.03.18 03:50:57.174854 [ 5 ] {b6d1dabc-fb4a-48b4-a7d2-326fdf8cc5a2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6747 2025.03.18 03:50:57.175087 [ 5 ] {b6d1dabc-fb4a-48b4-a7d2-326fdf8cc5a2} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6748 2025.03.18 03:50:57.175375 [ 5 ] {b6d1dabc-fb4a-48b4-a7d2-326fdf8cc5a2} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00163 sec., 154601.22699386504 rows/sec., 10.69 MiB/sec.
6749 2025.03.18 03:50:57.175431 [ 5 ] {b6d1dabc-fb4a-48b4-a7d2-326fdf8cc5a2} <Debug> TCPHandler: Processed in 0.001834227 sec.
6750 2025.03.18 03:50:57.175595 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6751 2025.03.18 03:50:57.175744 [ 5 ] {a9a5dcaf-23cd-4950-8dbb-1a9a71706a60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6752 2025.03.18 03:50:57.175792 [ 5 ] {a9a5dcaf-23cd-4950-8dbb-1a9a71706a60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6753 2025.03.18 03:50:57.176313 [ 5 ] {a9a5dcaf-23cd-4950-8dbb-1a9a71706a60} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6754 2025.03.18 03:50:57.176352 [ 5 ] {a9a5dcaf-23cd-4950-8dbb-1a9a71706a60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6755 2025.03.18 03:50:57.176716 [ 5 ] {a9a5dcaf-23cd-4950-8dbb-1a9a71706a60} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6756 2025.03.18 03:50:57.176952 [ 5 ] {a9a5dcaf-23cd-4950-8dbb-1a9a71706a60} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6757 2025.03.18 03:50:57.177215 [ 5 ] {a9a5dcaf-23cd-4950-8dbb-1a9a71706a60} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001484 sec., 8086.253369272236 rows/sec., 631.74 KiB/sec.
6758 2025.03.18 03:50:57.177383 [ 5 ] {a9a5dcaf-23cd-4950-8dbb-1a9a71706a60} <Debug> TCPHandler: Processed in 0.001835828 sec.
6759 2025.03.18 03:50:57.177489 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6760 2025.03.18 03:50:57.177592 [ 5 ] {e5656a55-dbe9-4960-b520-20f6a259f40e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6761 2025.03.18 03:50:57.177638 [ 5 ] {e5656a55-dbe9-4960-b520-20f6a259f40e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6762 2025.03.18 03:50:57.178421 [ 5 ] {e5656a55-dbe9-4960-b520-20f6a259f40e} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6763 2025.03.18 03:50:57.178462 [ 5 ] {e5656a55-dbe9-4960-b520-20f6a259f40e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6764 2025.03.18 03:50:57.178839 [ 5 ] {e5656a55-dbe9-4960-b520-20f6a259f40e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
6765 2025.03.18 03:50:57.179087 [ 5 ] {e5656a55-dbe9-4960-b520-20f6a259f40e} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6766 2025.03.18 03:50:57.179299 [ 5 ] {e5656a55-dbe9-4960-b520-20f6a259f40e} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.001729 sec., 353383.45864661655 rows/sec., 26.60 MiB/sec.
6767 2025.03.18 03:50:57.179351 [ 5 ] {e5656a55-dbe9-4960-b520-20f6a259f40e} <Debug> TCPHandler: Processed in 0.001911108 sec.
6768 2025.03.18 03:50:57.179453 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6769 2025.03.18 03:50:57.179556 [ 5 ] {e059cd73-de46-4365-a57e-e729b3bd4df6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6770 2025.03.18 03:50:57.179603 [ 5 ] {e059cd73-de46-4365-a57e-e729b3bd4df6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6771 2025.03.18 03:50:57.180393 [ 5 ] {e059cd73-de46-4365-a57e-e729b3bd4df6} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6772 2025.03.18 03:50:57.180432 [ 5 ] {e059cd73-de46-4365-a57e-e729b3bd4df6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6773 2025.03.18 03:50:57.180866 [ 5 ] {e059cd73-de46-4365-a57e-e729b3bd4df6} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
6774 2025.03.18 03:50:57.181106 [ 5 ] {e059cd73-de46-4365-a57e-e729b3bd4df6} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6775 2025.03.18 03:50:57.181318 [ 5 ] {e059cd73-de46-4365-a57e-e729b3bd4df6} <Debug> executeQuery: Read 944 rows, 65.24 KiB in 0.001784 sec., 529147.9820627803 rows/sec., 35.71 MiB/sec.
6776 2025.03.18 03:50:57.181368 [ 5 ] {e059cd73-de46-4365-a57e-e729b3bd4df6} <Debug> TCPHandler: Processed in 0.001964729 sec.
6777 2025.03.18 03:50:57.181484 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6778 2025.03.18 03:50:57.181599 [ 5 ] {8c968c72-d0cf-4f72-b410-87f43b048e0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6779 2025.03.18 03:50:57.181668 [ 5 ] {8c968c72-d0cf-4f72-b410-87f43b048e0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6780 2025.03.18 03:50:57.182859 [ 5 ] {8c968c72-d0cf-4f72-b410-87f43b048e0c} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6781 2025.03.18 03:50:57.182900 [ 5 ] {8c968c72-d0cf-4f72-b410-87f43b048e0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6782 2025.03.18 03:50:57.183568 [ 5 ] {8c968c72-d0cf-4f72-b410-87f43b048e0c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
6783 2025.03.18 03:50:57.183837 [ 5 ] {8c968c72-d0cf-4f72-b410-87f43b048e0c} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6784 2025.03.18 03:50:57.184159 [ 5 ] {8c968c72-d0cf-4f72-b410-87f43b048e0c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002583 sec., 15098.722415795588 rows/sec., 27.06 MiB/sec.
6785 2025.03.18 03:50:57.184656 [ 5 ] {8c968c72-d0cf-4f72-b410-87f43b048e0c} <Debug> TCPHandler: Processed in 0.003221389 sec.
6786 2025.03.18 03:50:57.184806 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6787 2025.03.18 03:50:57.184913 [ 5 ] {72e7f91c-d0ac-4724-b544-ddd255c806db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6788 2025.03.18 03:50:57.184960 [ 5 ] {72e7f91c-d0ac-4724-b544-ddd255c806db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6789 2025.03.18 03:50:57.185408 [ 5 ] {72e7f91c-d0ac-4724-b544-ddd255c806db} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6790 2025.03.18 03:50:57.185447 [ 5 ] {72e7f91c-d0ac-4724-b544-ddd255c806db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6791 2025.03.18 03:50:57.185807 [ 5 ] {72e7f91c-d0ac-4724-b544-ddd255c806db} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
6792 2025.03.18 03:50:57.186053 [ 5 ] {72e7f91c-d0ac-4724-b544-ddd255c806db} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6793 2025.03.18 03:50:57.186320 [ 5 ] {72e7f91c-d0ac-4724-b544-ddd255c806db} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.00142 sec., 14084.507042253521 rows/sec., 968.31 KiB/sec.
6794 2025.03.18 03:50:57.186390 [ 5 ] {72e7f91c-d0ac-4724-b544-ddd255c806db} <Debug> TCPHandler: Processed in 0.001631755 sec.
6795 2025.03.18 03:50:59.446502 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 938
6796 2025.03.18 03:50:59.449788 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6797 2025.03.18 03:50:59.449833 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6798 2025.03.18 03:50:59.451292 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
6799 2025.03.18 03:50:59.451597 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6800 2025.03.18 03:50:59.451823 [ 109 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
6801 2025.03.18 03:50:59.451951 [ 109 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6802 2025.03.18 03:50:59.452076 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6803 2025.03.18 03:50:59.452600 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
6804 2025.03.18 03:50:59.453007 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 938
6805 2025.03.18 03:50:59.453591 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6806 2025.03.18 03:50:59.453774 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 802 rows starting from the beginning of the part
6807 2025.03.18 03:50:59.454398 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
6808 2025.03.18 03:50:59.455033 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part
6809 2025.03.18 03:50:59.455639 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part
6810 2025.03.18 03:50:59.456231 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
6811 2025.03.18 03:50:59.456792 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part
6812 2025.03.18 03:50:59.464751 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 938 rows, containing 72 columns (72 merged, 0 gathered) in 0.012453587 sec., 75319.66492866674 rows/sec., 60.58 MiB/sec.
6813 2025.03.18 03:50:59.466339 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
6814 2025.03.18 03:50:59.467138 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_31_6} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6815 2025.03.18 03:50:59.467232 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_31_6} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
6816 2025.03.18 03:50:59.467536 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB.
6817 2025.03.18 03:51:00.679123 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6818 2025.03.18 03:51:00.679303 [ 5 ] {4d4d8245-21c8-4328-ab42-bde2928e9fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6819 2025.03.18 03:51:00.679371 [ 5 ] {4d4d8245-21c8-4328-ab42-bde2928e9fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6820 2025.03.18 03:51:00.680124 [ 5 ] {4d4d8245-21c8-4328-ab42-bde2928e9fe3} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6821 2025.03.18 03:51:00.680166 [ 5 ] {4d4d8245-21c8-4328-ab42-bde2928e9fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6822 2025.03.18 03:51:00.680592 [ 5 ] {4d4d8245-21c8-4328-ab42-bde2928e9fe3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
6823 2025.03.18 03:51:00.680844 [ 5 ] {4d4d8245-21c8-4328-ab42-bde2928e9fe3} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6824 2025.03.18 03:51:00.680983 [ 106 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
6825 2025.03.18 03:51:00.681033 [ 106 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6826 2025.03.18 03:51:00.681053 [ 5 ] {4d4d8245-21c8-4328-ab42-bde2928e9fe3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0018 sec., 31111.111111111113 rows/sec., 2.39 MiB/sec.
6827 2025.03.18 03:51:00.681064 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6828 2025.03.18 03:51:00.681152 [ 5 ] {4d4d8245-21c8-4328-ab42-bde2928e9fe3} <Debug> TCPHandler: Processed in 0.002147052 sec.
6829 2025.03.18 03:51:00.681387 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6830 2025.03.18 03:51:00.681423 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
6831 2025.03.18 03:51:00.681539 [ 5 ] {90820d2e-a297-48bb-8004-847845cf5d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6832 2025.03.18 03:51:00.681638 [ 5 ] {90820d2e-a297-48bb-8004-847845cf5d40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6833 2025.03.18 03:51:00.681984 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6834 2025.03.18 03:51:00.682097 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1404 rows starting from the beginning of the part
6835 2025.03.18 03:51:00.682451 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part
6836 2025.03.18 03:51:00.682842 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 134 rows starting from the beginning of the part
6837 2025.03.18 03:51:00.683159 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part
6838 2025.03.18 03:51:00.683334 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1402 rows starting from the beginning of the part
6839 2025.03.18 03:51:00.683745 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part
6840 2025.03.18 03:51:00.684759 [ 5 ] {90820d2e-a297-48bb-8004-847845cf5d40} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6841 2025.03.18 03:51:00.684826 [ 5 ] {90820d2e-a297-48bb-8004-847845cf5d40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6842 2025.03.18 03:51:00.685717 [ 5 ] {90820d2e-a297-48bb-8004-847845cf5d40} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
6843 2025.03.18 03:51:00.686216 [ 5 ] {90820d2e-a297-48bb-8004-847845cf5d40} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6844 2025.03.18 03:51:00.686546 [ 106 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
6845 2025.03.18 03:51:00.686618 [ 106 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6846 2025.03.18 03:51:00.686637 [ 5 ] {90820d2e-a297-48bb-8004-847845cf5d40} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005154 sec., 12417.539774932093 rows/sec., 992.48 KiB/sec.
6847 2025.03.18 03:51:00.686682 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6848 2025.03.18 03:51:00.686762 [ 5 ] {90820d2e-a297-48bb-8004-847845cf5d40} <Debug> TCPHandler: Processed in 0.005463412 sec.
6849 2025.03.18 03:51:00.687033 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
6850 2025.03.18 03:51:00.687064 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6851 2025.03.18 03:51:00.687434 [ 5 ] {ae9bc4cd-d3a9-4f91-82cd-e852ac034c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6852 2025.03.18 03:51:00.687551 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6853 2025.03.18 03:51:00.687637 [ 5 ] {ae9bc4cd-d3a9-4f91-82cd-e852ac034c8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6854 2025.03.18 03:51:00.687690 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
6855 2025.03.18 03:51:00.688168 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part
6856 2025.03.18 03:51:00.688511 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 103 rows starting from the beginning of the part
6857 2025.03.18 03:51:00.688875 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 5 columns (5 merged, 0 gathered) in 0.007654195 sec., 406051.8447727031 rows/sec., 35.50 MiB/sec.
6858 2025.03.18 03:51:00.689011 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part
6859 2025.03.18 03:51:00.689472 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 611 rows starting from the beginning of the part
6860 2025.03.18 03:51:00.689474 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
6861 2025.03.18 03:51:00.689932 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part
6862 2025.03.18 03:51:00.690733 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_71_14} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6863 2025.03.18 03:51:00.691096 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_71_14} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
6864 2025.03.18 03:51:00.691478 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
6865 2025.03.18 03:51:00.691850 [ 5 ] {ae9bc4cd-d3a9-4f91-82cd-e852ac034c8d} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6866 2025.03.18 03:51:00.691917 [ 5 ] {ae9bc4cd-d3a9-4f91-82cd-e852ac034c8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6867 2025.03.18 03:51:00.692928 [ 5 ] {ae9bc4cd-d3a9-4f91-82cd-e852ac034c8d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
6868 2025.03.18 03:51:00.693342 [ 5 ] {ae9bc4cd-d3a9-4f91-82cd-e852ac034c8d} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6869 2025.03.18 03:51:00.693684 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
6870 2025.03.18 03:51:00.693716 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1537 rows, containing 5 columns (5 merged, 0 gathered) in 0.006903213 sec., 222649.94575714236 rows/sec., 17.74 MiB/sec.
6871 2025.03.18 03:51:00.693745 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6872 2025.03.18 03:51:00.693777 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6873 2025.03.18 03:51:00.693824 [ 5 ] {ae9bc4cd-d3a9-4f91-82cd-e852ac034c8d} <Debug> executeQuery: Read 106 rows, 7.56 KiB in 0.006509 sec., 16285.143647257642 rows/sec., 1.13 MiB/sec.
6874 2025.03.18 03:51:00.694082 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
6875 2025.03.18 03:51:00.694143 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
6876 2025.03.18 03:51:00.694174 [ 5 ] {ae9bc4cd-d3a9-4f91-82cd-e852ac034c8d} <Debug> TCPHandler: Processed in 0.007236708 sec.
6877 2025.03.18 03:51:00.694503 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6878 2025.03.18 03:51:00.694525 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6879 2025.03.18 03:51:00.694594 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18572 rows starting from the beginning of the part
6880 2025.03.18 03:51:00.694925 [ 5 ] {5e7ba8a2-b34a-434c-9002-2fd871498a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6881 2025.03.18 03:51:00.694993 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
6882 2025.03.18 03:51:00.695120 [ 5 ] {5e7ba8a2-b34a-434c-9002-2fd871498a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6883 2025.03.18 03:51:00.695171 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_71_14} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6884 2025.03.18 03:51:00.695491 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
6885 2025.03.18 03:51:00.695762 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_71_14} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
6886 2025.03.18 03:51:00.696084 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part
6887 2025.03.18 03:51:00.696197 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
6888 2025.03.18 03:51:00.696570 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 944 rows starting from the beginning of the part
6889 2025.03.18 03:51:00.696903 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 106 rows starting from the beginning of the part
6890 2025.03.18 03:51:00.697938 [ 5 ] {5e7ba8a2-b34a-434c-9002-2fd871498a40} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6891 2025.03.18 03:51:00.698005 [ 5 ] {5e7ba8a2-b34a-434c-9002-2fd871498a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6892 2025.03.18 03:51:00.698491 [ 5 ] {5e7ba8a2-b34a-434c-9002-2fd871498a40} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
6893 2025.03.18 03:51:00.698965 [ 5 ] {5e7ba8a2-b34a-434c-9002-2fd871498a40} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6894 2025.03.18 03:51:00.699144 [ 106 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
6895 2025.03.18 03:51:00.699247 [ 106 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6896 2025.03.18 03:51:00.699329 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6897 2025.03.18 03:51:00.699395 [ 5 ] {5e7ba8a2-b34a-434c-9002-2fd871498a40} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.004677 sec., 8552.490912978405 rows/sec., 591.32 KiB/sec.
6898 2025.03.18 03:51:00.699808 [ 5 ] {5e7ba8a2-b34a-434c-9002-2fd871498a40} <Debug> TCPHandler: Processed in 0.005428822 sec.
6899 2025.03.18 03:51:00.699831 [ 191 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
6900 2025.03.18 03:51:00.700118 [ 191 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6901 2025.03.18 03:51:00.700162 [ 191 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3408 rows starting from the beginning of the part
6902 2025.03.18 03:51:00.700295 [ 191 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
6903 2025.03.18 03:51:00.700597 [ 191 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
6904 2025.03.18 03:51:00.700896 [ 191 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
6905 2025.03.18 03:51:00.701103 [ 191 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 20 rows starting from the beginning of the part
6906 2025.03.18 03:51:00.701266 [ 191 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 40 rows starting from the beginning of the part
6907 2025.03.18 03:51:00.716366 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3648 rows, containing 4 columns (4 merged, 0 gathered) in 0.016884483 sec., 216056.36370388127 rows/sec., 14.56 MiB/sec.
6908 2025.03.18 03:51:00.716872 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
6909 2025.03.18 03:51:00.717315 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_71_14} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6910 2025.03.18 03:51:00.717444 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_71_14} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
6911 2025.03.18 03:51:00.717568 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
6912 2025.03.18 03:51:00.718165 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20102 rows, containing 5 columns (5 merged, 0 gathered) in 0.024308314 sec., 826959.8623746592 rows/sec., 56.66 MiB/sec.
6913 2025.03.18 03:51:00.718617 [ 197 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
6914 2025.03.18 03:51:00.719023 [ 197 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6915 2025.03.18 03:51:00.719128 [ 197 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
6916 2025.03.18 03:51:00.719244 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
6917 2025.03.18 03:51:01.000235 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.47 MiB, peak 225.48 MiB, free memory in arenas 0.00 B, will set to 214.82 MiB (RSS), difference: 1.35 MiB
6918 2025.03.18 03:51:01.858363 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703
6919 2025.03.18 03:51:01.859086 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6920 2025.03.18 03:51:01.859133 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6921 2025.03.18 03:51:01.859663 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6922 2025.03.18 03:51:01.859924 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6923 2025.03.18 03:51:01.860156 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703
6924 2025.03.18 03:51:03.199923 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324
6925 2025.03.18 03:51:03.220896 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6926 2025.03.18 03:51:03.220958 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6927 2025.03.18 03:51:03.228278 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6928 2025.03.18 03:51:03.229044 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6929 2025.03.18 03:51:03.231770 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324
6930 2025.03.18 03:51:05.682114 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6931 2025.03.18 03:51:05.682295 [ 5 ] {6eea39c9-631e-4251-9776-597bb8dc4d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6932 2025.03.18 03:51:05.682364 [ 5 ] {6eea39c9-631e-4251-9776-597bb8dc4d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6933 2025.03.18 03:51:05.683133 [ 5 ] {6eea39c9-631e-4251-9776-597bb8dc4d94} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6934 2025.03.18 03:51:05.683174 [ 5 ] {6eea39c9-631e-4251-9776-597bb8dc4d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6935 2025.03.18 03:51:05.683600 [ 5 ] {6eea39c9-631e-4251-9776-597bb8dc4d94} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
6936 2025.03.18 03:51:05.683853 [ 5 ] {6eea39c9-631e-4251-9776-597bb8dc4d94} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6937 2025.03.18 03:51:05.684069 [ 5 ] {6eea39c9-631e-4251-9776-597bb8dc4d94} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001825 sec., 30684.931506849316 rows/sec., 2.36 MiB/sec.
6938 2025.03.18 03:51:05.684126 [ 5 ] {6eea39c9-631e-4251-9776-597bb8dc4d94} <Debug> TCPHandler: Processed in 0.002137582 sec.
6939 2025.03.18 03:51:05.684249 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6940 2025.03.18 03:51:05.684355 [ 5 ] {41693276-cbd4-4508-885e-ab01d1ef99c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6941 2025.03.18 03:51:05.684400 [ 5 ] {41693276-cbd4-4508-885e-ab01d1ef99c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6942 2025.03.18 03:51:05.684955 [ 5 ] {41693276-cbd4-4508-885e-ab01d1ef99c2} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6943 2025.03.18 03:51:05.684996 [ 5 ] {41693276-cbd4-4508-885e-ab01d1ef99c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6944 2025.03.18 03:51:05.685354 [ 5 ] {41693276-cbd4-4508-885e-ab01d1ef99c2} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
6945 2025.03.18 03:51:05.685589 [ 5 ] {41693276-cbd4-4508-885e-ab01d1ef99c2} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6946 2025.03.18 03:51:05.685804 [ 5 ] {41693276-cbd4-4508-885e-ab01d1ef99c2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001471 sec., 43507.817811012916 rows/sec., 3.40 MiB/sec.
6947 2025.03.18 03:51:05.685862 [ 5 ] {41693276-cbd4-4508-885e-ab01d1ef99c2} <Debug> TCPHandler: Processed in 0.001663794 sec.
6948 2025.03.18 03:51:05.686017 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6949 2025.03.18 03:51:05.686127 [ 5 ] {c9befdf1-99c4-4916-916d-331ac773fbdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6950 2025.03.18 03:51:05.686175 [ 5 ] {c9befdf1-99c4-4916-916d-331ac773fbdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6951 2025.03.18 03:51:05.686693 [ 5 ] {c9befdf1-99c4-4916-916d-331ac773fbdd} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6952 2025.03.18 03:51:05.686731 [ 5 ] {c9befdf1-99c4-4916-916d-331ac773fbdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6953 2025.03.18 03:51:05.687125 [ 5 ] {c9befdf1-99c4-4916-916d-331ac773fbdd} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
6954 2025.03.18 03:51:05.687361 [ 5 ] {c9befdf1-99c4-4916-916d-331ac773fbdd} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6955 2025.03.18 03:51:05.687574 [ 5 ] {c9befdf1-99c4-4916-916d-331ac773fbdd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00147 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec.
6956 2025.03.18 03:51:05.687627 [ 5 ] {c9befdf1-99c4-4916-916d-331ac773fbdd} <Debug> TCPHandler: Processed in 0.001672355 sec.
6957 2025.03.18 03:51:05.687731 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6958 2025.03.18 03:51:05.687832 [ 5 ] {76e226c6-fe2d-4983-8a86-278e6a06897b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6959 2025.03.18 03:51:05.687880 [ 5 ] {76e226c6-fe2d-4983-8a86-278e6a06897b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6960 2025.03.18 03:51:05.688318 [ 5 ] {76e226c6-fe2d-4983-8a86-278e6a06897b} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6961 2025.03.18 03:51:05.688359 [ 5 ] {76e226c6-fe2d-4983-8a86-278e6a06897b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6962 2025.03.18 03:51:05.688717 [ 5 ] {76e226c6-fe2d-4983-8a86-278e6a06897b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
6963 2025.03.18 03:51:05.688957 [ 5 ] {76e226c6-fe2d-4983-8a86-278e6a06897b} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6964 2025.03.18 03:51:05.689163 [ 5 ] {76e226c6-fe2d-4983-8a86-278e6a06897b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec.
6965 2025.03.18 03:51:05.689213 [ 5 ] {76e226c6-fe2d-4983-8a86-278e6a06897b} <Debug> TCPHandler: Processed in 0.001531333 sec.
6966 2025.03.18 03:51:08.204473 [ 99 ] {} <Debug> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
6967 2025.03.18 03:51:08.204588 [ 99 ] {} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6968 2025.03.18 03:51:08.204628 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6969 2025.03.18 03:51:08.204883 [ 194 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
6970 2025.03.18 03:51:08.205076 [ 194 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6971 2025.03.18 03:51:08.205116 [ 194 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
6972 2025.03.18 03:51:08.205205 [ 194 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
6973 2025.03.18 03:51:08.205471 [ 194 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part
6974 2025.03.18 03:51:08.205722 [ 194 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part
6975 2025.03.18 03:51:08.205919 [ 194 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part
6976 2025.03.18 03:51:08.207115 [ 197 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002386016 sec., 22631.868352936443 rows/sec., 1.89 MiB/sec.
6977 2025.03.18 03:51:08.207322 [ 193 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
6978 2025.03.18 03:51:08.207692 [ 193 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_9_2} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6979 2025.03.18 03:51:08.207790 [ 193 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_9_2} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
6980 2025.03.18 03:51:08.207903 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6981 2025.03.18 03:51:09.210910 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache
6982 2025.03.18 03:51:09.210967 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache
6983 2025.03.18 03:51:09.360371 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191
6984 2025.03.18 03:51:09.361140 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6985 2025.03.18 03:51:09.361198 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6986 2025.03.18 03:51:09.361785 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6987 2025.03.18 03:51:09.362050 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6988 2025.03.18 03:51:09.362298 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
6989 2025.03.18 03:51:09.453342 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 954
6990 2025.03.18 03:51:09.456042 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6991 2025.03.18 03:51:09.456085 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
6992 2025.03.18 03:51:09.457559 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
6993 2025.03.18 03:51:09.457868 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6994 2025.03.18 03:51:09.458404 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 954
6995 2025.03.18 03:51:10.683213 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6996 2025.03.18 03:51:10.683398 [ 5 ] {a56ce9d2-174f-4b5a-8b6a-903783328e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6997 2025.03.18 03:51:10.683468 [ 5 ] {a56ce9d2-174f-4b5a-8b6a-903783328e1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6998 2025.03.18 03:51:10.684254 [ 5 ] {a56ce9d2-174f-4b5a-8b6a-903783328e1d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6999 2025.03.18 03:51:10.684302 [ 5 ] {a56ce9d2-174f-4b5a-8b6a-903783328e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7000 2025.03.18 03:51:10.684748 [ 5 ] {a56ce9d2-174f-4b5a-8b6a-903783328e1d} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7001 2025.03.18 03:51:10.685022 [ 5 ] {a56ce9d2-174f-4b5a-8b6a-903783328e1d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7002 2025.03.18 03:51:10.685258 [ 5 ] {a56ce9d2-174f-4b5a-8b6a-903783328e1d} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001913 sec., 70047.04652378464 rows/sec., 6.04 MiB/sec.
7003 2025.03.18 03:51:10.685317 [ 5 ] {a56ce9d2-174f-4b5a-8b6a-903783328e1d} <Debug> TCPHandler: Processed in 0.002234394 sec.
7004 2025.03.18 03:51:10.685435 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7005 2025.03.18 03:51:10.685540 [ 5 ] {42e41d2e-bb61-4bb5-86cc-02fac0fb8fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7006 2025.03.18 03:51:10.685586 [ 5 ] {42e41d2e-bb61-4bb5-86cc-02fac0fb8fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7007 2025.03.18 03:51:10.686120 [ 5 ] {42e41d2e-bb61-4bb5-86cc-02fac0fb8fe5} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7008 2025.03.18 03:51:10.686161 [ 5 ] {42e41d2e-bb61-4bb5-86cc-02fac0fb8fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7009 2025.03.18 03:51:10.686515 [ 5 ] {42e41d2e-bb61-4bb5-86cc-02fac0fb8fe5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7010 2025.03.18 03:51:10.686752 [ 5 ] {42e41d2e-bb61-4bb5-86cc-02fac0fb8fe5} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7011 2025.03.18 03:51:10.686962 [ 5 ] {42e41d2e-bb61-4bb5-86cc-02fac0fb8fe5} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001444 sec., 27008.31024930748 rows/sec., 1.98 MiB/sec.
7012 2025.03.18 03:51:10.687015 [ 5 ] {42e41d2e-bb61-4bb5-86cc-02fac0fb8fe5} <Debug> TCPHandler: Processed in 0.001632345 sec.
7013 2025.03.18 03:51:10.687118 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7014 2025.03.18 03:51:10.687217 [ 5 ] {8219d1e5-ad0f-4f34-bace-f1fd7c01648a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7015 2025.03.18 03:51:10.687262 [ 5 ] {8219d1e5-ad0f-4f34-bace-f1fd7c01648a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7016 2025.03.18 03:51:10.687802 [ 5 ] {8219d1e5-ad0f-4f34-bace-f1fd7c01648a} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7017 2025.03.18 03:51:10.687842 [ 5 ] {8219d1e5-ad0f-4f34-bace-f1fd7c01648a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7018 2025.03.18 03:51:10.688200 [ 5 ] {8219d1e5-ad0f-4f34-bace-f1fd7c01648a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7019 2025.03.18 03:51:10.688435 [ 5 ] {8219d1e5-ad0f-4f34-bace-f1fd7c01648a} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7020 2025.03.18 03:51:10.688679 [ 5 ] {8219d1e5-ad0f-4f34-bace-f1fd7c01648a} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001473 sec., 69925.32247114732 rows/sec., 5.46 MiB/sec.
7021 2025.03.18 03:51:10.688770 [ 5 ] {8219d1e5-ad0f-4f34-bace-f1fd7c01648a} <Debug> TCPHandler: Processed in 0.001697396 sec.
7022 2025.03.18 03:51:10.688930 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7023 2025.03.18 03:51:10.689239 [ 5 ] {8bd123b0-e025-419d-aba3-6442c0b247a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7024 2025.03.18 03:51:10.689318 [ 5 ] {8bd123b0-e025-419d-aba3-6442c0b247a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7025 2025.03.18 03:51:10.689836 [ 5 ] {8bd123b0-e025-419d-aba3-6442c0b247a0} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7026 2025.03.18 03:51:10.689874 [ 5 ] {8bd123b0-e025-419d-aba3-6442c0b247a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7027 2025.03.18 03:51:10.690251 [ 5 ] {8bd123b0-e025-419d-aba3-6442c0b247a0} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7028 2025.03.18 03:51:10.690478 [ 5 ] {8bd123b0-e025-419d-aba3-6442c0b247a0} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7029 2025.03.18 03:51:10.690717 [ 5 ] {8bd123b0-e025-419d-aba3-6442c0b247a0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec.
7030 2025.03.18 03:51:10.690828 [ 5 ] {8bd123b0-e025-419d-aba3-6442c0b247a0} <Debug> TCPHandler: Processed in 0.00197084 sec.
7031 2025.03.18 03:51:10.691021 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7032 2025.03.18 03:51:10.691193 [ 5 ] {8698c586-fa3a-4f7a-bcf3-e1ca5beff7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7033 2025.03.18 03:51:10.691263 [ 5 ] {8698c586-fa3a-4f7a-bcf3-e1ca5beff7a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7034 2025.03.18 03:51:10.692359 [ 5 ] {8698c586-fa3a-4f7a-bcf3-e1ca5beff7a1} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7035 2025.03.18 03:51:10.692397 [ 5 ] {8698c586-fa3a-4f7a-bcf3-e1ca5beff7a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7036 2025.03.18 03:51:10.693052 [ 5 ] {8698c586-fa3a-4f7a-bcf3-e1ca5beff7a1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7037 2025.03.18 03:51:10.693300 [ 5 ] {8698c586-fa3a-4f7a-bcf3-e1ca5beff7a1} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7038 2025.03.18 03:51:10.693520 [ 96 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7039 2025.03.18 03:51:10.693578 [ 5 ] {8698c586-fa3a-4f7a-bcf3-e1ca5beff7a1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00241 sec., 16182.572614107885 rows/sec., 29.00 MiB/sec.
7040 2025.03.18 03:51:10.693655 [ 96 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7041 2025.03.18 03:51:10.693767 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7042 2025.03.18 03:51:10.693853 [ 5 ] {8698c586-fa3a-4f7a-bcf3-e1ca5beff7a1} <Debug> TCPHandler: Processed in 0.002935764 sec.
7043 2025.03.18 03:51:10.694286 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
7044 2025.03.18 03:51:10.694304 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7045 2025.03.18 03:51:10.694706 [ 5 ] {9f393e46-e334-4d91-9577-d2ffad77b3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7046 2025.03.18 03:51:10.694843 [ 5 ] {9f393e46-e334-4d91-9577-d2ffad77b3bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7047 2025.03.18 03:51:10.695232 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7048 2025.03.18 03:51:10.695334 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 906 rows starting from the beginning of the part
7049 2025.03.18 03:51:10.695932 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 39 rows starting from the beginning of the part
7050 2025.03.18 03:51:10.696344 [ 5 ] {9f393e46-e334-4d91-9577-d2ffad77b3bf} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7051 2025.03.18 03:51:10.696432 [ 5 ] {9f393e46-e334-4d91-9577-d2ffad77b3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7052 2025.03.18 03:51:10.696533 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 39 rows starting from the beginning of the part
7053 2025.03.18 03:51:10.697012 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 39 rows starting from the beginning of the part
7054 2025.03.18 03:51:10.697393 [ 5 ] {9f393e46-e334-4d91-9577-d2ffad77b3bf} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7055 2025.03.18 03:51:10.697487 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 39 rows starting from the beginning of the part
7056 2025.03.18 03:51:10.698025 [ 5 ] {9f393e46-e334-4d91-9577-d2ffad77b3bf} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7057 2025.03.18 03:51:10.698043 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part
7058 2025.03.18 03:51:10.698533 [ 5 ] {9f393e46-e334-4d91-9577-d2ffad77b3bf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00395 sec., 15189.873417721517 rows/sec., 1.02 MiB/sec.
7059 2025.03.18 03:51:10.698655 [ 5 ] {9f393e46-e334-4d91-9577-d2ffad77b3bf} <Debug> TCPHandler: Processed in 0.004487077 sec.
7060 2025.03.18 03:51:10.704064 [ 193 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1101 rows, containing 19 columns (19 merged, 0 gathered) in 0.010140932 sec., 108569.90264800118 rows/sec., 194.55 MiB/sec.
7061 2025.03.18 03:51:10.705437 [ 193 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7062 2025.03.18 03:51:10.705911 [ 193 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7063 2025.03.18 03:51:10.706007 [ 193 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7064 2025.03.18 03:51:10.706181 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.56 MiB.
7065 2025.03.18 03:51:10.731926 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332
7066 2025.03.18 03:51:10.752490 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7067 2025.03.18 03:51:10.752532 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB.
7068 2025.03.18 03:51:10.759939 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7069 2025.03.18 03:51:10.760683 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7070 2025.03.18 03:51:10.763265 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
7071 2025.03.18 03:51:15.681696 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7072 2025.03.18 03:51:15.681938 [ 5 ] {9bed23d5-3bd7-4f7e-8407-60a4fe7c54df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7073 2025.03.18 03:51:15.682027 [ 5 ] {9bed23d5-3bd7-4f7e-8407-60a4fe7c54df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7074 2025.03.18 03:51:15.682984 [ 5 ] {9bed23d5-3bd7-4f7e-8407-60a4fe7c54df} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7075 2025.03.18 03:51:15.683045 [ 5 ] {9bed23d5-3bd7-4f7e-8407-60a4fe7c54df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7076 2025.03.18 03:51:15.683615 [ 5 ] {9bed23d5-3bd7-4f7e-8407-60a4fe7c54df} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7077 2025.03.18 03:51:15.683935 [ 5 ] {9bed23d5-3bd7-4f7e-8407-60a4fe7c54df} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7078 2025.03.18 03:51:15.684235 [ 5 ] {9bed23d5-3bd7-4f7e-8407-60a4fe7c54df} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002348 sec., 23850.08517887564 rows/sec., 1.83 MiB/sec.
7079 2025.03.18 03:51:15.684347 [ 5 ] {9bed23d5-3bd7-4f7e-8407-60a4fe7c54df} <Debug> TCPHandler: Processed in 0.002842343 sec.
7080 2025.03.18 03:51:15.684649 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7081 2025.03.18 03:51:15.684792 [ 5 ] {83833fa7-b2f0-45ce-bd8f-1b46aaad9463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7082 2025.03.18 03:51:15.684853 [ 5 ] {83833fa7-b2f0-45ce-bd8f-1b46aaad9463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7083 2025.03.18 03:51:15.685573 [ 5 ] {83833fa7-b2f0-45ce-bd8f-1b46aaad9463} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7084 2025.03.18 03:51:15.685624 [ 5 ] {83833fa7-b2f0-45ce-bd8f-1b46aaad9463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7085 2025.03.18 03:51:15.686084 [ 5 ] {83833fa7-b2f0-45ce-bd8f-1b46aaad9463} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7086 2025.03.18 03:51:15.686378 [ 5 ] {83833fa7-b2f0-45ce-bd8f-1b46aaad9463} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7087 2025.03.18 03:51:15.686617 [ 5 ] {83833fa7-b2f0-45ce-bd8f-1b46aaad9463} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001858 sec., 34445.64047362756 rows/sec., 2.69 MiB/sec.
7088 2025.03.18 03:51:15.686680 [ 5 ] {83833fa7-b2f0-45ce-bd8f-1b46aaad9463} <Debug> TCPHandler: Processed in 0.002140632 sec.
7089 2025.03.18 03:51:15.686810 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7090 2025.03.18 03:51:15.686925 [ 5 ] {42a99ec4-8ee4-4cec-b70c-90fd1cf13406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7091 2025.03.18 03:51:15.686984 [ 5 ] {42a99ec4-8ee4-4cec-b70c-90fd1cf13406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7092 2025.03.18 03:51:15.687642 [ 5 ] {42a99ec4-8ee4-4cec-b70c-90fd1cf13406} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7093 2025.03.18 03:51:15.687686 [ 5 ] {42a99ec4-8ee4-4cec-b70c-90fd1cf13406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7094 2025.03.18 03:51:15.688149 [ 5 ] {42a99ec4-8ee4-4cec-b70c-90fd1cf13406} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7095 2025.03.18 03:51:15.688435 [ 5 ] {42a99ec4-8ee4-4cec-b70c-90fd1cf13406} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7096 2025.03.18 03:51:15.688668 [ 5 ] {42a99ec4-8ee4-4cec-b70c-90fd1cf13406} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001768 sec., 90497.73755656109 rows/sec., 6.30 MiB/sec.
7097 2025.03.18 03:51:15.688729 [ 5 ] {42a99ec4-8ee4-4cec-b70c-90fd1cf13406} <Debug> TCPHandler: Processed in 0.001976829 sec.
7098 2025.03.18 03:51:15.688858 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7099 2025.03.18 03:51:15.688975 [ 5 ] {bf9a9721-e92f-4745-b44a-ff639458e17a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7100 2025.03.18 03:51:15.689024 [ 5 ] {bf9a9721-e92f-4745-b44a-ff639458e17a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7101 2025.03.18 03:51:15.689556 [ 5 ] {bf9a9721-e92f-4745-b44a-ff639458e17a} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7102 2025.03.18 03:51:15.689604 [ 5 ] {bf9a9721-e92f-4745-b44a-ff639458e17a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7103 2025.03.18 03:51:15.690085 [ 5 ] {bf9a9721-e92f-4745-b44a-ff639458e17a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7104 2025.03.18 03:51:15.690353 [ 5 ] {bf9a9721-e92f-4745-b44a-ff639458e17a} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7105 2025.03.18 03:51:15.690580 [ 5 ] {bf9a9721-e92f-4745-b44a-ff639458e17a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001626 sec., 36900.36900369004 rows/sec., 2.49 MiB/sec.
7106 2025.03.18 03:51:15.690635 [ 5 ] {bf9a9721-e92f-4745-b44a-ff639458e17a} <Debug> TCPHandler: Processed in 0.001832098 sec.
7107 2025.03.18 03:51:16.862508 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618
7108 2025.03.18 03:51:16.863145 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7109 2025.03.18 03:51:16.863191 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7110 2025.03.18 03:51:16.863697 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7111 2025.03.18 03:51:16.863956 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7112 2025.03.18 03:51:16.864205 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618
7113 2025.03.18 03:51:18.263421 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
7114 2025.03.18 03:51:18.285165 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7115 2025.03.18 03:51:18.285227 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7116 2025.03.18 03:51:18.292673 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7117 2025.03.18 03:51:18.293456 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7118 2025.03.18 03:51:18.296361 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
7119 2025.03.18 03:51:19.458664 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 974
7120 2025.03.18 03:51:19.461938 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7121 2025.03.18 03:51:19.462006 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7122 2025.03.18 03:51:19.463568 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7123 2025.03.18 03:51:19.463914 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7124 2025.03.18 03:51:19.464565 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 974
7125 2025.03.18 03:51:20.683898 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7126 2025.03.18 03:51:20.684119 [ 5 ] {e16b27ca-081f-4e76-9f78-1a6354912857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7127 2025.03.18 03:51:20.684204 [ 5 ] {e16b27ca-081f-4e76-9f78-1a6354912857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7128 2025.03.18 03:51:20.685106 [ 5 ] {e16b27ca-081f-4e76-9f78-1a6354912857} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7129 2025.03.18 03:51:20.685156 [ 5 ] {e16b27ca-081f-4e76-9f78-1a6354912857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7130 2025.03.18 03:51:20.685624 [ 5 ] {e16b27ca-081f-4e76-9f78-1a6354912857} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7131 2025.03.18 03:51:20.685880 [ 5 ] {e16b27ca-081f-4e76-9f78-1a6354912857} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7132 2025.03.18 03:51:20.686164 [ 5 ] {e16b27ca-081f-4e76-9f78-1a6354912857} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.002103 sec., 63718.49738468855 rows/sec., 5.50 MiB/sec.
7133 2025.03.18 03:51:20.686280 [ 5 ] {e16b27ca-081f-4e76-9f78-1a6354912857} <Debug> TCPHandler: Processed in 0.002524668 sec.
7134 2025.03.18 03:51:20.686496 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7135 2025.03.18 03:51:20.686702 [ 5 ] {15567575-b0b5-47b3-9c55-3cff1f5c99c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7136 2025.03.18 03:51:20.686755 [ 5 ] {15567575-b0b5-47b3-9c55-3cff1f5c99c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7137 2025.03.18 03:51:20.687333 [ 5 ] {15567575-b0b5-47b3-9c55-3cff1f5c99c3} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7138 2025.03.18 03:51:20.687376 [ 5 ] {15567575-b0b5-47b3-9c55-3cff1f5c99c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7139 2025.03.18 03:51:20.687758 [ 5 ] {15567575-b0b5-47b3-9c55-3cff1f5c99c3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7140 2025.03.18 03:51:20.688005 [ 5 ] {15567575-b0b5-47b3-9c55-3cff1f5c99c3} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7141 2025.03.18 03:51:20.688233 [ 5 ] {15567575-b0b5-47b3-9c55-3cff1f5c99c3} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001579 sec., 24699.176694110196 rows/sec., 1.81 MiB/sec.
7142 2025.03.18 03:51:20.688287 [ 5 ] {15567575-b0b5-47b3-9c55-3cff1f5c99c3} <Debug> TCPHandler: Processed in 0.001900409 sec.
7143 2025.03.18 03:51:20.688394 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7144 2025.03.18 03:51:20.688496 [ 5 ] {e0eb07ff-4a9f-4175-ab19-e93b9581281c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7145 2025.03.18 03:51:20.688542 [ 5 ] {e0eb07ff-4a9f-4175-ab19-e93b9581281c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7146 2025.03.18 03:51:20.689101 [ 5 ] {e0eb07ff-4a9f-4175-ab19-e93b9581281c} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7147 2025.03.18 03:51:20.689142 [ 5 ] {e0eb07ff-4a9f-4175-ab19-e93b9581281c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7148 2025.03.18 03:51:20.689507 [ 5 ] {e0eb07ff-4a9f-4175-ab19-e93b9581281c} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7149 2025.03.18 03:51:20.689748 [ 5 ] {e0eb07ff-4a9f-4175-ab19-e93b9581281c} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7150 2025.03.18 03:51:20.689971 [ 5 ] {e0eb07ff-4a9f-4175-ab19-e93b9581281c} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001496 sec., 68850.26737967915 rows/sec., 5.38 MiB/sec.
7151 2025.03.18 03:51:20.690034 [ 5 ] {e0eb07ff-4a9f-4175-ab19-e93b9581281c} <Debug> TCPHandler: Processed in 0.001690405 sec.
7152 2025.03.18 03:51:20.690188 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7153 2025.03.18 03:51:20.690311 [ 5 ] {55035ae4-1306-4c88-83be-162ff3c16347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7154 2025.03.18 03:51:20.690362 [ 5 ] {55035ae4-1306-4c88-83be-162ff3c16347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7155 2025.03.18 03:51:20.690880 [ 5 ] {55035ae4-1306-4c88-83be-162ff3c16347} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7156 2025.03.18 03:51:20.690919 [ 5 ] {55035ae4-1306-4c88-83be-162ff3c16347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7157 2025.03.18 03:51:20.691308 [ 5 ] {55035ae4-1306-4c88-83be-162ff3c16347} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7158 2025.03.18 03:51:20.691547 [ 5 ] {55035ae4-1306-4c88-83be-162ff3c16347} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7159 2025.03.18 03:51:20.691761 [ 5 ] {55035ae4-1306-4c88-83be-162ff3c16347} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001472 sec., 108695.65217391304 rows/sec., 7.57 MiB/sec.
7160 2025.03.18 03:51:20.691813 [ 5 ] {55035ae4-1306-4c88-83be-162ff3c16347} <Debug> TCPHandler: Processed in 0.001691016 sec.
7161 2025.03.18 03:51:20.691921 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7162 2025.03.18 03:51:20.692023 [ 5 ] {50b8460a-b1ef-48a6-9a08-2cb348c3af93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7163 2025.03.18 03:51:20.692089 [ 5 ] {50b8460a-b1ef-48a6-9a08-2cb348c3af93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7164 2025.03.18 03:51:20.693197 [ 5 ] {50b8460a-b1ef-48a6-9a08-2cb348c3af93} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7165 2025.03.18 03:51:20.693237 [ 5 ] {50b8460a-b1ef-48a6-9a08-2cb348c3af93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7166 2025.03.18 03:51:20.693899 [ 5 ] {50b8460a-b1ef-48a6-9a08-2cb348c3af93} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7167 2025.03.18 03:51:20.694170 [ 5 ] {50b8460a-b1ef-48a6-9a08-2cb348c3af93} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7168 2025.03.18 03:51:20.694434 [ 5 ] {50b8460a-b1ef-48a6-9a08-2cb348c3af93} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002431 sec., 16042.7807486631 rows/sec., 28.75 MiB/sec.
7169 2025.03.18 03:51:20.694530 [ 5 ] {50b8460a-b1ef-48a6-9a08-2cb348c3af93} <Debug> TCPHandler: Processed in 0.00265956 sec.
7170 2025.03.18 03:51:20.694647 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7171 2025.03.18 03:51:20.694751 [ 5 ] {b519d56d-0041-4012-9a98-a847eb8f1123} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7172 2025.03.18 03:51:20.694799 [ 5 ] {b519d56d-0041-4012-9a98-a847eb8f1123} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7173 2025.03.18 03:51:20.695236 [ 5 ] {b519d56d-0041-4012-9a98-a847eb8f1123} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7174 2025.03.18 03:51:20.695275 [ 5 ] {b519d56d-0041-4012-9a98-a847eb8f1123} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7175 2025.03.18 03:51:20.695626 [ 5 ] {b519d56d-0041-4012-9a98-a847eb8f1123} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7176 2025.03.18 03:51:20.695857 [ 5 ] {b519d56d-0041-4012-9a98-a847eb8f1123} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7177 2025.03.18 03:51:20.696073 [ 5 ] {b519d56d-0041-4012-9a98-a847eb8f1123} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec.
7178 2025.03.18 03:51:20.696124 [ 5 ] {b519d56d-0041-4012-9a98-a847eb8f1123} <Debug> TCPHandler: Processed in 0.001527403 sec.
7179 2025.03.18 03:51:24.211053 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache
7180 2025.03.18 03:51:24.211138 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache
7181 2025.03.18 03:51:24.364419 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106
7182 2025.03.18 03:51:24.365156 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7183 2025.03.18 03:51:24.365201 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7184 2025.03.18 03:51:24.365711 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7185 2025.03.18 03:51:24.365957 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7186 2025.03.18 03:51:24.366179 [ 78 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7187 2025.03.18 03:51:24.366196 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
7188 2025.03.18 03:51:24.366265 [ 78 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7189 2025.03.18 03:51:24.366292 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7190 2025.03.18 03:51:24.366449 [ 189 ] {5aa70344-bffa-4328-b262-9125757f4448::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
7191 2025.03.18 03:51:24.366638 [ 189 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7192 2025.03.18 03:51:24.366692 [ 189 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part
7193 2025.03.18 03:51:24.366785 [ 189 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part
7194 2025.03.18 03:51:24.366973 [ 189 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part
7195 2025.03.18 03:51:24.367223 [ 189 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part
7196 2025.03.18 03:51:24.367420 [ 189 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part
7197 2025.03.18 03:51:24.367624 [ 189 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part
7198 2025.03.18 03:51:24.370103 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003738986 sec., 5644845.955561213 rows/sec., 80.75 MiB/sec.
7199 2025.03.18 03:51:24.370416 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7200 2025.03.18 03:51:24.370692 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_46_9} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7201 2025.03.18 03:51:24.370771 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_46_9} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7202 2025.03.18 03:51:24.370869 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB.
7203 2025.03.18 03:51:25.681692 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7204 2025.03.18 03:51:25.681897 [ 5 ] {e8630166-d30d-4d8f-8c17-82aa3bdf2259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7205 2025.03.18 03:51:25.681974 [ 5 ] {e8630166-d30d-4d8f-8c17-82aa3bdf2259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7206 2025.03.18 03:51:25.682759 [ 5 ] {e8630166-d30d-4d8f-8c17-82aa3bdf2259} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7207 2025.03.18 03:51:25.682805 [ 5 ] {e8630166-d30d-4d8f-8c17-82aa3bdf2259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7208 2025.03.18 03:51:25.683242 [ 5 ] {e8630166-d30d-4d8f-8c17-82aa3bdf2259} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
7209 2025.03.18 03:51:25.683487 [ 5 ] {e8630166-d30d-4d8f-8c17-82aa3bdf2259} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7210 2025.03.18 03:51:25.683691 [ 84 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
7211 2025.03.18 03:51:25.683713 [ 5 ] {e8630166-d30d-4d8f-8c17-82aa3bdf2259} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001875 sec., 29866.666666666668 rows/sec., 2.29 MiB/sec.
7212 2025.03.18 03:51:25.683773 [ 84 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7213 2025.03.18 03:51:25.683840 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7214 2025.03.18 03:51:25.683874 [ 5 ] {e8630166-d30d-4d8f-8c17-82aa3bdf2259} <Debug> TCPHandler: Processed in 0.002316954 sec.
7215 2025.03.18 03:51:25.684160 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7216 2025.03.18 03:51:25.684216 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
7217 2025.03.18 03:51:25.684415 [ 5 ] {3cf2fddb-6922-4377-bd54-f04fedafbb47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7218 2025.03.18 03:51:25.684601 [ 5 ] {3cf2fddb-6922-4377-bd54-f04fedafbb47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7219 2025.03.18 03:51:25.684854 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7220 2025.03.18 03:51:25.685025 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1404 rows starting from the beginning of the part
7221 2025.03.18 03:51:25.685634 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part
7222 2025.03.18 03:51:25.686775 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 134 rows starting from the beginning of the part
7223 2025.03.18 03:51:25.687144 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part
7224 2025.03.18 03:51:25.687446 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 134 rows starting from the beginning of the part
7225 2025.03.18 03:51:25.687796 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 56 rows starting from the beginning of the part
7226 2025.03.18 03:51:25.688497 [ 5 ] {3cf2fddb-6922-4377-bd54-f04fedafbb47} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7227 2025.03.18 03:51:25.688559 [ 5 ] {3cf2fddb-6922-4377-bd54-f04fedafbb47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7228 2025.03.18 03:51:25.689481 [ 5 ] {3cf2fddb-6922-4377-bd54-f04fedafbb47} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
7229 2025.03.18 03:51:25.690040 [ 5 ] {3cf2fddb-6922-4377-bd54-f04fedafbb47} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7230 2025.03.18 03:51:25.690330 [ 84 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
7231 2025.03.18 03:51:25.690408 [ 84 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7232 2025.03.18 03:51:25.690472 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7233 2025.03.18 03:51:25.690491 [ 5 ] {3cf2fddb-6922-4377-bd54-f04fedafbb47} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006206 sec., 10312.6007089913 rows/sec., 824.24 KiB/sec.
7234 2025.03.18 03:51:25.690897 [ 5 ] {3cf2fddb-6922-4377-bd54-f04fedafbb47} <Debug> TCPHandler: Processed in 0.006856473 sec.
7235 2025.03.18 03:51:25.690942 [ 200 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
7236 2025.03.18 03:51:25.691262 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7237 2025.03.18 03:51:25.691477 [ 200 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7238 2025.03.18 03:51:25.691588 [ 200 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
7239 2025.03.18 03:51:25.691603 [ 5 ] {0fbf8492-e371-4ea1-89f0-1d69842c6506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7240 2025.03.18 03:51:25.691675 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1840 rows, containing 5 columns (5 merged, 0 gathered) in 0.007743376 sec., 237622.4530489027 rows/sec., 20.77 MiB/sec.
7241 2025.03.18 03:51:25.691806 [ 5 ] {0fbf8492-e371-4ea1-89f0-1d69842c6506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7242 2025.03.18 03:51:25.691989 [ 200 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part
7243 2025.03.18 03:51:25.692304 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
7244 2025.03.18 03:51:25.692496 [ 200 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 103 rows starting from the beginning of the part
7245 2025.03.18 03:51:25.693165 [ 200 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part
7246 2025.03.18 03:51:25.693678 [ 200 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 103 rows starting from the beginning of the part
7247 2025.03.18 03:51:25.694071 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_76_15} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7248 2025.03.18 03:51:25.694333 [ 200 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part
7249 2025.03.18 03:51:25.694585 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_76_15} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
7250 2025.03.18 03:51:25.695007 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
7251 2025.03.18 03:51:25.695786 [ 5 ] {0fbf8492-e371-4ea1-89f0-1d69842c6506} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7252 2025.03.18 03:51:25.695839 [ 5 ] {0fbf8492-e371-4ea1-89f0-1d69842c6506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7253 2025.03.18 03:51:25.696890 [ 5 ] {0fbf8492-e371-4ea1-89f0-1d69842c6506} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
7254 2025.03.18 03:51:25.697427 [ 5 ] {0fbf8492-e371-4ea1-89f0-1d69842c6506} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7255 2025.03.18 03:51:25.697522 [ 200 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1029 rows, containing 5 columns (5 merged, 0 gathered) in 0.006900553 sec., 149118.48369253884 rows/sec., 11.96 MiB/sec.
7256 2025.03.18 03:51:25.697697 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
7257 2025.03.18 03:51:25.697788 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7258 2025.03.18 03:51:25.697828 [ 200 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
7259 2025.03.18 03:51:25.697853 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7260 2025.03.18 03:51:25.697989 [ 5 ] {0fbf8492-e371-4ea1-89f0-1d69842c6506} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006409 sec., 24964.893119051336 rows/sec., 1.74 MiB/sec.
7261 2025.03.18 03:51:25.698476 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
7262 2025.03.18 03:51:25.698498 [ 5 ] {0fbf8492-e371-4ea1-89f0-1d69842c6506} <Debug> TCPHandler: Processed in 0.007375391 sec.
7263 2025.03.18 03:51:25.698904 [ 200 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_76_15} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7264 2025.03.18 03:51:25.698982 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7265 2025.03.18 03:51:25.699178 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7266 2025.03.18 03:51:25.699297 [ 200 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_76_15} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
7267 2025.03.18 03:51:25.699299 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20102 rows starting from the beginning of the part
7268 2025.03.18 03:51:25.699484 [ 5 ] {3d9cda8d-bc16-452f-90a3-da12f57873f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7269 2025.03.18 03:51:25.699635 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
7270 2025.03.18 03:51:25.699900 [ 5 ] {3d9cda8d-bc16-452f-90a3-da12f57873f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7271 2025.03.18 03:51:25.699973 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part
7272 2025.03.18 03:51:25.700467 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part
7273 2025.03.18 03:51:25.700868 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
7274 2025.03.18 03:51:25.701253 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
7275 2025.03.18 03:51:25.701741 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part
7276 2025.03.18 03:51:25.703538 [ 5 ] {3d9cda8d-bc16-452f-90a3-da12f57873f5} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7277 2025.03.18 03:51:25.703605 [ 5 ] {3d9cda8d-bc16-452f-90a3-da12f57873f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7278 2025.03.18 03:51:25.704091 [ 5 ] {3d9cda8d-bc16-452f-90a3-da12f57873f5} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
7279 2025.03.18 03:51:25.704459 [ 5 ] {3d9cda8d-bc16-452f-90a3-da12f57873f5} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7280 2025.03.18 03:51:25.704746 [ 84 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
7281 2025.03.18 03:51:25.704854 [ 84 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7282 2025.03.18 03:51:25.704944 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7283 2025.03.18 03:51:25.705060 [ 5 ] {3d9cda8d-bc16-452f-90a3-da12f57873f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005765 sec., 10407.632263660016 rows/sec., 718.24 KiB/sec.
7284 2025.03.18 03:51:25.705428 [ 5 ] {3d9cda8d-bc16-452f-90a3-da12f57873f5} <Debug> TCPHandler: Processed in 0.00662972 sec.
7285 2025.03.18 03:51:25.705502 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
7286 2025.03.18 03:51:25.705919 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7287 2025.03.18 03:51:25.705996 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3648 rows starting from the beginning of the part
7288 2025.03.18 03:51:25.706177 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part
7289 2025.03.18 03:51:25.706290 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part
7290 2025.03.18 03:51:25.706372 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
7291 2025.03.18 03:51:25.706481 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
7292 2025.03.18 03:51:25.706678 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
7293 2025.03.18 03:51:25.714016 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3948 rows, containing 4 columns (4 merged, 0 gathered) in 0.008949724 sec., 441130.9220261988 rows/sec., 29.73 MiB/sec.
7294 2025.03.18 03:51:25.714478 [ 196 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
7295 2025.03.18 03:51:25.714829 [ 196 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_76_15} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7296 2025.03.18 03:51:25.715029 [ 196 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_76_15} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
7297 2025.03.18 03:51:25.715198 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20902 rows, containing 5 columns (5 merged, 0 gathered) in 0.017184668 sec., 1216316.7772574949 rows/sec., 83.38 MiB/sec.
7298 2025.03.18 03:51:25.715216 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB.
7299 2025.03.18 03:51:25.715805 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
7300 2025.03.18 03:51:25.716167 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7301 2025.03.18 03:51:25.716265 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
7302 2025.03.18 03:51:25.716373 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB.
7303 2025.03.18 03:51:25.796504 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
7304 2025.03.18 03:51:25.819357 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7305 2025.03.18 03:51:25.819412 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7306 2025.03.18 03:51:25.826878 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7307 2025.03.18 03:51:25.827725 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7308 2025.03.18 03:51:25.828145 [ 84 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7309 2025.03.18 03:51:25.828272 [ 84 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7310 2025.03.18 03:51:25.828355 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7311 2025.03.18 03:51:25.828708 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
7312 2025.03.18 03:51:25.844368 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
7313 2025.03.18 03:51:25.845934 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7314 2025.03.18 03:51:25.847293 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part
7315 2025.03.18 03:51:25.852783 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part
7316 2025.03.18 03:51:25.858542 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part
7317 2025.03.18 03:51:25.864193 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part
7318 2025.03.18 03:51:25.870096 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
7319 2025.03.18 03:51:25.874725 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
7320 2025.03.18 03:51:25.934046 [ 199 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.105547456 sec., 3287.6206888397196 rows/sec., 17.00 MiB/sec.
7321 2025.03.18 03:51:25.937424 [ 191 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7322 2025.03.18 03:51:25.940612 [ 191 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_46_9} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7323 2025.03.18 03:51:25.940737 [ 191 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_46_9} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7324 2025.03.18 03:51:25.943510 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
7325 2025.03.18 03:51:26.000247 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.04 MiB, peak 231.45 MiB, free memory in arenas 0.00 B, will set to 219.44 MiB (RSS), difference: 1.40 MiB
7326 2025.03.18 03:51:27.162358 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7327 2025.03.18 03:51:27.162550 [ 5 ] {4018fcb5-3737-4429-b608-cb4d250226db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7328 2025.03.18 03:51:27.162622 [ 5 ] {4018fcb5-3737-4429-b608-cb4d250226db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7329 2025.03.18 03:51:27.163416 [ 5 ] {4018fcb5-3737-4429-b608-cb4d250226db} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7330 2025.03.18 03:51:27.163461 [ 5 ] {4018fcb5-3737-4429-b608-cb4d250226db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7331 2025.03.18 03:51:27.163898 [ 5 ] {4018fcb5-3737-4429-b608-cb4d250226db} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
7332 2025.03.18 03:51:27.164152 [ 5 ] {4018fcb5-3737-4429-b608-cb4d250226db} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7333 2025.03.18 03:51:27.164433 [ 5 ] {4018fcb5-3737-4429-b608-cb4d250226db} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001923 sec., 12480.499219968799 rows/sec., 1.04 MiB/sec.
7334 2025.03.18 03:51:27.164613 [ 5 ] {4018fcb5-3737-4429-b608-cb4d250226db} <Debug> TCPHandler: Processed in 0.002384786 sec.
7335 2025.03.18 03:51:27.164732 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7336 2025.03.18 03:51:27.164844 [ 5 ] {8926714a-09ee-4fb1-8683-f2af8a5f15fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7337 2025.03.18 03:51:27.164893 [ 5 ] {8926714a-09ee-4fb1-8683-f2af8a5f15fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7338 2025.03.18 03:51:27.165460 [ 5 ] {8926714a-09ee-4fb1-8683-f2af8a5f15fa} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7339 2025.03.18 03:51:27.165500 [ 5 ] {8926714a-09ee-4fb1-8683-f2af8a5f15fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7340 2025.03.18 03:51:27.165851 [ 5 ] {8926714a-09ee-4fb1-8683-f2af8a5f15fa} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7341 2025.03.18 03:51:27.166098 [ 5 ] {8926714a-09ee-4fb1-8683-f2af8a5f15fa} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7342 2025.03.18 03:51:27.166335 [ 5 ] {8926714a-09ee-4fb1-8683-f2af8a5f15fa} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001513 sec., 1321.8770654329148 rows/sec., 107.79 KiB/sec.
7343 2025.03.18 03:51:27.166513 [ 5 ] {8926714a-09ee-4fb1-8683-f2af8a5f15fa} <Debug> TCPHandler: Processed in 0.001828347 sec.
7344 2025.03.18 03:51:27.166634 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7345 2025.03.18 03:51:27.166736 [ 5 ] {e8637d8b-a9f2-43a9-9723-df1c8b50ac10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7346 2025.03.18 03:51:27.166780 [ 5 ] {e8637d8b-a9f2-43a9-9723-df1c8b50ac10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7347 2025.03.18 03:51:27.168062 [ 5 ] {e8637d8b-a9f2-43a9-9723-df1c8b50ac10} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7348 2025.03.18 03:51:27.168102 [ 5 ] {e8637d8b-a9f2-43a9-9723-df1c8b50ac10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7349 2025.03.18 03:51:27.168545 [ 5 ] {e8637d8b-a9f2-43a9-9723-df1c8b50ac10} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
7350 2025.03.18 03:51:27.168784 [ 5 ] {e8637d8b-a9f2-43a9-9723-df1c8b50ac10} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7351 2025.03.18 03:51:27.168971 [ 5 ] {e8637d8b-a9f2-43a9-9723-df1c8b50ac10} <Debug> executeQuery: Read 1395 rows, 119.93 KiB in 0.002253 sec., 619174.4340878829 rows/sec., 51.98 MiB/sec.
7352 2025.03.18 03:51:27.169066 [ 5 ] {e8637d8b-a9f2-43a9-9723-df1c8b50ac10} <Debug> TCPHandler: Processed in 0.002480448 sec.
7353 2025.03.18 03:51:27.169286 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7354 2025.03.18 03:51:27.169490 [ 5 ] {09adf3af-850c-4ac0-9d03-c08e9f2d4c02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7355 2025.03.18 03:51:27.169537 [ 5 ] {09adf3af-850c-4ac0-9d03-c08e9f2d4c02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7356 2025.03.18 03:51:27.170101 [ 5 ] {09adf3af-850c-4ac0-9d03-c08e9f2d4c02} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7357 2025.03.18 03:51:27.170142 [ 5 ] {09adf3af-850c-4ac0-9d03-c08e9f2d4c02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7358 2025.03.18 03:51:27.170487 [ 5 ] {09adf3af-850c-4ac0-9d03-c08e9f2d4c02} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7359 2025.03.18 03:51:27.170721 [ 5 ] {09adf3af-850c-4ac0-9d03-c08e9f2d4c02} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7360 2025.03.18 03:51:27.170897 [ 5 ] {09adf3af-850c-4ac0-9d03-c08e9f2d4c02} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.001458 sec., 36351.16598079561 rows/sec., 2.70 MiB/sec.
7361 2025.03.18 03:51:27.170948 [ 5 ] {09adf3af-850c-4ac0-9d03-c08e9f2d4c02} <Debug> TCPHandler: Processed in 0.001766267 sec.
7362 2025.03.18 03:51:27.171052 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7363 2025.03.18 03:51:27.171156 [ 5 ] {215a7395-4d34-48c8-8c36-f894370b1d4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7364 2025.03.18 03:51:27.171200 [ 5 ] {215a7395-4d34-48c8-8c36-f894370b1d4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7365 2025.03.18 03:51:27.171800 [ 5 ] {215a7395-4d34-48c8-8c36-f894370b1d4c} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7366 2025.03.18 03:51:27.171837 [ 5 ] {215a7395-4d34-48c8-8c36-f894370b1d4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7367 2025.03.18 03:51:27.172200 [ 5 ] {215a7395-4d34-48c8-8c36-f894370b1d4c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7368 2025.03.18 03:51:27.172444 [ 5 ] {215a7395-4d34-48c8-8c36-f894370b1d4c} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7369 2025.03.18 03:51:27.172618 [ 5 ] {215a7395-4d34-48c8-8c36-f894370b1d4c} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001483 sec., 169925.82602832097 rows/sec., 11.75 MiB/sec.
7370 2025.03.18 03:51:27.172670 [ 5 ] {215a7395-4d34-48c8-8c36-f894370b1d4c} <Debug> TCPHandler: Processed in 0.001666205 sec.
7371 2025.03.18 03:51:27.172785 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7372 2025.03.18 03:51:27.172889 [ 5 ] {0a0ccc61-8ad1-4b64-a8be-9f3d4d35602f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7373 2025.03.18 03:51:27.172933 [ 5 ] {0a0ccc61-8ad1-4b64-a8be-9f3d4d35602f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7374 2025.03.18 03:51:27.173453 [ 5 ] {0a0ccc61-8ad1-4b64-a8be-9f3d4d35602f} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7375 2025.03.18 03:51:27.173491 [ 5 ] {0a0ccc61-8ad1-4b64-a8be-9f3d4d35602f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7376 2025.03.18 03:51:27.173844 [ 5 ] {0a0ccc61-8ad1-4b64-a8be-9f3d4d35602f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
7377 2025.03.18 03:51:27.174103 [ 5 ] {0a0ccc61-8ad1-4b64-a8be-9f3d4d35602f} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7378 2025.03.18 03:51:27.174342 [ 5 ] {0a0ccc61-8ad1-4b64-a8be-9f3d4d35602f} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001463 sec., 8202.323991797675 rows/sec., 640.81 KiB/sec.
7379 2025.03.18 03:51:27.174528 [ 5 ] {0a0ccc61-8ad1-4b64-a8be-9f3d4d35602f} <Debug> TCPHandler: Processed in 0.001789377 sec.
7380 2025.03.18 03:51:27.174656 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7381 2025.03.18 03:51:27.174757 [ 5 ] {b68e1704-9a64-4dbf-a52a-cde981246c20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7382 2025.03.18 03:51:27.174802 [ 5 ] {b68e1704-9a64-4dbf-a52a-cde981246c20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7383 2025.03.18 03:51:27.175612 [ 5 ] {b68e1704-9a64-4dbf-a52a-cde981246c20} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7384 2025.03.18 03:51:27.175652 [ 5 ] {b68e1704-9a64-4dbf-a52a-cde981246c20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7385 2025.03.18 03:51:27.176039 [ 5 ] {b68e1704-9a64-4dbf-a52a-cde981246c20} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
7386 2025.03.18 03:51:27.176281 [ 5 ] {b68e1704-9a64-4dbf-a52a-cde981246c20} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7387 2025.03.18 03:51:27.176493 [ 5 ] {b68e1704-9a64-4dbf-a52a-cde981246c20} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.001757 sec., 339783.72225384176 rows/sec., 25.54 MiB/sec.
7388 2025.03.18 03:51:27.176548 [ 5 ] {b68e1704-9a64-4dbf-a52a-cde981246c20} <Debug> TCPHandler: Processed in 0.001940879 sec.
7389 2025.03.18 03:51:27.176651 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7390 2025.03.18 03:51:27.176752 [ 5 ] {736ae025-8c76-412f-bf6e-3e4b30b16021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7391 2025.03.18 03:51:27.176800 [ 5 ] {736ae025-8c76-412f-bf6e-3e4b30b16021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7392 2025.03.18 03:51:27.177522 [ 5 ] {736ae025-8c76-412f-bf6e-3e4b30b16021} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7393 2025.03.18 03:51:27.177561 [ 5 ] {736ae025-8c76-412f-bf6e-3e4b30b16021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7394 2025.03.18 03:51:27.177993 [ 5 ] {736ae025-8c76-412f-bf6e-3e4b30b16021} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
7395 2025.03.18 03:51:27.178241 [ 5 ] {736ae025-8c76-412f-bf6e-3e4b30b16021} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7396 2025.03.18 03:51:27.178448 [ 5 ] {736ae025-8c76-412f-bf6e-3e4b30b16021} <Debug> executeQuery: Read 947 rows, 65.46 KiB in 0.001718 sec., 551222.351571595 rows/sec., 37.21 MiB/sec.
7397 2025.03.18 03:51:27.178499 [ 5 ] {736ae025-8c76-412f-bf6e-3e4b30b16021} <Debug> TCPHandler: Processed in 0.001896708 sec.
7398 2025.03.18 03:51:27.178612 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7399 2025.03.18 03:51:27.178716 [ 5 ] {775894e2-0e0e-43a7-9e5c-63f735bc38a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7400 2025.03.18 03:51:27.178781 [ 5 ] {775894e2-0e0e-43a7-9e5c-63f735bc38a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7401 2025.03.18 03:51:27.179945 [ 5 ] {775894e2-0e0e-43a7-9e5c-63f735bc38a1} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7402 2025.03.18 03:51:27.179984 [ 5 ] {775894e2-0e0e-43a7-9e5c-63f735bc38a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7403 2025.03.18 03:51:27.180634 [ 5 ] {775894e2-0e0e-43a7-9e5c-63f735bc38a1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7404 2025.03.18 03:51:27.180896 [ 5 ] {775894e2-0e0e-43a7-9e5c-63f735bc38a1} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7405 2025.03.18 03:51:27.181185 [ 5 ] {775894e2-0e0e-43a7-9e5c-63f735bc38a1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002487 sec., 15681.544028950542 rows/sec., 28.10 MiB/sec.
7406 2025.03.18 03:51:27.181730 [ 5 ] {775894e2-0e0e-43a7-9e5c-63f735bc38a1} <Debug> TCPHandler: Processed in 0.003164208 sec.
7407 2025.03.18 03:51:27.181861 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7408 2025.03.18 03:51:27.181964 [ 5 ] {fc2d1089-d009-4eb3-86e2-e671e7966d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7409 2025.03.18 03:51:27.182010 [ 5 ] {fc2d1089-d009-4eb3-86e2-e671e7966d9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7410 2025.03.18 03:51:27.182456 [ 5 ] {fc2d1089-d009-4eb3-86e2-e671e7966d9b} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7411 2025.03.18 03:51:27.182495 [ 5 ] {fc2d1089-d009-4eb3-86e2-e671e7966d9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7412 2025.03.18 03:51:27.182846 [ 5 ] {fc2d1089-d009-4eb3-86e2-e671e7966d9b} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
7413 2025.03.18 03:51:27.183080 [ 5 ] {fc2d1089-d009-4eb3-86e2-e671e7966d9b} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7414 2025.03.18 03:51:27.183278 [ 5 ] {fc2d1089-d009-4eb3-86e2-e671e7966d9b} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001337 sec., 17950.635751682872 rows/sec., 1.21 MiB/sec.
7415 2025.03.18 03:51:27.183327 [ 5 ] {fc2d1089-d009-4eb3-86e2-e671e7966d9b} <Debug> TCPHandler: Processed in 0.001515483 sec.
7416 2025.03.18 03:51:29.464825 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1014
7417 2025.03.18 03:51:29.468030 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7418 2025.03.18 03:51:29.468070 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7419 2025.03.18 03:51:29.469515 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7420 2025.03.18 03:51:29.469813 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7421 2025.03.18 03:51:29.470295 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1014
7422 2025.03.18 03:51:30.679435 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7423 2025.03.18 03:51:30.679625 [ 5 ] {36a75cea-5e9a-4f8d-8177-7978c07b3f59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7424 2025.03.18 03:51:30.679700 [ 5 ] {36a75cea-5e9a-4f8d-8177-7978c07b3f59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7425 2025.03.18 03:51:30.680487 [ 5 ] {36a75cea-5e9a-4f8d-8177-7978c07b3f59} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7426 2025.03.18 03:51:30.680540 [ 5 ] {36a75cea-5e9a-4f8d-8177-7978c07b3f59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7427 2025.03.18 03:51:30.680983 [ 5 ] {36a75cea-5e9a-4f8d-8177-7978c07b3f59} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
7428 2025.03.18 03:51:30.681246 [ 5 ] {36a75cea-5e9a-4f8d-8177-7978c07b3f59} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7429 2025.03.18 03:51:30.681477 [ 5 ] {36a75cea-5e9a-4f8d-8177-7978c07b3f59} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.26 MiB/sec.
7430 2025.03.18 03:51:30.681574 [ 5 ] {36a75cea-5e9a-4f8d-8177-7978c07b3f59} <Debug> TCPHandler: Processed in 0.002270054 sec.
7431 2025.03.18 03:51:30.681732 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7432 2025.03.18 03:51:30.682040 [ 5 ] {313bd6c9-285c-471d-8e68-705a0199b4db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7433 2025.03.18 03:51:30.682169 [ 5 ] {313bd6c9-285c-471d-8e68-705a0199b4db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7434 2025.03.18 03:51:30.682796 [ 5 ] {313bd6c9-285c-471d-8e68-705a0199b4db} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7435 2025.03.18 03:51:30.682838 [ 5 ] {313bd6c9-285c-471d-8e68-705a0199b4db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7436 2025.03.18 03:51:30.683220 [ 5 ] {313bd6c9-285c-471d-8e68-705a0199b4db} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
7437 2025.03.18 03:51:30.683460 [ 5 ] {313bd6c9-285c-471d-8e68-705a0199b4db} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7438 2025.03.18 03:51:30.683698 [ 5 ] {313bd6c9-285c-471d-8e68-705a0199b4db} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00179 sec., 35754.18994413408 rows/sec., 2.79 MiB/sec.
7439 2025.03.18 03:51:30.683753 [ 5 ] {313bd6c9-285c-471d-8e68-705a0199b4db} <Debug> TCPHandler: Processed in 0.002094451 sec.
7440 2025.03.18 03:51:30.683877 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7441 2025.03.18 03:51:30.683982 [ 5 ] {4ee135d2-b9d4-4738-9be3-b60c4dbae060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7442 2025.03.18 03:51:30.684032 [ 5 ] {4ee135d2-b9d4-4738-9be3-b60c4dbae060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7443 2025.03.18 03:51:30.684532 [ 5 ] {4ee135d2-b9d4-4738-9be3-b60c4dbae060} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7444 2025.03.18 03:51:30.684572 [ 5 ] {4ee135d2-b9d4-4738-9be3-b60c4dbae060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7445 2025.03.18 03:51:30.684952 [ 5 ] {4ee135d2-b9d4-4738-9be3-b60c4dbae060} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
7446 2025.03.18 03:51:30.685196 [ 5 ] {4ee135d2-b9d4-4738-9be3-b60c4dbae060} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7447 2025.03.18 03:51:30.685418 [ 5 ] {4ee135d2-b9d4-4738-9be3-b60c4dbae060} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001459 sec., 65798.49211788896 rows/sec., 4.58 MiB/sec.
7448 2025.03.18 03:51:30.685470 [ 5 ] {4ee135d2-b9d4-4738-9be3-b60c4dbae060} <Debug> TCPHandler: Processed in 0.001643744 sec.
7449 2025.03.18 03:51:30.685585 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7450 2025.03.18 03:51:30.685690 [ 5 ] {70d16832-1218-4313-949c-1a3296c3ccd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7451 2025.03.18 03:51:30.685738 [ 5 ] {70d16832-1218-4313-949c-1a3296c3ccd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7452 2025.03.18 03:51:30.686168 [ 5 ] {70d16832-1218-4313-949c-1a3296c3ccd0} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7453 2025.03.18 03:51:30.686208 [ 5 ] {70d16832-1218-4313-949c-1a3296c3ccd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7454 2025.03.18 03:51:30.686566 [ 5 ] {70d16832-1218-4313-949c-1a3296c3ccd0} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
7455 2025.03.18 03:51:30.686801 [ 5 ] {70d16832-1218-4313-949c-1a3296c3ccd0} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7456 2025.03.18 03:51:30.687024 [ 5 ] {70d16832-1218-4313-949c-1a3296c3ccd0} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001355 sec., 26568.265682656824 rows/sec., 1.79 MiB/sec.
7457 2025.03.18 03:51:30.687087 [ 5 ] {70d16832-1218-4313-949c-1a3296c3ccd0} <Debug> TCPHandler: Processed in 0.001552124 sec.
7458 2025.03.18 03:51:31.866450 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533
7459 2025.03.18 03:51:31.867155 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7460 2025.03.18 03:51:31.867204 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7461 2025.03.18 03:51:31.867711 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7462 2025.03.18 03:51:31.867965 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7463 2025.03.18 03:51:31.868210 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533
7464 2025.03.18 03:51:33.344540 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
7465 2025.03.18 03:51:33.363870 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7466 2025.03.18 03:51:33.363924 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7467 2025.03.18 03:51:33.370794 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
7468 2025.03.18 03:51:33.371543 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7469 2025.03.18 03:51:33.375051 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
7470 2025.03.18 03:51:35.681768 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7471 2025.03.18 03:51:35.681978 [ 5 ] {9b930c4e-ce9a-4dd6-a79c-3fcc0c5ceab1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7472 2025.03.18 03:51:35.682059 [ 5 ] {9b930c4e-ce9a-4dd6-a79c-3fcc0c5ceab1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7473 2025.03.18 03:51:35.682861 [ 5 ] {9b930c4e-ce9a-4dd6-a79c-3fcc0c5ceab1} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7474 2025.03.18 03:51:35.682914 [ 5 ] {9b930c4e-ce9a-4dd6-a79c-3fcc0c5ceab1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7475 2025.03.18 03:51:35.683359 [ 5 ] {9b930c4e-ce9a-4dd6-a79c-3fcc0c5ceab1} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
7476 2025.03.18 03:51:35.683630 [ 5 ] {9b930c4e-ce9a-4dd6-a79c-3fcc0c5ceab1} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7477 2025.03.18 03:51:35.683866 [ 5 ] {9b930c4e-ce9a-4dd6-a79c-3fcc0c5ceab1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001945 sec., 28791.77377892031 rows/sec., 2.21 MiB/sec.
7478 2025.03.18 03:51:35.683933 [ 5 ] {9b930c4e-ce9a-4dd6-a79c-3fcc0c5ceab1} <Debug> TCPHandler: Processed in 0.002307714 sec.
7479 2025.03.18 03:51:35.684049 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7480 2025.03.18 03:51:35.684158 [ 5 ] {b95dab94-0236-4c6b-8549-9aa76f7ecc13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7481 2025.03.18 03:51:35.684206 [ 5 ] {b95dab94-0236-4c6b-8549-9aa76f7ecc13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7482 2025.03.18 03:51:35.684752 [ 5 ] {b95dab94-0236-4c6b-8549-9aa76f7ecc13} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7483 2025.03.18 03:51:35.684794 [ 5 ] {b95dab94-0236-4c6b-8549-9aa76f7ecc13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7484 2025.03.18 03:51:35.685148 [ 5 ] {b95dab94-0236-4c6b-8549-9aa76f7ecc13} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
7485 2025.03.18 03:51:35.685394 [ 5 ] {b95dab94-0236-4c6b-8549-9aa76f7ecc13} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7486 2025.03.18 03:51:35.685601 [ 5 ] {b95dab94-0236-4c6b-8549-9aa76f7ecc13} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001471 sec., 43507.817811012916 rows/sec., 3.40 MiB/sec.
7487 2025.03.18 03:51:35.685653 [ 5 ] {b95dab94-0236-4c6b-8549-9aa76f7ecc13} <Debug> TCPHandler: Processed in 0.001656635 sec.
7488 2025.03.18 03:51:35.685764 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7489 2025.03.18 03:51:35.685869 [ 5 ] {03860404-4b07-4e21-8a9a-a12e1fc010cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7490 2025.03.18 03:51:35.685919 [ 5 ] {03860404-4b07-4e21-8a9a-a12e1fc010cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7491 2025.03.18 03:51:35.686430 [ 5 ] {03860404-4b07-4e21-8a9a-a12e1fc010cc} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7492 2025.03.18 03:51:35.686468 [ 5 ] {03860404-4b07-4e21-8a9a-a12e1fc010cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7493 2025.03.18 03:51:35.686842 [ 5 ] {03860404-4b07-4e21-8a9a-a12e1fc010cc} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
7494 2025.03.18 03:51:35.687070 [ 5 ] {03860404-4b07-4e21-8a9a-a12e1fc010cc} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7495 2025.03.18 03:51:35.687278 [ 5 ] {03860404-4b07-4e21-8a9a-a12e1fc010cc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001431 sec., 111809.92313067785 rows/sec., 7.79 MiB/sec.
7496 2025.03.18 03:51:35.687329 [ 5 ] {03860404-4b07-4e21-8a9a-a12e1fc010cc} <Debug> TCPHandler: Processed in 0.001616314 sec.
7497 2025.03.18 03:51:35.687431 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7498 2025.03.18 03:51:35.687533 [ 5 ] {1f050ff3-0a20-43a4-be00-bc44e526f447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7499 2025.03.18 03:51:35.687579 [ 5 ] {1f050ff3-0a20-43a4-be00-bc44e526f447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7500 2025.03.18 03:51:35.687997 [ 5 ] {1f050ff3-0a20-43a4-be00-bc44e526f447} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7501 2025.03.18 03:51:35.688036 [ 5 ] {1f050ff3-0a20-43a4-be00-bc44e526f447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7502 2025.03.18 03:51:35.688412 [ 5 ] {1f050ff3-0a20-43a4-be00-bc44e526f447} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
7503 2025.03.18 03:51:35.688654 [ 5 ] {1f050ff3-0a20-43a4-be00-bc44e526f447} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7504 2025.03.18 03:51:35.688861 [ 5 ] {1f050ff3-0a20-43a4-be00-bc44e526f447} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec.
7505 2025.03.18 03:51:35.688911 [ 5 ] {1f050ff3-0a20-43a4-be00-bc44e526f447} <Debug> TCPHandler: Processed in 0.001528463 sec.
7506 2025.03.18 03:51:39.211191 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache
7507 2025.03.18 03:51:39.211287 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache
7508 2025.03.18 03:51:39.368440 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021
7509 2025.03.18 03:51:39.369557 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7510 2025.03.18 03:51:39.369656 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7511 2025.03.18 03:51:39.370374 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7512 2025.03.18 03:51:39.370649 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7513 2025.03.18 03:51:39.370961 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
7514 2025.03.18 03:51:39.470646 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1030
7515 2025.03.18 03:51:39.473467 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7516 2025.03.18 03:51:39.473519 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7517 2025.03.18 03:51:39.474973 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7518 2025.03.18 03:51:39.475278 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7519 2025.03.18 03:51:39.476659 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1030
7520 2025.03.18 03:51:39.957236 [ 68 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0
7521 2025.03.18 03:51:39.957304 [ 68 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7522 2025.03.18 03:51:39.957327 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7523 2025.03.18 03:51:39.957536 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full
7524 2025.03.18 03:51:39.957803 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7525 2025.03.18 03:51:39.957842 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 69 rows starting from the beginning of the part
7526 2025.03.18 03:51:39.957925 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 67 rows starting from the beginning of the part
7527 2025.03.18 03:51:39.958012 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part
7528 2025.03.18 03:51:39.958282 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 39 rows starting from the beginning of the part
7529 2025.03.18 03:51:39.958412 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 53 rows starting from the beginning of the part
7530 2025.03.18 03:51:39.959493 [ 191 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 5 columns (5 merged, 0 gathered) in 0.002087191 sec., 127923.1273036344 rows/sec., 9.87 MiB/sec.
7531 2025.03.18 03:51:39.959741 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary)
7532 2025.03.18 03:51:39.960146 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_33_7} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7533 2025.03.18 03:51:39.960252 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_33_7} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7
7534 2025.03.18 03:51:39.960371 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7535 2025.03.18 03:51:40.001360 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000944854 sec.
7536 2025.03.18 03:51:40.683554 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7537 2025.03.18 03:51:40.683753 [ 5 ] {6c7a1ffb-bf07-437b-b85a-1fb759453aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7538 2025.03.18 03:51:40.683833 [ 5 ] {6c7a1ffb-bf07-437b-b85a-1fb759453aa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7539 2025.03.18 03:51:40.684637 [ 5 ] {6c7a1ffb-bf07-437b-b85a-1fb759453aa2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7540 2025.03.18 03:51:40.684695 [ 5 ] {6c7a1ffb-bf07-437b-b85a-1fb759453aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7541 2025.03.18 03:51:40.685154 [ 5 ] {6c7a1ffb-bf07-437b-b85a-1fb759453aa2} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
7542 2025.03.18 03:51:40.685421 [ 5 ] {6c7a1ffb-bf07-437b-b85a-1fb759453aa2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7543 2025.03.18 03:51:40.685688 [ 5 ] {6c7a1ffb-bf07-437b-b85a-1fb759453aa2} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001984 sec., 67540.32258064515 rows/sec., 5.82 MiB/sec.
7544 2025.03.18 03:51:40.685808 [ 5 ] {6c7a1ffb-bf07-437b-b85a-1fb759453aa2} <Debug> TCPHandler: Processed in 0.002383896 sec.
7545 2025.03.18 03:51:40.686021 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7546 2025.03.18 03:51:40.686221 [ 5 ] {a8af7f65-dd9b-418e-9e1a-606883c04d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7547 2025.03.18 03:51:40.686271 [ 5 ] {a8af7f65-dd9b-418e-9e1a-606883c04d81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7548 2025.03.18 03:51:40.686840 [ 5 ] {a8af7f65-dd9b-418e-9e1a-606883c04d81} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7549 2025.03.18 03:51:40.686883 [ 5 ] {a8af7f65-dd9b-418e-9e1a-606883c04d81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7550 2025.03.18 03:51:40.687245 [ 5 ] {a8af7f65-dd9b-418e-9e1a-606883c04d81} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7551 2025.03.18 03:51:40.687494 [ 5 ] {a8af7f65-dd9b-418e-9e1a-606883c04d81} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7552 2025.03.18 03:51:40.687710 [ 5 ] {a8af7f65-dd9b-418e-9e1a-606883c04d81} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001535 sec., 25407.166123778505 rows/sec., 1.87 MiB/sec.
7553 2025.03.18 03:51:40.687764 [ 5 ] {a8af7f65-dd9b-418e-9e1a-606883c04d81} <Debug> TCPHandler: Processed in 0.001849748 sec.
7554 2025.03.18 03:51:40.687869 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7555 2025.03.18 03:51:40.687969 [ 5 ] {8b341fd4-1787-49b3-bfbb-1a13a15b085c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7556 2025.03.18 03:51:40.688014 [ 5 ] {8b341fd4-1787-49b3-bfbb-1a13a15b085c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7557 2025.03.18 03:51:40.688563 [ 5 ] {8b341fd4-1787-49b3-bfbb-1a13a15b085c} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7558 2025.03.18 03:51:40.688604 [ 5 ] {8b341fd4-1787-49b3-bfbb-1a13a15b085c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7559 2025.03.18 03:51:40.688966 [ 5 ] {8b341fd4-1787-49b3-bfbb-1a13a15b085c} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
7560 2025.03.18 03:51:40.689218 [ 5 ] {8b341fd4-1787-49b3-bfbb-1a13a15b085c} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7561 2025.03.18 03:51:40.689455 [ 5 ] {8b341fd4-1787-49b3-bfbb-1a13a15b085c} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001503 sec., 68529.60745176314 rows/sec., 5.35 MiB/sec.
7562 2025.03.18 03:51:40.689527 [ 5 ] {8b341fd4-1787-49b3-bfbb-1a13a15b085c} <Debug> TCPHandler: Processed in 0.001707715 sec.
7563 2025.03.18 03:51:40.689772 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7564 2025.03.18 03:51:40.690091 [ 5 ] {b1d5ad4e-a30a-45f7-bf7d-2d31396e61dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7565 2025.03.18 03:51:40.690251 [ 5 ] {b1d5ad4e-a30a-45f7-bf7d-2d31396e61dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7566 2025.03.18 03:51:40.690941 [ 5 ] {b1d5ad4e-a30a-45f7-bf7d-2d31396e61dc} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7567 2025.03.18 03:51:40.690980 [ 5 ] {b1d5ad4e-a30a-45f7-bf7d-2d31396e61dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7568 2025.03.18 03:51:40.691358 [ 5 ] {b1d5ad4e-a30a-45f7-bf7d-2d31396e61dc} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
7569 2025.03.18 03:51:40.691595 [ 5 ] {b1d5ad4e-a30a-45f7-bf7d-2d31396e61dc} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7570 2025.03.18 03:51:40.691809 [ 5 ] {b1d5ad4e-a30a-45f7-bf7d-2d31396e61dc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001847 sec., 86626.96264212237 rows/sec., 6.03 MiB/sec.
7571 2025.03.18 03:51:40.691861 [ 5 ] {b1d5ad4e-a30a-45f7-bf7d-2d31396e61dc} <Debug> TCPHandler: Processed in 0.002186902 sec.
7572 2025.03.18 03:51:40.691975 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7573 2025.03.18 03:51:40.692080 [ 5 ] {069c6391-df23-4afe-b0a8-6251593cfcbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7574 2025.03.18 03:51:40.692146 [ 5 ] {069c6391-df23-4afe-b0a8-6251593cfcbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7575 2025.03.18 03:51:40.693251 [ 5 ] {069c6391-df23-4afe-b0a8-6251593cfcbd} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7576 2025.03.18 03:51:40.693290 [ 5 ] {069c6391-df23-4afe-b0a8-6251593cfcbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7577 2025.03.18 03:51:40.693948 [ 5 ] {069c6391-df23-4afe-b0a8-6251593cfcbd} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
7578 2025.03.18 03:51:40.694208 [ 5 ] {069c6391-df23-4afe-b0a8-6251593cfcbd} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7579 2025.03.18 03:51:40.694513 [ 5 ] {069c6391-df23-4afe-b0a8-6251593cfcbd} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002453 sec., 15898.899306971056 rows/sec., 28.49 MiB/sec.
7580 2025.03.18 03:51:40.695186 [ 5 ] {069c6391-df23-4afe-b0a8-6251593cfcbd} <Debug> TCPHandler: Processed in 0.003254339 sec.
7581 2025.03.18 03:51:40.695384 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7582 2025.03.18 03:51:40.695490 [ 5 ] {d40d95da-1744-4048-ac80-e2a9d90eb6d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7583 2025.03.18 03:51:40.695537 [ 5 ] {d40d95da-1744-4048-ac80-e2a9d90eb6d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7584 2025.03.18 03:51:40.695998 [ 5 ] {d40d95da-1744-4048-ac80-e2a9d90eb6d0} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7585 2025.03.18 03:51:40.696038 [ 5 ] {d40d95da-1744-4048-ac80-e2a9d90eb6d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7586 2025.03.18 03:51:40.696398 [ 5 ] {d40d95da-1744-4048-ac80-e2a9d90eb6d0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
7587 2025.03.18 03:51:40.696633 [ 5 ] {d40d95da-1744-4048-ac80-e2a9d90eb6d0} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7588 2025.03.18 03:51:40.696835 [ 5 ] {d40d95da-1744-4048-ac80-e2a9d90eb6d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec.
7589 2025.03.18 03:51:40.696885 [ 5 ] {d40d95da-1744-4048-ac80-e2a9d90eb6d0} <Debug> TCPHandler: Processed in 0.001551664 sec.
7590 2025.03.18 03:51:40.875197 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
7591 2025.03.18 03:51:40.895031 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7592 2025.03.18 03:51:40.895082 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7593 2025.03.18 03:51:40.902957 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
7594 2025.03.18 03:51:40.903864 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7595 2025.03.18 03:51:40.906527 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
7596 2025.03.18 03:51:45.683852 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7597 2025.03.18 03:51:45.684063 [ 5 ] {50fa748a-4a64-472d-a451-4eb3518d21d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7598 2025.03.18 03:51:45.684135 [ 5 ] {50fa748a-4a64-472d-a451-4eb3518d21d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7599 2025.03.18 03:51:45.684930 [ 5 ] {50fa748a-4a64-472d-a451-4eb3518d21d2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7600 2025.03.18 03:51:45.684982 [ 5 ] {50fa748a-4a64-472d-a451-4eb3518d21d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7601 2025.03.18 03:51:45.685473 [ 5 ] {50fa748a-4a64-472d-a451-4eb3518d21d2} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
7602 2025.03.18 03:51:45.685733 [ 5 ] {50fa748a-4a64-472d-a451-4eb3518d21d2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7603 2025.03.18 03:51:45.685899 [ 62 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
7604 2025.03.18 03:51:45.685945 [ 62 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7605 2025.03.18 03:51:45.685949 [ 5 ] {50fa748a-4a64-472d-a451-4eb3518d21d2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001938 sec., 28895.768833849328 rows/sec., 2.22 MiB/sec.
7606 2025.03.18 03:51:45.685973 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7607 2025.03.18 03:51:45.686058 [ 5 ] {50fa748a-4a64-472d-a451-4eb3518d21d2} <Debug> TCPHandler: Processed in 0.002339195 sec.
7608 2025.03.18 03:51:45.686111 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
7609 2025.03.18 03:51:45.686205 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7610 2025.03.18 03:51:45.686232 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7611 2025.03.18 03:51:45.686266 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1404 rows starting from the beginning of the part
7612 2025.03.18 03:51:45.686347 [ 5 ] {1808a488-7432-4ec5-b456-078207342f10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7613 2025.03.18 03:51:45.686358 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1395 rows starting from the beginning of the part
7614 2025.03.18 03:51:45.686435 [ 5 ] {1808a488-7432-4ec5-b456-078207342f10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7615 2025.03.18 03:51:45.686580 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part
7616 2025.03.18 03:51:45.687026 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part
7617 2025.03.18 03:51:45.687199 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 134 rows starting from the beginning of the part
7618 2025.03.18 03:51:45.687449 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part
7619 2025.03.18 03:51:45.688318 [ 5 ] {1808a488-7432-4ec5-b456-078207342f10} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7620 2025.03.18 03:51:45.688369 [ 5 ] {1808a488-7432-4ec5-b456-078207342f10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7621 2025.03.18 03:51:45.688907 [ 5 ] {1808a488-7432-4ec5-b456-078207342f10} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
7622 2025.03.18 03:51:45.689169 [ 5 ] {1808a488-7432-4ec5-b456-078207342f10} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7623 2025.03.18 03:51:45.689354 [ 62 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
7624 2025.03.18 03:51:45.689402 [ 5 ] {1808a488-7432-4ec5-b456-078207342f10} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003094 sec., 20685.19715578539 rows/sec., 1.61 MiB/sec.
7625 2025.03.18 03:51:45.689406 [ 62 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7626 2025.03.18 03:51:45.689476 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7627 2025.03.18 03:51:45.689618 [ 5 ] {1808a488-7432-4ec5-b456-078207342f10} <Debug> TCPHandler: Processed in 0.003472093 sec.
7628 2025.03.18 03:51:45.690099 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7629 2025.03.18 03:51:45.690216 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
7630 2025.03.18 03:51:45.690380 [ 5 ] {d44c5c5f-780d-4fbb-b018-2794c90730c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7631 2025.03.18 03:51:45.690398 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3101 rows, containing 5 columns (5 merged, 0 gathered) in 0.004325005 sec., 716993.3907590859 rows/sec., 62.70 MiB/sec.
7632 2025.03.18 03:51:45.690557 [ 5 ] {d44c5c5f-780d-4fbb-b018-2794c90730c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7633 2025.03.18 03:51:45.690736 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7634 2025.03.18 03:51:45.690869 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
7635 2025.03.18 03:51:45.690947 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
7636 2025.03.18 03:51:45.691465 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 597 rows starting from the beginning of the part
7637 2025.03.18 03:51:45.691953 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part
7638 2025.03.18 03:51:45.692536 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_81_16} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7639 2025.03.18 03:51:45.692624 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part
7640 2025.03.18 03:51:45.693105 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_81_16} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
7641 2025.03.18 03:51:45.693153 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 103 rows starting from the beginning of the part
7642 2025.03.18 03:51:45.693489 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
7643 2025.03.18 03:51:45.693723 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part
7644 2025.03.18 03:51:45.694859 [ 5 ] {d44c5c5f-780d-4fbb-b018-2794c90730c8} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7645 2025.03.18 03:51:45.694944 [ 5 ] {d44c5c5f-780d-4fbb-b018-2794c90730c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7646 2025.03.18 03:51:45.696006 [ 5 ] {d44c5c5f-780d-4fbb-b018-2794c90730c8} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
7647 2025.03.18 03:51:45.696653 [ 5 ] {d44c5c5f-780d-4fbb-b018-2794c90730c8} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7648 2025.03.18 03:51:45.696948 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
7649 2025.03.18 03:51:45.696999 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7650 2025.03.18 03:51:45.697030 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7651 2025.03.18 03:51:45.697033 [ 5 ] {d44c5c5f-780d-4fbb-b018-2794c90730c8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006747 sec., 23714.243367422558 rows/sec., 1.65 MiB/sec.
7652 2025.03.18 03:51:45.697245 [ 5 ] {d44c5c5f-780d-4fbb-b018-2794c90730c8} <Debug> TCPHandler: Processed in 0.00731332 sec.
7653 2025.03.18 03:51:45.697449 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
7654 2025.03.18 03:51:45.697642 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7655 2025.03.18 03:51:45.697907 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7656 2025.03.18 03:51:45.698053 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 20902 rows starting from the beginning of the part
7657 2025.03.18 03:51:45.698092 [ 5 ] {2f389bbb-f01f-4eb0-875a-d74ffdf45e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7658 2025.03.18 03:51:45.698131 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.008514328 sec., 178874.95055393685 rows/sec., 14.24 MiB/sec.
7659 2025.03.18 03:51:45.698286 [ 5 ] {2f389bbb-f01f-4eb0-875a-d74ffdf45e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7660 2025.03.18 03:51:45.698435 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 947 rows starting from the beginning of the part
7661 2025.03.18 03:51:45.698638 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
7662 2025.03.18 03:51:45.698937 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 96 rows starting from the beginning of the part
7663 2025.03.18 03:51:45.699503 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part
7664 2025.03.18 03:51:45.700106 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part
7665 2025.03.18 03:51:45.700427 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_81_16} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7666 2025.03.18 03:51:45.700769 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
7667 2025.03.18 03:51:45.700920 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_81_16} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
7668 2025.03.18 03:51:45.701275 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
7669 2025.03.18 03:51:45.701941 [ 5 ] {2f389bbb-f01f-4eb0-875a-d74ffdf45e9a} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7670 2025.03.18 03:51:45.701993 [ 5 ] {2f389bbb-f01f-4eb0-875a-d74ffdf45e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7671 2025.03.18 03:51:45.702998 [ 5 ] {2f389bbb-f01f-4eb0-875a-d74ffdf45e9a} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
7672 2025.03.18 03:51:45.703384 [ 5 ] {2f389bbb-f01f-4eb0-875a-d74ffdf45e9a} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7673 2025.03.18 03:51:45.703561 [ 62 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
7674 2025.03.18 03:51:45.703609 [ 62 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7675 2025.03.18 03:51:45.703618 [ 5 ] {2f389bbb-f01f-4eb0-875a-d74ffdf45e9a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005641 sec., 10636.411983690834 rows/sec., 734.02 KiB/sec.
7676 2025.03.18 03:51:45.703661 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7677 2025.03.18 03:51:45.703997 [ 5 ] {2f389bbb-f01f-4eb0-875a-d74ffdf45e9a} <Debug> TCPHandler: Processed in 0.006498917 sec.
7678 2025.03.18 03:51:45.704149 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
7679 2025.03.18 03:51:45.704446 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7680 2025.03.18 03:51:45.704538 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3948 rows starting from the beginning of the part
7681 2025.03.18 03:51:45.704747 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 24 rows starting from the beginning of the part
7682 2025.03.18 03:51:45.704992 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 36 rows starting from the beginning of the part
7683 2025.03.18 03:51:45.705268 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part
7684 2025.03.18 03:51:45.705577 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part
7685 2025.03.18 03:51:45.705849 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
7686 2025.03.18 03:51:45.715514 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4188 rows, containing 4 columns (4 merged, 0 gathered) in 0.011668266 sec., 358922.2254617781 rows/sec., 24.19 MiB/sec.
7687 2025.03.18 03:51:45.716037 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
7688 2025.03.18 03:51:45.716409 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_81_16} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7689 2025.03.18 03:51:45.716508 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_81_16} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
7690 2025.03.18 03:51:45.716620 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB.
7691 2025.03.18 03:51:45.720970 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22425 rows, containing 5 columns (5 merged, 0 gathered) in 0.023829758 sec., 941050.2616098745 rows/sec., 64.50 MiB/sec.
7692 2025.03.18 03:51:45.721417 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
7693 2025.03.18 03:51:45.721719 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7694 2025.03.18 03:51:45.721807 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
7695 2025.03.18 03:51:45.721904 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
7696 2025.03.18 03:51:46.001189 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.27 MiB, peak 231.45 MiB, free memory in arenas 0.00 B, will set to 222.65 MiB (RSS), difference: 2.38 MiB
7697 2025.03.18 03:51:46.871180 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448
7698 2025.03.18 03:51:46.871889 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7699 2025.03.18 03:51:46.871927 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7700 2025.03.18 03:51:46.872458 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7701 2025.03.18 03:51:46.872711 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7702 2025.03.18 03:51:46.872931 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448
7703 2025.03.18 03:51:48.406679 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
7704 2025.03.18 03:51:48.427899 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7705 2025.03.18 03:51:48.427955 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7706 2025.03.18 03:51:48.435383 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
7707 2025.03.18 03:51:48.436186 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7708 2025.03.18 03:51:48.439088 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
7709 2025.03.18 03:51:49.476937 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1050
7710 2025.03.18 03:51:49.479803 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7711 2025.03.18 03:51:49.479850 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7712 2025.03.18 03:51:49.481312 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7713 2025.03.18 03:51:49.481610 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7714 2025.03.18 03:51:49.481885 [ 57 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7715 2025.03.18 03:51:49.482026 [ 57 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7716 2025.03.18 03:51:49.482106 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7717 2025.03.18 03:51:49.482648 [ 201 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
7718 2025.03.18 03:51:49.484648 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1050
7719 2025.03.18 03:51:49.485034 [ 201 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7720 2025.03.18 03:51:49.485224 [ 201 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 938 rows starting from the beginning of the part
7721 2025.03.18 03:51:49.485917 [ 201 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part
7722 2025.03.18 03:51:49.486546 [ 201 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
7723 2025.03.18 03:51:49.487152 [ 201 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part
7724 2025.03.18 03:51:49.487739 [ 201 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part
7725 2025.03.18 03:51:49.488473 [ 201 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
7726 2025.03.18 03:51:49.497602 [ 198 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1050 rows, containing 72 columns (72 merged, 0 gathered) in 0.015352841 sec., 68391.25084406201 rows/sec., 54.30 MiB/sec.
7727 2025.03.18 03:51:49.499100 [ 192 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7728 2025.03.18 03:51:49.499960 [ 192 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_36_7} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7729 2025.03.18 03:51:49.500067 [ 192 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_36_7} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7730 2025.03.18 03:51:49.500437 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB.
7731 2025.03.18 03:51:50.684087 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7732 2025.03.18 03:51:50.684273 [ 5 ] {15895e65-ede2-42ad-809e-a50be931236d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7733 2025.03.18 03:51:50.684343 [ 5 ] {15895e65-ede2-42ad-809e-a50be931236d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7734 2025.03.18 03:51:50.685177 [ 5 ] {15895e65-ede2-42ad-809e-a50be931236d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7735 2025.03.18 03:51:50.685230 [ 5 ] {15895e65-ede2-42ad-809e-a50be931236d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7736 2025.03.18 03:51:50.685679 [ 5 ] {15895e65-ede2-42ad-809e-a50be931236d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
7737 2025.03.18 03:51:50.685934 [ 5 ] {15895e65-ede2-42ad-809e-a50be931236d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7738 2025.03.18 03:51:50.686193 [ 5 ] {15895e65-ede2-42ad-809e-a50be931236d} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.00196 sec., 68367.34693877552 rows/sec., 5.90 MiB/sec.
7739 2025.03.18 03:51:50.686297 [ 5 ] {15895e65-ede2-42ad-809e-a50be931236d} <Debug> TCPHandler: Processed in 0.002338325 sec.
7740 2025.03.18 03:51:50.686499 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7741 2025.03.18 03:51:50.686705 [ 5 ] {32e711b7-3b37-4f9d-be58-4180f6068550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7742 2025.03.18 03:51:50.686753 [ 5 ] {32e711b7-3b37-4f9d-be58-4180f6068550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7743 2025.03.18 03:51:50.687314 [ 5 ] {32e711b7-3b37-4f9d-be58-4180f6068550} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7744 2025.03.18 03:51:50.687354 [ 5 ] {32e711b7-3b37-4f9d-be58-4180f6068550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7745 2025.03.18 03:51:50.687708 [ 5 ] {32e711b7-3b37-4f9d-be58-4180f6068550} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7746 2025.03.18 03:51:50.687950 [ 5 ] {32e711b7-3b37-4f9d-be58-4180f6068550} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7747 2025.03.18 03:51:50.688174 [ 5 ] {32e711b7-3b37-4f9d-be58-4180f6068550} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001513 sec., 25776.602775941836 rows/sec., 1.89 MiB/sec.
7748 2025.03.18 03:51:50.688228 [ 5 ] {32e711b7-3b37-4f9d-be58-4180f6068550} <Debug> TCPHandler: Processed in 0.001841618 sec.
7749 2025.03.18 03:51:50.688333 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7750 2025.03.18 03:51:50.688435 [ 5 ] {2fc588c4-63e3-419b-8719-620a0078ecd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7751 2025.03.18 03:51:50.688480 [ 5 ] {2fc588c4-63e3-419b-8719-620a0078ecd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7752 2025.03.18 03:51:50.689041 [ 5 ] {2fc588c4-63e3-419b-8719-620a0078ecd8} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7753 2025.03.18 03:51:50.689081 [ 5 ] {2fc588c4-63e3-419b-8719-620a0078ecd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7754 2025.03.18 03:51:50.689442 [ 5 ] {2fc588c4-63e3-419b-8719-620a0078ecd8} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
7755 2025.03.18 03:51:50.689681 [ 5 ] {2fc588c4-63e3-419b-8719-620a0078ecd8} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7756 2025.03.18 03:51:50.689941 [ 5 ] {2fc588c4-63e3-419b-8719-620a0078ecd8} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001511 sec., 68166.77696889477 rows/sec., 5.32 MiB/sec.
7757 2025.03.18 03:51:50.690067 [ 5 ] {2fc588c4-63e3-419b-8719-620a0078ecd8} <Debug> TCPHandler: Processed in 0.001781976 sec.
7758 2025.03.18 03:51:50.690417 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7759 2025.03.18 03:51:50.690815 [ 5 ] {3c81447d-b1fe-445d-ba81-f836e2373580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7760 2025.03.18 03:51:50.691031 [ 5 ] {3c81447d-b1fe-445d-ba81-f836e2373580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7761 2025.03.18 03:51:50.692362 [ 5 ] {3c81447d-b1fe-445d-ba81-f836e2373580} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7762 2025.03.18 03:51:50.692402 [ 5 ] {3c81447d-b1fe-445d-ba81-f836e2373580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7763 2025.03.18 03:51:50.692790 [ 5 ] {3c81447d-b1fe-445d-ba81-f836e2373580} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
7764 2025.03.18 03:51:50.693025 [ 5 ] {3c81447d-b1fe-445d-ba81-f836e2373580} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7765 2025.03.18 03:51:50.693232 [ 5 ] {3c81447d-b1fe-445d-ba81-f836e2373580} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002572 sec., 62208.39813374805 rows/sec., 4.33 MiB/sec.
7766 2025.03.18 03:51:50.693303 [ 5 ] {3c81447d-b1fe-445d-ba81-f836e2373580} <Debug> TCPHandler: Processed in 0.003015955 sec.
7767 2025.03.18 03:51:50.693447 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7768 2025.03.18 03:51:50.693750 [ 5 ] {83c01558-9bcb-44b9-9d74-1435e8153c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7769 2025.03.18 03:51:50.693948 [ 5 ] {83c01558-9bcb-44b9-9d74-1435e8153c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7770 2025.03.18 03:51:50.695124 [ 5 ] {83c01558-9bcb-44b9-9d74-1435e8153c0c} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7771 2025.03.18 03:51:50.695163 [ 5 ] {83c01558-9bcb-44b9-9d74-1435e8153c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7772 2025.03.18 03:51:50.695817 [ 5 ] {83c01558-9bcb-44b9-9d74-1435e8153c0c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
7773 2025.03.18 03:51:50.696071 [ 5 ] {83c01558-9bcb-44b9-9d74-1435e8153c0c} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7774 2025.03.18 03:51:50.696404 [ 5 ] {83c01558-9bcb-44b9-9d74-1435e8153c0c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002752 sec., 14171.511627906977 rows/sec., 25.39 MiB/sec.
7775 2025.03.18 03:51:50.696863 [ 5 ] {83c01558-9bcb-44b9-9d74-1435e8153c0c} <Debug> TCPHandler: Processed in 0.003471392 sec.
7776 2025.03.18 03:51:50.696987 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7777 2025.03.18 03:51:50.697092 [ 5 ] {d67c9bb4-c6e1-4989-a48d-c2f855799941} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7778 2025.03.18 03:51:50.697138 [ 5 ] {d67c9bb4-c6e1-4989-a48d-c2f855799941} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7779 2025.03.18 03:51:50.697603 [ 5 ] {d67c9bb4-c6e1-4989-a48d-c2f855799941} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7780 2025.03.18 03:51:50.697642 [ 5 ] {d67c9bb4-c6e1-4989-a48d-c2f855799941} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7781 2025.03.18 03:51:50.698010 [ 5 ] {d67c9bb4-c6e1-4989-a48d-c2f855799941} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
7782 2025.03.18 03:51:50.698243 [ 5 ] {d67c9bb4-c6e1-4989-a48d-c2f855799941} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7783 2025.03.18 03:51:50.698459 [ 5 ] {d67c9bb4-c6e1-4989-a48d-c2f855799941} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec.
7784 2025.03.18 03:51:50.698510 [ 5 ] {d67c9bb4-c6e1-4989-a48d-c2f855799941} <Debug> TCPHandler: Processed in 0.001571813 sec.
7785 2025.03.18 03:51:54.211338 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache
7786 2025.03.18 03:51:54.211410 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache
7787 2025.03.18 03:51:54.373141 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936
7788 2025.03.18 03:51:54.373801 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7789 2025.03.18 03:51:54.373852 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7790 2025.03.18 03:51:54.374375 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7791 2025.03.18 03:51:54.374627 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7792 2025.03.18 03:51:54.374880 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
7793 2025.03.18 03:51:55.682501 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7794 2025.03.18 03:51:55.682685 [ 5 ] {0964e1a1-0a55-4355-891e-181e6cf281db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7795 2025.03.18 03:51:55.682756 [ 5 ] {0964e1a1-0a55-4355-891e-181e6cf281db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7796 2025.03.18 03:51:55.683546 [ 5 ] {0964e1a1-0a55-4355-891e-181e6cf281db} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7797 2025.03.18 03:51:55.683592 [ 5 ] {0964e1a1-0a55-4355-891e-181e6cf281db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7798 2025.03.18 03:51:55.684025 [ 5 ] {0964e1a1-0a55-4355-891e-181e6cf281db} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
7799 2025.03.18 03:51:55.684278 [ 5 ] {0964e1a1-0a55-4355-891e-181e6cf281db} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7800 2025.03.18 03:51:55.684486 [ 5 ] {0964e1a1-0a55-4355-891e-181e6cf281db} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001852 sec., 30237.580993520518 rows/sec., 2.32 MiB/sec.
7801 2025.03.18 03:51:55.684552 [ 5 ] {0964e1a1-0a55-4355-891e-181e6cf281db} <Debug> TCPHandler: Processed in 0.002181253 sec.
7802 2025.03.18 03:51:55.684698 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7803 2025.03.18 03:51:55.684843 [ 5 ] {f019e33f-8197-45e3-8bfc-865558d6d226} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7804 2025.03.18 03:51:55.684901 [ 5 ] {f019e33f-8197-45e3-8bfc-865558d6d226} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7805 2025.03.18 03:51:55.685528 [ 5 ] {f019e33f-8197-45e3-8bfc-865558d6d226} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7806 2025.03.18 03:51:55.685581 [ 5 ] {f019e33f-8197-45e3-8bfc-865558d6d226} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7807 2025.03.18 03:51:55.686026 [ 5 ] {f019e33f-8197-45e3-8bfc-865558d6d226} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
7808 2025.03.18 03:51:55.686294 [ 5 ] {f019e33f-8197-45e3-8bfc-865558d6d226} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7809 2025.03.18 03:51:55.686472 [ 5 ] {f019e33f-8197-45e3-8bfc-865558d6d226} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001665 sec., 38438.43843843844 rows/sec., 3.00 MiB/sec.
7810 2025.03.18 03:51:55.686525 [ 5 ] {f019e33f-8197-45e3-8bfc-865558d6d226} <Debug> TCPHandler: Processed in 0.001894938 sec.
7811 2025.03.18 03:51:55.686640 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7812 2025.03.18 03:51:55.686750 [ 5 ] {6fd95b5c-f964-47e6-aed0-b72c1fe52126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7813 2025.03.18 03:51:55.686800 [ 5 ] {6fd95b5c-f964-47e6-aed0-b72c1fe52126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7814 2025.03.18 03:51:55.687329 [ 5 ] {6fd95b5c-f964-47e6-aed0-b72c1fe52126} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7815 2025.03.18 03:51:55.687366 [ 5 ] {6fd95b5c-f964-47e6-aed0-b72c1fe52126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7816 2025.03.18 03:51:55.687747 [ 5 ] {6fd95b5c-f964-47e6-aed0-b72c1fe52126} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
7817 2025.03.18 03:51:55.687980 [ 5 ] {6fd95b5c-f964-47e6-aed0-b72c1fe52126} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7818 2025.03.18 03:51:55.688155 [ 5 ] {6fd95b5c-f964-47e6-aed0-b72c1fe52126} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001429 sec., 111966.41007697691 rows/sec., 7.80 MiB/sec.
7819 2025.03.18 03:51:55.688206 [ 5 ] {6fd95b5c-f964-47e6-aed0-b72c1fe52126} <Debug> TCPHandler: Processed in 0.001616195 sec.
7820 2025.03.18 03:51:55.688312 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7821 2025.03.18 03:51:55.688414 [ 5 ] {fd462ad1-5c4c-487c-a091-08cb3b08d19e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7822 2025.03.18 03:51:55.688460 [ 5 ] {fd462ad1-5c4c-487c-a091-08cb3b08d19e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7823 2025.03.18 03:51:55.688896 [ 5 ] {fd462ad1-5c4c-487c-a091-08cb3b08d19e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7824 2025.03.18 03:51:55.688932 [ 5 ] {fd462ad1-5c4c-487c-a091-08cb3b08d19e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7825 2025.03.18 03:51:55.689275 [ 5 ] {fd462ad1-5c4c-487c-a091-08cb3b08d19e} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
7826 2025.03.18 03:51:55.689509 [ 5 ] {fd462ad1-5c4c-487c-a091-08cb3b08d19e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7827 2025.03.18 03:51:55.689680 [ 5 ] {fd462ad1-5c4c-487c-a091-08cb3b08d19e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001288 sec., 46583.850931677014 rows/sec., 3.14 MiB/sec.
7828 2025.03.18 03:51:55.689730 [ 5 ] {fd462ad1-5c4c-487c-a091-08cb3b08d19e} <Debug> TCPHandler: Processed in 0.001468432 sec.
7829 2025.03.18 03:51:55.939246 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
7830 2025.03.18 03:51:55.960300 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7831 2025.03.18 03:51:55.960344 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7832 2025.03.18 03:51:55.967546 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
7833 2025.03.18 03:51:55.968294 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7834 2025.03.18 03:51:55.970912 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
7835 2025.03.18 03:51:57.163345 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7836 2025.03.18 03:51:57.163630 [ 5 ] {9bfd7c0d-a6d1-419b-92cf-9d6bc7b8ea3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7837 2025.03.18 03:51:57.163738 [ 5 ] {9bfd7c0d-a6d1-419b-92cf-9d6bc7b8ea3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7838 2025.03.18 03:51:57.164738 [ 5 ] {9bfd7c0d-a6d1-419b-92cf-9d6bc7b8ea3d} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7839 2025.03.18 03:51:57.164789 [ 5 ] {9bfd7c0d-a6d1-419b-92cf-9d6bc7b8ea3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7840 2025.03.18 03:51:57.165236 [ 5 ] {9bfd7c0d-a6d1-419b-92cf-9d6bc7b8ea3d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7841 2025.03.18 03:51:57.165500 [ 5 ] {9bfd7c0d-a6d1-419b-92cf-9d6bc7b8ea3d} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7842 2025.03.18 03:51:57.165727 [ 5 ] {9bfd7c0d-a6d1-419b-92cf-9d6bc7b8ea3d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002169 sec., 11065.006915629323 rows/sec., 940.09 KiB/sec.
7843 2025.03.18 03:51:57.165870 [ 5 ] {9bfd7c0d-a6d1-419b-92cf-9d6bc7b8ea3d} <Debug> TCPHandler: Processed in 0.002710731 sec.
7844 2025.03.18 03:51:57.166047 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7845 2025.03.18 03:51:57.166159 [ 5 ] {730f30bc-9488-400d-b724-f5ef16a38b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7846 2025.03.18 03:51:57.166210 [ 5 ] {730f30bc-9488-400d-b724-f5ef16a38b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7847 2025.03.18 03:51:57.166765 [ 5 ] {730f30bc-9488-400d-b724-f5ef16a38b0f} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7848 2025.03.18 03:51:57.166804 [ 5 ] {730f30bc-9488-400d-b724-f5ef16a38b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7849 2025.03.18 03:51:57.167148 [ 5 ] {730f30bc-9488-400d-b724-f5ef16a38b0f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
7850 2025.03.18 03:51:57.167389 [ 5 ] {730f30bc-9488-400d-b724-f5ef16a38b0f} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7851 2025.03.18 03:51:57.167614 [ 5 ] {730f30bc-9488-400d-b724-f5ef16a38b0f} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001483 sec., 10788.94133513149 rows/sec., 879.76 KiB/sec.
7852 2025.03.18 03:51:57.167792 [ 5 ] {730f30bc-9488-400d-b724-f5ef16a38b0f} <Debug> TCPHandler: Processed in 0.001797347 sec.
7853 2025.03.18 03:51:57.167904 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7854 2025.03.18 03:51:57.168006 [ 5 ] {d5813253-b8a8-4fda-a36a-a2f6b90d4b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7855 2025.03.18 03:51:57.168051 [ 5 ] {d5813253-b8a8-4fda-a36a-a2f6b90d4b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7856 2025.03.18 03:51:57.169316 [ 5 ] {d5813253-b8a8-4fda-a36a-a2f6b90d4b36} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7857 2025.03.18 03:51:57.169355 [ 5 ] {d5813253-b8a8-4fda-a36a-a2f6b90d4b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7858 2025.03.18 03:51:57.169791 [ 5 ] {d5813253-b8a8-4fda-a36a-a2f6b90d4b36} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
7859 2025.03.18 03:51:57.170027 [ 5 ] {d5813253-b8a8-4fda-a36a-a2f6b90d4b36} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7860 2025.03.18 03:51:57.170200 [ 5 ] {d5813253-b8a8-4fda-a36a-a2f6b90d4b36} <Debug> executeQuery: Read 1402 rows, 120.44 KiB in 0.002215 sec., 632957.1106094809 rows/sec., 53.10 MiB/sec.
7861 2025.03.18 03:51:57.170251 [ 5 ] {d5813253-b8a8-4fda-a36a-a2f6b90d4b36} <Debug> TCPHandler: Processed in 0.002395887 sec.
7862 2025.03.18 03:51:57.170382 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7863 2025.03.18 03:51:57.170520 [ 5 ] {425d5673-cffc-4af8-9e3d-19722c0f31f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7864 2025.03.18 03:51:57.170574 [ 5 ] {425d5673-cffc-4af8-9e3d-19722c0f31f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7865 2025.03.18 03:51:57.171226 [ 5 ] {425d5673-cffc-4af8-9e3d-19722c0f31f0} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7866 2025.03.18 03:51:57.171267 [ 5 ] {425d5673-cffc-4af8-9e3d-19722c0f31f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7867 2025.03.18 03:51:57.171616 [ 5 ] {425d5673-cffc-4af8-9e3d-19722c0f31f0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7868 2025.03.18 03:51:57.171849 [ 5 ] {425d5673-cffc-4af8-9e3d-19722c0f31f0} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7869 2025.03.18 03:51:57.172025 [ 5 ] {425d5673-cffc-4af8-9e3d-19722c0f31f0} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.001535 sec., 43648.208469055375 rows/sec., 3.19 MiB/sec.
7870 2025.03.18 03:51:57.172076 [ 5 ] {425d5673-cffc-4af8-9e3d-19722c0f31f0} <Debug> TCPHandler: Processed in 0.001759056 sec.
7871 2025.03.18 03:51:57.172175 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7872 2025.03.18 03:51:57.172276 [ 5 ] {85fefe1f-a4ef-4f60-8a14-11337dcc9385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7873 2025.03.18 03:51:57.172320 [ 5 ] {85fefe1f-a4ef-4f60-8a14-11337dcc9385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7874 2025.03.18 03:51:57.172952 [ 5 ] {85fefe1f-a4ef-4f60-8a14-11337dcc9385} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7875 2025.03.18 03:51:57.172990 [ 5 ] {85fefe1f-a4ef-4f60-8a14-11337dcc9385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7876 2025.03.18 03:51:57.173335 [ 5 ] {85fefe1f-a4ef-4f60-8a14-11337dcc9385} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
7877 2025.03.18 03:51:57.173577 [ 5 ] {85fefe1f-a4ef-4f60-8a14-11337dcc9385} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7878 2025.03.18 03:51:57.173795 [ 5 ] {85fefe1f-a4ef-4f60-8a14-11337dcc9385} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001529 sec., 164813.60366252452 rows/sec., 11.40 MiB/sec.
7879 2025.03.18 03:51:57.173957 [ 5 ] {85fefe1f-a4ef-4f60-8a14-11337dcc9385} <Debug> TCPHandler: Processed in 0.001826237 sec.
7880 2025.03.18 03:51:57.174071 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7881 2025.03.18 03:51:57.174177 [ 5 ] {595d5372-a99b-482e-aeaf-0e1150f82082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7882 2025.03.18 03:51:57.174221 [ 5 ] {595d5372-a99b-482e-aeaf-0e1150f82082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7883 2025.03.18 03:51:57.174742 [ 5 ] {595d5372-a99b-482e-aeaf-0e1150f82082} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7884 2025.03.18 03:51:57.174780 [ 5 ] {595d5372-a99b-482e-aeaf-0e1150f82082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7885 2025.03.18 03:51:57.175108 [ 5 ] {595d5372-a99b-482e-aeaf-0e1150f82082} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
7886 2025.03.18 03:51:57.175335 [ 5 ] {595d5372-a99b-482e-aeaf-0e1150f82082} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7887 2025.03.18 03:51:57.175540 [ 5 ] {595d5372-a99b-482e-aeaf-0e1150f82082} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001383 sec., 8676.789587852496 rows/sec., 677.87 KiB/sec.
7888 2025.03.18 03:51:57.175743 [ 5 ] {595d5372-a99b-482e-aeaf-0e1150f82082} <Debug> TCPHandler: Processed in 0.001718136 sec.
7889 2025.03.18 03:51:57.175865 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7890 2025.03.18 03:51:57.175966 [ 5 ] {6b743f4b-bc12-4468-91fa-e762f23d3a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7891 2025.03.18 03:51:57.176010 [ 5 ] {6b743f4b-bc12-4468-91fa-e762f23d3a58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7892 2025.03.18 03:51:57.176775 [ 5 ] {6b743f4b-bc12-4468-91fa-e762f23d3a58} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7893 2025.03.18 03:51:57.176813 [ 5 ] {6b743f4b-bc12-4468-91fa-e762f23d3a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7894 2025.03.18 03:51:57.177173 [ 5 ] {6b743f4b-bc12-4468-91fa-e762f23d3a58} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
7895 2025.03.18 03:51:57.177400 [ 5 ] {6b743f4b-bc12-4468-91fa-e762f23d3a58} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7896 2025.03.18 03:51:57.177580 [ 5 ] {6b743f4b-bc12-4468-91fa-e762f23d3a58} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.001635 sec., 373700.30581039755 rows/sec., 28.13 MiB/sec.
7897 2025.03.18 03:51:57.177629 [ 5 ] {6b743f4b-bc12-4468-91fa-e762f23d3a58} <Debug> TCPHandler: Processed in 0.001812637 sec.
7898 2025.03.18 03:51:57.177739 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7899 2025.03.18 03:51:57.177842 [ 5 ] {06de41f5-686c-4c97-adb7-d8ee3c642918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7900 2025.03.18 03:51:57.177890 [ 5 ] {06de41f5-686c-4c97-adb7-d8ee3c642918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7901 2025.03.18 03:51:57.178582 [ 5 ] {06de41f5-686c-4c97-adb7-d8ee3c642918} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7902 2025.03.18 03:51:57.178619 [ 5 ] {06de41f5-686c-4c97-adb7-d8ee3c642918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7903 2025.03.18 03:51:57.179030 [ 5 ] {06de41f5-686c-4c97-adb7-d8ee3c642918} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
7904 2025.03.18 03:51:57.179260 [ 5 ] {06de41f5-686c-4c97-adb7-d8ee3c642918} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7905 2025.03.18 03:51:57.179450 [ 5 ] {06de41f5-686c-4c97-adb7-d8ee3c642918} <Debug> executeQuery: Read 944 rows, 65.24 KiB in 0.001627 sec., 580208.9735709896 rows/sec., 39.16 MiB/sec.
7906 2025.03.18 03:51:57.179507 [ 5 ] {06de41f5-686c-4c97-adb7-d8ee3c642918} <Debug> TCPHandler: Processed in 0.001818007 sec.
7907 2025.03.18 03:51:57.179674 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7908 2025.03.18 03:51:57.179779 [ 5 ] {490a5ebd-2105-4afb-86e8-4c1f42c5b20d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7909 2025.03.18 03:51:57.179844 [ 5 ] {490a5ebd-2105-4afb-86e8-4c1f42c5b20d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7910 2025.03.18 03:51:57.180964 [ 5 ] {490a5ebd-2105-4afb-86e8-4c1f42c5b20d} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7911 2025.03.18 03:51:57.181003 [ 5 ] {490a5ebd-2105-4afb-86e8-4c1f42c5b20d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7912 2025.03.18 03:51:57.181621 [ 5 ] {490a5ebd-2105-4afb-86e8-4c1f42c5b20d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
7913 2025.03.18 03:51:57.181867 [ 5 ] {490a5ebd-2105-4afb-86e8-4c1f42c5b20d} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7914 2025.03.18 03:51:57.182068 [ 44 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
7915 2025.03.18 03:51:57.182121 [ 5 ] {490a5ebd-2105-4afb-86e8-4c1f42c5b20d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002365 sec., 16490.486257928118 rows/sec., 29.55 MiB/sec.
7916 2025.03.18 03:51:57.182201 [ 44 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7917 2025.03.18 03:51:57.182298 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7918 2025.03.18 03:51:57.182367 [ 5 ] {490a5ebd-2105-4afb-86e8-4c1f42c5b20d} <Debug> TCPHandler: Processed in 0.002738512 sec.
7919 2025.03.18 03:51:57.182593 [ 200 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
7920 2025.03.18 03:51:57.182632 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7921 2025.03.18 03:51:57.182808 [ 5 ] {b9c4c1d9-a187-4f47-96a8-f763f94f870e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7922 2025.03.18 03:51:57.182927 [ 5 ] {b9c4c1d9-a187-4f47-96a8-f763f94f870e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7923 2025.03.18 03:51:57.183655 [ 200 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7924 2025.03.18 03:51:57.183796 [ 200 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1101 rows starting from the beginning of the part
7925 2025.03.18 03:51:57.184654 [ 200 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 39 rows starting from the beginning of the part
7926 2025.03.18 03:51:57.184724 [ 5 ] {b9c4c1d9-a187-4f47-96a8-f763f94f870e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7927 2025.03.18 03:51:57.184793 [ 5 ] {b9c4c1d9-a187-4f47-96a8-f763f94f870e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7928 2025.03.18 03:51:57.185290 [ 200 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 39 rows starting from the beginning of the part
7929 2025.03.18 03:51:57.185917 [ 200 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
7930 2025.03.18 03:51:57.186139 [ 5 ] {b9c4c1d9-a187-4f47-96a8-f763f94f870e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
7931 2025.03.18 03:51:57.186437 [ 200 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 39 rows starting from the beginning of the part
7932 2025.03.18 03:51:57.186910 [ 5 ] {b9c4c1d9-a187-4f47-96a8-f763f94f870e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7933 2025.03.18 03:51:57.186957 [ 200 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 39 rows starting from the beginning of the part
7934 2025.03.18 03:51:57.187705 [ 5 ] {b9c4c1d9-a187-4f47-96a8-f763f94f870e} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.004873 sec., 4104.247896572953 rows/sec., 282.17 KiB/sec.
7935 2025.03.18 03:51:57.187980 [ 5 ] {b9c4c1d9-a187-4f47-96a8-f763f94f870e} <Debug> TCPHandler: Processed in 0.005399771 sec.
7936 2025.03.18 03:51:57.194791 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 19 columns (19 merged, 0 gathered) in 0.012399856 sec., 104517.3427820452 rows/sec., 187.29 MiB/sec.
7937 2025.03.18 03:51:57.195924 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
7938 2025.03.18 03:51:57.196325 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7939 2025.03.18 03:51:57.196409 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
7940 2025.03.18 03:51:57.196518 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.42 MiB.
7941 2025.03.18 03:51:58.000253 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.54 MiB, peak 234.92 MiB, free memory in arenas 0.00 B, will set to 226.18 MiB (RSS), difference: 2.64 MiB
7942 2025.03.18 03:51:59.484943 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1090
7943 2025.03.18 03:51:59.488132 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7944 2025.03.18 03:51:59.488185 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7945 2025.03.18 03:51:59.489676 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
7946 2025.03.18 03:51:59.489989 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7947 2025.03.18 03:51:59.490589 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1090
7948 2025.03.18 03:52:00.679561 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7949 2025.03.18 03:52:00.679747 [ 5 ] {8bad4d7d-cf5e-43fa-a6ca-3168829906fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7950 2025.03.18 03:52:00.679821 [ 5 ] {8bad4d7d-cf5e-43fa-a6ca-3168829906fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7951 2025.03.18 03:52:00.680574 [ 5 ] {8bad4d7d-cf5e-43fa-a6ca-3168829906fc} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7952 2025.03.18 03:52:00.680625 [ 5 ] {8bad4d7d-cf5e-43fa-a6ca-3168829906fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7953 2025.03.18 03:52:00.681058 [ 5 ] {8bad4d7d-cf5e-43fa-a6ca-3168829906fc} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
7954 2025.03.18 03:52:00.681325 [ 5 ] {8bad4d7d-cf5e-43fa-a6ca-3168829906fc} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7955 2025.03.18 03:52:00.681571 [ 5 ] {8bad4d7d-cf5e-43fa-a6ca-3168829906fc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001876 sec., 29850.746268656716 rows/sec., 2.29 MiB/sec.
7956 2025.03.18 03:52:00.681638 [ 5 ] {8bad4d7d-cf5e-43fa-a6ca-3168829906fc} <Debug> TCPHandler: Processed in 0.002206243 sec.
7957 2025.03.18 03:52:00.681752 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7958 2025.03.18 03:52:00.681863 [ 5 ] {367504dc-ece6-4e35-bd5c-66d9c714ff71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7959 2025.03.18 03:52:00.681913 [ 5 ] {367504dc-ece6-4e35-bd5c-66d9c714ff71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7960 2025.03.18 03:52:00.682456 [ 5 ] {367504dc-ece6-4e35-bd5c-66d9c714ff71} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7961 2025.03.18 03:52:00.682500 [ 5 ] {367504dc-ece6-4e35-bd5c-66d9c714ff71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7962 2025.03.18 03:52:00.682857 [ 5 ] {367504dc-ece6-4e35-bd5c-66d9c714ff71} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
7963 2025.03.18 03:52:00.683093 [ 5 ] {367504dc-ece6-4e35-bd5c-66d9c714ff71} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7964 2025.03.18 03:52:00.683321 [ 5 ] {367504dc-ece6-4e35-bd5c-66d9c714ff71} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001481 sec., 43214.04456448346 rows/sec., 3.37 MiB/sec.
7965 2025.03.18 03:52:00.683412 [ 5 ] {367504dc-ece6-4e35-bd5c-66d9c714ff71} <Debug> TCPHandler: Processed in 0.001710985 sec.
7966 2025.03.18 03:52:00.683547 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7967 2025.03.18 03:52:00.683821 [ 5 ] {3692dc28-016c-4050-b4bb-31da1a7c0b8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7968 2025.03.18 03:52:00.683951 [ 5 ] {3692dc28-016c-4050-b4bb-31da1a7c0b8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7969 2025.03.18 03:52:00.684503 [ 5 ] {3692dc28-016c-4050-b4bb-31da1a7c0b8f} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7970 2025.03.18 03:52:00.684543 [ 5 ] {3692dc28-016c-4050-b4bb-31da1a7c0b8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7971 2025.03.18 03:52:00.684922 [ 5 ] {3692dc28-016c-4050-b4bb-31da1a7c0b8f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
7972 2025.03.18 03:52:00.685153 [ 5 ] {3692dc28-016c-4050-b4bb-31da1a7c0b8f} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7973 2025.03.18 03:52:00.685371 [ 5 ] {3692dc28-016c-4050-b4bb-31da1a7c0b8f} <Debug> executeQuery: Read 106 rows, 7.56 KiB in 0.001666 sec., 63625.45018007203 rows/sec., 4.43 MiB/sec.
7974 2025.03.18 03:52:00.685424 [ 5 ] {3692dc28-016c-4050-b4bb-31da1a7c0b8f} <Debug> TCPHandler: Processed in 0.001948009 sec.
7975 2025.03.18 03:52:00.685552 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7976 2025.03.18 03:52:00.685685 [ 5 ] {9b68a337-caf2-4ac6-b352-10331387558d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7977 2025.03.18 03:52:00.685771 [ 5 ] {9b68a337-caf2-4ac6-b352-10331387558d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7978 2025.03.18 03:52:00.686292 [ 5 ] {9b68a337-caf2-4ac6-b352-10331387558d} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7979 2025.03.18 03:52:00.686339 [ 5 ] {9b68a337-caf2-4ac6-b352-10331387558d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7980 2025.03.18 03:52:00.686710 [ 5 ] {9b68a337-caf2-4ac6-b352-10331387558d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
7981 2025.03.18 03:52:00.686956 [ 5 ] {9b68a337-caf2-4ac6-b352-10331387558d} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7982 2025.03.18 03:52:00.687171 [ 5 ] {9b68a337-caf2-4ac6-b352-10331387558d} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001517 sec., 26367.83124588003 rows/sec., 1.78 MiB/sec.
7983 2025.03.18 03:52:00.687222 [ 5 ] {9b68a337-caf2-4ac6-b352-10331387558d} <Debug> TCPHandler: Processed in 0.001734056 sec.
7984 2025.03.18 03:52:01.875086 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363
7985 2025.03.18 03:52:01.875746 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7986 2025.03.18 03:52:01.875792 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7987 2025.03.18 03:52:01.876321 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7988 2025.03.18 03:52:01.876591 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7989 2025.03.18 03:52:01.876779 [ 38 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7990 2025.03.18 03:52:01.876856 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363
7991 2025.03.18 03:52:01.876873 [ 38 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7992 2025.03.18 03:52:01.876910 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
7993 2025.03.18 03:52:01.877018 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::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
7994 2025.03.18 03:52:01.877113 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7995 2025.03.18 03:52:01.877146 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::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
7996 2025.03.18 03:52:01.877214 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part
7997 2025.03.18 03:52:01.877290 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part
7998 2025.03.18 03:52:01.877624 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part
7999 2025.03.18 03:52:01.877982 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part
8000 2025.03.18 03:52:01.878258 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part
8001 2025.03.18 03:52:01.880557 [ 195 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.003581213 sec., 6523767.226355986 rows/sec., 93.32 MiB/sec.
8002 2025.03.18 03:52:01.881033 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8003 2025.03.18 03:52:01.881403 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_51_10} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8004 2025.03.18 03:52:01.881501 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_51_10} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8005 2025.03.18 03:52:01.881677 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
8006 2025.03.18 03:52:03.471066 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
8007 2025.03.18 03:52:03.492877 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8008 2025.03.18 03:52:03.492941 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8009 2025.03.18 03:52:03.500413 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8010 2025.03.18 03:52:03.501208 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8011 2025.03.18 03:52:03.501634 [ 36 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8012 2025.03.18 03:52:03.501761 [ 36 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8013 2025.03.18 03:52:03.501825 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8014 2025.03.18 03:52:03.502228 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
8015 2025.03.18 03:52:03.517413 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
8016 2025.03.18 03:52:03.518904 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8017 2025.03.18 03:52:03.520245 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
8018 2025.03.18 03:52:03.525936 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
8019 2025.03.18 03:52:03.531722 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
8020 2025.03.18 03:52:03.537441 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
8021 2025.03.18 03:52:03.543535 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
8022 2025.03.18 03:52:03.548387 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
8023 2025.03.18 03:52:03.613329 [ 194 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.111360342 sec., 3457.24512950939 rows/sec., 17.88 MiB/sec.
8024 2025.03.18 03:52:03.616418 [ 194 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8025 2025.03.18 03:52:03.619282 [ 194 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_51_10} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8026 2025.03.18 03:52:03.619401 [ 194 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_51_10} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8027 2025.03.18 03:52:03.621553 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
8028 2025.03.18 03:52:05.682733 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8029 2025.03.18 03:52:05.682945 [ 5 ] {30742a86-1295-4116-97d7-80a3a5f7235b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8030 2025.03.18 03:52:05.683028 [ 5 ] {30742a86-1295-4116-97d7-80a3a5f7235b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8031 2025.03.18 03:52:05.683864 [ 5 ] {30742a86-1295-4116-97d7-80a3a5f7235b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8032 2025.03.18 03:52:05.683916 [ 5 ] {30742a86-1295-4116-97d7-80a3a5f7235b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8033 2025.03.18 03:52:05.684356 [ 5 ] {30742a86-1295-4116-97d7-80a3a5f7235b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8034 2025.03.18 03:52:05.684614 [ 5 ] {30742a86-1295-4116-97d7-80a3a5f7235b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8035 2025.03.18 03:52:05.684830 [ 35 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
8036 2025.03.18 03:52:05.684874 [ 5 ] {30742a86-1295-4116-97d7-80a3a5f7235b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00198 sec., 28282.828282828283 rows/sec., 2.17 MiB/sec.
8037 2025.03.18 03:52:05.684921 [ 35 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8038 2025.03.18 03:52:05.684993 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8039 2025.03.18 03:52:05.685006 [ 5 ] {30742a86-1295-4116-97d7-80a3a5f7235b} <Debug> TCPHandler: Processed in 0.002412457 sec.
8040 2025.03.18 03:52:05.685169 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
8041 2025.03.18 03:52:05.685178 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8042 2025.03.18 03:52:05.685335 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8043 2025.03.18 03:52:05.685337 [ 5 ] {33a59115-b73a-47ab-b285-a59330d73856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8044 2025.03.18 03:52:05.685378 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1404 rows starting from the beginning of the part
8045 2025.03.18 03:52:05.685402 [ 5 ] {33a59115-b73a-47ab-b285-a59330d73856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8046 2025.03.18 03:52:05.685637 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 134 rows starting from the beginning of the part
8047 2025.03.18 03:52:05.685949 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part
8048 2025.03.18 03:52:05.686345 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1402 rows starting from the beginning of the part
8049 2025.03.18 03:52:05.686691 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part
8050 2025.03.18 03:52:05.687020 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part
8051 2025.03.18 03:52:05.688045 [ 5 ] {33a59115-b73a-47ab-b285-a59330d73856} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8052 2025.03.18 03:52:05.688090 [ 5 ] {33a59115-b73a-47ab-b285-a59330d73856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8053 2025.03.18 03:52:05.688643 [ 5 ] {33a59115-b73a-47ab-b285-a59330d73856} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8054 2025.03.18 03:52:05.688924 [ 5 ] {33a59115-b73a-47ab-b285-a59330d73856} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8055 2025.03.18 03:52:05.689118 [ 35 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
8056 2025.03.18 03:52:05.689184 [ 35 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8057 2025.03.18 03:52:05.689224 [ 5 ] {33a59115-b73a-47ab-b285-a59330d73856} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003909 sec., 16372.473778459964 rows/sec., 1.28 MiB/sec.
8058 2025.03.18 03:52:05.689271 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8059 2025.03.18 03:52:05.689704 [ 5 ] {33a59115-b73a-47ab-b285-a59330d73856} <Debug> TCPHandler: Processed in 0.004573069 sec.
8060 2025.03.18 03:52:05.690014 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
8061 2025.03.18 03:52:05.690081 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8062 2025.03.18 03:52:05.690267 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 5 columns (5 merged, 0 gathered) in 0.005171608 sec., 600973.6236775873 rows/sec., 52.54 MiB/sec.
8063 2025.03.18 03:52:05.690447 [ 5 ] {42de33d6-826b-4e5a-8972-cfe2d914bb04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8064 2025.03.18 03:52:05.690569 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8065 2025.03.18 03:52:05.690667 [ 5 ] {42de33d6-826b-4e5a-8972-cfe2d914bb04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8066 2025.03.18 03:52:05.690742 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
8067 2025.03.18 03:52:05.690988 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
8068 2025.03.18 03:52:05.691308 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 103 rows starting from the beginning of the part
8069 2025.03.18 03:52:05.691893 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part
8070 2025.03.18 03:52:05.692596 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 611 rows starting from the beginning of the part
8071 2025.03.18 03:52:05.692887 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_86_17} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8072 2025.03.18 03:52:05.693643 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_86_17} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
8073 2025.03.18 03:52:05.693653 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part
8074 2025.03.18 03:52:05.694180 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
8075 2025.03.18 03:52:05.694542 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part
8076 2025.03.18 03:52:05.695686 [ 5 ] {42de33d6-826b-4e5a-8972-cfe2d914bb04} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8077 2025.03.18 03:52:05.695728 [ 5 ] {42de33d6-826b-4e5a-8972-cfe2d914bb04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8078 2025.03.18 03:52:05.696345 [ 5 ] {42de33d6-826b-4e5a-8972-cfe2d914bb04} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8079 2025.03.18 03:52:05.696635 [ 5 ] {42de33d6-826b-4e5a-8972-cfe2d914bb04} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8080 2025.03.18 03:52:05.696893 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1537 rows, containing 5 columns (5 merged, 0 gathered) in 0.007444082 sec., 206472.73901603985 rows/sec., 16.45 MiB/sec.
8081 2025.03.18 03:52:05.696946 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
8082 2025.03.18 03:52:05.697021 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8083 2025.03.18 03:52:05.697082 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8084 2025.03.18 03:52:05.697088 [ 5 ] {42de33d6-826b-4e5a-8972-cfe2d914bb04} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006782 sec., 23591.860808021233 rows/sec., 1.64 MiB/sec.
8085 2025.03.18 03:52:05.697138 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
8086 2025.03.18 03:52:05.697414 [ 5 ] {42de33d6-826b-4e5a-8972-cfe2d914bb04} <Debug> TCPHandler: Processed in 0.007463492 sec.
8087 2025.03.18 03:52:05.697431 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
8088 2025.03.18 03:52:05.697595 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8089 2025.03.18 03:52:05.697630 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8090 2025.03.18 03:52:05.697669 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 22425 rows starting from the beginning of the part
8091 2025.03.18 03:52:05.697766 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_86_17} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8092 2025.03.18 03:52:05.697831 [ 5 ] {c8d7cc6a-5e9b-4d88-89a4-89a38beec153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8093 2025.03.18 03:52:05.697943 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
8094 2025.03.18 03:52:05.698045 [ 5 ] {c8d7cc6a-5e9b-4d88-89a4-89a38beec153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8095 2025.03.18 03:52:05.698219 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_86_17} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
8096 2025.03.18 03:52:05.698526 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part
8097 2025.03.18 03:52:05.698642 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB.
8098 2025.03.18 03:52:05.698979 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 944 rows starting from the beginning of the part
8099 2025.03.18 03:52:05.699326 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 106 rows starting from the beginning of the part
8100 2025.03.18 03:52:05.699627 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part
8101 2025.03.18 03:52:05.700394 [ 5 ] {c8d7cc6a-5e9b-4d88-89a4-89a38beec153} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8102 2025.03.18 03:52:05.700443 [ 5 ] {c8d7cc6a-5e9b-4d88-89a4-89a38beec153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8103 2025.03.18 03:52:05.700985 [ 5 ] {c8d7cc6a-5e9b-4d88-89a4-89a38beec153} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8104 2025.03.18 03:52:05.701442 [ 5 ] {c8d7cc6a-5e9b-4d88-89a4-89a38beec153} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8105 2025.03.18 03:52:05.701653 [ 35 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
8106 2025.03.18 03:52:05.701740 [ 35 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8107 2025.03.18 03:52:05.701798 [ 5 ] {c8d7cc6a-5e9b-4d88-89a4-89a38beec153} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004069 sec., 14745.637748832638 rows/sec., 1017.60 KiB/sec.
8108 2025.03.18 03:52:05.701822 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB.
8109 2025.03.18 03:52:05.702164 [ 5 ] {c8d7cc6a-5e9b-4d88-89a4-89a38beec153} <Debug> TCPHandler: Processed in 0.004640289 sec.
8110 2025.03.18 03:52:05.702492 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
8111 2025.03.18 03:52:05.703192 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8112 2025.03.18 03:52:05.703339 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4188 rows starting from the beginning of the part
8113 2025.03.18 03:52:05.703932 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
8114 2025.03.18 03:52:05.704671 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
8115 2025.03.18 03:52:05.704866 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 20 rows starting from the beginning of the part
8116 2025.03.18 03:52:05.705141 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 40 rows starting from the beginning of the part
8117 2025.03.18 03:52:05.705337 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part
8118 2025.03.18 03:52:05.708652 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4428 rows, containing 4 columns (4 merged, 0 gathered) in 0.006614969 sec., 669390.892081278 rows/sec., 45.11 MiB/sec.
8119 2025.03.18 03:52:05.708840 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23955 rows, containing 5 columns (5 merged, 0 gathered) in 0.011639564 sec., 2058066.7798209623 rows/sec., 141.02 MiB/sec.
8120 2025.03.18 03:52:05.709177 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
8121 2025.03.18 03:52:05.709546 [ 196 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_86_17} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8122 2025.03.18 03:52:05.709683 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
8123 2025.03.18 03:52:05.709695 [ 196 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_86_17} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
8124 2025.03.18 03:52:05.709821 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB.
8125 2025.03.18 03:52:05.710061 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8126 2025.03.18 03:52:05.710145 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
8127 2025.03.18 03:52:05.710237 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
8128 2025.03.18 03:52:08.742638 [ 30 ] {} <Debug> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
8129 2025.03.18 03:52:08.742725 [ 30 ] {} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8130 2025.03.18 03:52:08.742753 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8131 2025.03.18 03:52:08.742960 [ 201 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
8132 2025.03.18 03:52:08.743296 [ 201 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8133 2025.03.18 03:52:08.743340 [ 201 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 253 rows starting from the beginning of the part
8134 2025.03.18 03:52:08.743435 [ 201 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
8135 2025.03.18 03:52:08.743553 [ 201 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
8136 2025.03.18 03:52:08.743824 [ 201 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
8137 2025.03.18 03:52:08.743943 [ 201 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
8138 2025.03.18 03:52:08.745386 [ 200 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1261 rows, containing 5 columns (5 merged, 0 gathered) in 0.002559699 sec., 492636.04822285747 rows/sec., 35.95 MiB/sec.
8139 2025.03.18 03:52:08.745553 [ 201 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
8140 2025.03.18 03:52:08.745832 [ 201 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_13_3} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8141 2025.03.18 03:52:08.745913 [ 201 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_13_3} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
8142 2025.03.18 03:52:08.745990 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
8143 2025.03.18 03:52:09.212468 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache
8144 2025.03.18 03:52:09.212525 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache
8145 2025.03.18 03:52:09.377078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851
8146 2025.03.18 03:52:09.377748 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8147 2025.03.18 03:52:09.377793 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8148 2025.03.18 03:52:09.378313 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8149 2025.03.18 03:52:09.378566 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8150 2025.03.18 03:52:09.378825 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851
8151 2025.03.18 03:52:09.490992 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1106
8152 2025.03.18 03:52:09.494202 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8153 2025.03.18 03:52:09.494245 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8154 2025.03.18 03:52:09.495762 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8155 2025.03.18 03:52:09.496082 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8156 2025.03.18 03:52:09.497456 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1106
8157 2025.03.18 03:52:10.685290 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8158 2025.03.18 03:52:10.685499 [ 5 ] {01fe3df7-8e09-45b5-92b6-85fadbb8293e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8159 2025.03.18 03:52:10.685579 [ 5 ] {01fe3df7-8e09-45b5-92b6-85fadbb8293e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8160 2025.03.18 03:52:10.686468 [ 5 ] {01fe3df7-8e09-45b5-92b6-85fadbb8293e} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8161 2025.03.18 03:52:10.686520 [ 5 ] {01fe3df7-8e09-45b5-92b6-85fadbb8293e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8162 2025.03.18 03:52:10.686964 [ 5 ] {01fe3df7-8e09-45b5-92b6-85fadbb8293e} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
8163 2025.03.18 03:52:10.687216 [ 5 ] {01fe3df7-8e09-45b5-92b6-85fadbb8293e} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8164 2025.03.18 03:52:10.687455 [ 5 ] {01fe3df7-8e09-45b5-92b6-85fadbb8293e} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.002009 sec., 66699.8506719761 rows/sec., 5.75 MiB/sec.
8165 2025.03.18 03:52:10.687559 [ 5 ] {01fe3df7-8e09-45b5-92b6-85fadbb8293e} <Debug> TCPHandler: Processed in 0.002413187 sec.
8166 2025.03.18 03:52:10.687726 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8167 2025.03.18 03:52:10.688005 [ 5 ] {312cba9a-5f36-4fd3-b44a-773b0ac9eba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8168 2025.03.18 03:52:10.688093 [ 5 ] {312cba9a-5f36-4fd3-b44a-773b0ac9eba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8169 2025.03.18 03:52:10.688668 [ 5 ] {312cba9a-5f36-4fd3-b44a-773b0ac9eba9} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8170 2025.03.18 03:52:10.688707 [ 5 ] {312cba9a-5f36-4fd3-b44a-773b0ac9eba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8171 2025.03.18 03:52:10.689060 [ 5 ] {312cba9a-5f36-4fd3-b44a-773b0ac9eba9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8172 2025.03.18 03:52:10.689295 [ 5 ] {312cba9a-5f36-4fd3-b44a-773b0ac9eba9} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8173 2025.03.18 03:52:10.689551 [ 5 ] {312cba9a-5f36-4fd3-b44a-773b0ac9eba9} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001647 sec., 23679.41712204007 rows/sec., 1.74 MiB/sec.
8174 2025.03.18 03:52:10.689682 [ 5 ] {312cba9a-5f36-4fd3-b44a-773b0ac9eba9} <Debug> TCPHandler: Processed in 0.00204864 sec.
8175 2025.03.18 03:52:10.689969 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8176 2025.03.18 03:52:10.690088 [ 5 ] {1a9b3fa0-21c4-41ae-9ec7-35f8d322a041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8177 2025.03.18 03:52:10.690135 [ 5 ] {1a9b3fa0-21c4-41ae-9ec7-35f8d322a041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8178 2025.03.18 03:52:10.690706 [ 5 ] {1a9b3fa0-21c4-41ae-9ec7-35f8d322a041} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8179 2025.03.18 03:52:10.690745 [ 5 ] {1a9b3fa0-21c4-41ae-9ec7-35f8d322a041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8180 2025.03.18 03:52:10.691104 [ 5 ] {1a9b3fa0-21c4-41ae-9ec7-35f8d322a041} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
8181 2025.03.18 03:52:10.691342 [ 5 ] {1a9b3fa0-21c4-41ae-9ec7-35f8d322a041} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8182 2025.03.18 03:52:10.691541 [ 5 ] {1a9b3fa0-21c4-41ae-9ec7-35f8d322a041} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001475 sec., 69830.50847457627 rows/sec., 5.45 MiB/sec.
8183 2025.03.18 03:52:10.691592 [ 5 ] {1a9b3fa0-21c4-41ae-9ec7-35f8d322a041} <Debug> TCPHandler: Processed in 0.001719675 sec.
8184 2025.03.18 03:52:10.691708 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8185 2025.03.18 03:52:10.691813 [ 5 ] {ced83ebf-4527-44be-b70e-0dfbfddac9d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8186 2025.03.18 03:52:10.691862 [ 5 ] {ced83ebf-4527-44be-b70e-0dfbfddac9d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8187 2025.03.18 03:52:10.692381 [ 5 ] {ced83ebf-4527-44be-b70e-0dfbfddac9d7} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8188 2025.03.18 03:52:10.692421 [ 5 ] {ced83ebf-4527-44be-b70e-0dfbfddac9d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8189 2025.03.18 03:52:10.692801 [ 5 ] {ced83ebf-4527-44be-b70e-0dfbfddac9d7} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
8190 2025.03.18 03:52:10.693036 [ 5 ] {ced83ebf-4527-44be-b70e-0dfbfddac9d7} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8191 2025.03.18 03:52:10.693266 [ 5 ] {ced83ebf-4527-44be-b70e-0dfbfddac9d7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00147 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec.
8192 2025.03.18 03:52:10.693336 [ 5 ] {ced83ebf-4527-44be-b70e-0dfbfddac9d7} <Debug> TCPHandler: Processed in 0.001680675 sec.
8193 2025.03.18 03:52:10.693567 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8194 2025.03.18 03:52:10.693819 [ 5 ] {725445e8-345d-4fae-a3ba-df453167d841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8195 2025.03.18 03:52:10.693918 [ 5 ] {725445e8-345d-4fae-a3ba-df453167d841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8196 2025.03.18 03:52:10.695091 [ 5 ] {725445e8-345d-4fae-a3ba-df453167d841} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8197 2025.03.18 03:52:10.695130 [ 5 ] {725445e8-345d-4fae-a3ba-df453167d841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8198 2025.03.18 03:52:10.695787 [ 5 ] {725445e8-345d-4fae-a3ba-df453167d841} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8199 2025.03.18 03:52:10.696041 [ 5 ] {725445e8-345d-4fae-a3ba-df453167d841} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8200 2025.03.18 03:52:10.696276 [ 5 ] {725445e8-345d-4fae-a3ba-df453167d841} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002558 sec., 15246.286161063332 rows/sec., 27.32 MiB/sec.
8201 2025.03.18 03:52:10.696368 [ 5 ] {725445e8-345d-4fae-a3ba-df453167d841} <Debug> TCPHandler: Processed in 0.002899363 sec.
8202 2025.03.18 03:52:10.696495 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8203 2025.03.18 03:52:10.696601 [ 5 ] {7923d8a5-4011-4f10-b23f-f3f10011e265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8204 2025.03.18 03:52:10.696648 [ 5 ] {7923d8a5-4011-4f10-b23f-f3f10011e265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8205 2025.03.18 03:52:10.697090 [ 5 ] {7923d8a5-4011-4f10-b23f-f3f10011e265} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8206 2025.03.18 03:52:10.697129 [ 5 ] {7923d8a5-4011-4f10-b23f-f3f10011e265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8207 2025.03.18 03:52:10.697481 [ 5 ] {7923d8a5-4011-4f10-b23f-f3f10011e265} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
8208 2025.03.18 03:52:10.697714 [ 5 ] {7923d8a5-4011-4f10-b23f-f3f10011e265} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8209 2025.03.18 03:52:10.697924 [ 5 ] {7923d8a5-4011-4f10-b23f-f3f10011e265} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001345 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec.
8210 2025.03.18 03:52:10.697973 [ 5 ] {7923d8a5-4011-4f10-b23f-f3f10011e265} <Debug> TCPHandler: Processed in 0.001528993 sec.
8211 2025.03.18 03:52:11.017594 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
8212 2025.03.18 03:52:11.037831 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8213 2025.03.18 03:52:11.037907 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8214 2025.03.18 03:52:11.044851 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8215 2025.03.18 03:52:11.045593 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8216 2025.03.18 03:52:11.048259 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
8217 2025.03.18 03:52:15.682525 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8218 2025.03.18 03:52:15.682731 [ 5 ] {829af5af-a5ae-47a6-bf27-16884e6d8998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8219 2025.03.18 03:52:15.682842 [ 5 ] {829af5af-a5ae-47a6-bf27-16884e6d8998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8220 2025.03.18 03:52:15.683694 [ 5 ] {829af5af-a5ae-47a6-bf27-16884e6d8998} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8221 2025.03.18 03:52:15.683744 [ 5 ] {829af5af-a5ae-47a6-bf27-16884e6d8998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8222 2025.03.18 03:52:15.684188 [ 5 ] {829af5af-a5ae-47a6-bf27-16884e6d8998} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
8223 2025.03.18 03:52:15.684449 [ 5 ] {829af5af-a5ae-47a6-bf27-16884e6d8998} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8224 2025.03.18 03:52:15.684677 [ 5 ] {829af5af-a5ae-47a6-bf27-16884e6d8998} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001997 sec., 28042.063094641962 rows/sec., 2.15 MiB/sec.
8225 2025.03.18 03:52:15.684738 [ 5 ] {829af5af-a5ae-47a6-bf27-16884e6d8998} <Debug> TCPHandler: Processed in 0.002345025 sec.
8226 2025.03.18 03:52:15.684888 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8227 2025.03.18 03:52:15.684996 [ 5 ] {495e7187-41d0-4db0-b5a5-42a99ae68b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8228 2025.03.18 03:52:15.685043 [ 5 ] {495e7187-41d0-4db0-b5a5-42a99ae68b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8229 2025.03.18 03:52:15.685652 [ 5 ] {495e7187-41d0-4db0-b5a5-42a99ae68b62} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8230 2025.03.18 03:52:15.685699 [ 5 ] {495e7187-41d0-4db0-b5a5-42a99ae68b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8231 2025.03.18 03:52:15.686123 [ 5 ] {495e7187-41d0-4db0-b5a5-42a99ae68b62} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
8232 2025.03.18 03:52:15.686373 [ 5 ] {495e7187-41d0-4db0-b5a5-42a99ae68b62} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8233 2025.03.18 03:52:15.686582 [ 5 ] {495e7187-41d0-4db0-b5a5-42a99ae68b62} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001605 sec., 39875.38940809968 rows/sec., 3.11 MiB/sec.
8234 2025.03.18 03:52:15.686635 [ 5 ] {495e7187-41d0-4db0-b5a5-42a99ae68b62} <Debug> TCPHandler: Processed in 0.001798207 sec.
8235 2025.03.18 03:52:15.686755 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8236 2025.03.18 03:52:15.686861 [ 5 ] {0b54346f-e266-43bc-b5b6-d404c515e22a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8237 2025.03.18 03:52:15.686910 [ 5 ] {0b54346f-e266-43bc-b5b6-d404c515e22a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8238 2025.03.18 03:52:15.687444 [ 5 ] {0b54346f-e266-43bc-b5b6-d404c515e22a} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8239 2025.03.18 03:52:15.687482 [ 5 ] {0b54346f-e266-43bc-b5b6-d404c515e22a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8240 2025.03.18 03:52:15.687865 [ 5 ] {0b54346f-e266-43bc-b5b6-d404c515e22a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
8241 2025.03.18 03:52:15.688117 [ 5 ] {0b54346f-e266-43bc-b5b6-d404c515e22a} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8242 2025.03.18 03:52:15.688343 [ 5 ] {0b54346f-e266-43bc-b5b6-d404c515e22a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001504 sec., 106382.97872340426 rows/sec., 7.41 MiB/sec.
8243 2025.03.18 03:52:15.688398 [ 5 ] {0b54346f-e266-43bc-b5b6-d404c515e22a} <Debug> TCPHandler: Processed in 0.001693205 sec.
8244 2025.03.18 03:52:15.688531 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8245 2025.03.18 03:52:15.688668 [ 5 ] {442ff53f-cdd5-4a82-9ac1-918fc58917fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8246 2025.03.18 03:52:15.688725 [ 5 ] {442ff53f-cdd5-4a82-9ac1-918fc58917fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8247 2025.03.18 03:52:15.689212 [ 5 ] {442ff53f-cdd5-4a82-9ac1-918fc58917fc} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8248 2025.03.18 03:52:15.689251 [ 5 ] {442ff53f-cdd5-4a82-9ac1-918fc58917fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8249 2025.03.18 03:52:15.689633 [ 5 ] {442ff53f-cdd5-4a82-9ac1-918fc58917fc} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
8250 2025.03.18 03:52:15.689870 [ 5 ] {442ff53f-cdd5-4a82-9ac1-918fc58917fc} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8251 2025.03.18 03:52:15.690075 [ 5 ] {442ff53f-cdd5-4a82-9ac1-918fc58917fc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec.
8252 2025.03.18 03:52:15.690125 [ 5 ] {442ff53f-cdd5-4a82-9ac1-918fc58917fc} <Debug> TCPHandler: Processed in 0.001657275 sec.
8253 2025.03.18 03:52:16.879030 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278
8254 2025.03.18 03:52:16.879655 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8255 2025.03.18 03:52:16.879697 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8256 2025.03.18 03:52:16.880218 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8257 2025.03.18 03:52:16.880478 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8258 2025.03.18 03:52:16.880707 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278
8259 2025.03.18 03:52:18.548413 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
8260 2025.03.18 03:52:18.567935 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8261 2025.03.18 03:52:18.567983 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8262 2025.03.18 03:52:18.575154 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
8263 2025.03.18 03:52:18.575904 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8264 2025.03.18 03:52:18.578434 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
8265 2025.03.18 03:52:19.497714 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1126
8266 2025.03.18 03:52:19.500507 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8267 2025.03.18 03:52:19.500557 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8268 2025.03.18 03:52:19.502045 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8269 2025.03.18 03:52:19.502349 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8270 2025.03.18 03:52:19.502924 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1126
8271 2025.03.18 03:52:20.685471 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8272 2025.03.18 03:52:20.685660 [ 5 ] {3a9b9eed-5827-4175-b493-6c8c8d1d938d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8273 2025.03.18 03:52:20.685732 [ 5 ] {3a9b9eed-5827-4175-b493-6c8c8d1d938d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8274 2025.03.18 03:52:20.686581 [ 5 ] {3a9b9eed-5827-4175-b493-6c8c8d1d938d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8275 2025.03.18 03:52:20.686630 [ 5 ] {3a9b9eed-5827-4175-b493-6c8c8d1d938d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8276 2025.03.18 03:52:20.687091 [ 5 ] {3a9b9eed-5827-4175-b493-6c8c8d1d938d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
8277 2025.03.18 03:52:20.687352 [ 5 ] {3a9b9eed-5827-4175-b493-6c8c8d1d938d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8278 2025.03.18 03:52:20.687580 [ 5 ] {3a9b9eed-5827-4175-b493-6c8c8d1d938d} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001967 sec., 68124.0467717336 rows/sec., 5.88 MiB/sec.
8279 2025.03.18 03:52:20.687699 [ 5 ] {3a9b9eed-5827-4175-b493-6c8c8d1d938d} <Debug> TCPHandler: Processed in 0.002360086 sec.
8280 2025.03.18 03:52:20.687867 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8281 2025.03.18 03:52:20.688149 [ 5 ] {c7b79da3-eb37-4100-aca1-1e5719123c52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8282 2025.03.18 03:52:20.688217 [ 5 ] {c7b79da3-eb37-4100-aca1-1e5719123c52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8283 2025.03.18 03:52:20.688787 [ 5 ] {c7b79da3-eb37-4100-aca1-1e5719123c52} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8284 2025.03.18 03:52:20.688828 [ 5 ] {c7b79da3-eb37-4100-aca1-1e5719123c52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8285 2025.03.18 03:52:20.689198 [ 5 ] {c7b79da3-eb37-4100-aca1-1e5719123c52} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8286 2025.03.18 03:52:20.689440 [ 5 ] {c7b79da3-eb37-4100-aca1-1e5719123c52} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8287 2025.03.18 03:52:20.689580 [ 130 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0
8288 2025.03.18 03:52:20.689628 [ 5 ] {c7b79da3-eb37-4100-aca1-1e5719123c52} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001586 sec., 24590.16393442623 rows/sec., 1.81 MiB/sec.
8289 2025.03.18 03:52:20.689633 [ 130 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8290 2025.03.18 03:52:20.689684 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8291 2025.03.18 03:52:20.689698 [ 5 ] {c7b79da3-eb37-4100-aca1-1e5719123c52} <Debug> TCPHandler: Processed in 0.001923029 sec.
8292 2025.03.18 03:52:20.689885 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8293 2025.03.18 03:52:20.689906 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full
8294 2025.03.18 03:52:20.690075 [ 5 ] {39be4630-5b7c-47c8-a031-bf276363e36d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8295 2025.03.18 03:52:20.690172 [ 5 ] {39be4630-5b7c-47c8-a031-bf276363e36d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8296 2025.03.18 03:52:20.690254 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8297 2025.03.18 03:52:20.690348 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 69 rows starting from the beginning of the part
8298 2025.03.18 03:52:20.690648 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 39 rows starting from the beginning of the part
8299 2025.03.18 03:52:20.691076 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 39 rows starting from the beginning of the part
8300 2025.03.18 03:52:20.691385 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 67 rows starting from the beginning of the part
8301 2025.03.18 03:52:20.691811 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 39 rows starting from the beginning of the part
8302 2025.03.18 03:52:20.692241 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 39 rows starting from the beginning of the part
8303 2025.03.18 03:52:20.693455 [ 5 ] {39be4630-5b7c-47c8-a031-bf276363e36d} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8304 2025.03.18 03:52:20.693529 [ 5 ] {39be4630-5b7c-47c8-a031-bf276363e36d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8305 2025.03.18 03:52:20.694549 [ 5 ] {39be4630-5b7c-47c8-a031-bf276363e36d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
8306 2025.03.18 03:52:20.695187 [ 5 ] {39be4630-5b7c-47c8-a031-bf276363e36d} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8307 2025.03.18 03:52:20.695239 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 5 columns (5 merged, 0 gathered) in 0.005475093 sec., 53332.42741264851 rows/sec., 4.11 MiB/sec.
8308 2025.03.18 03:52:20.695483 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary)
8309 2025.03.18 03:52:20.695524 [ 5 ] {39be4630-5b7c-47c8-a031-bf276363e36d} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.00555 sec., 18558.558558558558 rows/sec., 1.45 MiB/sec.
8310 2025.03.18 03:52:20.695648 [ 5 ] {39be4630-5b7c-47c8-a031-bf276363e36d} <Debug> TCPHandler: Processed in 0.005889058 sec.
8311 2025.03.18 03:52:20.695928 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8312 2025.03.18 03:52:20.696100 [ 5 ] {35d51042-e4e6-45c9-b889-9b72177f7d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8313 2025.03.18 03:52:20.696159 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_38_8} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8314 2025.03.18 03:52:20.696184 [ 5 ] {35d51042-e4e6-45c9-b889-9b72177f7d59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8315 2025.03.18 03:52:20.696429 [ 197 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_38_8} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8
8316 2025.03.18 03:52:20.696659 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
8317 2025.03.18 03:52:20.697103 [ 5 ] {35d51042-e4e6-45c9-b889-9b72177f7d59} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8318 2025.03.18 03:52:20.697145 [ 5 ] {35d51042-e4e6-45c9-b889-9b72177f7d59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8319 2025.03.18 03:52:20.697538 [ 5 ] {35d51042-e4e6-45c9-b889-9b72177f7d59} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
8320 2025.03.18 03:52:20.697775 [ 5 ] {35d51042-e4e6-45c9-b889-9b72177f7d59} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8321 2025.03.18 03:52:20.697952 [ 5 ] {35d51042-e4e6-45c9-b889-9b72177f7d59} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001891 sec., 84611.31676361713 rows/sec., 5.89 MiB/sec.
8322 2025.03.18 03:52:20.698005 [ 5 ] {35d51042-e4e6-45c9-b889-9b72177f7d59} <Debug> TCPHandler: Processed in 0.002157673 sec.
8323 2025.03.18 03:52:20.698111 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8324 2025.03.18 03:52:20.698214 [ 5 ] {d9bdda27-34d1-4758-94c6-2097ea295134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8325 2025.03.18 03:52:20.698278 [ 5 ] {d9bdda27-34d1-4758-94c6-2097ea295134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8326 2025.03.18 03:52:20.699418 [ 5 ] {d9bdda27-34d1-4758-94c6-2097ea295134} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8327 2025.03.18 03:52:20.699454 [ 5 ] {d9bdda27-34d1-4758-94c6-2097ea295134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8328 2025.03.18 03:52:20.700099 [ 5 ] {d9bdda27-34d1-4758-94c6-2097ea295134} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8329 2025.03.18 03:52:20.700362 [ 5 ] {d9bdda27-34d1-4758-94c6-2097ea295134} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8330 2025.03.18 03:52:20.700563 [ 5 ] {d9bdda27-34d1-4758-94c6-2097ea295134} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002372 sec., 16441.821247892076 rows/sec., 29.46 MiB/sec.
8331 2025.03.18 03:52:20.700653 [ 5 ] {d9bdda27-34d1-4758-94c6-2097ea295134} <Debug> TCPHandler: Processed in 0.002592169 sec.
8332 2025.03.18 03:52:20.700799 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8333 2025.03.18 03:52:20.700931 [ 5 ] {5f3a5565-e3bb-41e5-9d4c-0005f0abbdbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8334 2025.03.18 03:52:20.700988 [ 5 ] {5f3a5565-e3bb-41e5-9d4c-0005f0abbdbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8335 2025.03.18 03:52:20.701461 [ 5 ] {5f3a5565-e3bb-41e5-9d4c-0005f0abbdbc} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8336 2025.03.18 03:52:20.701499 [ 5 ] {5f3a5565-e3bb-41e5-9d4c-0005f0abbdbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8337 2025.03.18 03:52:20.701867 [ 5 ] {5f3a5565-e3bb-41e5-9d4c-0005f0abbdbc} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
8338 2025.03.18 03:52:20.702114 [ 5 ] {5f3a5565-e3bb-41e5-9d4c-0005f0abbdbc} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8339 2025.03.18 03:52:20.702313 [ 5 ] {5f3a5565-e3bb-41e5-9d4c-0005f0abbdbc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001408 sec., 42613.63636363637 rows/sec., 2.87 MiB/sec.
8340 2025.03.18 03:52:20.702402 [ 5 ] {5f3a5565-e3bb-41e5-9d4c-0005f0abbdbc} <Debug> TCPHandler: Processed in 0.001664505 sec.
8341 2025.03.18 03:52:24.212772 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache
8342 2025.03.18 03:52:24.212874 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache
8343 2025.03.18 03:52:24.380942 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766
8344 2025.03.18 03:52:24.381739 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8345 2025.03.18 03:52:24.381790 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8346 2025.03.18 03:52:24.382312 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8347 2025.03.18 03:52:24.382565 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8348 2025.03.18 03:52:24.382819 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766
8349 2025.03.18 03:52:25.682401 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8350 2025.03.18 03:52:25.682619 [ 5 ] {9463ae2c-1558-41f7-b71d-a032d1917796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8351 2025.03.18 03:52:25.682700 [ 5 ] {9463ae2c-1558-41f7-b71d-a032d1917796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8352 2025.03.18 03:52:25.683538 [ 5 ] {9463ae2c-1558-41f7-b71d-a032d1917796} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8353 2025.03.18 03:52:25.683593 [ 5 ] {9463ae2c-1558-41f7-b71d-a032d1917796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8354 2025.03.18 03:52:25.684038 [ 5 ] {9463ae2c-1558-41f7-b71d-a032d1917796} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
8355 2025.03.18 03:52:25.684301 [ 5 ] {9463ae2c-1558-41f7-b71d-a032d1917796} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8356 2025.03.18 03:52:25.684539 [ 5 ] {9463ae2c-1558-41f7-b71d-a032d1917796} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001974 sec., 28368.794326241135 rows/sec., 2.18 MiB/sec.
8357 2025.03.18 03:52:25.684637 [ 5 ] {9463ae2c-1558-41f7-b71d-a032d1917796} <Debug> TCPHandler: Processed in 0.002373466 sec.
8358 2025.03.18 03:52:25.684811 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8359 2025.03.18 03:52:25.685095 [ 5 ] {83314617-4b03-4214-bfe1-e1d190ae83c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8360 2025.03.18 03:52:25.685152 [ 5 ] {83314617-4b03-4214-bfe1-e1d190ae83c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8361 2025.03.18 03:52:25.685742 [ 5 ] {83314617-4b03-4214-bfe1-e1d190ae83c9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8362 2025.03.18 03:52:25.685782 [ 5 ] {83314617-4b03-4214-bfe1-e1d190ae83c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8363 2025.03.18 03:52:25.686137 [ 5 ] {83314617-4b03-4214-bfe1-e1d190ae83c9} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
8364 2025.03.18 03:52:25.686376 [ 5 ] {83314617-4b03-4214-bfe1-e1d190ae83c9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8365 2025.03.18 03:52:25.686584 [ 5 ] {83314617-4b03-4214-bfe1-e1d190ae83c9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001566 sec., 40868.45466155811 rows/sec., 3.19 MiB/sec.
8366 2025.03.18 03:52:25.686637 [ 5 ] {83314617-4b03-4214-bfe1-e1d190ae83c9} <Debug> TCPHandler: Processed in 0.001917879 sec.
8367 2025.03.18 03:52:25.686751 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8368 2025.03.18 03:52:25.686866 [ 5 ] {58aa8f10-0b4c-44d4-887e-dce05aa9b0ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8369 2025.03.18 03:52:25.686916 [ 5 ] {58aa8f10-0b4c-44d4-887e-dce05aa9b0ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8370 2025.03.18 03:52:25.687448 [ 5 ] {58aa8f10-0b4c-44d4-887e-dce05aa9b0ad} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8371 2025.03.18 03:52:25.687488 [ 5 ] {58aa8f10-0b4c-44d4-887e-dce05aa9b0ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8372 2025.03.18 03:52:25.687876 [ 5 ] {58aa8f10-0b4c-44d4-887e-dce05aa9b0ad} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
8373 2025.03.18 03:52:25.688109 [ 5 ] {58aa8f10-0b4c-44d4-887e-dce05aa9b0ad} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8374 2025.03.18 03:52:25.688319 [ 5 ] {58aa8f10-0b4c-44d4-887e-dce05aa9b0ad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001476 sec., 108401.0840108401 rows/sec., 7.55 MiB/sec.
8375 2025.03.18 03:52:25.688371 [ 5 ] {58aa8f10-0b4c-44d4-887e-dce05aa9b0ad} <Debug> TCPHandler: Processed in 0.001673955 sec.
8376 2025.03.18 03:52:25.688474 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8377 2025.03.18 03:52:25.688574 [ 5 ] {468d987a-26e3-4697-9ad0-9b28d0b65381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8378 2025.03.18 03:52:25.688621 [ 5 ] {468d987a-26e3-4697-9ad0-9b28d0b65381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8379 2025.03.18 03:52:25.689054 [ 5 ] {468d987a-26e3-4697-9ad0-9b28d0b65381} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8380 2025.03.18 03:52:25.689093 [ 5 ] {468d987a-26e3-4697-9ad0-9b28d0b65381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8381 2025.03.18 03:52:25.689455 [ 5 ] {468d987a-26e3-4697-9ad0-9b28d0b65381} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
8382 2025.03.18 03:52:25.689686 [ 5 ] {468d987a-26e3-4697-9ad0-9b28d0b65381} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8383 2025.03.18 03:52:25.689888 [ 5 ] {468d987a-26e3-4697-9ad0-9b28d0b65381} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001336 sec., 44910.17964071856 rows/sec., 3.03 MiB/sec.
8384 2025.03.18 03:52:25.689936 [ 5 ] {468d987a-26e3-4697-9ad0-9b28d0b65381} <Debug> TCPHandler: Processed in 0.001511752 sec.
8385 2025.03.18 03:52:26.078599 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
8386 2025.03.18 03:52:26.098861 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8387 2025.03.18 03:52:26.098913 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8388 2025.03.18 03:52:26.106256 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
8389 2025.03.18 03:52:26.107047 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8390 2025.03.18 03:52:26.109679 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
8391 2025.03.18 03:52:27.163799 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8392 2025.03.18 03:52:27.164014 [ 5 ] {13c3e787-e19c-4953-a660-e6c0a51abadc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8393 2025.03.18 03:52:27.164097 [ 5 ] {13c3e787-e19c-4953-a660-e6c0a51abadc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8394 2025.03.18 03:52:27.164878 [ 5 ] {13c3e787-e19c-4953-a660-e6c0a51abadc} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8395 2025.03.18 03:52:27.164932 [ 5 ] {13c3e787-e19c-4953-a660-e6c0a51abadc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8396 2025.03.18 03:52:27.165376 [ 5 ] {13c3e787-e19c-4953-a660-e6c0a51abadc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
8397 2025.03.18 03:52:27.165641 [ 5 ] {13c3e787-e19c-4953-a660-e6c0a51abadc} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8398 2025.03.18 03:52:27.165825 [ 104 ] {} <Debug> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
8399 2025.03.18 03:52:27.165905 [ 5 ] {13c3e787-e19c-4953-a660-e6c0a51abadc} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001945 sec., 12339.331619537275 rows/sec., 1.02 MiB/sec.
8400 2025.03.18 03:52:27.165912 [ 104 ] {} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8401 2025.03.18 03:52:27.165992 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8402 2025.03.18 03:52:27.166050 [ 5 ] {13c3e787-e19c-4953-a660-e6c0a51abadc} <Debug> TCPHandler: Processed in 0.002395887 sec.
8403 2025.03.18 03:52:27.166340 [ 201 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
8404 2025.03.18 03:52:27.166373 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8405 2025.03.18 03:52:27.166661 [ 5 ] {c8664767-fd4d-4c82-99e9-d12d78fd15b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8406 2025.03.18 03:52:27.166677 [ 201 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8407 2025.03.18 03:52:27.166720 [ 201 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
8408 2025.03.18 03:52:27.166726 [ 5 ] {c8664767-fd4d-4c82-99e9-d12d78fd15b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8409 2025.03.18 03:52:27.166904 [ 201 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
8410 2025.03.18 03:52:27.167317 [ 201 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
8411 2025.03.18 03:52:27.167786 [ 201 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
8412 2025.03.18 03:52:27.168148 [ 201 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
8413 2025.03.18 03:52:27.169243 [ 5 ] {c8664767-fd4d-4c82-99e9-d12d78fd15b7} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8414 2025.03.18 03:52:27.169297 [ 5 ] {c8664767-fd4d-4c82-99e9-d12d78fd15b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8415 2025.03.18 03:52:27.169894 [ 5 ] {c8664767-fd4d-4c82-99e9-d12d78fd15b7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
8416 2025.03.18 03:52:27.169974 [ 197 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.003867618 sec., 31026.84908385471 rows/sec., 2.69 MiB/sec.
8417 2025.03.18 03:52:27.170287 [ 197 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
8418 2025.03.18 03:52:27.170333 [ 5 ] {c8664767-fd4d-4c82-99e9-d12d78fd15b7} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8419 2025.03.18 03:52:27.170879 [ 5 ] {c8664767-fd4d-4c82-99e9-d12d78fd15b7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004272 sec., 468.1647940074907 rows/sec., 38.18 KiB/sec.
8420 2025.03.18 03:52:27.171130 [ 198 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_13_3} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8421 2025.03.18 03:52:27.171270 [ 5 ] {c8664767-fd4d-4c82-99e9-d12d78fd15b7} <Debug> TCPHandler: Processed in 0.005006245 sec.
8422 2025.03.18 03:52:27.171474 [ 198 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_13_3} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
8423 2025.03.18 03:52:27.171517 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8424 2025.03.18 03:52:27.171572 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
8425 2025.03.18 03:52:27.171643 [ 5 ] {5f30965a-8e7c-4ddf-aa79-7a9c1eea4aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8426 2025.03.18 03:52:27.171688 [ 5 ] {5f30965a-8e7c-4ddf-aa79-7a9c1eea4aad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8427 2025.03.18 03:52:27.172802 [ 5 ] {5f30965a-8e7c-4ddf-aa79-7a9c1eea4aad} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8428 2025.03.18 03:52:27.172840 [ 5 ] {5f30965a-8e7c-4ddf-aa79-7a9c1eea4aad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8429 2025.03.18 03:52:27.173282 [ 5 ] {5f30965a-8e7c-4ddf-aa79-7a9c1eea4aad} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
8430 2025.03.18 03:52:27.173534 [ 5 ] {5f30965a-8e7c-4ddf-aa79-7a9c1eea4aad} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8431 2025.03.18 03:52:27.173694 [ 104 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
8432 2025.03.18 03:52:27.173750 [ 104 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8433 2025.03.18 03:52:27.173777 [ 5 ] {5f30965a-8e7c-4ddf-aa79-7a9c1eea4aad} <Debug> executeQuery: Read 1395 rows, 119.93 KiB in 0.002151 sec., 648535.5648535565 rows/sec., 54.45 MiB/sec.
8434 2025.03.18 03:52:27.173790 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8435 2025.03.18 03:52:27.173924 [ 5 ] {5f30965a-8e7c-4ddf-aa79-7a9c1eea4aad} <Debug> TCPHandler: Processed in 0.002454597 sec.
8436 2025.03.18 03:52:27.174040 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
8437 2025.03.18 03:52:27.174104 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8438 2025.03.18 03:52:27.174312 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8439 2025.03.18 03:52:27.174322 [ 5 ] {93491f2f-8968-49da-8cfa-e24c803ee527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8440 2025.03.18 03:52:27.174377 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1404 rows starting from the beginning of the part
8441 2025.03.18 03:52:27.174418 [ 5 ] {93491f2f-8968-49da-8cfa-e24c803ee527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8442 2025.03.18 03:52:27.174704 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 134 rows starting from the beginning of the part
8443 2025.03.18 03:52:27.175012 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 56 rows starting from the beginning of the part
8444 2025.03.18 03:52:27.175312 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 134 rows starting from the beginning of the part
8445 2025.03.18 03:52:27.175680 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part
8446 2025.03.18 03:52:27.175974 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1395 rows starting from the beginning of the part
8447 2025.03.18 03:52:27.177332 [ 5 ] {93491f2f-8968-49da-8cfa-e24c803ee527} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8448 2025.03.18 03:52:27.177385 [ 5 ] {93491f2f-8968-49da-8cfa-e24c803ee527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8449 2025.03.18 03:52:27.178438 [ 5 ] {93491f2f-8968-49da-8cfa-e24c803ee527} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8450 2025.03.18 03:52:27.178809 [ 5 ] {93491f2f-8968-49da-8cfa-e24c803ee527} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8451 2025.03.18 03:52:27.179017 [ 5 ] {93491f2f-8968-49da-8cfa-e24c803ee527} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.004781 sec., 11085.54695670362 rows/sec., 843.59 KiB/sec.
8452 2025.03.18 03:52:27.179084 [ 5 ] {93491f2f-8968-49da-8cfa-e24c803ee527} <Debug> TCPHandler: Processed in 0.005047296 sec.
8453 2025.03.18 03:52:27.179341 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8454 2025.03.18 03:52:27.179551 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3179 rows, containing 5 columns (5 merged, 0 gathered) in 0.005612644 sec., 566399.7217710584 rows/sec., 49.66 MiB/sec.
8455 2025.03.18 03:52:27.179571 [ 5 ] {6725321e-326d-4109-8557-d4b15dca7dc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8456 2025.03.18 03:52:27.179644 [ 5 ] {6725321e-326d-4109-8557-d4b15dca7dc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8457 2025.03.18 03:52:27.179892 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
8458 2025.03.18 03:52:27.180588 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_91_18} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8459 2025.03.18 03:52:27.180809 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_91_18} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
8460 2025.03.18 03:52:27.180952 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
8461 2025.03.18 03:52:27.181012 [ 5 ] {6725321e-326d-4109-8557-d4b15dca7dc6} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8462 2025.03.18 03:52:27.181056 [ 5 ] {6725321e-326d-4109-8557-d4b15dca7dc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8463 2025.03.18 03:52:27.181426 [ 5 ] {6725321e-326d-4109-8557-d4b15dca7dc6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
8464 2025.03.18 03:52:27.181664 [ 5 ] {6725321e-326d-4109-8557-d4b15dca7dc6} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8465 2025.03.18 03:52:27.181878 [ 5 ] {6725321e-326d-4109-8557-d4b15dca7dc6} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.002358 sec., 106870.22900763359 rows/sec., 7.39 MiB/sec.
8466 2025.03.18 03:52:27.182102 [ 5 ] {6725321e-326d-4109-8557-d4b15dca7dc6} <Debug> TCPHandler: Processed in 0.002862772 sec.
8467 2025.03.18 03:52:27.182221 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8468 2025.03.18 03:52:27.182323 [ 5 ] {209f43f9-9664-4c89-8f3b-929ca89c481c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8469 2025.03.18 03:52:27.182366 [ 5 ] {209f43f9-9664-4c89-8f3b-929ca89c481c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8470 2025.03.18 03:52:27.182900 [ 5 ] {209f43f9-9664-4c89-8f3b-929ca89c481c} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8471 2025.03.18 03:52:27.182938 [ 5 ] {209f43f9-9664-4c89-8f3b-929ca89c481c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8472 2025.03.18 03:52:27.183279 [ 5 ] {209f43f9-9664-4c89-8f3b-929ca89c481c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
8473 2025.03.18 03:52:27.183518 [ 5 ] {209f43f9-9664-4c89-8f3b-929ca89c481c} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8474 2025.03.18 03:52:27.183640 [ 154 ] {} <Debug> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
8475 2025.03.18 03:52:27.183691 [ 154 ] {} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8476 2025.03.18 03:52:27.183701 [ 5 ] {209f43f9-9664-4c89-8f3b-929ca89c481c} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001397 sec., 8589.835361488904 rows/sec., 671.08 KiB/sec.
8477 2025.03.18 03:52:27.183720 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8478 2025.03.18 03:52:27.183782 [ 5 ] {209f43f9-9664-4c89-8f3b-929ca89c481c} <Debug> TCPHandler: Processed in 0.001610244 sec.
8479 2025.03.18 03:52:27.183862 [ 194 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
8480 2025.03.18 03:52:27.183910 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8481 2025.03.18 03:52:27.183977 [ 194 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8482 2025.03.18 03:52:27.184022 [ 194 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
8483 2025.03.18 03:52:27.184028 [ 5 ] {655bc093-5c04-4fa1-9e10-a88ee8a3f7b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8484 2025.03.18 03:52:27.184095 [ 5 ] {655bc093-5c04-4fa1-9e10-a88ee8a3f7b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8485 2025.03.18 03:52:27.184255 [ 194 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
8486 2025.03.18 03:52:27.184654 [ 194 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
8487 2025.03.18 03:52:27.184932 [ 194 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
8488 2025.03.18 03:52:27.185346 [ 194 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
8489 2025.03.18 03:52:27.186483 [ 5 ] {655bc093-5c04-4fa1-9e10-a88ee8a3f7b4} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8490 2025.03.18 03:52:27.186527 [ 5 ] {655bc093-5c04-4fa1-9e10-a88ee8a3f7b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8491 2025.03.18 03:52:27.186772 [ 195 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.002971415 sec., 20192.39991721116 rows/sec., 1.62 MiB/sec.
8492 2025.03.18 03:52:27.187037 [ 192 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
8493 2025.03.18 03:52:27.187174 [ 5 ] {655bc093-5c04-4fa1-9e10-a88ee8a3f7b4} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
8494 2025.03.18 03:52:27.187601 [ 5 ] {655bc093-5c04-4fa1-9e10-a88ee8a3f7b4} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8495 2025.03.18 03:52:27.187616 [ 192 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_13_3} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8496 2025.03.18 03:52:27.187827 [ 192 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_13_3} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
8497 2025.03.18 03:52:27.187868 [ 154 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
8498 2025.03.18 03:52:27.187963 [ 154 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8499 2025.03.18 03:52:27.188054 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8500 2025.03.18 03:52:27.188053 [ 5 ] {655bc093-5c04-4fa1-9e10-a88ee8a3f7b4} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.004043 sec., 147662.62676230524 rows/sec., 11.10 MiB/sec.
8501 2025.03.18 03:52:27.188068 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8502 2025.03.18 03:52:27.188252 [ 5 ] {655bc093-5c04-4fa1-9e10-a88ee8a3f7b4} <Debug> TCPHandler: Processed in 0.004389556 sec.
8503 2025.03.18 03:52:27.188354 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
8504 2025.03.18 03:52:27.188413 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8505 2025.03.18 03:52:27.188497 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8506 2025.03.18 03:52:27.188572 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
8507 2025.03.18 03:52:27.188599 [ 5 ] {58cd9fa7-644a-48f2-bbf0-82bfbdadcf98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8508 2025.03.18 03:52:27.188753 [ 5 ] {58cd9fa7-644a-48f2-bbf0-82bfbdadcf98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8509 2025.03.18 03:52:27.188801 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 103 rows starting from the beginning of the part
8510 2025.03.18 03:52:27.189217 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 64 rows starting from the beginning of the part
8511 2025.03.18 03:52:27.189689 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 103 rows starting from the beginning of the part
8512 2025.03.18 03:52:27.190098 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part
8513 2025.03.18 03:52:27.190399 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 597 rows starting from the beginning of the part
8514 2025.03.18 03:52:27.191450 [ 5 ] {58cd9fa7-644a-48f2-bbf0-82bfbdadcf98} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8515 2025.03.18 03:52:27.191513 [ 5 ] {58cd9fa7-644a-48f2-bbf0-82bfbdadcf98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8516 2025.03.18 03:52:27.192631 [ 5 ] {58cd9fa7-644a-48f2-bbf0-82bfbdadcf98} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
8517 2025.03.18 03:52:27.193082 [ 5 ] {58cd9fa7-644a-48f2-bbf0-82bfbdadcf98} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8518 2025.03.18 03:52:27.193288 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1562 rows, containing 5 columns (5 merged, 0 gathered) in 0.005031606 sec., 310437.66145441437 rows/sec., 24.74 MiB/sec.
8519 2025.03.18 03:52:27.193420 [ 154 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
8520 2025.03.18 03:52:27.193514 [ 154 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8521 2025.03.18 03:52:27.193562 [ 5 ] {58cd9fa7-644a-48f2-bbf0-82bfbdadcf98} <Debug> executeQuery: Read 947 rows, 65.46 KiB in 0.005015 sec., 188833.4995014955 rows/sec., 12.75 MiB/sec.
8522 2025.03.18 03:52:27.193567 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8523 2025.03.18 03:52:27.193615 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
8524 2025.03.18 03:52:27.193862 [ 5 ] {58cd9fa7-644a-48f2-bbf0-82bfbdadcf98} <Debug> TCPHandler: Processed in 0.005491392 sec.
8525 2025.03.18 03:52:27.194169 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
8526 2025.03.18 03:52:27.194189 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8527 2025.03.18 03:52:27.194508 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_91_18} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8528 2025.03.18 03:52:27.194537 [ 5 ] {2f3572e0-8183-4a65-9080-372cbc795cc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8529 2025.03.18 03:52:27.194661 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8530 2025.03.18 03:52:27.194802 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_91_18} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
8531 2025.03.18 03:52:27.194871 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 23955 rows starting from the beginning of the part
8532 2025.03.18 03:52:27.194865 [ 5 ] {2f3572e0-8183-4a65-9080-372cbc795cc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8533 2025.03.18 03:52:27.195044 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
8534 2025.03.18 03:52:27.195440 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part
8535 2025.03.18 03:52:27.195874 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
8536 2025.03.18 03:52:27.196220 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
8537 2025.03.18 03:52:27.196553 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part
8538 2025.03.18 03:52:27.196942 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 947 rows starting from the beginning of the part
8539 2025.03.18 03:52:27.199639 [ 5 ] {2f3572e0-8183-4a65-9080-372cbc795cc9} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8540 2025.03.18 03:52:27.199714 [ 5 ] {2f3572e0-8183-4a65-9080-372cbc795cc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8541 2025.03.18 03:52:27.201485 [ 5 ] {2f3572e0-8183-4a65-9080-372cbc795cc9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
8542 2025.03.18 03:52:27.201767 [ 5 ] {2f3572e0-8183-4a65-9080-372cbc795cc9} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8543 2025.03.18 03:52:27.202478 [ 5 ] {2f3572e0-8183-4a65-9080-372cbc795cc9} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008089 sec., 4821.362343923847 rows/sec., 8.64 MiB/sec.
8544 2025.03.18 03:52:27.202583 [ 5 ] {2f3572e0-8183-4a65-9080-372cbc795cc9} <Debug> TCPHandler: Processed in 0.008479197 sec.
8545 2025.03.18 03:52:27.202703 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8546 2025.03.18 03:52:27.202841 [ 5 ] {a24fe51b-9f29-4011-8e19-0d063a87afb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8547 2025.03.18 03:52:27.202970 [ 5 ] {a24fe51b-9f29-4011-8e19-0d063a87afb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8548 2025.03.18 03:52:27.203467 [ 5 ] {a24fe51b-9f29-4011-8e19-0d063a87afb3} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8549 2025.03.18 03:52:27.203504 [ 5 ] {a24fe51b-9f29-4011-8e19-0d063a87afb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8550 2025.03.18 03:52:27.204028 [ 5 ] {a24fe51b-9f29-4011-8e19-0d063a87afb3} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
8551 2025.03.18 03:52:27.204464 [ 5 ] {a24fe51b-9f29-4011-8e19-0d063a87afb3} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8552 2025.03.18 03:52:27.204647 [ 154 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
8553 2025.03.18 03:52:27.204720 [ 154 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8554 2025.03.18 03:52:27.204760 [ 154 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8555 2025.03.18 03:52:27.204854 [ 5 ] {a24fe51b-9f29-4011-8e19-0d063a87afb3} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.002013 sec., 11922.503725782413 rows/sec., 822.78 KiB/sec.
8556 2025.03.18 03:52:27.205121 [ 5 ] {a24fe51b-9f29-4011-8e19-0d063a87afb3} <Debug> TCPHandler: Processed in 0.002466037 sec.
8557 2025.03.18 03:52:27.205136 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
8558 2025.03.18 03:52:27.205290 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8559 2025.03.18 03:52:27.205326 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4428 rows starting from the beginning of the part
8560 2025.03.18 03:52:27.205405 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part
8561 2025.03.18 03:52:27.205659 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
8562 2025.03.18 03:52:27.205849 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
8563 2025.03.18 03:52:27.206133 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
8564 2025.03.18 03:52:27.206306 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 24 rows starting from the beginning of the part
8565 2025.03.18 03:52:27.206991 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25542 rows, containing 5 columns (5 merged, 0 gathered) in 0.013238009 sec., 1929444.2238255013 rows/sec., 132.19 MiB/sec.
8566 2025.03.18 03:52:27.207366 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
8567 2025.03.18 03:52:27.208062 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8568 2025.03.18 03:52:27.208301 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
8569 2025.03.18 03:52:27.208461 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
8570 2025.03.18 03:52:27.209198 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4692 rows, containing 4 columns (4 merged, 0 gathered) in 0.004305485 sec., 1089772.6969203237 rows/sec., 73.44 MiB/sec.
8571 2025.03.18 03:52:27.209677 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
8572 2025.03.18 03:52:27.209980 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_91_18} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8573 2025.03.18 03:52:27.210068 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_91_18} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
8574 2025.03.18 03:52:27.210160 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB.
8575 2025.03.18 03:52:29.503227 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1166
8576 2025.03.18 03:52:29.506721 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8577 2025.03.18 03:52:29.506777 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8578 2025.03.18 03:52:29.508268 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8579 2025.03.18 03:52:29.508578 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8580 2025.03.18 03:52:29.509226 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1166
8581 2025.03.18 03:52:30.679551 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8582 2025.03.18 03:52:30.679766 [ 5 ] {8c057767-ade0-4e91-bbf1-a1d41ac7ec6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8583 2025.03.18 03:52:30.679850 [ 5 ] {8c057767-ade0-4e91-bbf1-a1d41ac7ec6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8584 2025.03.18 03:52:30.680738 [ 5 ] {8c057767-ade0-4e91-bbf1-a1d41ac7ec6f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8585 2025.03.18 03:52:30.680793 [ 5 ] {8c057767-ade0-4e91-bbf1-a1d41ac7ec6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8586 2025.03.18 03:52:30.681242 [ 5 ] {8c057767-ade0-4e91-bbf1-a1d41ac7ec6f} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
8587 2025.03.18 03:52:30.681502 [ 5 ] {8c057767-ade0-4e91-bbf1-a1d41ac7ec6f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8588 2025.03.18 03:52:30.681730 [ 5 ] {8c057767-ade0-4e91-bbf1-a1d41ac7ec6f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002023 sec., 27681.66089965398 rows/sec., 2.13 MiB/sec.
8589 2025.03.18 03:52:30.681797 [ 5 ] {8c057767-ade0-4e91-bbf1-a1d41ac7ec6f} <Debug> TCPHandler: Processed in 0.002393486 sec.
8590 2025.03.18 03:52:30.681926 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8591 2025.03.18 03:52:30.682039 [ 5 ] {5594e7db-02f4-428d-907b-553ad0c797ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8592 2025.03.18 03:52:30.682086 [ 5 ] {5594e7db-02f4-428d-907b-553ad0c797ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8593 2025.03.18 03:52:30.682634 [ 5 ] {5594e7db-02f4-428d-907b-553ad0c797ea} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8594 2025.03.18 03:52:30.682675 [ 5 ] {5594e7db-02f4-428d-907b-553ad0c797ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8595 2025.03.18 03:52:30.683034 [ 5 ] {5594e7db-02f4-428d-907b-553ad0c797ea} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
8596 2025.03.18 03:52:30.683277 [ 5 ] {5594e7db-02f4-428d-907b-553ad0c797ea} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8597 2025.03.18 03:52:30.683484 [ 5 ] {5594e7db-02f4-428d-907b-553ad0c797ea} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001472 sec., 43478.260869565216 rows/sec., 3.39 MiB/sec.
8598 2025.03.18 03:52:30.683535 [ 5 ] {5594e7db-02f4-428d-907b-553ad0c797ea} <Debug> TCPHandler: Processed in 0.001660885 sec.
8599 2025.03.18 03:52:30.683652 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8600 2025.03.18 03:52:30.683757 [ 5 ] {da450ad9-3798-4697-8e12-6e7b5caf410b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8601 2025.03.18 03:52:30.683806 [ 5 ] {da450ad9-3798-4697-8e12-6e7b5caf410b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8602 2025.03.18 03:52:30.684297 [ 5 ] {da450ad9-3798-4697-8e12-6e7b5caf410b} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8603 2025.03.18 03:52:30.684335 [ 5 ] {da450ad9-3798-4697-8e12-6e7b5caf410b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8604 2025.03.18 03:52:30.684724 [ 5 ] {da450ad9-3798-4697-8e12-6e7b5caf410b} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
8605 2025.03.18 03:52:30.684961 [ 5 ] {da450ad9-3798-4697-8e12-6e7b5caf410b} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8606 2025.03.18 03:52:30.685181 [ 5 ] {da450ad9-3798-4697-8e12-6e7b5caf410b} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001445 sec., 66435.98615916955 rows/sec., 4.63 MiB/sec.
8607 2025.03.18 03:52:30.685275 [ 5 ] {da450ad9-3798-4697-8e12-6e7b5caf410b} <Debug> TCPHandler: Processed in 0.001671505 sec.
8608 2025.03.18 03:52:30.685435 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8609 2025.03.18 03:52:30.685690 [ 5 ] {5a33a499-19e0-4808-9a2b-c5cd5857eaa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8610 2025.03.18 03:52:30.685752 [ 5 ] {5a33a499-19e0-4808-9a2b-c5cd5857eaa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8611 2025.03.18 03:52:30.686199 [ 5 ] {5a33a499-19e0-4808-9a2b-c5cd5857eaa5} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8612 2025.03.18 03:52:30.686237 [ 5 ] {5a33a499-19e0-4808-9a2b-c5cd5857eaa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8613 2025.03.18 03:52:30.686590 [ 5 ] {5a33a499-19e0-4808-9a2b-c5cd5857eaa5} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
8614 2025.03.18 03:52:30.686827 [ 5 ] {5a33a499-19e0-4808-9a2b-c5cd5857eaa5} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8615 2025.03.18 03:52:30.687024 [ 5 ] {5a33a499-19e0-4808-9a2b-c5cd5857eaa5} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001418 sec., 25387.87023977433 rows/sec., 1.71 MiB/sec.
8616 2025.03.18 03:52:30.687073 [ 5 ] {5a33a499-19e0-4808-9a2b-c5cd5857eaa5} <Debug> TCPHandler: Processed in 0.001733456 sec.
8617 2025.03.18 03:52:31.883038 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193
8618 2025.03.18 03:52:31.883721 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8619 2025.03.18 03:52:31.883769 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8620 2025.03.18 03:52:31.884297 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8621 2025.03.18 03:52:31.884550 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8622 2025.03.18 03:52:31.884793 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193
8623 2025.03.18 03:52:33.609831 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415
8624 2025.03.18 03:52:33.631473 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8625 2025.03.18 03:52:33.631534 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8626 2025.03.18 03:52:33.638849 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
8627 2025.03.18 03:52:33.639646 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8628 2025.03.18 03:52:33.643898 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
8629 2025.03.18 03:52:35.683055 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8630 2025.03.18 03:52:35.683243 [ 5 ] {e6db9a21-bc13-4612-bdbd-d5aabe58b0d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8631 2025.03.18 03:52:35.683315 [ 5 ] {e6db9a21-bc13-4612-bdbd-d5aabe58b0d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8632 2025.03.18 03:52:35.684072 [ 5 ] {e6db9a21-bc13-4612-bdbd-d5aabe58b0d6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8633 2025.03.18 03:52:35.684123 [ 5 ] {e6db9a21-bc13-4612-bdbd-d5aabe58b0d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8634 2025.03.18 03:52:35.684550 [ 5 ] {e6db9a21-bc13-4612-bdbd-d5aabe58b0d6} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
8635 2025.03.18 03:52:35.684825 [ 5 ] {e6db9a21-bc13-4612-bdbd-d5aabe58b0d6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8636 2025.03.18 03:52:35.685053 [ 5 ] {e6db9a21-bc13-4612-bdbd-d5aabe58b0d6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001859 sec., 30123.72243141474 rows/sec., 2.31 MiB/sec.
8637 2025.03.18 03:52:35.685111 [ 5 ] {e6db9a21-bc13-4612-bdbd-d5aabe58b0d6} <Debug> TCPHandler: Processed in 0.002185653 sec.
8638 2025.03.18 03:52:35.685247 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8639 2025.03.18 03:52:35.685407 [ 5 ] {2abc9ad5-1480-4018-950b-0b5313b1932f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8640 2025.03.18 03:52:35.685456 [ 5 ] {2abc9ad5-1480-4018-950b-0b5313b1932f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8641 2025.03.18 03:52:35.685990 [ 5 ] {2abc9ad5-1480-4018-950b-0b5313b1932f} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8642 2025.03.18 03:52:35.686028 [ 5 ] {2abc9ad5-1480-4018-950b-0b5313b1932f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8643 2025.03.18 03:52:35.686385 [ 5 ] {2abc9ad5-1480-4018-950b-0b5313b1932f} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
8644 2025.03.18 03:52:35.686619 [ 5 ] {2abc9ad5-1480-4018-950b-0b5313b1932f} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8645 2025.03.18 03:52:35.686834 [ 5 ] {2abc9ad5-1480-4018-950b-0b5313b1932f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001464 sec., 43715.84699453552 rows/sec., 3.41 MiB/sec.
8646 2025.03.18 03:52:35.686886 [ 5 ] {2abc9ad5-1480-4018-950b-0b5313b1932f} <Debug> TCPHandler: Processed in 0.001695746 sec.
8647 2025.03.18 03:52:35.686995 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8648 2025.03.18 03:52:35.687100 [ 5 ] {e1e286a8-88c6-4de9-acf3-fe4aa59857ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8649 2025.03.18 03:52:35.687149 [ 5 ] {e1e286a8-88c6-4de9-acf3-fe4aa59857ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8650 2025.03.18 03:52:35.687656 [ 5 ] {e1e286a8-88c6-4de9-acf3-fe4aa59857ab} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8651 2025.03.18 03:52:35.687696 [ 5 ] {e1e286a8-88c6-4de9-acf3-fe4aa59857ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8652 2025.03.18 03:52:35.688078 [ 5 ] {e1e286a8-88c6-4de9-acf3-fe4aa59857ab} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
8653 2025.03.18 03:52:35.688313 [ 5 ] {e1e286a8-88c6-4de9-acf3-fe4aa59857ab} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8654 2025.03.18 03:52:35.688514 [ 5 ] {e1e286a8-88c6-4de9-acf3-fe4aa59857ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001437 sec., 111343.07585247043 rows/sec., 7.75 MiB/sec.
8655 2025.03.18 03:52:35.688565 [ 5 ] {e1e286a8-88c6-4de9-acf3-fe4aa59857ab} <Debug> TCPHandler: Processed in 0.001618984 sec.
8656 2025.03.18 03:52:35.688665 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8657 2025.03.18 03:52:35.688767 [ 5 ] {5219e4fe-c64b-4502-8a9e-32164df6c095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8658 2025.03.18 03:52:35.688812 [ 5 ] {5219e4fe-c64b-4502-8a9e-32164df6c095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8659 2025.03.18 03:52:35.689225 [ 5 ] {5219e4fe-c64b-4502-8a9e-32164df6c095} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8660 2025.03.18 03:52:35.689264 [ 5 ] {5219e4fe-c64b-4502-8a9e-32164df6c095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB.
8661 2025.03.18 03:52:35.689619 [ 5 ] {5219e4fe-c64b-4502-8a9e-32164df6c095} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
8662 2025.03.18 03:52:35.689867 [ 5 ] {5219e4fe-c64b-4502-8a9e-32164df6c095} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8663 2025.03.18 03:52:35.690086 [ 5 ] {5219e4fe-c64b-4502-8a9e-32164df6c095} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00134 sec., 44776.119402985074 rows/sec., 3.02 MiB/sec.
8664 2025.03.18 03:52:35.690262 [ 5 ] {5219e4fe-c64b-4502-8a9e-32164df6c095} <Debug> TCPHandler: Processed in 0.001642234 sec.
8665 2025.03.18 03:52:39.213132 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache
8666 2025.03.18 03:52:39.213206 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache
8667 2025.03.18 03:52:39.385034 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681
8668 2025.03.18 03:52:39.386209 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8669 2025.03.18 03:52:39.386255 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8670 2025.03.18 03:52:39.386781 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8671 2025.03.18 03:52:39.387063 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8672 2025.03.18 03:52:39.387298 [ 16 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8673 2025.03.18 03:52:39.387321 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681
8674 2025.03.18 03:52:39.387381 [ 16 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8675 2025.03.18 03:52:39.387495 [ 16 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8676 2025.03.18 03:52:39.387619 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::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
8677 2025.03.18 03:52:39.387768 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8678 2025.03.18 03:52:39.387815 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part
8679 2025.03.18 03:52:39.387899 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::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
8680 2025.03.18 03:52:39.388152 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::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
8681 2025.03.18 03:52:39.388262 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::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
8682 2025.03.18 03:52:39.388498 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::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
8683 2025.03.18 03:52:39.388705 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::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
8684 2025.03.18 03:52:39.391372 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003804687 sec., 6749832.509218235 rows/sec., 96.56 MiB/sec.
8685 2025.03.18 03:52:39.391827 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8686 2025.03.18 03:52:39.392192 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_56_11} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8687 2025.03.18 03:52:39.392290 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_56_11} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8688 2025.03.18 03:52:39.392414 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
8689 2025.03.18 03:52:39.509606 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1182
8690 2025.03.18 03:52:39.512440 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8691 2025.03.18 03:52:39.512480 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8692 2025.03.18 03:52:39.513941 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8693 2025.03.18 03:52:39.514255 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8694 2025.03.18 03:52:39.514428 [ 16 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8695 2025.03.18 03:52:39.514493 [ 16 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8696 2025.03.18 03:52:39.514540 [ 16 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8697 2025.03.18 03:52:39.515355 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
8698 2025.03.18 03:52:39.516483 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1182
8699 2025.03.18 03:52:39.516956 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8700 2025.03.18 03:52:39.517140 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1050 rows starting from the beginning of the part
8701 2025.03.18 03:52:39.517666 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part
8702 2025.03.18 03:52:39.518177 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 16 rows starting from the beginning of the part
8703 2025.03.18 03:52:39.518674 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
8704 2025.03.18 03:52:39.519162 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part
8705 2025.03.18 03:52:39.519651 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 16 rows starting from the beginning of the part
8706 2025.03.18 03:52:39.527610 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1182 rows, containing 72 columns (72 merged, 0 gathered) in 0.012922234 sec., 91470.25197036364 rows/sec., 71.74 MiB/sec.
8707 2025.03.18 03:52:39.529084 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8708 2025.03.18 03:52:39.529900 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_41_8} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8709 2025.03.18 03:52:39.529991 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_41_8} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8710 2025.03.18 03:52:39.530318 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.73 MiB.
8711 2025.03.18 03:52:40.684929 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8712 2025.03.18 03:52:40.685143 [ 5 ] {0a12d48f-7f3e-4b5b-ac9f-853c08b0a457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8713 2025.03.18 03:52:40.685228 [ 5 ] {0a12d48f-7f3e-4b5b-ac9f-853c08b0a457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8714 2025.03.18 03:52:40.686136 [ 5 ] {0a12d48f-7f3e-4b5b-ac9f-853c08b0a457} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8715 2025.03.18 03:52:40.686187 [ 5 ] {0a12d48f-7f3e-4b5b-ac9f-853c08b0a457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8716 2025.03.18 03:52:40.686621 [ 5 ] {0a12d48f-7f3e-4b5b-ac9f-853c08b0a457} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
8717 2025.03.18 03:52:40.686880 [ 5 ] {0a12d48f-7f3e-4b5b-ac9f-853c08b0a457} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8718 2025.03.18 03:52:40.687111 [ 5 ] {0a12d48f-7f3e-4b5b-ac9f-853c08b0a457} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.002031 sec., 65977.35105859183 rows/sec., 5.69 MiB/sec.
8719 2025.03.18 03:52:40.687173 [ 5 ] {0a12d48f-7f3e-4b5b-ac9f-853c08b0a457} <Debug> TCPHandler: Processed in 0.002409356 sec.
8720 2025.03.18 03:52:40.687306 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8721 2025.03.18 03:52:40.687418 [ 5 ] {02b53b85-f091-42f6-aba2-7ce5d8c1808b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8722 2025.03.18 03:52:40.687467 [ 5 ] {02b53b85-f091-42f6-aba2-7ce5d8c1808b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8723 2025.03.18 03:52:40.687997 [ 5 ] {02b53b85-f091-42f6-aba2-7ce5d8c1808b} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8724 2025.03.18 03:52:40.688036 [ 5 ] {02b53b85-f091-42f6-aba2-7ce5d8c1808b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8725 2025.03.18 03:52:40.688381 [ 5 ] {02b53b85-f091-42f6-aba2-7ce5d8c1808b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8726 2025.03.18 03:52:40.688620 [ 5 ] {02b53b85-f091-42f6-aba2-7ce5d8c1808b} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8727 2025.03.18 03:52:40.688835 [ 5 ] {02b53b85-f091-42f6-aba2-7ce5d8c1808b} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001444 sec., 27008.31024930748 rows/sec., 1.98 MiB/sec.
8728 2025.03.18 03:52:40.688887 [ 5 ] {02b53b85-f091-42f6-aba2-7ce5d8c1808b} <Debug> TCPHandler: Processed in 0.001633755 sec.
8729 2025.03.18 03:52:40.688990 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8730 2025.03.18 03:52:40.689091 [ 5 ] {52e7ff41-ce9a-4b63-84c1-e9211a0d50e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8731 2025.03.18 03:52:40.689140 [ 5 ] {52e7ff41-ce9a-4b63-84c1-e9211a0d50e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8732 2025.03.18 03:52:40.689696 [ 5 ] {52e7ff41-ce9a-4b63-84c1-e9211a0d50e0} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8733 2025.03.18 03:52:40.689734 [ 5 ] {52e7ff41-ce9a-4b63-84c1-e9211a0d50e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8734 2025.03.18 03:52:40.690085 [ 5 ] {52e7ff41-ce9a-4b63-84c1-e9211a0d50e0} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
8735 2025.03.18 03:52:40.690333 [ 5 ] {52e7ff41-ce9a-4b63-84c1-e9211a0d50e0} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8736 2025.03.18 03:52:40.690539 [ 5 ] {52e7ff41-ce9a-4b63-84c1-e9211a0d50e0} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001469 sec., 70115.72498298161 rows/sec., 5.48 MiB/sec.
8737 2025.03.18 03:52:40.690592 [ 5 ] {52e7ff41-ce9a-4b63-84c1-e9211a0d50e0} <Debug> TCPHandler: Processed in 0.001650285 sec.
8738 2025.03.18 03:52:40.690707 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8739 2025.03.18 03:52:40.690812 [ 5 ] {5cf546fa-453f-4752-ab91-231680cd7902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8740 2025.03.18 03:52:40.690861 [ 5 ] {5cf546fa-453f-4752-ab91-231680cd7902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8741 2025.03.18 03:52:40.691378 [ 5 ] {5cf546fa-453f-4752-ab91-231680cd7902} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8742 2025.03.18 03:52:40.691417 [ 5 ] {5cf546fa-453f-4752-ab91-231680cd7902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8743 2025.03.18 03:52:40.691789 [ 5 ] {5cf546fa-453f-4752-ab91-231680cd7902} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
8744 2025.03.18 03:52:40.692022 [ 5 ] {5cf546fa-453f-4752-ab91-231680cd7902} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8745 2025.03.18 03:52:40.692223 [ 5 ] {5cf546fa-453f-4752-ab91-231680cd7902} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001432 sec., 111731.843575419 rows/sec., 7.78 MiB/sec.
8746 2025.03.18 03:52:40.692274 [ 5 ] {5cf546fa-453f-4752-ab91-231680cd7902} <Debug> TCPHandler: Processed in 0.001615604 sec.
8747 2025.03.18 03:52:40.692376 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8748 2025.03.18 03:52:40.692477 [ 5 ] {42265f98-56a0-445e-b7dc-de9e2695adbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8749 2025.03.18 03:52:40.692542 [ 5 ] {42265f98-56a0-445e-b7dc-de9e2695adbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8750 2025.03.18 03:52:40.693689 [ 5 ] {42265f98-56a0-445e-b7dc-de9e2695adbb} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8751 2025.03.18 03:52:40.693728 [ 5 ] {42265f98-56a0-445e-b7dc-de9e2695adbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8752 2025.03.18 03:52:40.694368 [ 5 ] {42265f98-56a0-445e-b7dc-de9e2695adbb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
8753 2025.03.18 03:52:40.694621 [ 5 ] {42265f98-56a0-445e-b7dc-de9e2695adbb} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8754 2025.03.18 03:52:40.694876 [ 5 ] {42265f98-56a0-445e-b7dc-de9e2695adbb} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00242 sec., 16115.702479338845 rows/sec., 28.88 MiB/sec.
8755 2025.03.18 03:52:40.694969 [ 5 ] {42265f98-56a0-445e-b7dc-de9e2695adbb} <Debug> TCPHandler: Processed in 0.002642299 sec.
8756 2025.03.18 03:52:40.695101 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8757 2025.03.18 03:52:40.695206 [ 5 ] {f0b957ea-5ea4-4702-b82e-810e079b64c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8758 2025.03.18 03:52:40.695253 [ 5 ] {f0b957ea-5ea4-4702-b82e-810e079b64c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8759 2025.03.18 03:52:40.695713 [ 5 ] {f0b957ea-5ea4-4702-b82e-810e079b64c8} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8760 2025.03.18 03:52:40.695752 [ 5 ] {f0b957ea-5ea4-4702-b82e-810e079b64c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8761 2025.03.18 03:52:40.696098 [ 5 ] {f0b957ea-5ea4-4702-b82e-810e079b64c8} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
8762 2025.03.18 03:52:40.696333 [ 5 ] {f0b957ea-5ea4-4702-b82e-810e079b64c8} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8763 2025.03.18 03:52:40.696535 [ 5 ] {f0b957ea-5ea4-4702-b82e-810e079b64c8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec.
8764 2025.03.18 03:52:40.696584 [ 5 ] {f0b957ea-5ea4-4702-b82e-810e079b64c8} <Debug> TCPHandler: Processed in 0.001532992 sec.
8765 2025.03.18 03:52:41.144046 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422
8766 2025.03.18 03:52:41.165577 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8767 2025.03.18 03:52:41.165644 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8768 2025.03.18 03:52:41.173010 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
8769 2025.03.18 03:52:41.173818 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8770 2025.03.18 03:52:41.174229 [ 12 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
8771 2025.03.18 03:52:41.174366 [ 12 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8772 2025.03.18 03:52:41.174450 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8773 2025.03.18 03:52:41.174943 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
8774 2025.03.18 03:52:41.184239 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422
8775 2025.03.18 03:52:41.185582 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8776 2025.03.18 03:52:41.186479 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
8777 2025.03.18 03:52:41.190830 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
8778 2025.03.18 03:52:41.195351 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
8779 2025.03.18 03:52:41.200171 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part
8780 2025.03.18 03:52:41.205310 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part
8781 2025.03.18 03:52:41.209758 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part
8782 2025.03.18 03:52:41.271315 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.096706032 sec., 4363.740205988392 rows/sec., 22.56 MiB/sec.
8783 2025.03.18 03:52:41.274527 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
8784 2025.03.18 03:52:41.277429 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_56_11} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8785 2025.03.18 03:52:41.277557 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_56_11} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
8786 2025.03.18 03:52:41.279902 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
8787 2025.03.18 03:52:42.000266 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.63 MiB, peak 244.05 MiB, free memory in arenas 0.00 B, will set to 232.51 MiB (RSS), difference: 1.88 MiB
8788 2025.03.18 03:52:45.682633 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8789 2025.03.18 03:52:45.682850 [ 5 ] {950b1321-fbdb-4353-ad57-fa94defc15d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8790 2025.03.18 03:52:45.682930 [ 5 ] {950b1321-fbdb-4353-ad57-fa94defc15d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8791 2025.03.18 03:52:45.683749 [ 5 ] {950b1321-fbdb-4353-ad57-fa94defc15d7} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8792 2025.03.18 03:52:45.683809 [ 5 ] {950b1321-fbdb-4353-ad57-fa94defc15d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8793 2025.03.18 03:52:45.684275 [ 5 ] {950b1321-fbdb-4353-ad57-fa94defc15d7} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
8794 2025.03.18 03:52:45.684541 [ 5 ] {950b1321-fbdb-4353-ad57-fa94defc15d7} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8795 2025.03.18 03:52:45.684805 [ 5 ] {950b1321-fbdb-4353-ad57-fa94defc15d7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002004 sec., 27944.111776447106 rows/sec., 2.15 MiB/sec.
8796 2025.03.18 03:52:45.684909 [ 5 ] {950b1321-fbdb-4353-ad57-fa94defc15d7} <Debug> TCPHandler: Processed in 0.002392066 sec.
8797 2025.03.18 03:52:45.685059 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8798 2025.03.18 03:52:45.685208 [ 5 ] {60cf97ca-c60b-4994-9e00-6999ce033531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8799 2025.03.18 03:52:45.685259 [ 5 ] {60cf97ca-c60b-4994-9e00-6999ce033531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8800 2025.03.18 03:52:45.685888 [ 5 ] {60cf97ca-c60b-4994-9e00-6999ce033531} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8801 2025.03.18 03:52:45.685929 [ 5 ] {60cf97ca-c60b-4994-9e00-6999ce033531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8802 2025.03.18 03:52:45.686318 [ 5 ] {60cf97ca-c60b-4994-9e00-6999ce033531} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
8803 2025.03.18 03:52:45.686560 [ 5 ] {60cf97ca-c60b-4994-9e00-6999ce033531} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8804 2025.03.18 03:52:45.686793 [ 5 ] {60cf97ca-c60b-4994-9e00-6999ce033531} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00162 sec., 39506.17283950617 rows/sec., 3.08 MiB/sec.
8805 2025.03.18 03:52:45.686845 [ 5 ] {60cf97ca-c60b-4994-9e00-6999ce033531} <Debug> TCPHandler: Processed in 0.001855258 sec.
8806 2025.03.18 03:52:45.686966 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8807 2025.03.18 03:52:45.687073 [ 5 ] {d55e46db-2103-4aad-8079-50c0c0ea4a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8808 2025.03.18 03:52:45.687124 [ 5 ] {d55e46db-2103-4aad-8079-50c0c0ea4a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8809 2025.03.18 03:52:45.687671 [ 5 ] {d55e46db-2103-4aad-8079-50c0c0ea4a7d} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8810 2025.03.18 03:52:45.687712 [ 5 ] {d55e46db-2103-4aad-8079-50c0c0ea4a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8811 2025.03.18 03:52:45.688110 [ 5 ] {d55e46db-2103-4aad-8079-50c0c0ea4a7d} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
8812 2025.03.18 03:52:45.688354 [ 5 ] {d55e46db-2103-4aad-8079-50c0c0ea4a7d} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8813 2025.03.18 03:52:45.688577 [ 5 ] {d55e46db-2103-4aad-8079-50c0c0ea4a7d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec.
8814 2025.03.18 03:52:45.688652 [ 5 ] {d55e46db-2103-4aad-8079-50c0c0ea4a7d} <Debug> TCPHandler: Processed in 0.001735156 sec.
8815 2025.03.18 03:52:45.688790 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8816 2025.03.18 03:52:45.689030 [ 5 ] {0a7fb5a7-d069-49ac-b426-6ab0203f7450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8817 2025.03.18 03:52:45.689149 [ 5 ] {0a7fb5a7-d069-49ac-b426-6ab0203f7450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8818 2025.03.18 03:52:45.690314 [ 5 ] {0a7fb5a7-d069-49ac-b426-6ab0203f7450} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8819 2025.03.18 03:52:45.690355 [ 5 ] {0a7fb5a7-d069-49ac-b426-6ab0203f7450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8820 2025.03.18 03:52:45.690720 [ 5 ] {0a7fb5a7-d069-49ac-b426-6ab0203f7450} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
8821 2025.03.18 03:52:45.690958 [ 5 ] {0a7fb5a7-d069-49ac-b426-6ab0203f7450} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8822 2025.03.18 03:52:45.691188 [ 5 ] {0a7fb5a7-d069-49ac-b426-6ab0203f7450} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002254 sec., 26619.343389529728 rows/sec., 1.79 MiB/sec.
8823 2025.03.18 03:52:45.691259 [ 5 ] {0a7fb5a7-d069-49ac-b426-6ab0203f7450} <Debug> TCPHandler: Processed in 0.002523428 sec.
8824 2025.03.18 03:52:46.887557 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108
8825 2025.03.18 03:52:46.888251 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8826 2025.03.18 03:52:46.888293 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8827 2025.03.18 03:52:46.888818 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8828 2025.03.18 03:52:46.889069 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8829 2025.03.18 03:52:46.889350 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108
8830 2025.03.18 03:52:48.684398 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430
8831 2025.03.18 03:52:48.704244 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8832 2025.03.18 03:52:48.704306 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8833 2025.03.18 03:52:48.711276 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
8834 2025.03.18 03:52:48.712023 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8835 2025.03.18 03:52:48.716735 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
8836 2025.03.18 03:52:49.516791 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1202
8837 2025.03.18 03:52:49.519850 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8838 2025.03.18 03:52:49.519912 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8839 2025.03.18 03:52:49.521415 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
8840 2025.03.18 03:52:49.521730 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8841 2025.03.18 03:52:49.523966 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1202
8842 2025.03.18 03:52:50.685574 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8843 2025.03.18 03:52:50.685858 [ 5 ] {6f0da259-eed6-41ba-bbd9-668cbe57b7cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8844 2025.03.18 03:52:50.685969 [ 5 ] {6f0da259-eed6-41ba-bbd9-668cbe57b7cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8845 2025.03.18 03:52:50.686973 [ 5 ] {6f0da259-eed6-41ba-bbd9-668cbe57b7cc} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8846 2025.03.18 03:52:50.687028 [ 5 ] {6f0da259-eed6-41ba-bbd9-668cbe57b7cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8847 2025.03.18 03:52:50.687479 [ 5 ] {6f0da259-eed6-41ba-bbd9-668cbe57b7cc} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
8848 2025.03.18 03:52:50.687742 [ 5 ] {6f0da259-eed6-41ba-bbd9-668cbe57b7cc} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8849 2025.03.18 03:52:50.687977 [ 47 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
8850 2025.03.18 03:52:50.687988 [ 5 ] {6f0da259-eed6-41ba-bbd9-668cbe57b7cc} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.002202 sec., 60853.76930063579 rows/sec., 5.25 MiB/sec.
8851 2025.03.18 03:52:50.688077 [ 47 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8852 2025.03.18 03:52:50.688150 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8853 2025.03.18 03:52:50.688169 [ 5 ] {6f0da259-eed6-41ba-bbd9-668cbe57b7cc} <Debug> TCPHandler: Processed in 0.002763542 sec.
8854 2025.03.18 03:52:50.688391 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
8855 2025.03.18 03:52:50.688403 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8856 2025.03.18 03:52:50.688687 [ 5 ] {9feddd04-a0c5-40dd-8876-a1f8b65c4297} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8857 2025.03.18 03:52:50.688686 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8858 2025.03.18 03:52:50.688781 [ 5 ] {9feddd04-a0c5-40dd-8876-a1f8b65c4297} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8859 2025.03.18 03:52:50.688786 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1404 rows starting from the beginning of the part
8860 2025.03.18 03:52:50.689161 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part
8861 2025.03.18 03:52:50.689465 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part
8862 2025.03.18 03:52:50.689783 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 134 rows starting from the beginning of the part
8863 2025.03.18 03:52:50.690164 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part
8864 2025.03.18 03:52:50.690523 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 134 rows starting from the beginning of the part
8865 2025.03.18 03:52:50.691886 [ 5 ] {9feddd04-a0c5-40dd-8876-a1f8b65c4297} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8866 2025.03.18 03:52:50.691960 [ 5 ] {9feddd04-a0c5-40dd-8876-a1f8b65c4297} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8867 2025.03.18 03:52:50.693140 [ 5 ] {9feddd04-a0c5-40dd-8876-a1f8b65c4297} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8868 2025.03.18 03:52:50.693534 [ 5 ] {9feddd04-a0c5-40dd-8876-a1f8b65c4297} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8869 2025.03.18 03:52:50.693980 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1840 rows, containing 5 columns (5 merged, 0 gathered) in 0.005715036 sec., 321957.72695045144 rows/sec., 28.14 MiB/sec.
8870 2025.03.18 03:52:50.694040 [ 5 ] {9feddd04-a0c5-40dd-8876-a1f8b65c4297} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005449 sec., 7157.2765645072495 rows/sec., 538.19 KiB/sec.
8871 2025.03.18 03:52:50.694184 [ 5 ] {9feddd04-a0c5-40dd-8876-a1f8b65c4297} <Debug> TCPHandler: Processed in 0.005869798 sec.
8872 2025.03.18 03:52:50.694349 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8873 2025.03.18 03:52:50.694463 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
8874 2025.03.18 03:52:50.694513 [ 5 ] {2ee81b19-e906-4885-9f36-4730ed8c8a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8875 2025.03.18 03:52:50.694607 [ 5 ] {2ee81b19-e906-4885-9f36-4730ed8c8a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8876 2025.03.18 03:52:50.695096 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_96_19} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8877 2025.03.18 03:52:50.695297 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_96_19} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
8878 2025.03.18 03:52:50.695466 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
8879 2025.03.18 03:52:50.695684 [ 5 ] {2ee81b19-e906-4885-9f36-4730ed8c8a73} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8880 2025.03.18 03:52:50.695727 [ 5 ] {2ee81b19-e906-4885-9f36-4730ed8c8a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8881 2025.03.18 03:52:50.696087 [ 5 ] {2ee81b19-e906-4885-9f36-4730ed8c8a73} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
8882 2025.03.18 03:52:50.696316 [ 5 ] {2ee81b19-e906-4885-9f36-4730ed8c8a73} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8883 2025.03.18 03:52:50.696502 [ 47 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
8884 2025.03.18 03:52:50.696555 [ 5 ] {2ee81b19-e906-4885-9f36-4730ed8c8a73} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002092 sec., 49235.181644359465 rows/sec., 3.85 MiB/sec.
8885 2025.03.18 03:52:50.696563 [ 47 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8886 2025.03.18 03:52:50.696641 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8887 2025.03.18 03:52:50.696689 [ 5 ] {2ee81b19-e906-4885-9f36-4730ed8c8a73} <Debug> TCPHandler: Processed in 0.002400796 sec.
8888 2025.03.18 03:52:50.696868 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
8889 2025.03.18 03:52:50.696924 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8890 2025.03.18 03:52:50.697000 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8891 2025.03.18 03:52:50.697078 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
8892 2025.03.18 03:52:50.697133 [ 5 ] {6d5c60fc-d236-47fc-b861-ac6f03b31967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8893 2025.03.18 03:52:50.697340 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part
8894 2025.03.18 03:52:50.697353 [ 5 ] {6d5c60fc-d236-47fc-b861-ac6f03b31967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8895 2025.03.18 03:52:50.697651 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part
8896 2025.03.18 03:52:50.698074 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 103 rows starting from the beginning of the part
8897 2025.03.18 03:52:50.698479 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part
8898 2025.03.18 03:52:50.698836 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 103 rows starting from the beginning of the part
8899 2025.03.18 03:52:50.700196 [ 5 ] {6d5c60fc-d236-47fc-b861-ac6f03b31967} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8900 2025.03.18 03:52:50.700281 [ 5 ] {6d5c60fc-d236-47fc-b861-ac6f03b31967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8901 2025.03.18 03:52:50.701246 [ 5 ] {6d5c60fc-d236-47fc-b861-ac6f03b31967} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
8902 2025.03.18 03:52:50.701717 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1029 rows, containing 5 columns (5 merged, 0 gathered) in 0.004973965 sec., 206877.20963054625 rows/sec., 16.60 MiB/sec.
8903 2025.03.18 03:52:50.701779 [ 5 ] {6d5c60fc-d236-47fc-b861-ac6f03b31967} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8904 2025.03.18 03:52:50.702077 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
8905 2025.03.18 03:52:50.702158 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8906 2025.03.18 03:52:50.702195 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8907 2025.03.18 03:52:50.702236 [ 5 ] {6d5c60fc-d236-47fc-b861-ac6f03b31967} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005171 sec., 30941.79075614001 rows/sec., 2.16 MiB/sec.
8908 2025.03.18 03:52:50.702400 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
8909 2025.03.18 03:52:50.702576 [ 5 ] {6d5c60fc-d236-47fc-b861-ac6f03b31967} <Debug> TCPHandler: Processed in 0.005712986 sec.
8910 2025.03.18 03:52:50.702607 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
8911 2025.03.18 03:52:50.702904 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8912 2025.03.18 03:52:50.702925 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8913 2025.03.18 03:52:50.703006 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 25542 rows starting from the beginning of the part
8914 2025.03.18 03:52:50.703226 [ 5 ] {58ddd575-ff54-4c1d-b3c4-de40fb0bd7bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8915 2025.03.18 03:52:50.703333 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 96 rows starting from the beginning of the part
8916 2025.03.18 03:52:50.703637 [ 5 ] {58ddd575-ff54-4c1d-b3c4-de40fb0bd7bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8917 2025.03.18 03:52:50.703678 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part
8918 2025.03.18 03:52:50.703694 [ 199 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_96_19} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8919 2025.03.18 03:52:50.704220 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part
8920 2025.03.18 03:52:50.704758 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
8921 2025.03.18 03:52:50.704799 [ 199 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_96_19} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
8922 2025.03.18 03:52:50.705338 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
8923 2025.03.18 03:52:50.705995 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
8924 2025.03.18 03:52:50.708445 [ 5 ] {58ddd575-ff54-4c1d-b3c4-de40fb0bd7bd} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8925 2025.03.18 03:52:50.708527 [ 5 ] {58ddd575-ff54-4c1d-b3c4-de40fb0bd7bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8926 2025.03.18 03:52:50.710187 [ 5 ] {58ddd575-ff54-4c1d-b3c4-de40fb0bd7bd} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
8927 2025.03.18 03:52:50.710954 [ 5 ] {58ddd575-ff54-4c1d-b3c4-de40fb0bd7bd} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8928 2025.03.18 03:52:50.711207 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
8929 2025.03.18 03:52:50.711278 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8930 2025.03.18 03:52:50.711317 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8931 2025.03.18 03:52:50.711324 [ 5 ] {58ddd575-ff54-4c1d-b3c4-de40fb0bd7bd} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00823 sec., 4738.760631834752 rows/sec., 8.49 MiB/sec.
8932 2025.03.18 03:52:50.712054 [ 5 ] {58ddd575-ff54-4c1d-b3c4-de40fb0bd7bd} <Debug> TCPHandler: Processed in 0.00927546 sec.
8933 2025.03.18 03:52:50.712119 [ 189 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
8934 2025.03.18 03:52:50.712281 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8935 2025.03.18 03:52:50.712614 [ 5 ] {b170a290-fb23-43dc-bb1e-b359a302dc7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8936 2025.03.18 03:52:50.712753 [ 5 ] {b170a290-fb23-43dc-bb1e-b359a302dc7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8937 2025.03.18 03:52:50.713820 [ 189 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8938 2025.03.18 03:52:50.714069 [ 189 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1296 rows starting from the beginning of the part
8939 2025.03.18 03:52:50.715155 [ 189 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 39 rows starting from the beginning of the part
8940 2025.03.18 03:52:50.715282 [ 5 ] {b170a290-fb23-43dc-bb1e-b359a302dc7c} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8941 2025.03.18 03:52:50.715403 [ 5 ] {b170a290-fb23-43dc-bb1e-b359a302dc7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8942 2025.03.18 03:52:50.716473 [ 189 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 39 rows starting from the beginning of the part
8943 2025.03.18 03:52:50.716529 [ 197 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26278 rows, containing 5 columns (5 merged, 0 gathered) in 0.014201613 sec., 1850353.1957954352 rows/sec., 126.83 MiB/sec.
8944 2025.03.18 03:52:50.717186 [ 197 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
8945 2025.03.18 03:52:50.717496 [ 5 ] {b170a290-fb23-43dc-bb1e-b359a302dc7c} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
8946 2025.03.18 03:52:50.717509 [ 189 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 39 rows starting from the beginning of the part
8947 2025.03.18 03:52:50.718297 [ 197 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8948 2025.03.18 03:52:50.718426 [ 189 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 39 rows starting from the beginning of the part
8949 2025.03.18 03:52:50.718557 [ 5 ] {b170a290-fb23-43dc-bb1e-b359a302dc7c} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8950 2025.03.18 03:52:50.718630 [ 197 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
8951 2025.03.18 03:52:50.719060 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
8952 2025.03.18 03:52:50.719288 [ 47 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
8953 2025.03.18 03:52:50.719533 [ 47 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8954 2025.03.18 03:52:50.719572 [ 5 ] {b170a290-fb23-43dc-bb1e-b359a302dc7c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007064 sec., 8493.771234428086 rows/sec., 586.16 KiB/sec.
8955 2025.03.18 03:52:50.719660 [ 189 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 39 rows starting from the beginning of the part
8956 2025.03.18 03:52:50.719688 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8957 2025.03.18 03:52:50.719850 [ 5 ] {b170a290-fb23-43dc-bb1e-b359a302dc7c} <Debug> TCPHandler: Processed in 0.007648105 sec.
8958 2025.03.18 03:52:50.720194 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
8959 2025.03.18 03:52:50.720860 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8960 2025.03.18 03:52:50.720935 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 4692 rows starting from the beginning of the part
8961 2025.03.18 03:52:50.721355 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 36 rows starting from the beginning of the part
8962 2025.03.18 03:52:50.721553 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part
8963 2025.03.18 03:52:50.721805 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part
8964 2025.03.18 03:52:50.722067 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
8965 2025.03.18 03:52:50.722350 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
8966 2025.03.18 03:52:50.725208 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4968 rows, containing 4 columns (4 merged, 0 gathered) in 0.005246179 sec., 946974.9316597851 rows/sec., 63.82 MiB/sec.
8967 2025.03.18 03:52:50.725676 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
8968 2025.03.18 03:52:50.726326 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_96_19} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8969 2025.03.18 03:52:50.726524 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_96_19} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
8970 2025.03.18 03:52:50.726703 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB.
8971 2025.03.18 03:52:50.731231 [ 191 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1491 rows, containing 19 columns (19 merged, 0 gathered) in 0.019737556 sec., 75541.26762198927 rows/sec., 135.37 MiB/sec.
8972 2025.03.18 03:52:50.732694 [ 191 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
8973 2025.03.18 03:52:50.733131 [ 191 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8974 2025.03.18 03:52:50.733216 [ 191 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
8975 2025.03.18 03:52:50.733384 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.68 MiB.
8976 2025.03.18 03:52:51.000239 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 233.18 MiB, peak 244.80 MiB, free memory in arenas 0.00 B, will set to 236.82 MiB (RSS), difference: 3.64 MiB
8977 2025.03.18 03:52:54.213248 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache
8978 2025.03.18 03:52:54.213314 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache
8979 2025.03.18 03:52:54.389567 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596
8980 2025.03.18 03:52:54.390360 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8981 2025.03.18 03:52:54.390417 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8982 2025.03.18 03:52:54.390954 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
8983 2025.03.18 03:52:54.391213 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8984 2025.03.18 03:52:54.391482 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596
8985 2025.03.18 03:52:55.683006 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8986 2025.03.18 03:52:55.683203 [ 5 ] {e81da4d0-b24d-44d8-b57e-b3518496d88f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8987 2025.03.18 03:52:55.683277 [ 5 ] {e81da4d0-b24d-44d8-b57e-b3518496d88f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8988 2025.03.18 03:52:55.684073 [ 5 ] {e81da4d0-b24d-44d8-b57e-b3518496d88f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8989 2025.03.18 03:52:55.684129 [ 5 ] {e81da4d0-b24d-44d8-b57e-b3518496d88f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8990 2025.03.18 03:52:55.684579 [ 5 ] {e81da4d0-b24d-44d8-b57e-b3518496d88f} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
8991 2025.03.18 03:52:55.684851 [ 5 ] {e81da4d0-b24d-44d8-b57e-b3518496d88f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8992 2025.03.18 03:52:55.685096 [ 5 ] {e81da4d0-b24d-44d8-b57e-b3518496d88f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001946 sec., 28776.978417266186 rows/sec., 2.21 MiB/sec.
8993 2025.03.18 03:52:55.685162 [ 5 ] {e81da4d0-b24d-44d8-b57e-b3518496d88f} <Debug> TCPHandler: Processed in 0.002292305 sec.
8994 2025.03.18 03:52:55.685307 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8995 2025.03.18 03:52:55.685453 [ 5 ] {1758fc32-1bc1-4fd2-a27a-0c0533c36fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8996 2025.03.18 03:52:55.685512 [ 5 ] {1758fc32-1bc1-4fd2-a27a-0c0533c36fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8997 2025.03.18 03:52:55.686199 [ 5 ] {1758fc32-1bc1-4fd2-a27a-0c0533c36fc0} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8998 2025.03.18 03:52:55.686249 [ 5 ] {1758fc32-1bc1-4fd2-a27a-0c0533c36fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
8999 2025.03.18 03:52:55.686657 [ 5 ] {1758fc32-1bc1-4fd2-a27a-0c0533c36fc0} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
9000 2025.03.18 03:52:55.686916 [ 5 ] {1758fc32-1bc1-4fd2-a27a-0c0533c36fc0} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9001 2025.03.18 03:52:55.687131 [ 5 ] {1758fc32-1bc1-4fd2-a27a-0c0533c36fc0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001712 sec., 37383.17757009346 rows/sec., 2.92 MiB/sec.
9002 2025.03.18 03:52:55.687184 [ 5 ] {1758fc32-1bc1-4fd2-a27a-0c0533c36fc0} <Debug> TCPHandler: Processed in 0.001944669 sec.
9003 2025.03.18 03:52:55.687300 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9004 2025.03.18 03:52:55.687409 [ 5 ] {b700b4dd-3645-417e-8521-f8adec699a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9005 2025.03.18 03:52:55.687459 [ 5 ] {b700b4dd-3645-417e-8521-f8adec699a61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9006 2025.03.18 03:52:55.688035 [ 5 ] {b700b4dd-3645-417e-8521-f8adec699a61} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9007 2025.03.18 03:52:55.688075 [ 5 ] {b700b4dd-3645-417e-8521-f8adec699a61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9008 2025.03.18 03:52:55.688466 [ 5 ] {b700b4dd-3645-417e-8521-f8adec699a61} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
9009 2025.03.18 03:52:55.688705 [ 5 ] {b700b4dd-3645-417e-8521-f8adec699a61} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9010 2025.03.18 03:52:55.688930 [ 5 ] {b700b4dd-3645-417e-8521-f8adec699a61} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001538 sec., 104031.20936280883 rows/sec., 7.25 MiB/sec.
9011 2025.03.18 03:52:55.688991 [ 5 ] {b700b4dd-3645-417e-8521-f8adec699a61} <Debug> TCPHandler: Processed in 0.001742656 sec.
9012 2025.03.18 03:52:55.689141 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9013 2025.03.18 03:52:55.689463 [ 5 ] {9786c85e-8e13-47b3-b46a-c41628672aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9014 2025.03.18 03:52:55.689620 [ 5 ] {9786c85e-8e13-47b3-b46a-c41628672aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9015 2025.03.18 03:52:55.690617 [ 5 ] {9786c85e-8e13-47b3-b46a-c41628672aab} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9016 2025.03.18 03:52:55.690659 [ 5 ] {9786c85e-8e13-47b3-b46a-c41628672aab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9017 2025.03.18 03:52:55.691029 [ 5 ] {9786c85e-8e13-47b3-b46a-c41628672aab} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
9018 2025.03.18 03:52:55.691274 [ 5 ] {9786c85e-8e13-47b3-b46a-c41628672aab} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9019 2025.03.18 03:52:55.691501 [ 5 ] {9786c85e-8e13-47b3-b46a-c41628672aab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002171 sec., 27637.033625057575 rows/sec., 1.86 MiB/sec.
9020 2025.03.18 03:52:55.691552 [ 5 ] {9786c85e-8e13-47b3-b46a-c41628672aab} <Debug> TCPHandler: Processed in 0.002461387 sec.
9021 2025.03.18 03:52:56.216906 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437
9022 2025.03.18 03:52:56.236653 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9023 2025.03.18 03:52:56.236706 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9024 2025.03.18 03:52:56.244511 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
9025 2025.03.18 03:52:56.245316 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9026 2025.03.18 03:52:56.248094 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 437
9027 2025.03.18 03:52:57.162348 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9028 2025.03.18 03:52:57.162569 [ 5 ] {2c8d79a0-0fea-40bc-88f2-e4919d7c875b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9029 2025.03.18 03:52:57.162643 [ 5 ] {2c8d79a0-0fea-40bc-88f2-e4919d7c875b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9030 2025.03.18 03:52:57.163413 [ 5 ] {2c8d79a0-0fea-40bc-88f2-e4919d7c875b} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9031 2025.03.18 03:52:57.163469 [ 5 ] {2c8d79a0-0fea-40bc-88f2-e4919d7c875b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9032 2025.03.18 03:52:57.163914 [ 5 ] {2c8d79a0-0fea-40bc-88f2-e4919d7c875b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
9033 2025.03.18 03:52:57.164180 [ 5 ] {2c8d79a0-0fea-40bc-88f2-e4919d7c875b} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9034 2025.03.18 03:52:57.164443 [ 5 ] {2c8d79a0-0fea-40bc-88f2-e4919d7c875b} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001924 sec., 12474.012474012474 rows/sec., 1.03 MiB/sec.
9035 2025.03.18 03:52:57.164641 [ 5 ] {2c8d79a0-0fea-40bc-88f2-e4919d7c875b} <Debug> TCPHandler: Processed in 0.002435907 sec.
9036 2025.03.18 03:52:57.164798 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9037 2025.03.18 03:52:57.164903 [ 5 ] {f0618ec0-a8b1-4f4a-8e1d-4968c87342ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9038 2025.03.18 03:52:57.164951 [ 5 ] {f0618ec0-a8b1-4f4a-8e1d-4968c87342ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9039 2025.03.18 03:52:57.165514 [ 5 ] {f0618ec0-a8b1-4f4a-8e1d-4968c87342ae} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9040 2025.03.18 03:52:57.165554 [ 5 ] {f0618ec0-a8b1-4f4a-8e1d-4968c87342ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9041 2025.03.18 03:52:57.165903 [ 5 ] {f0618ec0-a8b1-4f4a-8e1d-4968c87342ae} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
9042 2025.03.18 03:52:57.166143 [ 5 ] {f0618ec0-a8b1-4f4a-8e1d-4968c87342ae} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9043 2025.03.18 03:52:57.166361 [ 5 ] {f0618ec0-a8b1-4f4a-8e1d-4968c87342ae} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001481 sec., 10803.511141120865 rows/sec., 880.95 KiB/sec.
9044 2025.03.18 03:52:57.166415 [ 5 ] {f0618ec0-a8b1-4f4a-8e1d-4968c87342ae} <Debug> TCPHandler: Processed in 0.001668345 sec.
9045 2025.03.18 03:52:57.166522 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9046 2025.03.18 03:52:57.166626 [ 5 ] {33517962-e6d7-44d4-b3ee-acddca99c3ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9047 2025.03.18 03:52:57.166670 [ 5 ] {33517962-e6d7-44d4-b3ee-acddca99c3ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9048 2025.03.18 03:52:57.167909 [ 5 ] {33517962-e6d7-44d4-b3ee-acddca99c3ff} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9049 2025.03.18 03:52:57.167950 [ 5 ] {33517962-e6d7-44d4-b3ee-acddca99c3ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9050 2025.03.18 03:52:57.168392 [ 5 ] {33517962-e6d7-44d4-b3ee-acddca99c3ff} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
9051 2025.03.18 03:52:57.168632 [ 5 ] {33517962-e6d7-44d4-b3ee-acddca99c3ff} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9052 2025.03.18 03:52:57.168851 [ 5 ] {33517962-e6d7-44d4-b3ee-acddca99c3ff} <Debug> executeQuery: Read 1402 rows, 120.44 KiB in 0.002246 sec., 624220.8370436331 rows/sec., 52.37 MiB/sec.
9053 2025.03.18 03:52:57.168903 [ 5 ] {33517962-e6d7-44d4-b3ee-acddca99c3ff} <Debug> TCPHandler: Processed in 0.002432327 sec.
9054 2025.03.18 03:52:57.169007 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9055 2025.03.18 03:52:57.169108 [ 5 ] {a5fe48dd-4871-4637-b7a5-38421547d093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9056 2025.03.18 03:52:57.169152 [ 5 ] {a5fe48dd-4871-4637-b7a5-38421547d093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9057 2025.03.18 03:52:57.169690 [ 5 ] {a5fe48dd-4871-4637-b7a5-38421547d093} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9058 2025.03.18 03:52:57.169729 [ 5 ] {a5fe48dd-4871-4637-b7a5-38421547d093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9059 2025.03.18 03:52:57.170080 [ 5 ] {a5fe48dd-4871-4637-b7a5-38421547d093} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9060 2025.03.18 03:52:57.170328 [ 5 ] {a5fe48dd-4871-4637-b7a5-38421547d093} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9061 2025.03.18 03:52:57.170537 [ 5 ] {a5fe48dd-4871-4637-b7a5-38421547d093} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.00145 sec., 46206.89655172414 rows/sec., 3.37 MiB/sec.
9062 2025.03.18 03:52:57.170589 [ 5 ] {a5fe48dd-4871-4637-b7a5-38421547d093} <Debug> TCPHandler: Processed in 0.001633085 sec.
9063 2025.03.18 03:52:57.170715 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9064 2025.03.18 03:52:57.170854 [ 5 ] {8d8757b0-6f17-40fc-9411-4719a16586ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9065 2025.03.18 03:52:57.170910 [ 5 ] {8d8757b0-6f17-40fc-9411-4719a16586ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9066 2025.03.18 03:52:57.171621 [ 5 ] {8d8757b0-6f17-40fc-9411-4719a16586ab} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9067 2025.03.18 03:52:57.171662 [ 5 ] {8d8757b0-6f17-40fc-9411-4719a16586ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9068 2025.03.18 03:52:57.172042 [ 5 ] {8d8757b0-6f17-40fc-9411-4719a16586ab} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
9069 2025.03.18 03:52:57.172288 [ 5 ] {8d8757b0-6f17-40fc-9411-4719a16586ab} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9070 2025.03.18 03:52:57.172558 [ 5 ] {8d8757b0-6f17-40fc-9411-4719a16586ab} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001729 sec., 145748.987854251 rows/sec., 10.08 MiB/sec.
9071 2025.03.18 03:52:57.172788 [ 5 ] {8d8757b0-6f17-40fc-9411-4719a16586ab} <Debug> TCPHandler: Processed in 0.002130112 sec.
9072 2025.03.18 03:52:57.173006 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9073 2025.03.18 03:52:57.173113 [ 5 ] {1302757c-ce11-427b-ae3a-ac63973fcad2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9074 2025.03.18 03:52:57.173158 [ 5 ] {1302757c-ce11-427b-ae3a-ac63973fcad2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9075 2025.03.18 03:52:57.173725 [ 5 ] {1302757c-ce11-427b-ae3a-ac63973fcad2} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9076 2025.03.18 03:52:57.173763 [ 5 ] {1302757c-ce11-427b-ae3a-ac63973fcad2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9077 2025.03.18 03:52:57.174111 [ 5 ] {1302757c-ce11-427b-ae3a-ac63973fcad2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
9078 2025.03.18 03:52:57.174353 [ 5 ] {1302757c-ce11-427b-ae3a-ac63973fcad2} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9079 2025.03.18 03:52:57.174612 [ 5 ] {1302757c-ce11-427b-ae3a-ac63973fcad2} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.00152 sec., 7894.736842105262 rows/sec., 616.78 KiB/sec.
9080 2025.03.18 03:52:57.174853 [ 5 ] {1302757c-ce11-427b-ae3a-ac63973fcad2} <Debug> TCPHandler: Processed in 0.001907078 sec.
9081 2025.03.18 03:52:57.175029 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9082 2025.03.18 03:52:57.175134 [ 5 ] {d89fef3e-da78-4fe1-baec-ff21bd8405cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9083 2025.03.18 03:52:57.175180 [ 5 ] {d89fef3e-da78-4fe1-baec-ff21bd8405cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9084 2025.03.18 03:52:57.176075 [ 5 ] {d89fef3e-da78-4fe1-baec-ff21bd8405cd} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9085 2025.03.18 03:52:57.176114 [ 5 ] {d89fef3e-da78-4fe1-baec-ff21bd8405cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9086 2025.03.18 03:52:57.176510 [ 5 ] {d89fef3e-da78-4fe1-baec-ff21bd8405cd} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
9087 2025.03.18 03:52:57.176763 [ 5 ] {d89fef3e-da78-4fe1-baec-ff21bd8405cd} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9088 2025.03.18 03:52:57.177004 [ 5 ] {d89fef3e-da78-4fe1-baec-ff21bd8405cd} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.001892 sec., 322938.689217759 rows/sec., 24.31 MiB/sec.
9089 2025.03.18 03:52:57.177059 [ 5 ] {d89fef3e-da78-4fe1-baec-ff21bd8405cd} <Debug> TCPHandler: Processed in 0.002092372 sec.
9090 2025.03.18 03:52:57.177161 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9091 2025.03.18 03:52:57.177263 [ 5 ] {55af2472-77af-41dd-ad49-d06aee04b9be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9092 2025.03.18 03:52:57.177311 [ 5 ] {55af2472-77af-41dd-ad49-d06aee04b9be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9093 2025.03.18 03:52:57.178092 [ 5 ] {55af2472-77af-41dd-ad49-d06aee04b9be} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9094 2025.03.18 03:52:57.178131 [ 5 ] {55af2472-77af-41dd-ad49-d06aee04b9be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9095 2025.03.18 03:52:57.178564 [ 5 ] {55af2472-77af-41dd-ad49-d06aee04b9be} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
9096 2025.03.18 03:52:57.178810 [ 5 ] {55af2472-77af-41dd-ad49-d06aee04b9be} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9097 2025.03.18 03:52:57.179023 [ 5 ] {55af2472-77af-41dd-ad49-d06aee04b9be} <Debug> executeQuery: Read 944 rows, 65.24 KiB in 0.001783 sec., 529444.7560291643 rows/sec., 35.73 MiB/sec.
9098 2025.03.18 03:52:57.179074 [ 5 ] {55af2472-77af-41dd-ad49-d06aee04b9be} <Debug> TCPHandler: Processed in 0.00196267 sec.
9099 2025.03.18 03:52:57.179187 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9100 2025.03.18 03:52:57.179304 [ 5 ] {9fb47b55-6210-428a-aa14-157c20b46af8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9101 2025.03.18 03:52:57.179373 [ 5 ] {9fb47b55-6210-428a-aa14-157c20b46af8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9102 2025.03.18 03:52:57.180543 [ 5 ] {9fb47b55-6210-428a-aa14-157c20b46af8} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9103 2025.03.18 03:52:57.180584 [ 5 ] {9fb47b55-6210-428a-aa14-157c20b46af8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9104 2025.03.18 03:52:57.181236 [ 5 ] {9fb47b55-6210-428a-aa14-157c20b46af8} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9105 2025.03.18 03:52:57.181508 [ 5 ] {9fb47b55-6210-428a-aa14-157c20b46af8} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9106 2025.03.18 03:52:57.181843 [ 5 ] {9fb47b55-6210-428a-aa14-157c20b46af8} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002559 sec., 15240.328253223915 rows/sec., 27.31 MiB/sec.
9107 2025.03.18 03:52:57.182454 [ 5 ] {9fb47b55-6210-428a-aa14-157c20b46af8} <Debug> TCPHandler: Processed in 0.00331234 sec.
9108 2025.03.18 03:52:57.182696 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9109 2025.03.18 03:52:57.182803 [ 5 ] {976c428f-9da5-4df1-ab62-de5d7b4e3518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9110 2025.03.18 03:52:57.182852 [ 5 ] {976c428f-9da5-4df1-ab62-de5d7b4e3518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9111 2025.03.18 03:52:57.183314 [ 5 ] {976c428f-9da5-4df1-ab62-de5d7b4e3518} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9112 2025.03.18 03:52:57.183353 [ 5 ] {976c428f-9da5-4df1-ab62-de5d7b4e3518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9113 2025.03.18 03:52:57.183720 [ 5 ] {976c428f-9da5-4df1-ab62-de5d7b4e3518} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
9114 2025.03.18 03:52:57.183958 [ 5 ] {976c428f-9da5-4df1-ab62-de5d7b4e3518} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9115 2025.03.18 03:52:57.184166 [ 5 ] {976c428f-9da5-4df1-ab62-de5d7b4e3518} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001386 sec., 14430.01443001443 rows/sec., 992.06 KiB/sec.
9116 2025.03.18 03:52:57.184216 [ 5 ] {976c428f-9da5-4df1-ab62-de5d7b4e3518} <Debug> TCPHandler: Processed in 0.001570893 sec.
9117 2025.03.18 03:52:59.524267 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1242
9118 2025.03.18 03:52:59.528039 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9119 2025.03.18 03:52:59.528092 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9120 2025.03.18 03:52:59.529580 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9121 2025.03.18 03:52:59.529926 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9122 2025.03.18 03:52:59.531425 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1242
9123 2025.03.18 03:53:00.680246 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9124 2025.03.18 03:53:00.680437 [ 5 ] {9812825b-0be3-4adc-86da-ba5d4de35fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9125 2025.03.18 03:53:00.680510 [ 5 ] {9812825b-0be3-4adc-86da-ba5d4de35fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9126 2025.03.18 03:53:00.681298 [ 5 ] {9812825b-0be3-4adc-86da-ba5d4de35fd7} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9127 2025.03.18 03:53:00.681345 [ 5 ] {9812825b-0be3-4adc-86da-ba5d4de35fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9128 2025.03.18 03:53:00.681796 [ 5 ] {9812825b-0be3-4adc-86da-ba5d4de35fd7} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
9129 2025.03.18 03:53:00.682056 [ 5 ] {9812825b-0be3-4adc-86da-ba5d4de35fd7} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9130 2025.03.18 03:53:00.682266 [ 5 ] {9812825b-0be3-4adc-86da-ba5d4de35fd7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.29 MiB/sec.
9131 2025.03.18 03:53:00.682332 [ 5 ] {9812825b-0be3-4adc-86da-ba5d4de35fd7} <Debug> TCPHandler: Processed in 0.002217563 sec.
9132 2025.03.18 03:53:00.682467 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9133 2025.03.18 03:53:00.682580 [ 5 ] {20a30766-caa7-4d1c-a4e3-47161ef3f451} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9134 2025.03.18 03:53:00.682628 [ 5 ] {20a30766-caa7-4d1c-a4e3-47161ef3f451} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9135 2025.03.18 03:53:00.683185 [ 5 ] {20a30766-caa7-4d1c-a4e3-47161ef3f451} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9136 2025.03.18 03:53:00.683224 [ 5 ] {20a30766-caa7-4d1c-a4e3-47161ef3f451} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9137 2025.03.18 03:53:00.683591 [ 5 ] {20a30766-caa7-4d1c-a4e3-47161ef3f451} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
9138 2025.03.18 03:53:00.683839 [ 5 ] {20a30766-caa7-4d1c-a4e3-47161ef3f451} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9139 2025.03.18 03:53:00.684014 [ 5 ] {20a30766-caa7-4d1c-a4e3-47161ef3f451} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001463 sec., 43745.72795625427 rows/sec., 3.41 MiB/sec.
9140 2025.03.18 03:53:00.684066 [ 5 ] {20a30766-caa7-4d1c-a4e3-47161ef3f451} <Debug> TCPHandler: Processed in 0.001651505 sec.
9141 2025.03.18 03:53:00.684183 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9142 2025.03.18 03:53:00.684289 [ 5 ] {638d4406-824a-4c98-a42f-c3ecc5670129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9143 2025.03.18 03:53:00.684339 [ 5 ] {638d4406-824a-4c98-a42f-c3ecc5670129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9144 2025.03.18 03:53:00.684835 [ 5 ] {638d4406-824a-4c98-a42f-c3ecc5670129} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9145 2025.03.18 03:53:00.684873 [ 5 ] {638d4406-824a-4c98-a42f-c3ecc5670129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9146 2025.03.18 03:53:00.685266 [ 5 ] {638d4406-824a-4c98-a42f-c3ecc5670129} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
9147 2025.03.18 03:53:00.685507 [ 5 ] {638d4406-824a-4c98-a42f-c3ecc5670129} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9148 2025.03.18 03:53:00.685685 [ 5 ] {638d4406-824a-4c98-a42f-c3ecc5670129} <Debug> executeQuery: Read 106 rows, 7.56 KiB in 0.001418 sec., 74753.17348377997 rows/sec., 5.20 MiB/sec.
9149 2025.03.18 03:53:00.685736 [ 5 ] {638d4406-824a-4c98-a42f-c3ecc5670129} <Debug> TCPHandler: Processed in 0.001604514 sec.
9150 2025.03.18 03:53:00.685856 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9151 2025.03.18 03:53:00.685967 [ 5 ] {f47c4235-f5bc-4fab-94c9-08aca1c5e838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9152 2025.03.18 03:53:00.686015 [ 5 ] {f47c4235-f5bc-4fab-94c9-08aca1c5e838} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9153 2025.03.18 03:53:00.686452 [ 5 ] {f47c4235-f5bc-4fab-94c9-08aca1c5e838} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9154 2025.03.18 03:53:00.686490 [ 5 ] {f47c4235-f5bc-4fab-94c9-08aca1c5e838} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9155 2025.03.18 03:53:00.686861 [ 5 ] {f47c4235-f5bc-4fab-94c9-08aca1c5e838} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
9156 2025.03.18 03:53:00.687104 [ 5 ] {f47c4235-f5bc-4fab-94c9-08aca1c5e838} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9157 2025.03.18 03:53:00.687277 [ 5 ] {f47c4235-f5bc-4fab-94c9-08aca1c5e838} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001333 sec., 30007.501875468868 rows/sec., 2.03 MiB/sec.
9158 2025.03.18 03:53:00.687326 [ 5 ] {f47c4235-f5bc-4fab-94c9-08aca1c5e838} <Debug> TCPHandler: Processed in 0.001523233 sec.
9159 2025.03.18 03:53:01.891725 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023
9160 2025.03.18 03:53:01.892437 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9161 2025.03.18 03:53:01.892480 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9162 2025.03.18 03:53:01.893016 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9163 2025.03.18 03:53:01.893282 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9164 2025.03.18 03:53:01.893481 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023
9165 2025.03.18 03:53:03.748246 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445
9166 2025.03.18 03:53:03.769389 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9167 2025.03.18 03:53:03.769459 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9168 2025.03.18 03:53:03.777110 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
9169 2025.03.18 03:53:03.777985 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9170 2025.03.18 03:53:03.782278 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
9171 2025.03.18 03:53:05.683704 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9172 2025.03.18 03:53:05.683905 [ 5 ] {26bad7db-a87b-402d-9da7-c048991a5ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9173 2025.03.18 03:53:05.683987 [ 5 ] {26bad7db-a87b-402d-9da7-c048991a5ff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9174 2025.03.18 03:53:05.684862 [ 5 ] {26bad7db-a87b-402d-9da7-c048991a5ff4} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9175 2025.03.18 03:53:05.684916 [ 5 ] {26bad7db-a87b-402d-9da7-c048991a5ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9176 2025.03.18 03:53:05.685374 [ 5 ] {26bad7db-a87b-402d-9da7-c048991a5ff4} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
9177 2025.03.18 03:53:05.685646 [ 5 ] {26bad7db-a87b-402d-9da7-c048991a5ff4} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9178 2025.03.18 03:53:05.685882 [ 5 ] {26bad7db-a87b-402d-9da7-c048991a5ff4} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002033 sec., 27545.499262174126 rows/sec., 2.12 MiB/sec.
9179 2025.03.18 03:53:05.685989 [ 5 ] {26bad7db-a87b-402d-9da7-c048991a5ff4} <Debug> TCPHandler: Processed in 0.002419386 sec.
9180 2025.03.18 03:53:05.686173 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9181 2025.03.18 03:53:05.686407 [ 5 ] {af690ca3-0d97-44f5-a9d1-4f6fe69fec48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9182 2025.03.18 03:53:05.686466 [ 5 ] {af690ca3-0d97-44f5-a9d1-4f6fe69fec48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9183 2025.03.18 03:53:05.687111 [ 5 ] {af690ca3-0d97-44f5-a9d1-4f6fe69fec48} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9184 2025.03.18 03:53:05.687152 [ 5 ] {af690ca3-0d97-44f5-a9d1-4f6fe69fec48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9185 2025.03.18 03:53:05.687517 [ 5 ] {af690ca3-0d97-44f5-a9d1-4f6fe69fec48} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
9186 2025.03.18 03:53:05.687760 [ 5 ] {af690ca3-0d97-44f5-a9d1-4f6fe69fec48} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9187 2025.03.18 03:53:05.687990 [ 5 ] {af690ca3-0d97-44f5-a9d1-4f6fe69fec48} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001627 sec., 39336.20159803319 rows/sec., 3.07 MiB/sec.
9188 2025.03.18 03:53:05.688045 [ 5 ] {af690ca3-0d97-44f5-a9d1-4f6fe69fec48} <Debug> TCPHandler: Processed in 0.001966729 sec.
9189 2025.03.18 03:53:05.688164 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9190 2025.03.18 03:53:05.688270 [ 5 ] {4f58eabf-811a-42cd-9a2a-190bc38f84b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9191 2025.03.18 03:53:05.688320 [ 5 ] {4f58eabf-811a-42cd-9a2a-190bc38f84b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9192 2025.03.18 03:53:05.688857 [ 5 ] {4f58eabf-811a-42cd-9a2a-190bc38f84b5} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9193 2025.03.18 03:53:05.688897 [ 5 ] {4f58eabf-811a-42cd-9a2a-190bc38f84b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9194 2025.03.18 03:53:05.689285 [ 5 ] {4f58eabf-811a-42cd-9a2a-190bc38f84b5} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
9195 2025.03.18 03:53:05.689526 [ 5 ] {4f58eabf-811a-42cd-9a2a-190bc38f84b5} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9196 2025.03.18 03:53:05.689740 [ 5 ] {4f58eabf-811a-42cd-9a2a-190bc38f84b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001492 sec., 107238.60589812332 rows/sec., 7.47 MiB/sec.
9197 2025.03.18 03:53:05.689792 [ 5 ] {4f58eabf-811a-42cd-9a2a-190bc38f84b5} <Debug> TCPHandler: Processed in 0.001678705 sec.
9198 2025.03.18 03:53:05.689897 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9199 2025.03.18 03:53:05.690000 [ 5 ] {1e4a1dc0-6536-49b7-a986-efb7e5c62e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9200 2025.03.18 03:53:05.690048 [ 5 ] {1e4a1dc0-6536-49b7-a986-efb7e5c62e3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9201 2025.03.18 03:53:05.690486 [ 5 ] {1e4a1dc0-6536-49b7-a986-efb7e5c62e3c} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9202 2025.03.18 03:53:05.690525 [ 5 ] {1e4a1dc0-6536-49b7-a986-efb7e5c62e3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9203 2025.03.18 03:53:05.690896 [ 5 ] {1e4a1dc0-6536-49b7-a986-efb7e5c62e3c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
9204 2025.03.18 03:53:05.691133 [ 5 ] {1e4a1dc0-6536-49b7-a986-efb7e5c62e3c} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9205 2025.03.18 03:53:05.691368 [ 5 ] {1e4a1dc0-6536-49b7-a986-efb7e5c62e3c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec.
9206 2025.03.18 03:53:05.691445 [ 5 ] {1e4a1dc0-6536-49b7-a986-efb7e5c62e3c} <Debug> TCPHandler: Processed in 0.001590914 sec.
9207 2025.03.18 03:53:09.213554 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache
9208 2025.03.18 03:53:09.213624 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache
9209 2025.03.18 03:53:09.393679 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511
9210 2025.03.18 03:53:09.394318 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9211 2025.03.18 03:53:09.394353 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9212 2025.03.18 03:53:09.394863 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9213 2025.03.18 03:53:09.395112 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9214 2025.03.18 03:53:09.395337 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511
9215 2025.03.18 03:53:09.531839 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1258
9216 2025.03.18 03:53:09.534780 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9217 2025.03.18 03:53:09.534833 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9218 2025.03.18 03:53:09.536319 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9219 2025.03.18 03:53:09.536671 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9220 2025.03.18 03:53:09.537265 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1258
9221 2025.03.18 03:53:10.150214 [ 138 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0
9222 2025.03.18 03:53:10.150278 [ 138 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9223 2025.03.18 03:53:10.150300 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9224 2025.03.18 03:53:10.150465 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full
9225 2025.03.18 03:53:10.150679 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9226 2025.03.18 03:53:10.150723 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 69 rows starting from the beginning of the part
9227 2025.03.18 03:53:10.150826 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 53 rows starting from the beginning of the part
9228 2025.03.18 03:53:10.150932 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 39 rows starting from the beginning of the part
9229 2025.03.18 03:53:10.151172 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 39 rows starting from the beginning of the part
9230 2025.03.18 03:53:10.151358 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 67 rows starting from the beginning of the part
9231 2025.03.18 03:53:10.152591 [ 191 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 5 columns (5 merged, 0 gathered) in 0.002211793 sec., 120716.54083361327 rows/sec., 9.32 MiB/sec.
9232 2025.03.18 03:53:10.152810 [ 191 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary)
9233 2025.03.18 03:53:10.153161 [ 191 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_42_9} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9234 2025.03.18 03:53:10.153255 [ 191 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_42_9} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9
9235 2025.03.18 03:53:10.153359 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9236 2025.03.18 03:53:10.164754 [ 138 ] {} <Debug> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
9237 2025.03.18 03:53:10.164792 [ 138 ] {} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9238 2025.03.18 03:53:10.164811 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9239 2025.03.18 03:53:10.164974 [ 200 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
9240 2025.03.18 03:53:10.165178 [ 200 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9241 2025.03.18 03:53:10.165214 [ 200 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
9242 2025.03.18 03:53:10.165327 [ 200 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
9243 2025.03.18 03:53:10.165526 [ 200 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part
9244 2025.03.18 03:53:10.165731 [ 200 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
9245 2025.03.18 03:53:10.165932 [ 200 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part
9246 2025.03.18 03:53:10.166906 [ 190 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002036511 sec., 26515.938288572957 rows/sec., 2.21 MiB/sec.
9247 2025.03.18 03:53:10.167066 [ 190 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
9248 2025.03.18 03:53:10.167385 [ 190 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_13_3} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9249 2025.03.18 03:53:10.167472 [ 190 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_13_3} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
9250 2025.03.18 03:53:10.167567 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9251 2025.03.18 03:53:10.685585 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9252 2025.03.18 03:53:10.685764 [ 5 ] {4e66799a-59bc-4be1-9558-63b714f1d8f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9253 2025.03.18 03:53:10.685836 [ 5 ] {4e66799a-59bc-4be1-9558-63b714f1d8f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9254 2025.03.18 03:53:10.686667 [ 5 ] {4e66799a-59bc-4be1-9558-63b714f1d8f3} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9255 2025.03.18 03:53:10.686712 [ 5 ] {4e66799a-59bc-4be1-9558-63b714f1d8f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9256 2025.03.18 03:53:10.687155 [ 5 ] {4e66799a-59bc-4be1-9558-63b714f1d8f3} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
9257 2025.03.18 03:53:10.687408 [ 5 ] {4e66799a-59bc-4be1-9558-63b714f1d8f3} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9258 2025.03.18 03:53:10.687569 [ 138 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
9259 2025.03.18 03:53:10.687613 [ 138 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9260 2025.03.18 03:53:10.687617 [ 5 ] {4e66799a-59bc-4be1-9558-63b714f1d8f3} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001902 sec., 70452.15562565721 rows/sec., 6.08 MiB/sec.
9261 2025.03.18 03:53:10.687639 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9262 2025.03.18 03:53:10.687723 [ 5 ] {4e66799a-59bc-4be1-9558-63b714f1d8f3} <Debug> TCPHandler: Processed in 0.002264014 sec.
9263 2025.03.18 03:53:10.687776 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
9264 2025.03.18 03:53:10.687880 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9265 2025.03.18 03:53:10.687893 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9266 2025.03.18 03:53:10.687915 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1404 rows starting from the beginning of the part
9267 2025.03.18 03:53:10.688011 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 56 rows starting from the beginning of the part
9268 2025.03.18 03:53:10.688115 [ 5 ] {940fcec5-20d6-4c84-bce2-f1ac8139bc68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9269 2025.03.18 03:53:10.688319 [ 5 ] {940fcec5-20d6-4c84-bce2-f1ac8139bc68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9270 2025.03.18 03:53:10.688454 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1402 rows starting from the beginning of the part
9271 2025.03.18 03:53:10.688917 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part
9272 2025.03.18 03:53:10.689281 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 56 rows starting from the beginning of the part
9273 2025.03.18 03:53:10.689547 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 134 rows starting from the beginning of the part
9274 2025.03.18 03:53:10.690343 [ 5 ] {940fcec5-20d6-4c84-bce2-f1ac8139bc68} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9275 2025.03.18 03:53:10.690388 [ 5 ] {940fcec5-20d6-4c84-bce2-f1ac8139bc68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9276 2025.03.18 03:53:10.690933 [ 5 ] {940fcec5-20d6-4c84-bce2-f1ac8139bc68} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9277 2025.03.18 03:53:10.691214 [ 5 ] {940fcec5-20d6-4c84-bce2-f1ac8139bc68} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9278 2025.03.18 03:53:10.691409 [ 5 ] {940fcec5-20d6-4c84-bce2-f1ac8139bc68} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.003404 sec., 11457.10928319624 rows/sec., 861.52 KiB/sec.
9279 2025.03.18 03:53:10.691502 [ 5 ] {940fcec5-20d6-4c84-bce2-f1ac8139bc68} <Debug> TCPHandler: Processed in 0.003663955 sec.
9280 2025.03.18 03:53:10.691688 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 5 columns (5 merged, 0 gathered) in 0.00397761 sec., 781373.7395068897 rows/sec., 68.31 MiB/sec.
9281 2025.03.18 03:53:10.691696 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9282 2025.03.18 03:53:10.691820 [ 5 ] {3cfc850e-e4ce-4d4b-94f6-77480be67490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9283 2025.03.18 03:53:10.691867 [ 5 ] {3cfc850e-e4ce-4d4b-94f6-77480be67490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9284 2025.03.18 03:53:10.692168 [ 187 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
9285 2025.03.18 03:53:10.692808 [ 187 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_101_20} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9286 2025.03.18 03:53:10.692930 [ 5 ] {3cfc850e-e4ce-4d4b-94f6-77480be67490} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9287 2025.03.18 03:53:10.692990 [ 187 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_101_20} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
9288 2025.03.18 03:53:10.692995 [ 5 ] {3cfc850e-e4ce-4d4b-94f6-77480be67490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9289 2025.03.18 03:53:10.693176 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
9290 2025.03.18 03:53:10.693510 [ 5 ] {3cfc850e-e4ce-4d4b-94f6-77480be67490} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
9291 2025.03.18 03:53:10.693763 [ 5 ] {3cfc850e-e4ce-4d4b-94f6-77480be67490} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9292 2025.03.18 03:53:10.693911 [ 142 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
9293 2025.03.18 03:53:10.693947 [ 5 ] {3cfc850e-e4ce-4d4b-94f6-77480be67490} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002147 sec., 47973.917093619006 rows/sec., 3.75 MiB/sec.
9294 2025.03.18 03:53:10.693948 [ 142 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9295 2025.03.18 03:53:10.693992 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9296 2025.03.18 03:53:10.694027 [ 5 ] {3cfc850e-e4ce-4d4b-94f6-77480be67490} <Debug> TCPHandler: Processed in 0.002394936 sec.
9297 2025.03.18 03:53:10.694121 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
9298 2025.03.18 03:53:10.694180 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9299 2025.03.18 03:53:10.694218 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9300 2025.03.18 03:53:10.694248 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
9301 2025.03.18 03:53:10.694329 [ 5 ] {46bca9b8-161a-470b-a00a-dfff5cf4b312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9302 2025.03.18 03:53:10.694391 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 64 rows starting from the beginning of the part
9303 2025.03.18 03:53:10.694441 [ 5 ] {46bca9b8-161a-470b-a00a-dfff5cf4b312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9304 2025.03.18 03:53:10.694664 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 611 rows starting from the beginning of the part
9305 2025.03.18 03:53:10.695045 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part
9306 2025.03.18 03:53:10.695557 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 64 rows starting from the beginning of the part
9307 2025.03.18 03:53:10.695839 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 103 rows starting from the beginning of the part
9308 2025.03.18 03:53:10.696717 [ 5 ] {46bca9b8-161a-470b-a00a-dfff5cf4b312} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9309 2025.03.18 03:53:10.696765 [ 5 ] {46bca9b8-161a-470b-a00a-dfff5cf4b312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9310 2025.03.18 03:53:10.697360 [ 5 ] {46bca9b8-161a-470b-a00a-dfff5cf4b312} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
9311 2025.03.18 03:53:10.697713 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1537 rows, containing 5 columns (5 merged, 0 gathered) in 0.003643025 sec., 421902.1280391982 rows/sec., 33.61 MiB/sec.
9312 2025.03.18 03:53:10.697730 [ 5 ] {46bca9b8-161a-470b-a00a-dfff5cf4b312} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9313 2025.03.18 03:53:10.697968 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
9314 2025.03.18 03:53:10.697988 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
9315 2025.03.18 03:53:10.698051 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9316 2025.03.18 03:53:10.698124 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9317 2025.03.18 03:53:10.698175 [ 5 ] {46bca9b8-161a-470b-a00a-dfff5cf4b312} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003869 sec., 41354.35513052468 rows/sec., 2.88 MiB/sec.
9318 2025.03.18 03:53:10.698559 [ 5 ] {46bca9b8-161a-470b-a00a-dfff5cf4b312} <Debug> TCPHandler: Processed in 0.004426537 sec.
9319 2025.03.18 03:53:10.698825 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
9320 2025.03.18 03:53:10.699100 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_101_20} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9321 2025.03.18 03:53:10.699174 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9322 2025.03.18 03:53:10.699501 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_101_20} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
9323 2025.03.18 03:53:10.699649 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9324 2025.03.18 03:53:10.699827 [ 5 ] {6b0adc54-ae93-4ef8-a601-e8f689ecc262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9325 2025.03.18 03:53:10.699861 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
9326 2025.03.18 03:53:10.699880 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 26278 rows starting from the beginning of the part
9327 2025.03.18 03:53:10.700445 [ 5 ] {6b0adc54-ae93-4ef8-a601-e8f689ecc262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9328 2025.03.18 03:53:10.700539 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part
9329 2025.03.18 03:53:10.701334 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 944 rows starting from the beginning of the part
9330 2025.03.18 03:53:10.702048 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 106 rows starting from the beginning of the part
9331 2025.03.18 03:53:10.702535 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part
9332 2025.03.18 03:53:10.702919 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part
9333 2025.03.18 03:53:10.705593 [ 5 ] {6b0adc54-ae93-4ef8-a601-e8f689ecc262} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9334 2025.03.18 03:53:10.705660 [ 5 ] {6b0adc54-ae93-4ef8-a601-e8f689ecc262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9335 2025.03.18 03:53:10.707225 [ 5 ] {6b0adc54-ae93-4ef8-a601-e8f689ecc262} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
9336 2025.03.18 03:53:10.707594 [ 5 ] {6b0adc54-ae93-4ef8-a601-e8f689ecc262} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9337 2025.03.18 03:53:10.707814 [ 5 ] {6b0adc54-ae93-4ef8-a601-e8f689ecc262} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.008304 sec., 4696.531791907514 rows/sec., 8.42 MiB/sec.
9338 2025.03.18 03:53:10.707916 [ 5 ] {6b0adc54-ae93-4ef8-a601-e8f689ecc262} <Debug> TCPHandler: Processed in 0.008958084 sec.
9339 2025.03.18 03:53:10.708046 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9340 2025.03.18 03:53:10.708270 [ 5 ] {2217a0e0-15c4-4c98-ade4-6d7ff0ff176e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9341 2025.03.18 03:53:10.708336 [ 5 ] {2217a0e0-15c4-4c98-ade4-6d7ff0ff176e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9342 2025.03.18 03:53:10.708875 [ 5 ] {2217a0e0-15c4-4c98-ade4-6d7ff0ff176e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9343 2025.03.18 03:53:10.708910 [ 5 ] {2217a0e0-15c4-4c98-ade4-6d7ff0ff176e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9344 2025.03.18 03:53:10.709452 [ 5 ] {2217a0e0-15c4-4c98-ade4-6d7ff0ff176e} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
9345 2025.03.18 03:53:10.709803 [ 5 ] {2217a0e0-15c4-4c98-ade4-6d7ff0ff176e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9346 2025.03.18 03:53:10.710006 [ 142 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
9347 2025.03.18 03:53:10.710052 [ 142 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9348 2025.03.18 03:53:10.710068 [ 5 ] {2217a0e0-15c4-4c98-ade4-6d7ff0ff176e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001893 sec., 31695.721077654518 rows/sec., 2.14 MiB/sec.
9349 2025.03.18 03:53:10.710080 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9350 2025.03.18 03:53:10.710167 [ 5 ] {2217a0e0-15c4-4c98-ade4-6d7ff0ff176e} <Debug> TCPHandler: Processed in 0.002172762 sec.
9351 2025.03.18 03:53:10.710421 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
9352 2025.03.18 03:53:10.710641 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9353 2025.03.18 03:53:10.710710 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 4968 rows starting from the beginning of the part
9354 2025.03.18 03:53:10.710831 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
9355 2025.03.18 03:53:10.711060 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 20 rows starting from the beginning of the part
9356 2025.03.18 03:53:10.711423 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 40 rows starting from the beginning of the part
9357 2025.03.18 03:53:10.711578 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part
9358 2025.03.18 03:53:10.711794 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part
9359 2025.03.18 03:53:10.712551 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27808 rows, containing 5 columns (5 merged, 0 gathered) in 0.014263674 sec., 1949567.832242941 rows/sec., 133.61 MiB/sec.
9360 2025.03.18 03:53:10.713044 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
9361 2025.03.18 03:53:10.713769 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9362 2025.03.18 03:53:10.713966 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
9363 2025.03.18 03:53:10.714107 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
9364 2025.03.18 03:53:10.714965 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5208 rows, containing 4 columns (4 merged, 0 gathered) in 0.004776052 sec., 1090440.3888399873 rows/sec., 73.49 MiB/sec.
9365 2025.03.18 03:53:10.715350 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
9366 2025.03.18 03:53:10.715650 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_101_20} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9367 2025.03.18 03:53:10.715726 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_101_20} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
9368 2025.03.18 03:53:10.715811 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB.
9369 2025.03.18 03:53:11.282430 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
9370 2025.03.18 03:53:11.304232 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9371 2025.03.18 03:53:11.304287 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB.
9372 2025.03.18 03:53:11.311693 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
9373 2025.03.18 03:53:11.312483 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9374 2025.03.18 03:53:11.315520 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
9375 2025.03.18 03:53:15.683612 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9376 2025.03.18 03:53:15.683820 [ 5 ] {3fe8d033-be17-48ac-b9d9-00455d4be60a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9377 2025.03.18 03:53:15.683892 [ 5 ] {3fe8d033-be17-48ac-b9d9-00455d4be60a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9378 2025.03.18 03:53:15.684723 [ 5 ] {3fe8d033-be17-48ac-b9d9-00455d4be60a} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9379 2025.03.18 03:53:15.684774 [ 5 ] {3fe8d033-be17-48ac-b9d9-00455d4be60a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9380 2025.03.18 03:53:15.685218 [ 5 ] {3fe8d033-be17-48ac-b9d9-00455d4be60a} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
9381 2025.03.18 03:53:15.685482 [ 5 ] {3fe8d033-be17-48ac-b9d9-00455d4be60a} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9382 2025.03.18 03:53:15.685787 [ 5 ] {3fe8d033-be17-48ac-b9d9-00455d4be60a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002008 sec., 27888.446215139444 rows/sec., 2.14 MiB/sec.
9383 2025.03.18 03:53:15.685925 [ 5 ] {3fe8d033-be17-48ac-b9d9-00455d4be60a} <Debug> TCPHandler: Processed in 0.002446236 sec.
9384 2025.03.18 03:53:15.686121 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9385 2025.03.18 03:53:15.686404 [ 5 ] {b82d4a8b-1e9e-4c59-bb63-9bbc5e92b311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9386 2025.03.18 03:53:15.686463 [ 5 ] {b82d4a8b-1e9e-4c59-bb63-9bbc5e92b311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9387 2025.03.18 03:53:15.687085 [ 5 ] {b82d4a8b-1e9e-4c59-bb63-9bbc5e92b311} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9388 2025.03.18 03:53:15.687127 [ 5 ] {b82d4a8b-1e9e-4c59-bb63-9bbc5e92b311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9389 2025.03.18 03:53:15.687518 [ 5 ] {b82d4a8b-1e9e-4c59-bb63-9bbc5e92b311} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
9390 2025.03.18 03:53:15.687784 [ 5 ] {b82d4a8b-1e9e-4c59-bb63-9bbc5e92b311} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9391 2025.03.18 03:53:15.687998 [ 5 ] {b82d4a8b-1e9e-4c59-bb63-9bbc5e92b311} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001693 sec., 37802.71707028943 rows/sec., 2.95 MiB/sec.
9392 2025.03.18 03:53:15.688052 [ 5 ] {b82d4a8b-1e9e-4c59-bb63-9bbc5e92b311} <Debug> TCPHandler: Processed in 0.00202981 sec.
9393 2025.03.18 03:53:15.688170 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9394 2025.03.18 03:53:15.688275 [ 5 ] {9c2504bf-81a0-4ddc-9bcf-667f1db725ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9395 2025.03.18 03:53:15.688326 [ 5 ] {9c2504bf-81a0-4ddc-9bcf-667f1db725ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9396 2025.03.18 03:53:15.688873 [ 5 ] {9c2504bf-81a0-4ddc-9bcf-667f1db725ec} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9397 2025.03.18 03:53:15.688913 [ 5 ] {9c2504bf-81a0-4ddc-9bcf-667f1db725ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9398 2025.03.18 03:53:15.689311 [ 5 ] {9c2504bf-81a0-4ddc-9bcf-667f1db725ec} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
9399 2025.03.18 03:53:15.689553 [ 5 ] {9c2504bf-81a0-4ddc-9bcf-667f1db725ec} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9400 2025.03.18 03:53:15.689796 [ 5 ] {9c2504bf-81a0-4ddc-9bcf-667f1db725ec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001543 sec., 103694.10239792611 rows/sec., 7.22 MiB/sec.
9401 2025.03.18 03:53:15.689849 [ 5 ] {9c2504bf-81a0-4ddc-9bcf-667f1db725ec} <Debug> TCPHandler: Processed in 0.001731576 sec.
9402 2025.03.18 03:53:15.689964 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9403 2025.03.18 03:53:15.690069 [ 5 ] {ef851d05-ccb5-4030-8646-6060c004a159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9404 2025.03.18 03:53:15.690117 [ 5 ] {ef851d05-ccb5-4030-8646-6060c004a159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9405 2025.03.18 03:53:15.690553 [ 5 ] {ef851d05-ccb5-4030-8646-6060c004a159} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9406 2025.03.18 03:53:15.690602 [ 5 ] {ef851d05-ccb5-4030-8646-6060c004a159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9407 2025.03.18 03:53:15.691028 [ 5 ] {ef851d05-ccb5-4030-8646-6060c004a159} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
9408 2025.03.18 03:53:15.691264 [ 5 ] {ef851d05-ccb5-4030-8646-6060c004a159} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9409 2025.03.18 03:53:15.691471 [ 5 ] {ef851d05-ccb5-4030-8646-6060c004a159} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001422 sec., 42194.09282700422 rows/sec., 2.84 MiB/sec.
9410 2025.03.18 03:53:15.691541 [ 5 ] {ef851d05-ccb5-4030-8646-6060c004a159} <Debug> TCPHandler: Processed in 0.001629064 sec.
9411 2025.03.18 03:53:16.895552 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938
9412 2025.03.18 03:53:16.896199 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9413 2025.03.18 03:53:16.896251 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9414 2025.03.18 03:53:16.896779 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9415 2025.03.18 03:53:16.897039 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9416 2025.03.18 03:53:16.897259 [ 133 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9417 2025.03.18 03:53:16.897293 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938
9418 2025.03.18 03:53:16.897351 [ 133 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9419 2025.03.18 03:53:16.897384 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9420 2025.03.18 03:53:16.897509 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::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
9421 2025.03.18 03:53:16.897621 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9422 2025.03.18 03:53:16.897660 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part
9423 2025.03.18 03:53:16.897727 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::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
9424 2025.03.18 03:53:16.897949 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::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
9425 2025.03.18 03:53:16.898135 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::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
9426 2025.03.18 03:53:16.898310 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::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
9427 2025.03.18 03:53:16.898471 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::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
9428 2025.03.18 03:53:16.901051 [ 189 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.003592534 sec., 7776683.5331273135 rows/sec., 111.25 MiB/sec.
9429 2025.03.18 03:53:16.901335 [ 188 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9430 2025.03.18 03:53:16.901667 [ 188 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_61_12} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9431 2025.03.18 03:53:16.901757 [ 188 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_61_12} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9432 2025.03.18 03:53:16.901853 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB.
9433 2025.03.18 03:53:18.815686 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460
9434 2025.03.18 03:53:18.837307 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9435 2025.03.18 03:53:18.837371 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9436 2025.03.18 03:53:18.844682 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
9437 2025.03.18 03:53:18.845474 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9438 2025.03.18 03:53:18.845791 [ 134 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
9439 2025.03.18 03:53:18.845859 [ 134 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9440 2025.03.18 03:53:18.845905 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9441 2025.03.18 03:53:18.846404 [ 191 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
9442 2025.03.18 03:53:18.863041 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460
9443 2025.03.18 03:53:18.864418 [ 191 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9444 2025.03.18 03:53:18.865667 [ 191 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part
9445 2025.03.18 03:53:18.870510 [ 191 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part
9446 2025.03.18 03:53:18.875686 [ 191 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part
9447 2025.03.18 03:53:18.880940 [ 191 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part
9448 2025.03.18 03:53:18.886600 [ 191 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
9449 2025.03.18 03:53:18.891169 [ 191 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
9450 2025.03.18 03:53:18.953862 [ 189 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.107809479 sec., 4266.786225726961 rows/sec., 22.06 MiB/sec.
9451 2025.03.18 03:53:18.957721 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
9452 2025.03.18 03:53:18.960593 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_61_12} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9453 2025.03.18 03:53:18.960693 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_61_12} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
9454 2025.03.18 03:53:18.963022 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
9455 2025.03.18 03:53:19.000189 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.49 MiB, peak 251.89 MiB, free memory in arenas 0.00 B, will set to 239.76 MiB (RSS), difference: 1.28 MiB
9456 2025.03.18 03:53:19.537518 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1278
9457 2025.03.18 03:53:19.540347 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9458 2025.03.18 03:53:19.540402 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9459 2025.03.18 03:53:19.541866 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9460 2025.03.18 03:53:19.542169 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9461 2025.03.18 03:53:19.543123 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1278
9462 2025.03.18 03:53:20.685521 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9463 2025.03.18 03:53:20.685718 [ 5 ] {a1b8edcd-2131-4d06-9f85-ba4af6314896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9464 2025.03.18 03:53:20.685793 [ 5 ] {a1b8edcd-2131-4d06-9f85-ba4af6314896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9465 2025.03.18 03:53:20.686646 [ 5 ] {a1b8edcd-2131-4d06-9f85-ba4af6314896} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9466 2025.03.18 03:53:20.686700 [ 5 ] {a1b8edcd-2131-4d06-9f85-ba4af6314896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9467 2025.03.18 03:53:20.687150 [ 5 ] {a1b8edcd-2131-4d06-9f85-ba4af6314896} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
9468 2025.03.18 03:53:20.687404 [ 5 ] {a1b8edcd-2131-4d06-9f85-ba4af6314896} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9469 2025.03.18 03:53:20.687657 [ 5 ] {a1b8edcd-2131-4d06-9f85-ba4af6314896} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001992 sec., 67269.0763052209 rows/sec., 5.80 MiB/sec.
9470 2025.03.18 03:53:20.687719 [ 5 ] {a1b8edcd-2131-4d06-9f85-ba4af6314896} <Debug> TCPHandler: Processed in 0.002333335 sec.
9471 2025.03.18 03:53:20.687843 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9472 2025.03.18 03:53:20.687955 [ 5 ] {b7506193-3fe8-4211-977f-3e7c4913b013} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9473 2025.03.18 03:53:20.688004 [ 5 ] {b7506193-3fe8-4211-977f-3e7c4913b013} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9474 2025.03.18 03:53:20.688543 [ 5 ] {b7506193-3fe8-4211-977f-3e7c4913b013} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9475 2025.03.18 03:53:20.688582 [ 5 ] {b7506193-3fe8-4211-977f-3e7c4913b013} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9476 2025.03.18 03:53:20.688942 [ 5 ] {b7506193-3fe8-4211-977f-3e7c4913b013} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9477 2025.03.18 03:53:20.689171 [ 5 ] {b7506193-3fe8-4211-977f-3e7c4913b013} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9478 2025.03.18 03:53:20.689390 [ 5 ] {b7506193-3fe8-4211-977f-3e7c4913b013} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001461 sec., 26694.045174537987 rows/sec., 1.96 MiB/sec.
9479 2025.03.18 03:53:20.689442 [ 5 ] {b7506193-3fe8-4211-977f-3e7c4913b013} <Debug> TCPHandler: Processed in 0.001653315 sec.
9480 2025.03.18 03:53:20.689546 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9481 2025.03.18 03:53:20.689656 [ 5 ] {11cffbc0-6fc1-4337-aa68-2395ca2a26f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9482 2025.03.18 03:53:20.689701 [ 5 ] {11cffbc0-6fc1-4337-aa68-2395ca2a26f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9483 2025.03.18 03:53:20.690251 [ 5 ] {11cffbc0-6fc1-4337-aa68-2395ca2a26f1} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9484 2025.03.18 03:53:20.690290 [ 5 ] {11cffbc0-6fc1-4337-aa68-2395ca2a26f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9485 2025.03.18 03:53:20.690653 [ 5 ] {11cffbc0-6fc1-4337-aa68-2395ca2a26f1} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
9486 2025.03.18 03:53:20.690897 [ 5 ] {11cffbc0-6fc1-4337-aa68-2395ca2a26f1} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9487 2025.03.18 03:53:20.691123 [ 5 ] {11cffbc0-6fc1-4337-aa68-2395ca2a26f1} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001491 sec., 69081.15358819584 rows/sec., 5.40 MiB/sec.
9488 2025.03.18 03:53:20.691211 [ 5 ] {11cffbc0-6fc1-4337-aa68-2395ca2a26f1} <Debug> TCPHandler: Processed in 0.001715065 sec.
9489 2025.03.18 03:53:20.691356 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9490 2025.03.18 03:53:20.691651 [ 5 ] {6b179b70-d454-4a71-b4d9-d6ef4c71cadf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9491 2025.03.18 03:53:20.691784 [ 5 ] {6b179b70-d454-4a71-b4d9-d6ef4c71cadf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9492 2025.03.18 03:53:20.692317 [ 5 ] {6b179b70-d454-4a71-b4d9-d6ef4c71cadf} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9493 2025.03.18 03:53:20.692357 [ 5 ] {6b179b70-d454-4a71-b4d9-d6ef4c71cadf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9494 2025.03.18 03:53:20.692757 [ 5 ] {6b179b70-d454-4a71-b4d9-d6ef4c71cadf} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
9495 2025.03.18 03:53:20.692994 [ 5 ] {6b179b70-d454-4a71-b4d9-d6ef4c71cadf} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9496 2025.03.18 03:53:20.693210 [ 5 ] {6b179b70-d454-4a71-b4d9-d6ef4c71cadf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001685 sec., 94955.48961424331 rows/sec., 6.61 MiB/sec.
9497 2025.03.18 03:53:20.693262 [ 5 ] {6b179b70-d454-4a71-b4d9-d6ef4c71cadf} <Debug> TCPHandler: Processed in 0.00199839 sec.
9498 2025.03.18 03:53:20.693365 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9499 2025.03.18 03:53:20.693466 [ 5 ] {4b29d833-681c-4744-bfe7-8eaedac9150d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9500 2025.03.18 03:53:20.693531 [ 5 ] {4b29d833-681c-4744-bfe7-8eaedac9150d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9501 2025.03.18 03:53:20.694703 [ 5 ] {4b29d833-681c-4744-bfe7-8eaedac9150d} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9502 2025.03.18 03:53:20.694742 [ 5 ] {4b29d833-681c-4744-bfe7-8eaedac9150d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9503 2025.03.18 03:53:20.695395 [ 5 ] {4b29d833-681c-4744-bfe7-8eaedac9150d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
9504 2025.03.18 03:53:20.695659 [ 5 ] {4b29d833-681c-4744-bfe7-8eaedac9150d} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9505 2025.03.18 03:53:20.695906 [ 5 ] {4b29d833-681c-4744-bfe7-8eaedac9150d} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002461 sec., 15847.216578626574 rows/sec., 28.40 MiB/sec.
9506 2025.03.18 03:53:20.696000 [ 5 ] {4b29d833-681c-4744-bfe7-8eaedac9150d} <Debug> TCPHandler: Processed in 0.002685501 sec.
9507 2025.03.18 03:53:20.696114 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9508 2025.03.18 03:53:20.696216 [ 5 ] {f5aeebbe-b2ae-4745-9be1-b67da1d7f634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9509 2025.03.18 03:53:20.696263 [ 5 ] {f5aeebbe-b2ae-4745-9be1-b67da1d7f634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9510 2025.03.18 03:53:20.696697 [ 5 ] {f5aeebbe-b2ae-4745-9be1-b67da1d7f634} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9511 2025.03.18 03:53:20.696736 [ 5 ] {f5aeebbe-b2ae-4745-9be1-b67da1d7f634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB.
9512 2025.03.18 03:53:20.697089 [ 5 ] {f5aeebbe-b2ae-4745-9be1-b67da1d7f634} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
9513 2025.03.18 03:53:20.697317 [ 5 ] {f5aeebbe-b2ae-4745-9be1-b67da1d7f634} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9514 2025.03.18 03:53:20.697521 [ 5 ] {f5aeebbe-b2ae-4745-9be1-b67da1d7f634} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001327 sec., 45214.7701582517 rows/sec., 3.05 MiB/sec.
9515 2025.03.18 03:53:20.697569 [ 5 ] {f5aeebbe-b2ae-4745-9be1-b67da1d7f634} <Debug> TCPHandler: Processed in 0.001506303 sec.
9516 2025.03.18 03:53:24.213708 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache
9517 2025.03.18 03:53:24.213820 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache
9518 2025.03.18 03:53:24.397523 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426
9519 2025.03.18 03:53:24.398191 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9520 2025.03.18 03:53:24.398244 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9521 2025.03.18 03:53:24.398787 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9522 2025.03.18 03:53:24.399053 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9523 2025.03.18 03:53:24.399344 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426
9524 2025.03.18 03:53:25.683981 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9525 2025.03.18 03:53:25.684169 [ 5 ] {1ae4b665-249b-4da5-a380-753e0314a16d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9526 2025.03.18 03:53:25.684240 [ 5 ] {1ae4b665-249b-4da5-a380-753e0314a16d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9527 2025.03.18 03:53:25.685023 [ 5 ] {1ae4b665-249b-4da5-a380-753e0314a16d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9528 2025.03.18 03:53:25.685073 [ 5 ] {1ae4b665-249b-4da5-a380-753e0314a16d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9529 2025.03.18 03:53:25.685518 [ 5 ] {1ae4b665-249b-4da5-a380-753e0314a16d} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
9530 2025.03.18 03:53:25.685789 [ 5 ] {1ae4b665-249b-4da5-a380-753e0314a16d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9531 2025.03.18 03:53:25.686032 [ 5 ] {1ae4b665-249b-4da5-a380-753e0314a16d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001914 sec., 29258.098223615467 rows/sec., 2.25 MiB/sec.
9532 2025.03.18 03:53:25.686135 [ 5 ] {1ae4b665-249b-4da5-a380-753e0314a16d} <Debug> TCPHandler: Processed in 0.002282705 sec.
9533 2025.03.18 03:53:25.686276 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9534 2025.03.18 03:53:25.686469 [ 5 ] {028802b0-c37c-4c46-8615-466596fe60dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9535 2025.03.18 03:53:25.686611 [ 5 ] {028802b0-c37c-4c46-8615-466596fe60dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9536 2025.03.18 03:53:25.688017 [ 5 ] {028802b0-c37c-4c46-8615-466596fe60dd} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9537 2025.03.18 03:53:25.688059 [ 5 ] {028802b0-c37c-4c46-8615-466596fe60dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9538 2025.03.18 03:53:25.688411 [ 5 ] {028802b0-c37c-4c46-8615-466596fe60dd} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
9539 2025.03.18 03:53:25.688647 [ 5 ] {028802b0-c37c-4c46-8615-466596fe60dd} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9540 2025.03.18 03:53:25.688883 [ 5 ] {028802b0-c37c-4c46-8615-466596fe60dd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002519 sec., 25406.907502977374 rows/sec., 1.98 MiB/sec.
9541 2025.03.18 03:53:25.688935 [ 5 ] {028802b0-c37c-4c46-8615-466596fe60dd} <Debug> TCPHandler: Processed in 0.00272489 sec.
9542 2025.03.18 03:53:25.689052 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9543 2025.03.18 03:53:25.689167 [ 5 ] {0964d492-9114-408f-830f-085885470f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9544 2025.03.18 03:53:25.689218 [ 5 ] {0964d492-9114-408f-830f-085885470f8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9545 2025.03.18 03:53:25.689754 [ 5 ] {0964d492-9114-408f-830f-085885470f8b} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9546 2025.03.18 03:53:25.689795 [ 5 ] {0964d492-9114-408f-830f-085885470f8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9547 2025.03.18 03:53:25.690198 [ 5 ] {0964d492-9114-408f-830f-085885470f8b} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
9548 2025.03.18 03:53:25.690445 [ 5 ] {0964d492-9114-408f-830f-085885470f8b} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9549 2025.03.18 03:53:25.690661 [ 5 ] {0964d492-9114-408f-830f-085885470f8b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001517 sec., 105471.32498352011 rows/sec., 7.35 MiB/sec.
9550 2025.03.18 03:53:25.690715 [ 5 ] {0964d492-9114-408f-830f-085885470f8b} <Debug> TCPHandler: Processed in 0.001717475 sec.
9551 2025.03.18 03:53:25.690819 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9552 2025.03.18 03:53:25.690921 [ 5 ] {1bb30f8e-9ac4-423b-9ede-933a9604e32b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9553 2025.03.18 03:53:25.690967 [ 5 ] {1bb30f8e-9ac4-423b-9ede-933a9604e32b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9554 2025.03.18 03:53:25.691401 [ 5 ] {1bb30f8e-9ac4-423b-9ede-933a9604e32b} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9555 2025.03.18 03:53:25.691442 [ 5 ] {1bb30f8e-9ac4-423b-9ede-933a9604e32b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9556 2025.03.18 03:53:25.691809 [ 5 ] {1bb30f8e-9ac4-423b-9ede-933a9604e32b} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
9557 2025.03.18 03:53:25.692049 [ 5 ] {1bb30f8e-9ac4-423b-9ede-933a9604e32b} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9558 2025.03.18 03:53:25.692263 [ 5 ] {1bb30f8e-9ac4-423b-9ede-933a9604e32b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec.
9559 2025.03.18 03:53:25.692324 [ 5 ] {1bb30f8e-9ac4-423b-9ede-933a9604e32b} <Debug> TCPHandler: Processed in 0.001553964 sec.
9560 2025.03.18 03:53:26.363222 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468
9561 2025.03.18 03:53:26.381563 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9562 2025.03.18 03:53:26.381613 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9563 2025.03.18 03:53:26.388577 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
9564 2025.03.18 03:53:26.389341 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9565 2025.03.18 03:53:26.391868 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468
9566 2025.03.18 03:53:27.166609 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9567 2025.03.18 03:53:27.166934 [ 5 ] {f9ff7f26-859f-4b36-abdf-ffcf7872d8d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9568 2025.03.18 03:53:27.167083 [ 5 ] {f9ff7f26-859f-4b36-abdf-ffcf7872d8d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9569 2025.03.18 03:53:27.167842 [ 5 ] {f9ff7f26-859f-4b36-abdf-ffcf7872d8d9} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9570 2025.03.18 03:53:27.167891 [ 5 ] {f9ff7f26-859f-4b36-abdf-ffcf7872d8d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9571 2025.03.18 03:53:27.168326 [ 5 ] {f9ff7f26-859f-4b36-abdf-ffcf7872d8d9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
9572 2025.03.18 03:53:27.168576 [ 5 ] {f9ff7f26-859f-4b36-abdf-ffcf7872d8d9} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9573 2025.03.18 03:53:27.168866 [ 5 ] {f9ff7f26-859f-4b36-abdf-ffcf7872d8d9} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002072 sec., 11583.011583011583 rows/sec., 984.10 KiB/sec.
9574 2025.03.18 03:53:27.169051 [ 5 ] {f9ff7f26-859f-4b36-abdf-ffcf7872d8d9} <Debug> TCPHandler: Processed in 0.002575698 sec.
9575 2025.03.18 03:53:27.169199 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9576 2025.03.18 03:53:27.169340 [ 5 ] {454c5a4e-5e99-4cbf-90e3-3021791e3a84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9577 2025.03.18 03:53:27.169397 [ 5 ] {454c5a4e-5e99-4cbf-90e3-3021791e3a84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9578 2025.03.18 03:53:27.169984 [ 5 ] {454c5a4e-5e99-4cbf-90e3-3021791e3a84} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9579 2025.03.18 03:53:27.170024 [ 5 ] {454c5a4e-5e99-4cbf-90e3-3021791e3a84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9580 2025.03.18 03:53:27.170381 [ 5 ] {454c5a4e-5e99-4cbf-90e3-3021791e3a84} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
9581 2025.03.18 03:53:27.170622 [ 5 ] {454c5a4e-5e99-4cbf-90e3-3021791e3a84} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9582 2025.03.18 03:53:27.170830 [ 5 ] {454c5a4e-5e99-4cbf-90e3-3021791e3a84} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001521 sec., 1314.9243918474688 rows/sec., 107.22 KiB/sec.
9583 2025.03.18 03:53:27.170882 [ 5 ] {454c5a4e-5e99-4cbf-90e3-3021791e3a84} <Debug> TCPHandler: Processed in 0.001748297 sec.
9584 2025.03.18 03:53:27.170986 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9585 2025.03.18 03:53:27.171088 [ 5 ] {aedc7888-5b6b-4727-b4ac-53177f5aa42c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9586 2025.03.18 03:53:27.171133 [ 5 ] {aedc7888-5b6b-4727-b4ac-53177f5aa42c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9587 2025.03.18 03:53:27.172171 [ 5 ] {aedc7888-5b6b-4727-b4ac-53177f5aa42c} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9588 2025.03.18 03:53:27.172211 [ 5 ] {aedc7888-5b6b-4727-b4ac-53177f5aa42c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9589 2025.03.18 03:53:27.172650 [ 5 ] {aedc7888-5b6b-4727-b4ac-53177f5aa42c} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
9590 2025.03.18 03:53:27.172886 [ 5 ] {aedc7888-5b6b-4727-b4ac-53177f5aa42c} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9591 2025.03.18 03:53:27.173115 [ 5 ] {aedc7888-5b6b-4727-b4ac-53177f5aa42c} <Debug> executeQuery: Read 1395 rows, 119.93 KiB in 0.002048 sec., 681152.34375 rows/sec., 57.19 MiB/sec.
9592 2025.03.18 03:53:27.173169 [ 5 ] {aedc7888-5b6b-4727-b4ac-53177f5aa42c} <Debug> TCPHandler: Processed in 0.002232653 sec.
9593 2025.03.18 03:53:27.173273 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9594 2025.03.18 03:53:27.173374 [ 5 ] {bec55341-30a1-493a-8df7-320aeb9aaa58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9595 2025.03.18 03:53:27.173419 [ 5 ] {bec55341-30a1-493a-8df7-320aeb9aaa58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9596 2025.03.18 03:53:27.173953 [ 5 ] {bec55341-30a1-493a-8df7-320aeb9aaa58} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9597 2025.03.18 03:53:27.173992 [ 5 ] {bec55341-30a1-493a-8df7-320aeb9aaa58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9598 2025.03.18 03:53:27.174343 [ 5 ] {bec55341-30a1-493a-8df7-320aeb9aaa58} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9599 2025.03.18 03:53:27.174584 [ 5 ] {bec55341-30a1-493a-8df7-320aeb9aaa58} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9600 2025.03.18 03:53:27.174783 [ 5 ] {bec55341-30a1-493a-8df7-320aeb9aaa58} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.001431 sec., 37037.03703703704 rows/sec., 2.75 MiB/sec.
9601 2025.03.18 03:53:27.174835 [ 5 ] {bec55341-30a1-493a-8df7-320aeb9aaa58} <Debug> TCPHandler: Processed in 0.001611854 sec.
9602 2025.03.18 03:53:27.174936 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9603 2025.03.18 03:53:27.175038 [ 5 ] {9d3faae4-30de-41b0-8ab5-abb5936ce6bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9604 2025.03.18 03:53:27.175083 [ 5 ] {9d3faae4-30de-41b0-8ab5-abb5936ce6bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9605 2025.03.18 03:53:27.175659 [ 5 ] {9d3faae4-30de-41b0-8ab5-abb5936ce6bd} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9606 2025.03.18 03:53:27.175699 [ 5 ] {9d3faae4-30de-41b0-8ab5-abb5936ce6bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9607 2025.03.18 03:53:27.176054 [ 5 ] {9d3faae4-30de-41b0-8ab5-abb5936ce6bd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
9608 2025.03.18 03:53:27.176291 [ 5 ] {9d3faae4-30de-41b0-8ab5-abb5936ce6bd} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9609 2025.03.18 03:53:27.176541 [ 5 ] {9d3faae4-30de-41b0-8ab5-abb5936ce6bd} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001525 sec., 165245.90163934426 rows/sec., 11.43 MiB/sec.
9610 2025.03.18 03:53:27.176757 [ 5 ] {9d3faae4-30de-41b0-8ab5-abb5936ce6bd} <Debug> TCPHandler: Processed in 0.001866478 sec.
9611 2025.03.18 03:53:27.176900 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9612 2025.03.18 03:53:27.177002 [ 5 ] {06f88bd4-8292-45ad-aa83-04c2840bb8a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9613 2025.03.18 03:53:27.177047 [ 5 ] {06f88bd4-8292-45ad-aa83-04c2840bb8a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9614 2025.03.18 03:53:27.177591 [ 5 ] {06f88bd4-8292-45ad-aa83-04c2840bb8a3} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9615 2025.03.18 03:53:27.177631 [ 5 ] {06f88bd4-8292-45ad-aa83-04c2840bb8a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9616 2025.03.18 03:53:27.177974 [ 5 ] {06f88bd4-8292-45ad-aa83-04c2840bb8a3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
9617 2025.03.18 03:53:27.178210 [ 5 ] {06f88bd4-8292-45ad-aa83-04c2840bb8a3} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9618 2025.03.18 03:53:27.178392 [ 5 ] {06f88bd4-8292-45ad-aa83-04c2840bb8a3} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001402 sec., 8559.201141226818 rows/sec., 668.69 KiB/sec.
9619 2025.03.18 03:53:27.178535 [ 5 ] {06f88bd4-8292-45ad-aa83-04c2840bb8a3} <Debug> TCPHandler: Processed in 0.001679775 sec.
9620 2025.03.18 03:53:27.178740 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9621 2025.03.18 03:53:27.178848 [ 5 ] {9e7aa981-8f64-429b-87a5-846380825005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9622 2025.03.18 03:53:27.178896 [ 5 ] {9e7aa981-8f64-429b-87a5-846380825005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9623 2025.03.18 03:53:27.179675 [ 5 ] {9e7aa981-8f64-429b-87a5-846380825005} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9624 2025.03.18 03:53:27.179715 [ 5 ] {9e7aa981-8f64-429b-87a5-846380825005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9625 2025.03.18 03:53:27.180090 [ 5 ] {9e7aa981-8f64-429b-87a5-846380825005} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
9626 2025.03.18 03:53:27.180329 [ 5 ] {9e7aa981-8f64-429b-87a5-846380825005} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9627 2025.03.18 03:53:27.180510 [ 5 ] {9e7aa981-8f64-429b-87a5-846380825005} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.001687 sec., 353882.63189093064 rows/sec., 26.60 MiB/sec.
9628 2025.03.18 03:53:27.180561 [ 5 ] {9e7aa981-8f64-429b-87a5-846380825005} <Debug> TCPHandler: Processed in 0.001886448 sec.
9629 2025.03.18 03:53:27.180675 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9630 2025.03.18 03:53:27.180779 [ 5 ] {b9284fa1-ea7f-430a-9935-78bcf8fe3f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9631 2025.03.18 03:53:27.180827 [ 5 ] {b9284fa1-ea7f-430a-9935-78bcf8fe3f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9632 2025.03.18 03:53:27.181510 [ 5 ] {b9284fa1-ea7f-430a-9935-78bcf8fe3f82} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9633 2025.03.18 03:53:27.181546 [ 5 ] {b9284fa1-ea7f-430a-9935-78bcf8fe3f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9634 2025.03.18 03:53:27.181969 [ 5 ] {b9284fa1-ea7f-430a-9935-78bcf8fe3f82} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
9635 2025.03.18 03:53:27.182204 [ 5 ] {b9284fa1-ea7f-430a-9935-78bcf8fe3f82} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9636 2025.03.18 03:53:27.182384 [ 5 ] {b9284fa1-ea7f-430a-9935-78bcf8fe3f82} <Debug> executeQuery: Read 947 rows, 65.46 KiB in 0.001628 sec., 581695.3316953316 rows/sec., 39.26 MiB/sec.
9637 2025.03.18 03:53:27.182435 [ 5 ] {b9284fa1-ea7f-430a-9935-78bcf8fe3f82} <Debug> TCPHandler: Processed in 0.001810807 sec.
9638 2025.03.18 03:53:27.182548 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9639 2025.03.18 03:53:27.182651 [ 5 ] {55eeca3e-6a8b-4571-afdd-65e3ac785e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9640 2025.03.18 03:53:27.182716 [ 5 ] {55eeca3e-6a8b-4571-afdd-65e3ac785e10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9641 2025.03.18 03:53:27.183798 [ 5 ] {55eeca3e-6a8b-4571-afdd-65e3ac785e10} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9642 2025.03.18 03:53:27.183835 [ 5 ] {55eeca3e-6a8b-4571-afdd-65e3ac785e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9643 2025.03.18 03:53:27.184464 [ 5 ] {55eeca3e-6a8b-4571-afdd-65e3ac785e10} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
9644 2025.03.18 03:53:27.184713 [ 5 ] {55eeca3e-6a8b-4571-afdd-65e3ac785e10} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9645 2025.03.18 03:53:27.184911 [ 5 ] {55eeca3e-6a8b-4571-afdd-65e3ac785e10} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002282 sec., 17090.271691498685 rows/sec., 30.62 MiB/sec.
9646 2025.03.18 03:53:27.185001 [ 5 ] {55eeca3e-6a8b-4571-afdd-65e3ac785e10} <Debug> TCPHandler: Processed in 0.002502918 sec.
9647 2025.03.18 03:53:27.185128 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9648 2025.03.18 03:53:27.185234 [ 5 ] {e13adc7f-b43c-4cf2-b594-baba0670c3af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9649 2025.03.18 03:53:27.185279 [ 5 ] {e13adc7f-b43c-4cf2-b594-baba0670c3af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9650 2025.03.18 03:53:27.185687 [ 5 ] {e13adc7f-b43c-4cf2-b594-baba0670c3af} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9651 2025.03.18 03:53:27.185723 [ 5 ] {e13adc7f-b43c-4cf2-b594-baba0670c3af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9652 2025.03.18 03:53:27.186060 [ 5 ] {e13adc7f-b43c-4cf2-b594-baba0670c3af} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
9653 2025.03.18 03:53:27.186296 [ 5 ] {e13adc7f-b43c-4cf2-b594-baba0670c3af} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9654 2025.03.18 03:53:27.186471 [ 5 ] {e13adc7f-b43c-4cf2-b594-baba0670c3af} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.00126 sec., 19047.619047619046 rows/sec., 1.28 MiB/sec.
9655 2025.03.18 03:53:27.186519 [ 5 ] {e13adc7f-b43c-4cf2-b594-baba0670c3af} <Debug> TCPHandler: Processed in 0.001440582 sec.
9656 2025.03.18 03:53:29.543398 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1318
9657 2025.03.18 03:53:29.546600 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9658 2025.03.18 03:53:29.546649 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9659 2025.03.18 03:53:29.548125 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9660 2025.03.18 03:53:29.548435 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9661 2025.03.18 03:53:29.548719 [ 121 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9662 2025.03.18 03:53:29.548921 [ 121 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9663 2025.03.18 03:53:29.549038 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9664 2025.03.18 03:53:29.549619 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
9665 2025.03.18 03:53:29.549854 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1318
9666 2025.03.18 03:53:29.550505 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9667 2025.03.18 03:53:29.550676 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1182 rows starting from the beginning of the part
9668 2025.03.18 03:53:29.551291 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
9669 2025.03.18 03:53:29.551903 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part
9670 2025.03.18 03:53:29.552484 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 16 rows starting from the beginning of the part
9671 2025.03.18 03:53:29.553141 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
9672 2025.03.18 03:53:29.553755 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part
9673 2025.03.18 03:53:29.562011 [ 201 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1318 rows, containing 72 columns (72 merged, 0 gathered) in 0.012791022 sec., 103041.02361797204 rows/sec., 80.00 MiB/sec.
9674 2025.03.18 03:53:29.563514 [ 197 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9675 2025.03.18 03:53:29.564262 [ 197 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_46_9} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9676 2025.03.18 03:53:29.564357 [ 197 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_46_9} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9677 2025.03.18 03:53:29.564577 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB.
9678 2025.03.18 03:53:30.681630 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9679 2025.03.18 03:53:30.681834 [ 5 ] {48e16935-fde8-492f-bcb2-63a202f8a545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9680 2025.03.18 03:53:30.681909 [ 5 ] {48e16935-fde8-492f-bcb2-63a202f8a545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9681 2025.03.18 03:53:30.682676 [ 5 ] {48e16935-fde8-492f-bcb2-63a202f8a545} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9682 2025.03.18 03:53:30.682730 [ 5 ] {48e16935-fde8-492f-bcb2-63a202f8a545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9683 2025.03.18 03:53:30.683174 [ 5 ] {48e16935-fde8-492f-bcb2-63a202f8a545} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
9684 2025.03.18 03:53:30.683417 [ 5 ] {48e16935-fde8-492f-bcb2-63a202f8a545} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9685 2025.03.18 03:53:30.683621 [ 119 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
9686 2025.03.18 03:53:30.683689 [ 5 ] {48e16935-fde8-492f-bcb2-63a202f8a545} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001904 sec., 29411.764705882353 rows/sec., 2.26 MiB/sec.
9687 2025.03.18 03:53:30.683715 [ 119 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9688 2025.03.18 03:53:30.683788 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9689 2025.03.18 03:53:30.683825 [ 5 ] {48e16935-fde8-492f-bcb2-63a202f8a545} <Debug> TCPHandler: Processed in 0.002327725 sec.
9690 2025.03.18 03:53:30.683960 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
9691 2025.03.18 03:53:30.683979 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9692 2025.03.18 03:53:30.684095 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9693 2025.03.18 03:53:30.684121 [ 5 ] {2ff20492-0881-46bc-b13a-3d8f6886048e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9694 2025.03.18 03:53:30.684132 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1404 rows starting from the beginning of the part
9695 2025.03.18 03:53:30.684181 [ 5 ] {2ff20492-0881-46bc-b13a-3d8f6886048e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9696 2025.03.18 03:53:30.684268 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part
9697 2025.03.18 03:53:30.684707 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 134 rows starting from the beginning of the part
9698 2025.03.18 03:53:30.684975 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 56 rows starting from the beginning of the part
9699 2025.03.18 03:53:30.685310 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1395 rows starting from the beginning of the part
9700 2025.03.18 03:53:30.685550 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part
9701 2025.03.18 03:53:30.686248 [ 5 ] {2ff20492-0881-46bc-b13a-3d8f6886048e} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9702 2025.03.18 03:53:30.686293 [ 5 ] {2ff20492-0881-46bc-b13a-3d8f6886048e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9703 2025.03.18 03:53:30.686875 [ 5 ] {2ff20492-0881-46bc-b13a-3d8f6886048e} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
9704 2025.03.18 03:53:30.687171 [ 5 ] {2ff20492-0881-46bc-b13a-3d8f6886048e} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9705 2025.03.18 03:53:30.687347 [ 119 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
9706 2025.03.18 03:53:30.687429 [ 119 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9707 2025.03.18 03:53:30.687451 [ 5 ] {2ff20492-0881-46bc-b13a-3d8f6886048e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003365 sec., 19019.316493313523 rows/sec., 1.48 MiB/sec.
9708 2025.03.18 03:53:30.687467 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9709 2025.03.18 03:53:30.687659 [ 5 ] {2ff20492-0881-46bc-b13a-3d8f6886048e} <Debug> TCPHandler: Processed in 0.003736917 sec.
9710 2025.03.18 03:53:30.687711 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
9711 2025.03.18 03:53:30.687800 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9712 2025.03.18 03:53:30.687963 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9713 2025.03.18 03:53:30.688052 [ 5 ] {e4d15c1d-a00e-43dd-a049-1ea4baa10023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9714 2025.03.18 03:53:30.688060 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
9715 2025.03.18 03:53:30.688197 [ 5 ] {e4d15c1d-a00e-43dd-a049-1ea4baa10023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9716 2025.03.18 03:53:30.688520 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part
9717 2025.03.18 03:53:30.688585 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3101 rows, containing 5 columns (5 merged, 0 gathered) in 0.00469889 sec., 659943.092943227 rows/sec., 57.71 MiB/sec.
9718 2025.03.18 03:53:30.688842 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 103 rows starting from the beginning of the part
9719 2025.03.18 03:53:30.689040 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
9720 2025.03.18 03:53:30.689272 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 64 rows starting from the beginning of the part
9721 2025.03.18 03:53:30.689511 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 597 rows starting from the beginning of the part
9722 2025.03.18 03:53:30.689744 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part
9723 2025.03.18 03:53:30.690312 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_106_21} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9724 2025.03.18 03:53:30.690625 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_106_21} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
9725 2025.03.18 03:53:30.690804 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
9726 2025.03.18 03:53:30.690899 [ 5 ] {e4d15c1d-a00e-43dd-a049-1ea4baa10023} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9727 2025.03.18 03:53:30.690940 [ 5 ] {e4d15c1d-a00e-43dd-a049-1ea4baa10023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9728 2025.03.18 03:53:30.691536 [ 5 ] {e4d15c1d-a00e-43dd-a049-1ea4baa10023} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
9729 2025.03.18 03:53:30.691874 [ 5 ] {e4d15c1d-a00e-43dd-a049-1ea4baa10023} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9730 2025.03.18 03:53:30.692159 [ 119 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0
9731 2025.03.18 03:53:30.692312 [ 119 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9732 2025.03.18 03:53:30.692438 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9733 2025.03.18 03:53:30.692474 [ 5 ] {e4d15c1d-a00e-43dd-a049-1ea4baa10023} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.004497 sec., 21347.56504336224 rows/sec., 1.49 MiB/sec.
9734 2025.03.18 03:53:30.692536 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.004888873 sec., 311523.73972488136 rows/sec., 24.81 MiB/sec.
9735 2025.03.18 03:53:30.692921 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full
9736 2025.03.18 03:53:30.692973 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
9737 2025.03.18 03:53:30.692942 [ 5 ] {e4d15c1d-a00e-43dd-a049-1ea4baa10023} <Debug> TCPHandler: Processed in 0.005207248 sec.
9738 2025.03.18 03:53:30.693521 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9739 2025.03.18 03:53:30.693567 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9740 2025.03.18 03:53:30.693759 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 27808 rows starting from the beginning of the part
9741 2025.03.18 03:53:30.694119 [ 5 ] {45661273-3831-4872-9a90-9542100618b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9742 2025.03.18 03:53:30.694316 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
9743 2025.03.18 03:53:30.694396 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_106_21} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9744 2025.03.18 03:53:30.694437 [ 5 ] {45661273-3831-4872-9a90-9542100618b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9745 2025.03.18 03:53:30.695017 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
9746 2025.03.18 03:53:30.695141 [ 192 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_106_21} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
9747 2025.03.18 03:53:30.695653 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part
9748 2025.03.18 03:53:30.695657 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
9749 2025.03.18 03:53:30.695989 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 947 rows starting from the beginning of the part
9750 2025.03.18 03:53:30.698166 [ 5 ] {45661273-3831-4872-9a90-9542100618b4} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9751 2025.03.18 03:53:30.698260 [ 5 ] {45661273-3831-4872-9a90-9542100618b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9752 2025.03.18 03:53:30.698803 [ 5 ] {45661273-3831-4872-9a90-9542100618b4} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
9753 2025.03.18 03:53:30.699277 [ 5 ] {45661273-3831-4872-9a90-9542100618b4} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9754 2025.03.18 03:53:30.699711 [ 119 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
9755 2025.03.18 03:53:30.699803 [ 119 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9756 2025.03.18 03:53:30.699804 [ 5 ] {45661273-3831-4872-9a90-9542100618b4} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.005979 sec., 6021.073758153538 rows/sec., 415.52 KiB/sec.
9757 2025.03.18 03:53:30.699848 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9758 2025.03.18 03:53:30.700014 [ 5 ] {45661273-3831-4872-9a90-9542100618b4} <Debug> TCPHandler: Processed in 0.006701381 sec.
9759 2025.03.18 03:53:30.700085 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
9760 2025.03.18 03:53:30.700231 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9761 2025.03.18 03:53:30.700265 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5208 rows starting from the beginning of the part
9762 2025.03.18 03:53:30.700372 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
9763 2025.03.18 03:53:30.700568 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
9764 2025.03.18 03:53:30.700820 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
9765 2025.03.18 03:53:30.700970 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 24 rows starting from the beginning of the part
9766 2025.03.18 03:53:30.701255 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 36 rows starting from the beginning of the part
9767 2025.03.18 03:53:30.704764 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5448 rows, containing 4 columns (4 merged, 0 gathered) in 0.004735251 sec., 1150519.792931779 rows/sec., 77.54 MiB/sec.
9768 2025.03.18 03:53:30.705543 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
9769 2025.03.18 03:53:30.705574 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29235 rows, containing 5 columns (5 merged, 0 gathered) in 0.012987835 sec., 2250952.5259598694 rows/sec., 154.23 MiB/sec.
9770 2025.03.18 03:53:30.706037 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary)
9771 2025.03.18 03:53:30.706045 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_106_21} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9772 2025.03.18 03:53:30.706247 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_106_21} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
9773 2025.03.18 03:53:30.706423 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB.
9774 2025.03.18 03:53:30.706545 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9775 2025.03.18 03:53:30.706630 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21
9776 2025.03.18 03:53:30.706707 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
9777 2025.03.18 03:53:31.899569 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853
9778 2025.03.18 03:53:31.900249 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9779 2025.03.18 03:53:31.900295 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9780 2025.03.18 03:53:31.900821 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9781 2025.03.18 03:53:31.901085 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9782 2025.03.18 03:53:31.901340 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853
9783 2025.03.18 03:53:33.892034 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475
9784 2025.03.18 03:53:33.912064 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9785 2025.03.18 03:53:33.912133 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9786 2025.03.18 03:53:33.919420 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
9787 2025.03.18 03:53:33.920158 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9788 2025.03.18 03:53:33.922740 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475
9789 2025.03.18 03:53:35.684670 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9790 2025.03.18 03:53:35.684883 [ 5 ] {d4453998-eb58-4ede-a0d6-1340a7e4376c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9791 2025.03.18 03:53:35.684962 [ 5 ] {d4453998-eb58-4ede-a0d6-1340a7e4376c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9792 2025.03.18 03:53:35.685719 [ 5 ] {d4453998-eb58-4ede-a0d6-1340a7e4376c} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9793 2025.03.18 03:53:35.685771 [ 5 ] {d4453998-eb58-4ede-a0d6-1340a7e4376c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9794 2025.03.18 03:53:35.686195 [ 5 ] {d4453998-eb58-4ede-a0d6-1340a7e4376c} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
9795 2025.03.18 03:53:35.686446 [ 5 ] {d4453998-eb58-4ede-a0d6-1340a7e4376c} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9796 2025.03.18 03:53:35.686661 [ 5 ] {d4453998-eb58-4ede-a0d6-1340a7e4376c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001835 sec., 30517.711171662126 rows/sec., 2.34 MiB/sec.
9797 2025.03.18 03:53:35.686716 [ 5 ] {d4453998-eb58-4ede-a0d6-1340a7e4376c} <Debug> TCPHandler: Processed in 0.002189553 sec.
9798 2025.03.18 03:53:35.686836 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9799 2025.03.18 03:53:35.686941 [ 5 ] {c41159c5-36d0-47c3-9b8a-1f49c42387f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9800 2025.03.18 03:53:35.686986 [ 5 ] {c41159c5-36d0-47c3-9b8a-1f49c42387f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9801 2025.03.18 03:53:35.687528 [ 5 ] {c41159c5-36d0-47c3-9b8a-1f49c42387f3} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9802 2025.03.18 03:53:35.687568 [ 5 ] {c41159c5-36d0-47c3-9b8a-1f49c42387f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9803 2025.03.18 03:53:35.687917 [ 5 ] {c41159c5-36d0-47c3-9b8a-1f49c42387f3} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
9804 2025.03.18 03:53:35.688167 [ 5 ] {c41159c5-36d0-47c3-9b8a-1f49c42387f3} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9805 2025.03.18 03:53:35.688385 [ 5 ] {c41159c5-36d0-47c3-9b8a-1f49c42387f3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001461 sec., 43805.61259411362 rows/sec., 3.42 MiB/sec.
9806 2025.03.18 03:53:35.688447 [ 5 ] {c41159c5-36d0-47c3-9b8a-1f49c42387f3} <Debug> TCPHandler: Processed in 0.001661415 sec.
9807 2025.03.18 03:53:35.688560 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9808 2025.03.18 03:53:35.688874 [ 5 ] {9e425187-b062-4793-8331-5312776129be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9809 2025.03.18 03:53:35.689037 [ 5 ] {9e425187-b062-4793-8331-5312776129be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9810 2025.03.18 03:53:35.690061 [ 5 ] {9e425187-b062-4793-8331-5312776129be} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9811 2025.03.18 03:53:35.690100 [ 5 ] {9e425187-b062-4793-8331-5312776129be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9812 2025.03.18 03:53:35.690477 [ 5 ] {9e425187-b062-4793-8331-5312776129be} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
9813 2025.03.18 03:53:35.690704 [ 5 ] {9e425187-b062-4793-8331-5312776129be} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9814 2025.03.18 03:53:35.690908 [ 5 ] {9e425187-b062-4793-8331-5312776129be} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002156 sec., 74211.50278293136 rows/sec., 5.17 MiB/sec.
9815 2025.03.18 03:53:35.690962 [ 5 ] {9e425187-b062-4793-8331-5312776129be} <Debug> TCPHandler: Processed in 0.002450977 sec.
9816 2025.03.18 03:53:35.691063 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9817 2025.03.18 03:53:35.691165 [ 5 ] {51dbd45b-ca25-4642-93d9-98049cdde098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9818 2025.03.18 03:53:35.691211 [ 5 ] {51dbd45b-ca25-4642-93d9-98049cdde098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9819 2025.03.18 03:53:35.691628 [ 5 ] {51dbd45b-ca25-4642-93d9-98049cdde098} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9820 2025.03.18 03:53:35.691667 [ 5 ] {51dbd45b-ca25-4642-93d9-98049cdde098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9821 2025.03.18 03:53:35.692015 [ 5 ] {51dbd45b-ca25-4642-93d9-98049cdde098} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
9822 2025.03.18 03:53:35.692245 [ 5 ] {51dbd45b-ca25-4642-93d9-98049cdde098} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9823 2025.03.18 03:53:35.692448 [ 5 ] {51dbd45b-ca25-4642-93d9-98049cdde098} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001306 sec., 45941.80704441041 rows/sec., 3.10 MiB/sec.
9824 2025.03.18 03:53:35.692497 [ 5 ] {51dbd45b-ca25-4642-93d9-98049cdde098} <Debug> TCPHandler: Processed in 0.001482882 sec.
9825 2025.03.18 03:53:39.213880 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache
9826 2025.03.18 03:53:39.213945 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache
9827 2025.03.18 03:53:39.401542 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341
9828 2025.03.18 03:53:39.402196 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9829 2025.03.18 03:53:39.402240 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9830 2025.03.18 03:53:39.402773 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9831 2025.03.18 03:53:39.403025 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9832 2025.03.18 03:53:39.403242 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341
9833 2025.03.18 03:53:39.550277 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1334
9834 2025.03.18 03:53:39.553380 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9835 2025.03.18 03:53:39.553429 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9836 2025.03.18 03:53:39.554912 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9837 2025.03.18 03:53:39.555244 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9838 2025.03.18 03:53:39.555786 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1334
9839 2025.03.18 03:53:40.001472 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001057386 sec.
9840 2025.03.18 03:53:40.686147 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9841 2025.03.18 03:53:40.686361 [ 5 ] {0ffbd89d-ac3d-4ff4-9f50-8cafe430fd5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9842 2025.03.18 03:53:40.686442 [ 5 ] {0ffbd89d-ac3d-4ff4-9f50-8cafe430fd5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9843 2025.03.18 03:53:40.687433 [ 5 ] {0ffbd89d-ac3d-4ff4-9f50-8cafe430fd5f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9844 2025.03.18 03:53:40.687478 [ 5 ] {0ffbd89d-ac3d-4ff4-9f50-8cafe430fd5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9845 2025.03.18 03:53:40.687927 [ 5 ] {0ffbd89d-ac3d-4ff4-9f50-8cafe430fd5f} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
9846 2025.03.18 03:53:40.688187 [ 5 ] {0ffbd89d-ac3d-4ff4-9f50-8cafe430fd5f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9847 2025.03.18 03:53:40.688444 [ 5 ] {0ffbd89d-ac3d-4ff4-9f50-8cafe430fd5f} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.00214 sec., 62616.82242990654 rows/sec., 5.40 MiB/sec.
9848 2025.03.18 03:53:40.688535 [ 5 ] {0ffbd89d-ac3d-4ff4-9f50-8cafe430fd5f} <Debug> TCPHandler: Processed in 0.002528578 sec.
9849 2025.03.18 03:53:40.688754 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9850 2025.03.18 03:53:40.689016 [ 5 ] {57122a05-3eab-4a14-9ff5-65b7a3bac68e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9851 2025.03.18 03:53:40.689091 [ 5 ] {57122a05-3eab-4a14-9ff5-65b7a3bac68e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9852 2025.03.18 03:53:40.689664 [ 5 ] {57122a05-3eab-4a14-9ff5-65b7a3bac68e} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9853 2025.03.18 03:53:40.689705 [ 5 ] {57122a05-3eab-4a14-9ff5-65b7a3bac68e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9854 2025.03.18 03:53:40.690068 [ 5 ] {57122a05-3eab-4a14-9ff5-65b7a3bac68e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9855 2025.03.18 03:53:40.690300 [ 5 ] {57122a05-3eab-4a14-9ff5-65b7a3bac68e} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9856 2025.03.18 03:53:40.690551 [ 5 ] {57122a05-3eab-4a14-9ff5-65b7a3bac68e} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001633 sec., 23882.424984690755 rows/sec., 1.75 MiB/sec.
9857 2025.03.18 03:53:40.690702 [ 5 ] {57122a05-3eab-4a14-9ff5-65b7a3bac68e} <Debug> TCPHandler: Processed in 0.002047981 sec.
9858 2025.03.18 03:53:40.690939 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9859 2025.03.18 03:53:40.691045 [ 5 ] {23c30445-d1ae-4687-b8b4-3cd24b0754a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9860 2025.03.18 03:53:40.691091 [ 5 ] {23c30445-d1ae-4687-b8b4-3cd24b0754a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9861 2025.03.18 03:53:40.691668 [ 5 ] {23c30445-d1ae-4687-b8b4-3cd24b0754a5} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9862 2025.03.18 03:53:40.691708 [ 5 ] {23c30445-d1ae-4687-b8b4-3cd24b0754a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9863 2025.03.18 03:53:40.692061 [ 5 ] {23c30445-d1ae-4687-b8b4-3cd24b0754a5} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
9864 2025.03.18 03:53:40.692302 [ 5 ] {23c30445-d1ae-4687-b8b4-3cd24b0754a5} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9865 2025.03.18 03:53:40.692510 [ 5 ] {23c30445-d1ae-4687-b8b4-3cd24b0754a5} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001489 sec., 69173.94224311618 rows/sec., 5.40 MiB/sec.
9866 2025.03.18 03:53:40.692563 [ 5 ] {23c30445-d1ae-4687-b8b4-3cd24b0754a5} <Debug> TCPHandler: Processed in 0.001707596 sec.
9867 2025.03.18 03:53:40.692673 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9868 2025.03.18 03:53:40.692777 [ 5 ] {45d0cd64-7bfd-446c-a667-d78d3b8bec39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9869 2025.03.18 03:53:40.692826 [ 5 ] {45d0cd64-7bfd-446c-a667-d78d3b8bec39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9870 2025.03.18 03:53:40.693339 [ 5 ] {45d0cd64-7bfd-446c-a667-d78d3b8bec39} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9871 2025.03.18 03:53:40.693378 [ 5 ] {45d0cd64-7bfd-446c-a667-d78d3b8bec39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9872 2025.03.18 03:53:40.693758 [ 5 ] {45d0cd64-7bfd-446c-a667-d78d3b8bec39} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
9873 2025.03.18 03:53:40.693995 [ 5 ] {45d0cd64-7bfd-446c-a667-d78d3b8bec39} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9874 2025.03.18 03:53:40.694203 [ 5 ] {45d0cd64-7bfd-446c-a667-d78d3b8bec39} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001449 sec., 110420.97998619737 rows/sec., 7.69 MiB/sec.
9875 2025.03.18 03:53:40.694255 [ 5 ] {45d0cd64-7bfd-446c-a667-d78d3b8bec39} <Debug> TCPHandler: Processed in 0.001632244 sec.
9876 2025.03.18 03:53:40.694359 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9877 2025.03.18 03:53:40.694462 [ 5 ] {8320477a-3985-4e5e-9858-2fdabebae2a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9878 2025.03.18 03:53:40.694527 [ 5 ] {8320477a-3985-4e5e-9858-2fdabebae2a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9879 2025.03.18 03:53:40.695670 [ 5 ] {8320477a-3985-4e5e-9858-2fdabebae2a0} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9880 2025.03.18 03:53:40.695709 [ 5 ] {8320477a-3985-4e5e-9858-2fdabebae2a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9881 2025.03.18 03:53:40.696374 [ 5 ] {8320477a-3985-4e5e-9858-2fdabebae2a0} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
9882 2025.03.18 03:53:40.696630 [ 5 ] {8320477a-3985-4e5e-9858-2fdabebae2a0} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9883 2025.03.18 03:53:40.696832 [ 109 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
9884 2025.03.18 03:53:40.696909 [ 5 ] {8320477a-3985-4e5e-9858-2fdabebae2a0} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002463 sec., 15834.348355663826 rows/sec., 28.37 MiB/sec.
9885 2025.03.18 03:53:40.696921 [ 109 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9886 2025.03.18 03:53:40.697004 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9887 2025.03.18 03:53:40.697235 [ 5 ] {8320477a-3985-4e5e-9858-2fdabebae2a0} <Debug> TCPHandler: Processed in 0.002922964 sec.
9888 2025.03.18 03:53:40.697356 [ 196 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
9889 2025.03.18 03:53:40.697421 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9890 2025.03.18 03:53:40.697612 [ 5 ] {68ee8d78-136a-497a-a78c-72fb8131e5fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9891 2025.03.18 03:53:40.697719 [ 5 ] {68ee8d78-136a-497a-a78c-72fb8131e5fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9892 2025.03.18 03:53:40.698440 [ 196 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9893 2025.03.18 03:53:40.698620 [ 196 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1491 rows starting from the beginning of the part
9894 2025.03.18 03:53:40.699288 [ 196 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 39 rows starting from the beginning of the part
9895 2025.03.18 03:53:40.700004 [ 5 ] {68ee8d78-136a-497a-a78c-72fb8131e5fb} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9896 2025.03.18 03:53:40.700084 [ 196 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 39 rows starting from the beginning of the part
9897 2025.03.18 03:53:40.700120 [ 5 ] {68ee8d78-136a-497a-a78c-72fb8131e5fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9898 2025.03.18 03:53:40.700857 [ 196 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 39 rows starting from the beginning of the part
9899 2025.03.18 03:53:40.701486 [ 196 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 39 rows starting from the beginning of the part
9900 2025.03.18 03:53:40.701947 [ 5 ] {68ee8d78-136a-497a-a78c-72fb8131e5fb} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
9901 2025.03.18 03:53:40.701974 [ 196 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
9902 2025.03.18 03:53:40.702802 [ 5 ] {68ee8d78-136a-497a-a78c-72fb8131e5fb} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9903 2025.03.18 03:53:40.703325 [ 5 ] {68ee8d78-136a-497a-a78c-72fb8131e5fb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005764 sec., 10409.43789035392 rows/sec., 718.36 KiB/sec.
9904 2025.03.18 03:53:40.703484 [ 5 ] {68ee8d78-136a-497a-a78c-72fb8131e5fb} <Debug> TCPHandler: Processed in 0.006121322 sec.
9905 2025.03.18 03:53:40.712545 [ 188 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1686 rows, containing 19 columns (19 merged, 0 gathered) in 0.015351981 sec., 109822.96030720725 rows/sec., 196.80 MiB/sec.
9906 2025.03.18 03:53:40.714314 [ 195 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
9907 2025.03.18 03:53:40.714818 [ 195 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9908 2025.03.18 03:53:40.714921 [ 195 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
9909 2025.03.18 03:53:40.715106 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB.
9910 2025.03.18 03:53:41.000235 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.58 MiB, peak 253.23 MiB, free memory in arenas 0.00 B, will set to 246.85 MiB (RSS), difference: 5.26 MiB
9911 2025.03.18 03:53:41.422908 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483
9912 2025.03.18 03:53:41.443521 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9913 2025.03.18 03:53:41.443576 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9914 2025.03.18 03:53:41.450884 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
9915 2025.03.18 03:53:41.451664 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9916 2025.03.18 03:53:41.454267 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483
9917 2025.03.18 03:53:45.683930 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9918 2025.03.18 03:53:45.684134 [ 5 ] {bc832e56-618e-4240-a9db-bdaeddd116f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9919 2025.03.18 03:53:45.684206 [ 5 ] {bc832e56-618e-4240-a9db-bdaeddd116f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9920 2025.03.18 03:53:45.684960 [ 5 ] {bc832e56-618e-4240-a9db-bdaeddd116f9} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9921 2025.03.18 03:53:45.685013 [ 5 ] {bc832e56-618e-4240-a9db-bdaeddd116f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9922 2025.03.18 03:53:45.685456 [ 5 ] {bc832e56-618e-4240-a9db-bdaeddd116f9} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
9923 2025.03.18 03:53:45.685714 [ 5 ] {bc832e56-618e-4240-a9db-bdaeddd116f9} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9924 2025.03.18 03:53:45.685933 [ 5 ] {bc832e56-618e-4240-a9db-bdaeddd116f9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001846 sec., 30335.861321776814 rows/sec., 2.33 MiB/sec.
9925 2025.03.18 03:53:45.685995 [ 5 ] {bc832e56-618e-4240-a9db-bdaeddd116f9} <Debug> TCPHandler: Processed in 0.002197373 sec.
9926 2025.03.18 03:53:45.686125 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9927 2025.03.18 03:53:45.686230 [ 5 ] {d437d960-8c77-47fd-9bb8-48de2174e272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9928 2025.03.18 03:53:45.686276 [ 5 ] {d437d960-8c77-47fd-9bb8-48de2174e272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9929 2025.03.18 03:53:45.686815 [ 5 ] {d437d960-8c77-47fd-9bb8-48de2174e272} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9930 2025.03.18 03:53:45.686856 [ 5 ] {d437d960-8c77-47fd-9bb8-48de2174e272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9931 2025.03.18 03:53:45.687282 [ 5 ] {d437d960-8c77-47fd-9bb8-48de2174e272} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
9932 2025.03.18 03:53:45.687578 [ 5 ] {d437d960-8c77-47fd-9bb8-48de2174e272} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9933 2025.03.18 03:53:45.687819 [ 5 ] {d437d960-8c77-47fd-9bb8-48de2174e272} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001605 sec., 39875.38940809968 rows/sec., 3.11 MiB/sec.
9934 2025.03.18 03:53:45.687924 [ 5 ] {d437d960-8c77-47fd-9bb8-48de2174e272} <Debug> TCPHandler: Processed in 0.001847937 sec.
9935 2025.03.18 03:53:45.688051 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9936 2025.03.18 03:53:45.688353 [ 5 ] {699178dc-edc6-461c-b044-1b186c8bd0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9937 2025.03.18 03:53:45.688514 [ 5 ] {699178dc-edc6-461c-b044-1b186c8bd0ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9938 2025.03.18 03:53:45.689131 [ 5 ] {699178dc-edc6-461c-b044-1b186c8bd0ca} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9939 2025.03.18 03:53:45.689171 [ 5 ] {699178dc-edc6-461c-b044-1b186c8bd0ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9940 2025.03.18 03:53:45.689560 [ 5 ] {699178dc-edc6-461c-b044-1b186c8bd0ca} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
9941 2025.03.18 03:53:45.689805 [ 5 ] {699178dc-edc6-461c-b044-1b186c8bd0ca} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9942 2025.03.18 03:53:45.690022 [ 5 ] {699178dc-edc6-461c-b044-1b186c8bd0ca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001796 sec., 89086.85968819598 rows/sec., 6.20 MiB/sec.
9943 2025.03.18 03:53:45.690074 [ 5 ] {699178dc-edc6-461c-b044-1b186c8bd0ca} <Debug> TCPHandler: Processed in 0.002094642 sec.
9944 2025.03.18 03:53:45.690178 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9945 2025.03.18 03:53:45.690280 [ 5 ] {d63eb734-865b-41ee-8ffd-9395dc1e0cbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9946 2025.03.18 03:53:45.690327 [ 5 ] {d63eb734-865b-41ee-8ffd-9395dc1e0cbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9947 2025.03.18 03:53:45.690749 [ 5 ] {d63eb734-865b-41ee-8ffd-9395dc1e0cbf} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9948 2025.03.18 03:53:45.690789 [ 5 ] {d63eb734-865b-41ee-8ffd-9395dc1e0cbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9949 2025.03.18 03:53:45.691153 [ 5 ] {d63eb734-865b-41ee-8ffd-9395dc1e0cbf} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
9950 2025.03.18 03:53:45.691401 [ 5 ] {d63eb734-865b-41ee-8ffd-9395dc1e0cbf} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9951 2025.03.18 03:53:45.691613 [ 5 ] {d63eb734-865b-41ee-8ffd-9395dc1e0cbf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec.
9952 2025.03.18 03:53:45.691662 [ 5 ] {d63eb734-865b-41ee-8ffd-9395dc1e0cbf} <Debug> TCPHandler: Processed in 0.001533023 sec.
9953 2025.03.18 03:53:46.903464 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768
9954 2025.03.18 03:53:46.904184 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9955 2025.03.18 03:53:46.904242 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9956 2025.03.18 03:53:46.904784 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9957 2025.03.18 03:53:46.905053 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9958 2025.03.18 03:53:46.905397 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768
9959 2025.03.18 03:53:48.954424 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490
9960 2025.03.18 03:53:48.975471 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9961 2025.03.18 03:53:48.975512 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9962 2025.03.18 03:53:48.982832 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
9963 2025.03.18 03:53:48.983610 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9964 2025.03.18 03:53:48.986351 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490
9965 2025.03.18 03:53:49.556043 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1354
9966 2025.03.18 03:53:49.558887 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9967 2025.03.18 03:53:49.558935 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9968 2025.03.18 03:53:49.560399 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
9969 2025.03.18 03:53:49.560701 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9970 2025.03.18 03:53:49.562047 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1354
9971 2025.03.18 03:53:50.685972 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9972 2025.03.18 03:53:50.686187 [ 5 ] {85017c65-660d-4ac3-aff2-897b185bed37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9973 2025.03.18 03:53:50.686267 [ 5 ] {85017c65-660d-4ac3-aff2-897b185bed37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9974 2025.03.18 03:53:50.687098 [ 5 ] {85017c65-660d-4ac3-aff2-897b185bed37} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9975 2025.03.18 03:53:50.687150 [ 5 ] {85017c65-660d-4ac3-aff2-897b185bed37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9976 2025.03.18 03:53:50.687601 [ 5 ] {85017c65-660d-4ac3-aff2-897b185bed37} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
9977 2025.03.18 03:53:50.687859 [ 5 ] {85017c65-660d-4ac3-aff2-897b185bed37} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9978 2025.03.18 03:53:50.688093 [ 5 ] {85017c65-660d-4ac3-aff2-897b185bed37} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001966 sec., 68158.69786368261 rows/sec., 5.88 MiB/sec.
9979 2025.03.18 03:53:50.688150 [ 5 ] {85017c65-660d-4ac3-aff2-897b185bed37} <Debug> TCPHandler: Processed in 0.002318895 sec.
9980 2025.03.18 03:53:50.688270 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9981 2025.03.18 03:53:50.688377 [ 5 ] {6aff0503-8311-4cf1-a512-1e7e01d2df7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9982 2025.03.18 03:53:50.688422 [ 5 ] {6aff0503-8311-4cf1-a512-1e7e01d2df7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9983 2025.03.18 03:53:50.689007 [ 5 ] {6aff0503-8311-4cf1-a512-1e7e01d2df7c} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9984 2025.03.18 03:53:50.689054 [ 5 ] {6aff0503-8311-4cf1-a512-1e7e01d2df7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9985 2025.03.18 03:53:50.689500 [ 5 ] {6aff0503-8311-4cf1-a512-1e7e01d2df7c} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
9986 2025.03.18 03:53:50.689781 [ 5 ] {6aff0503-8311-4cf1-a512-1e7e01d2df7c} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9987 2025.03.18 03:53:50.689961 [ 101 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0
9988 2025.03.18 03:53:50.690059 [ 5 ] {6aff0503-8311-4cf1-a512-1e7e01d2df7c} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001696 sec., 22995.283018867925 rows/sec., 1.69 MiB/sec.
9989 2025.03.18 03:53:50.690060 [ 101 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9990 2025.03.18 03:53:50.690163 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
9991 2025.03.18 03:53:50.690194 [ 5 ] {6aff0503-8311-4cf1-a512-1e7e01d2df7c} <Debug> TCPHandler: Processed in 0.00196839 sec.
9992 2025.03.18 03:53:50.690378 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9993 2025.03.18 03:53:50.690396 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full
9994 2025.03.18 03:53:50.690541 [ 5 ] {479b7320-2785-4880-a428-0fee00362112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9995 2025.03.18 03:53:50.690643 [ 5 ] {479b7320-2785-4880-a428-0fee00362112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9996 2025.03.18 03:53:50.690760 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9997 2025.03.18 03:53:50.690861 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 69 rows starting from the beginning of the part
9998 2025.03.18 03:53:50.691114 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 39 rows starting from the beginning of the part
9999 2025.03.18 03:53:50.691629 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 39 rows starting from the beginning of the part
10000 2025.03.18 03:53:50.692016 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 53 rows starting from the beginning of the part
10001 2025.03.18 03:53:50.692406 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 39 rows starting from the beginning of the part
10002 2025.03.18 03:53:50.692727 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 39 rows starting from the beginning of the part
10003 2025.03.18 03:53:50.693558 [ 5 ] {479b7320-2785-4880-a428-0fee00362112} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10004 2025.03.18 03:53:50.693613 [ 5 ] {479b7320-2785-4880-a428-0fee00362112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10005 2025.03.18 03:53:50.694575 [ 5 ] {479b7320-2785-4880-a428-0fee00362112} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
10006 2025.03.18 03:53:50.695176 [ 5 ] {479b7320-2785-4880-a428-0fee00362112} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10007 2025.03.18 03:53:50.695372 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 278 rows, containing 5 columns (5 merged, 0 gathered) in 0.005096076 sec., 54551.77670034749 rows/sec., 4.22 MiB/sec.
10008 2025.03.18 03:53:50.695629 [ 5 ] {479b7320-2785-4880-a428-0fee00362112} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.005125 sec., 20097.560975609755 rows/sec., 1.57 MiB/sec.
10009 2025.03.18 03:53:50.695657 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary)
10010 2025.03.18 03:53:50.695809 [ 5 ] {479b7320-2785-4880-a428-0fee00362112} <Debug> TCPHandler: Processed in 0.005499233 sec.
10011 2025.03.18 03:53:50.695970 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10012 2025.03.18 03:53:50.696136 [ 5 ] {699b09d8-54e5-4387-8ef4-1a5ba56db00d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10013 2025.03.18 03:53:50.696184 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_47_10} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10014 2025.03.18 03:53:50.696218 [ 5 ] {699b09d8-54e5-4387-8ef4-1a5ba56db00d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10015 2025.03.18 03:53:50.696394 [ 188 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_47_10} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10
10016 2025.03.18 03:53:50.696578 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
10017 2025.03.18 03:53:50.697044 [ 5 ] {699b09d8-54e5-4387-8ef4-1a5ba56db00d} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10018 2025.03.18 03:53:50.697087 [ 5 ] {699b09d8-54e5-4387-8ef4-1a5ba56db00d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10019 2025.03.18 03:53:50.697502 [ 5 ] {699b09d8-54e5-4387-8ef4-1a5ba56db00d} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
10020 2025.03.18 03:53:50.697743 [ 5 ] {699b09d8-54e5-4387-8ef4-1a5ba56db00d} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10021 2025.03.18 03:53:50.697924 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0
10022 2025.03.18 03:53:50.697979 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10023 2025.03.18 03:53:50.697993 [ 5 ] {699b09d8-54e5-4387-8ef4-1a5ba56db00d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001898 sec., 84299.26238145416 rows/sec., 5.87 MiB/sec.
10024 2025.03.18 03:53:50.698021 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10025 2025.03.18 03:53:50.698143 [ 5 ] {699b09d8-54e5-4387-8ef4-1a5ba56db00d} <Debug> TCPHandler: Processed in 0.002221664 sec.
10026 2025.03.18 03:53:50.698212 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
10027 2025.03.18 03:53:50.698309 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10028 2025.03.18 03:53:50.698329 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10029 2025.03.18 03:53:50.698368 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 29235 rows starting from the beginning of the part
10030 2025.03.18 03:53:50.698541 [ 5 ] {7fd0c2c3-130b-4f6e-9318-9af0d10c8725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10031 2025.03.18 03:53:50.698552 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 96 rows starting from the beginning of the part
10032 2025.03.18 03:53:50.698773 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part
10033 2025.03.18 03:53:50.698831 [ 5 ] {7fd0c2c3-130b-4f6e-9318-9af0d10c8725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10034 2025.03.18 03:53:50.698998 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part
10035 2025.03.18 03:53:50.699369 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
10036 2025.03.18 03:53:50.699802 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
10037 2025.03.18 03:53:50.701880 [ 5 ] {7fd0c2c3-130b-4f6e-9318-9af0d10c8725} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10038 2025.03.18 03:53:50.701927 [ 5 ] {7fd0c2c3-130b-4f6e-9318-9af0d10c8725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10039 2025.03.18 03:53:50.702852 [ 5 ] {7fd0c2c3-130b-4f6e-9318-9af0d10c8725} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
10040 2025.03.18 03:53:50.703244 [ 5 ] {7fd0c2c3-130b-4f6e-9318-9af0d10c8725} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10041 2025.03.18 03:53:50.703494 [ 5 ] {7fd0c2c3-130b-4f6e-9318-9af0d10c8725} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005058 sec., 7710.557532621589 rows/sec., 13.82 MiB/sec.
10042 2025.03.18 03:53:50.703596 [ 5 ] {7fd0c2c3-130b-4f6e-9318-9af0d10c8725} <Debug> TCPHandler: Processed in 0.005356751 sec.
10043 2025.03.18 03:53:50.703718 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10044 2025.03.18 03:53:50.703839 [ 5 ] {719b921c-f5c2-442f-b311-5f62ac705633} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10045 2025.03.18 03:53:50.703886 [ 5 ] {719b921c-f5c2-442f-b311-5f62ac705633} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10046 2025.03.18 03:53:50.704360 [ 5 ] {719b921c-f5c2-442f-b311-5f62ac705633} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10047 2025.03.18 03:53:50.704399 [ 5 ] {719b921c-f5c2-442f-b311-5f62ac705633} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB.
10048 2025.03.18 03:53:50.704859 [ 5 ] {719b921c-f5c2-442f-b311-5f62ac705633} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
10049 2025.03.18 03:53:50.705129 [ 5 ] {719b921c-f5c2-442f-b311-5f62ac705633} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10050 2025.03.18 03:53:50.705360 [ 5 ] {719b921c-f5c2-442f-b311-5f62ac705633} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001548 sec., 38759.689922480626 rows/sec., 2.61 MiB/sec.
10051 2025.03.18 03:53:50.705411 [ 5 ] {719b921c-f5c2-442f-b311-5f62ac705633} <Debug> TCPHandler: Processed in 0.001746796 sec.
10052 2025.03.18 03:53:50.706625 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29971 rows, containing 5 columns (5 merged, 0 gathered) in 0.008474487 sec., 3536615.2547050933 rows/sec., 242.42 MiB/sec.
10053 2025.03.18 03:53:50.707174 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary)
10054 2025.03.18 03:53:50.707513 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10055 2025.03.18 03:53:50.707619 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22
10056 2025.03.18 03:53:50.707734 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
10057 2025.03.18 03:53:54.213991 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache
10058 2025.03.18 03:53:54.214071 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache
10059 2025.03.18 03:53:54.405618 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256
10060 2025.03.18 03:53:54.406388 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10061 2025.03.18 03:53:54.406440 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10062 2025.03.18 03:53:54.406998 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
10063 2025.03.18 03:53:54.407269 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10064 2025.03.18 03:53:54.407491 [ 98 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
10065 2025.03.18 03:53:54.407539 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256
10066 2025.03.18 03:53:54.407582 [ 98 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10067 2025.03.18 03:53:54.407614 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10068 2025.03.18 03:53:54.407771 [ 198 ] {5aa70344-bffa-4328-b262-9125757f4448::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
10069 2025.03.18 03:53:54.408104 [ 198 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10070 2025.03.18 03:53:54.408232 [ 198 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part
10071 2025.03.18 03:53:54.408527 [ 198 ] {5aa70344-bffa-4328-b262-9125757f4448::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
10072 2025.03.18 03:53:54.408867 [ 198 ] {5aa70344-bffa-4328-b262-9125757f4448::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
10073 2025.03.18 03:53:54.409180 [ 198 ] {5aa70344-bffa-4328-b262-9125757f4448::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
10074 2025.03.18 03:53:54.409370 [ 198 ] {5aa70344-bffa-4328-b262-9125757f4448::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
10075 2025.03.18 03:53:54.409451 [ 198 ] {5aa70344-bffa-4328-b262-9125757f4448::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
10076 2025.03.18 03:53:54.412291 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.004600529 sec., 6576634.991323824 rows/sec., 94.08 MiB/sec.
10077 2025.03.18 03:53:54.412839 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
10078 2025.03.18 03:53:54.413162 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_66_13} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10079 2025.03.18 03:53:54.413246 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_66_13} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
10080 2025.03.18 03:53:54.413360 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB.
10081 2025.03.18 03:53:55.683760 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10082 2025.03.18 03:53:55.683937 [ 5 ] {1f900dff-950e-4c6d-a79d-e0a2780cc87e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10083 2025.03.18 03:53:55.684006 [ 5 ] {1f900dff-950e-4c6d-a79d-e0a2780cc87e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10084 2025.03.18 03:53:55.684770 [ 5 ] {1f900dff-950e-4c6d-a79d-e0a2780cc87e} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10085 2025.03.18 03:53:55.684816 [ 5 ] {1f900dff-950e-4c6d-a79d-e0a2780cc87e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10086 2025.03.18 03:53:55.685260 [ 5 ] {1f900dff-950e-4c6d-a79d-e0a2780cc87e} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
10087 2025.03.18 03:53:55.685511 [ 5 ] {1f900dff-950e-4c6d-a79d-e0a2780cc87e} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10088 2025.03.18 03:53:55.685732 [ 96 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
10089 2025.03.18 03:53:55.685758 [ 5 ] {1f900dff-950e-4c6d-a79d-e0a2780cc87e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001863 sec., 30059.044551798175 rows/sec., 2.31 MiB/sec.
10090 2025.03.18 03:53:55.685867 [ 96 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10091 2025.03.18 03:53:55.685924 [ 5 ] {1f900dff-950e-4c6d-a79d-e0a2780cc87e} <Debug> TCPHandler: Processed in 0.002301564 sec.
10092 2025.03.18 03:53:55.685951 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10093 2025.03.18 03:53:55.686128 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10094 2025.03.18 03:53:55.686232 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
10095 2025.03.18 03:53:55.686346 [ 5 ] {a9bd8bb7-5c9f-49bb-b593-b7fe24a99902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10096 2025.03.18 03:53:55.686440 [ 5 ] {a9bd8bb7-5c9f-49bb-b593-b7fe24a99902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10097 2025.03.18 03:53:55.686566 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10098 2025.03.18 03:53:55.686754 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1404 rows starting from the beginning of the part
10099 2025.03.18 03:53:55.687425 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 56 rows starting from the beginning of the part
10100 2025.03.18 03:53:55.688117 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 134 rows starting from the beginning of the part
10101 2025.03.18 03:53:55.688856 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 56 rows starting from the beginning of the part
10102 2025.03.18 03:53:55.689547 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 134 rows starting from the beginning of the part
10103 2025.03.18 03:53:55.690233 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part
10104 2025.03.18 03:53:55.691185 [ 5 ] {a9bd8bb7-5c9f-49bb-b593-b7fe24a99902} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10105 2025.03.18 03:53:55.691226 [ 5 ] {a9bd8bb7-5c9f-49bb-b593-b7fe24a99902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10106 2025.03.18 03:53:55.691776 [ 5 ] {a9bd8bb7-5c9f-49bb-b593-b7fe24a99902} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
10107 2025.03.18 03:53:55.692052 [ 5 ] {a9bd8bb7-5c9f-49bb-b593-b7fe24a99902} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10108 2025.03.18 03:53:55.692399 [ 96 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
10109 2025.03.18 03:53:55.692586 [ 96 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10110 2025.03.18 03:53:55.692680 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10111 2025.03.18 03:53:55.692682 [ 5 ] {a9bd8bb7-5c9f-49bb-b593-b7fe24a99902} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006395 sec., 10007.818608287726 rows/sec., 799.88 KiB/sec.
10112 2025.03.18 03:53:55.692702 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1840 rows, containing 5 columns (5 merged, 0 gathered) in 0.006625989 sec., 277694.3939991449 rows/sec., 24.27 MiB/sec.
10113 2025.03.18 03:53:55.693026 [ 5 ] {a9bd8bb7-5c9f-49bb-b593-b7fe24a99902} <Debug> TCPHandler: Processed in 0.006984255 sec.
10114 2025.03.18 03:53:55.693194 [ 199 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
10115 2025.03.18 03:53:55.693224 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
10116 2025.03.18 03:53:55.693275 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10117 2025.03.18 03:53:55.693611 [ 5 ] {3db2bc51-e8ff-443d-aec5-d3a099697b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10118 2025.03.18 03:53:55.693701 [ 199 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10119 2025.03.18 03:53:55.693746 [ 5 ] {3db2bc51-e8ff-443d-aec5-d3a099697b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10120 2025.03.18 03:53:55.693796 [ 199 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
10121 2025.03.18 03:53:55.694300 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_111_22} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10122 2025.03.18 03:53:55.694358 [ 199 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 64 rows starting from the beginning of the part
10123 2025.03.18 03:53:55.694803 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_111_22} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
10124 2025.03.18 03:53:55.694882 [ 199 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 103 rows starting from the beginning of the part
10125 2025.03.18 03:53:55.695156 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
10126 2025.03.18 03:53:55.695432 [ 199 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 64 rows starting from the beginning of the part
10127 2025.03.18 03:53:55.695958 [ 199 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 103 rows starting from the beginning of the part
10128 2025.03.18 03:53:55.696259 [ 199 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part
10129 2025.03.18 03:53:55.697283 [ 5 ] {3db2bc51-e8ff-443d-aec5-d3a099697b9d} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10130 2025.03.18 03:53:55.697356 [ 5 ] {3db2bc51-e8ff-443d-aec5-d3a099697b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10131 2025.03.18 03:53:55.698412 [ 5 ] {3db2bc51-e8ff-443d-aec5-d3a099697b9d} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
10132 2025.03.18 03:53:55.698877 [ 5 ] {3db2bc51-e8ff-443d-aec5-d3a099697b9d} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10133 2025.03.18 03:53:55.699292 [ 199 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1029 rows, containing 5 columns (5 merged, 0 gathered) in 0.006436537 sec., 159868.57529134068 rows/sec., 12.83 MiB/sec.
10134 2025.03.18 03:53:55.699486 [ 5 ] {3db2bc51-e8ff-443d-aec5-d3a099697b9d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00598 sec., 26755.852842809363 rows/sec., 1.86 MiB/sec.
10135 2025.03.18 03:53:55.699662 [ 199 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
10136 2025.03.18 03:53:55.699719 [ 5 ] {3db2bc51-e8ff-443d-aec5-d3a099697b9d} <Debug> TCPHandler: Processed in 0.006508968 sec.
10137 2025.03.18 03:53:55.700109 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10138 2025.03.18 03:53:55.700468 [ 5 ] {03d6eaae-6157-4b60-8756-207658055246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10139 2025.03.18 03:53:55.700627 [ 5 ] {03d6eaae-6157-4b60-8756-207658055246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10140 2025.03.18 03:53:55.700851 [ 199 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_111_22} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10141 2025.03.18 03:53:55.701264 [ 199 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_111_22} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
10142 2025.03.18 03:53:55.701437 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
10143 2025.03.18 03:53:55.702134 [ 5 ] {03d6eaae-6157-4b60-8756-207658055246} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10144 2025.03.18 03:53:55.702179 [ 5 ] {03d6eaae-6157-4b60-8756-207658055246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10145 2025.03.18 03:53:55.702559 [ 5 ] {03d6eaae-6157-4b60-8756-207658055246} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
10146 2025.03.18 03:53:55.702811 [ 5 ] {03d6eaae-6157-4b60-8756-207658055246} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10147 2025.03.18 03:53:55.702997 [ 95 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
10148 2025.03.18 03:53:55.703065 [ 95 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10149 2025.03.18 03:53:55.703073 [ 5 ] {03d6eaae-6157-4b60-8756-207658055246} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002716 sec., 22091.310751104564 rows/sec., 1.49 MiB/sec.
10150 2025.03.18 03:53:55.703103 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10151 2025.03.18 03:53:55.703229 [ 5 ] {03d6eaae-6157-4b60-8756-207658055246} <Debug> TCPHandler: Processed in 0.003215428 sec.
10152 2025.03.18 03:53:55.703336 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
10153 2025.03.18 03:53:55.703475 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10154 2025.03.18 03:53:55.703511 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 5448 rows starting from the beginning of the part
10155 2025.03.18 03:53:55.703593 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part
10156 2025.03.18 03:53:55.703727 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part
10157 2025.03.18 03:53:55.703913 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
10158 2025.03.18 03:53:55.704033 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
10159 2025.03.18 03:53:55.704237 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
10160 2025.03.18 03:53:55.706267 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5748 rows, containing 4 columns (4 merged, 0 gathered) in 0.003035766 sec., 1893426.568450928 rows/sec., 127.60 MiB/sec.
10161 2025.03.18 03:53:55.706626 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
10162 2025.03.18 03:53:55.706902 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_111_22} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10163 2025.03.18 03:53:55.706988 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_111_22} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
10164 2025.03.18 03:53:55.707065 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB.
10165 2025.03.18 03:53:56.486507 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498
10166 2025.03.18 03:53:56.507298 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10167 2025.03.18 03:53:56.507350 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10168 2025.03.18 03:53:56.514531 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
10169 2025.03.18 03:53:56.515290 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10170 2025.03.18 03:53:56.515759 [ 95 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
10171 2025.03.18 03:53:56.515910 [ 95 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10172 2025.03.18 03:53:56.515994 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10173 2025.03.18 03:53:56.516277 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
10174 2025.03.18 03:53:56.523915 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498
10175 2025.03.18 03:53:56.525373 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10176 2025.03.18 03:53:56.526272 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
10177 2025.03.18 03:53:56.531085 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
10178 2025.03.18 03:53:56.535786 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
10179 2025.03.18 03:53:56.540862 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
10180 2025.03.18 03:53:56.546258 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
10181 2025.03.18 03:53:56.551014 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
10182 2025.03.18 03:53:56.608655 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.09252862 sec., 5382.11852721893 rows/sec., 27.83 MiB/sec.
10183 2025.03.18 03:53:56.611912 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
10184 2025.03.18 03:53:56.614848 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_66_13} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10185 2025.03.18 03:53:56.614977 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_66_13} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
10186 2025.03.18 03:53:56.617270 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB.
10187 2025.03.18 03:53:57.164714 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10188 2025.03.18 03:53:57.164928 [ 5 ] {430438dd-e392-49e5-84eb-8e2eb8336f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10189 2025.03.18 03:53:57.165010 [ 5 ] {430438dd-e392-49e5-84eb-8e2eb8336f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10190 2025.03.18 03:53:57.165853 [ 5 ] {430438dd-e392-49e5-84eb-8e2eb8336f55} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10191 2025.03.18 03:53:57.165899 [ 5 ] {430438dd-e392-49e5-84eb-8e2eb8336f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10192 2025.03.18 03:53:57.166354 [ 5 ] {430438dd-e392-49e5-84eb-8e2eb8336f55} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
10193 2025.03.18 03:53:57.166622 [ 5 ] {430438dd-e392-49e5-84eb-8e2eb8336f55} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10194 2025.03.18 03:53:57.166869 [ 5 ] {430438dd-e392-49e5-84eb-8e2eb8336f55} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001993 sec., 12042.147516307075 rows/sec., 1023.11 KiB/sec.
10195 2025.03.18 03:53:57.167076 [ 5 ] {430438dd-e392-49e5-84eb-8e2eb8336f55} <Debug> TCPHandler: Processed in 0.002497568 sec.
10196 2025.03.18 03:53:57.167231 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10197 2025.03.18 03:53:57.167343 [ 5 ] {24ce67da-8cd6-48b9-bde7-c304ac0d250d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10198 2025.03.18 03:53:57.167393 [ 5 ] {24ce67da-8cd6-48b9-bde7-c304ac0d250d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10199 2025.03.18 03:53:57.167954 [ 5 ] {24ce67da-8cd6-48b9-bde7-c304ac0d250d} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10200 2025.03.18 03:53:57.167995 [ 5 ] {24ce67da-8cd6-48b9-bde7-c304ac0d250d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10201 2025.03.18 03:53:57.168352 [ 5 ] {24ce67da-8cd6-48b9-bde7-c304ac0d250d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
10202 2025.03.18 03:53:57.168594 [ 5 ] {24ce67da-8cd6-48b9-bde7-c304ac0d250d} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10203 2025.03.18 03:53:57.168909 [ 5 ] {24ce67da-8cd6-48b9-bde7-c304ac0d250d} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001567 sec., 10210.593490746649 rows/sec., 832.60 KiB/sec.
10204 2025.03.18 03:53:57.169199 [ 5 ] {24ce67da-8cd6-48b9-bde7-c304ac0d250d} <Debug> TCPHandler: Processed in 0.002012341 sec.
10205 2025.03.18 03:53:57.169514 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10206 2025.03.18 03:53:57.169640 [ 5 ] {e492bdc9-a27b-4e0b-9422-3ab4177f0d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10207 2025.03.18 03:53:57.169686 [ 5 ] {e492bdc9-a27b-4e0b-9422-3ab4177f0d60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10208 2025.03.18 03:53:57.170769 [ 5 ] {e492bdc9-a27b-4e0b-9422-3ab4177f0d60} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10209 2025.03.18 03:53:57.170808 [ 5 ] {e492bdc9-a27b-4e0b-9422-3ab4177f0d60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10210 2025.03.18 03:53:57.171261 [ 5 ] {e492bdc9-a27b-4e0b-9422-3ab4177f0d60} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
10211 2025.03.18 03:53:57.171524 [ 5 ] {e492bdc9-a27b-4e0b-9422-3ab4177f0d60} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10212 2025.03.18 03:53:57.171721 [ 5 ] {e492bdc9-a27b-4e0b-9422-3ab4177f0d60} <Debug> executeQuery: Read 1402 rows, 120.44 KiB in 0.0021 sec., 667619.0476190477 rows/sec., 56.01 MiB/sec.
10213 2025.03.18 03:53:57.171788 [ 5 ] {e492bdc9-a27b-4e0b-9422-3ab4177f0d60} <Debug> TCPHandler: Processed in 0.002362416 sec.
10214 2025.03.18 03:53:57.171911 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10215 2025.03.18 03:53:57.172214 [ 5 ] {eb08a2a5-1d9b-4002-9c97-59a2a8c095f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10216 2025.03.18 03:53:57.172354 [ 5 ] {eb08a2a5-1d9b-4002-9c97-59a2a8c095f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10217 2025.03.18 03:53:57.173352 [ 5 ] {eb08a2a5-1d9b-4002-9c97-59a2a8c095f1} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10218 2025.03.18 03:53:57.173392 [ 5 ] {eb08a2a5-1d9b-4002-9c97-59a2a8c095f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10219 2025.03.18 03:53:57.173760 [ 5 ] {eb08a2a5-1d9b-4002-9c97-59a2a8c095f1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10220 2025.03.18 03:53:57.173996 [ 5 ] {eb08a2a5-1d9b-4002-9c97-59a2a8c095f1} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10221 2025.03.18 03:53:57.174172 [ 5 ] {eb08a2a5-1d9b-4002-9c97-59a2a8c095f1} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.002076 sec., 32273.603082851634 rows/sec., 2.36 MiB/sec.
10222 2025.03.18 03:53:57.174222 [ 5 ] {eb08a2a5-1d9b-4002-9c97-59a2a8c095f1} <Debug> TCPHandler: Processed in 0.002360475 sec.
10223 2025.03.18 03:53:57.174332 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10224 2025.03.18 03:53:57.174435 [ 5 ] {bfd4c58e-b97c-4a98-a6cf-133b39d17e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10225 2025.03.18 03:53:57.174480 [ 5 ] {bfd4c58e-b97c-4a98-a6cf-133b39d17e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10226 2025.03.18 03:53:57.175056 [ 5 ] {bfd4c58e-b97c-4a98-a6cf-133b39d17e45} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10227 2025.03.18 03:53:57.175094 [ 5 ] {bfd4c58e-b97c-4a98-a6cf-133b39d17e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10228 2025.03.18 03:53:57.175454 [ 5 ] {bfd4c58e-b97c-4a98-a6cf-133b39d17e45} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
10229 2025.03.18 03:53:57.175692 [ 5 ] {bfd4c58e-b97c-4a98-a6cf-133b39d17e45} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10230 2025.03.18 03:53:57.175911 [ 5 ] {bfd4c58e-b97c-4a98-a6cf-133b39d17e45} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001485 sec., 169696.9696969697 rows/sec., 11.74 MiB/sec.
10231 2025.03.18 03:53:57.176111 [ 5 ] {bfd4c58e-b97c-4a98-a6cf-133b39d17e45} <Debug> TCPHandler: Processed in 0.001825257 sec.
10232 2025.03.18 03:53:57.176335 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10233 2025.03.18 03:53:57.176443 [ 5 ] {3a8efc5d-49e7-4186-9f26-1d7d69d111a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10234 2025.03.18 03:53:57.176489 [ 5 ] {3a8efc5d-49e7-4186-9f26-1d7d69d111a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10235 2025.03.18 03:53:57.177032 [ 5 ] {3a8efc5d-49e7-4186-9f26-1d7d69d111a1} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10236 2025.03.18 03:53:57.177070 [ 5 ] {3a8efc5d-49e7-4186-9f26-1d7d69d111a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10237 2025.03.18 03:53:57.177431 [ 5 ] {3a8efc5d-49e7-4186-9f26-1d7d69d111a1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
10238 2025.03.18 03:53:57.177677 [ 5 ] {3a8efc5d-49e7-4186-9f26-1d7d69d111a1} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10239 2025.03.18 03:53:57.177989 [ 5 ] {3a8efc5d-49e7-4186-9f26-1d7d69d111a1} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001534 sec., 7822.685788787484 rows/sec., 611.15 KiB/sec.
10240 2025.03.18 03:53:57.178294 [ 5 ] {3a8efc5d-49e7-4186-9f26-1d7d69d111a1} <Debug> TCPHandler: Processed in 0.00202583 sec.
10241 2025.03.18 03:53:57.178575 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10242 2025.03.18 03:53:57.178680 [ 5 ] {6de65601-c0a2-4a24-9b96-21bb05a2a885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10243 2025.03.18 03:53:57.178726 [ 5 ] {6de65601-c0a2-4a24-9b96-21bb05a2a885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10244 2025.03.18 03:53:57.179493 [ 5 ] {6de65601-c0a2-4a24-9b96-21bb05a2a885} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10245 2025.03.18 03:53:57.179532 [ 5 ] {6de65601-c0a2-4a24-9b96-21bb05a2a885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10246 2025.03.18 03:53:57.179913 [ 5 ] {6de65601-c0a2-4a24-9b96-21bb05a2a885} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
10247 2025.03.18 03:53:57.180152 [ 5 ] {6de65601-c0a2-4a24-9b96-21bb05a2a885} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10248 2025.03.18 03:53:57.180326 [ 5 ] {6de65601-c0a2-4a24-9b96-21bb05a2a885} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.001669 sec., 366087.477531456 rows/sec., 27.55 MiB/sec.
10249 2025.03.18 03:53:57.180376 [ 5 ] {6de65601-c0a2-4a24-9b96-21bb05a2a885} <Debug> TCPHandler: Processed in 0.001878128 sec.
10250 2025.03.18 03:53:57.180478 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10251 2025.03.18 03:53:57.180579 [ 5 ] {b6bd5a98-ea58-48ef-ba9e-8e938b6d16cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10252 2025.03.18 03:53:57.180627 [ 5 ] {b6bd5a98-ea58-48ef-ba9e-8e938b6d16cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10253 2025.03.18 03:53:57.181328 [ 5 ] {b6bd5a98-ea58-48ef-ba9e-8e938b6d16cb} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10254 2025.03.18 03:53:57.181365 [ 5 ] {b6bd5a98-ea58-48ef-ba9e-8e938b6d16cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10255 2025.03.18 03:53:57.181810 [ 5 ] {b6bd5a98-ea58-48ef-ba9e-8e938b6d16cb} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
10256 2025.03.18 03:53:57.182053 [ 5 ] {b6bd5a98-ea58-48ef-ba9e-8e938b6d16cb} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10257 2025.03.18 03:53:57.182256 [ 5 ] {b6bd5a98-ea58-48ef-ba9e-8e938b6d16cb} <Debug> executeQuery: Read 944 rows, 65.24 KiB in 0.001689 sec., 558910.5979869745 rows/sec., 37.72 MiB/sec.
10258 2025.03.18 03:53:57.182320 [ 5 ] {b6bd5a98-ea58-48ef-ba9e-8e938b6d16cb} <Debug> TCPHandler: Processed in 0.001890619 sec.
10259 2025.03.18 03:53:57.182481 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10260 2025.03.18 03:53:57.182778 [ 5 ] {2ddff702-5db2-4752-9a46-d43de258090a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10261 2025.03.18 03:53:57.183071 [ 5 ] {2ddff702-5db2-4752-9a46-d43de258090a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10262 2025.03.18 03:53:57.185132 [ 5 ] {2ddff702-5db2-4752-9a46-d43de258090a} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10263 2025.03.18 03:53:57.185171 [ 5 ] {2ddff702-5db2-4752-9a46-d43de258090a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10264 2025.03.18 03:53:57.185832 [ 5 ] {2ddff702-5db2-4752-9a46-d43de258090a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
10265 2025.03.18 03:53:57.186094 [ 5 ] {2ddff702-5db2-4752-9a46-d43de258090a} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10266 2025.03.18 03:53:57.186294 [ 5 ] {2ddff702-5db2-4752-9a46-d43de258090a} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00365 sec., 10684.931506849314 rows/sec., 19.15 MiB/sec.
10267 2025.03.18 03:53:57.186384 [ 5 ] {2ddff702-5db2-4752-9a46-d43de258090a} <Debug> TCPHandler: Processed in 0.00396595 sec.
10268 2025.03.18 03:53:57.186497 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10269 2025.03.18 03:53:57.186598 [ 5 ] {67d0ce97-1c04-412b-b0f5-a25848ee1672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10270 2025.03.18 03:53:57.186645 [ 5 ] {67d0ce97-1c04-412b-b0f5-a25848ee1672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10271 2025.03.18 03:53:57.187057 [ 5 ] {67d0ce97-1c04-412b-b0f5-a25848ee1672} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10272 2025.03.18 03:53:57.187095 [ 5 ] {67d0ce97-1c04-412b-b0f5-a25848ee1672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10273 2025.03.18 03:53:57.187459 [ 5 ] {67d0ce97-1c04-412b-b0f5-a25848ee1672} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
10274 2025.03.18 03:53:57.187700 [ 5 ] {67d0ce97-1c04-412b-b0f5-a25848ee1672} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10275 2025.03.18 03:53:57.187872 [ 5 ] {67d0ce97-1c04-412b-b0f5-a25848ee1672} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001296 sec., 15432.098765432098 rows/sec., 1.04 MiB/sec.
10276 2025.03.18 03:53:57.187921 [ 5 ] {67d0ce97-1c04-412b-b0f5-a25848ee1672} <Debug> TCPHandler: Processed in 0.001473282 sec.
10277 2025.03.18 03:53:59.562324 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1394
10278 2025.03.18 03:53:59.565655 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10279 2025.03.18 03:53:59.565710 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10280 2025.03.18 03:53:59.567215 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10281 2025.03.18 03:53:59.567537 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10282 2025.03.18 03:53:59.569037 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1394
10283 2025.03.18 03:54:00.681686 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10284 2025.03.18 03:54:00.681874 [ 5 ] {e7cc99e4-674d-49a7-83e2-2e48cc3bcb45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10285 2025.03.18 03:54:00.681947 [ 5 ] {e7cc99e4-674d-49a7-83e2-2e48cc3bcb45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10286 2025.03.18 03:54:00.682733 [ 5 ] {e7cc99e4-674d-49a7-83e2-2e48cc3bcb45} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10287 2025.03.18 03:54:00.682789 [ 5 ] {e7cc99e4-674d-49a7-83e2-2e48cc3bcb45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10288 2025.03.18 03:54:00.683242 [ 5 ] {e7cc99e4-674d-49a7-83e2-2e48cc3bcb45} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
10289 2025.03.18 03:54:00.683508 [ 5 ] {e7cc99e4-674d-49a7-83e2-2e48cc3bcb45} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10290 2025.03.18 03:54:00.683777 [ 5 ] {e7cc99e4-674d-49a7-83e2-2e48cc3bcb45} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001948 sec., 28747.433264887062 rows/sec., 2.21 MiB/sec.
10291 2025.03.18 03:54:00.683883 [ 5 ] {e7cc99e4-674d-49a7-83e2-2e48cc3bcb45} <Debug> TCPHandler: Processed in 0.002329724 sec.
10292 2025.03.18 03:54:00.684064 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10293 2025.03.18 03:54:00.684377 [ 5 ] {9af83a4a-e3a9-4f94-9abc-22d28e486b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10294 2025.03.18 03:54:00.684516 [ 5 ] {9af83a4a-e3a9-4f94-9abc-22d28e486b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10295 2025.03.18 03:54:00.685163 [ 5 ] {9af83a4a-e3a9-4f94-9abc-22d28e486b5e} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10296 2025.03.18 03:54:00.685204 [ 5 ] {9af83a4a-e3a9-4f94-9abc-22d28e486b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10297 2025.03.18 03:54:00.685569 [ 5 ] {9af83a4a-e3a9-4f94-9abc-22d28e486b5e} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
10298 2025.03.18 03:54:00.685808 [ 5 ] {9af83a4a-e3a9-4f94-9abc-22d28e486b5e} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10299 2025.03.18 03:54:00.686043 [ 5 ] {9af83a4a-e3a9-4f94-9abc-22d28e486b5e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001772 sec., 36117.38148984199 rows/sec., 2.82 MiB/sec.
10300 2025.03.18 03:54:00.686102 [ 5 ] {9af83a4a-e3a9-4f94-9abc-22d28e486b5e} <Debug> TCPHandler: Processed in 0.002141722 sec.
10301 2025.03.18 03:54:00.686236 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10302 2025.03.18 03:54:00.686514 [ 5 ] {9055bbfa-f1d3-4ca2-a589-bf0c97f14e2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10303 2025.03.18 03:54:00.686675 [ 5 ] {9055bbfa-f1d3-4ca2-a589-bf0c97f14e2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10304 2025.03.18 03:54:00.687705 [ 5 ] {9055bbfa-f1d3-4ca2-a589-bf0c97f14e2f} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10305 2025.03.18 03:54:00.687745 [ 5 ] {9055bbfa-f1d3-4ca2-a589-bf0c97f14e2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10306 2025.03.18 03:54:00.688139 [ 5 ] {9055bbfa-f1d3-4ca2-a589-bf0c97f14e2f} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
10307 2025.03.18 03:54:00.688379 [ 5 ] {9055bbfa-f1d3-4ca2-a589-bf0c97f14e2f} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10308 2025.03.18 03:54:00.688599 [ 5 ] {9055bbfa-f1d3-4ca2-a589-bf0c97f14e2f} <Debug> executeQuery: Read 106 rows, 7.56 KiB in 0.002204 sec., 48094.37386569873 rows/sec., 3.35 MiB/sec.
10309 2025.03.18 03:54:00.688652 [ 5 ] {9055bbfa-f1d3-4ca2-a589-bf0c97f14e2f} <Debug> TCPHandler: Processed in 0.002468807 sec.
10310 2025.03.18 03:54:00.688768 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10311 2025.03.18 03:54:00.688873 [ 5 ] {77d1b49b-c4cb-4dff-80b2-53ea8291202f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10312 2025.03.18 03:54:00.688919 [ 5 ] {77d1b49b-c4cb-4dff-80b2-53ea8291202f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10313 2025.03.18 03:54:00.689349 [ 5 ] {77d1b49b-c4cb-4dff-80b2-53ea8291202f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10314 2025.03.18 03:54:00.689388 [ 5 ] {77d1b49b-c4cb-4dff-80b2-53ea8291202f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10315 2025.03.18 03:54:00.689745 [ 5 ] {77d1b49b-c4cb-4dff-80b2-53ea8291202f} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary)
10316 2025.03.18 03:54:00.689978 [ 5 ] {77d1b49b-c4cb-4dff-80b2-53ea8291202f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10317 2025.03.18 03:54:00.690197 [ 5 ] {77d1b49b-c4cb-4dff-80b2-53ea8291202f} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001339 sec., 29873.039581777448 rows/sec., 2.02 MiB/sec.
10318 2025.03.18 03:54:00.690298 [ 5 ] {77d1b49b-c4cb-4dff-80b2-53ea8291202f} <Debug> TCPHandler: Processed in 0.001577614 sec.
10319 2025.03.18 03:54:01.907778 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683
10320 2025.03.18 03:54:01.908555 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10321 2025.03.18 03:54:01.908620 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10322 2025.03.18 03:54:01.909205 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10323 2025.03.18 03:54:01.909486 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10324 2025.03.18 03:54:01.909773 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683
10325 2025.03.18 03:54:04.024072 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505
10326 2025.03.18 03:54:04.043076 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10327 2025.03.18 03:54:04.043115 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10328 2025.03.18 03:54:04.049952 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
10329 2025.03.18 03:54:04.050707 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10330 2025.03.18 03:54:04.054591 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505
10331 2025.03.18 03:54:05.683855 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10332 2025.03.18 03:54:05.684070 [ 5 ] {3abe7896-1460-4a43-b4e9-d6894e1e7b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10333 2025.03.18 03:54:05.684148 [ 5 ] {3abe7896-1460-4a43-b4e9-d6894e1e7b77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10334 2025.03.18 03:54:05.684916 [ 5 ] {3abe7896-1460-4a43-b4e9-d6894e1e7b77} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10335 2025.03.18 03:54:05.684969 [ 5 ] {3abe7896-1460-4a43-b4e9-d6894e1e7b77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10336 2025.03.18 03:54:05.685417 [ 5 ] {3abe7896-1460-4a43-b4e9-d6894e1e7b77} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
10337 2025.03.18 03:54:05.685671 [ 5 ] {3abe7896-1460-4a43-b4e9-d6894e1e7b77} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10338 2025.03.18 03:54:05.685905 [ 5 ] {3abe7896-1460-4a43-b4e9-d6894e1e7b77} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001894 sec., 29567.053854276663 rows/sec., 2.27 MiB/sec.
10339 2025.03.18 03:54:05.685962 [ 5 ] {3abe7896-1460-4a43-b4e9-d6894e1e7b77} <Debug> TCPHandler: Processed in 0.002250114 sec.
10340 2025.03.18 03:54:05.686084 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10341 2025.03.18 03:54:05.686190 [ 5 ] {cca0af96-4aee-47aa-9b24-d0424b66d5cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10342 2025.03.18 03:54:05.686234 [ 5 ] {cca0af96-4aee-47aa-9b24-d0424b66d5cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10343 2025.03.18 03:54:05.686796 [ 5 ] {cca0af96-4aee-47aa-9b24-d0424b66d5cc} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10344 2025.03.18 03:54:05.686837 [ 5 ] {cca0af96-4aee-47aa-9b24-d0424b66d5cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10345 2025.03.18 03:54:05.687197 [ 5 ] {cca0af96-4aee-47aa-9b24-d0424b66d5cc} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
10346 2025.03.18 03:54:05.687456 [ 5 ] {cca0af96-4aee-47aa-9b24-d0424b66d5cc} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10347 2025.03.18 03:54:05.687672 [ 5 ] {cca0af96-4aee-47aa-9b24-d0424b66d5cc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001504 sec., 42553.19148936171 rows/sec., 3.32 MiB/sec.
10348 2025.03.18 03:54:05.687726 [ 5 ] {cca0af96-4aee-47aa-9b24-d0424b66d5cc} <Debug> TCPHandler: Processed in 0.001693335 sec.
10349 2025.03.18 03:54:05.687842 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10350 2025.03.18 03:54:05.687949 [ 5 ] {1782c369-9cc3-491d-a3f8-17ca2f17f8d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10351 2025.03.18 03:54:05.687998 [ 5 ] {1782c369-9cc3-491d-a3f8-17ca2f17f8d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10352 2025.03.18 03:54:05.688536 [ 5 ] {1782c369-9cc3-491d-a3f8-17ca2f17f8d5} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10353 2025.03.18 03:54:05.688575 [ 5 ] {1782c369-9cc3-491d-a3f8-17ca2f17f8d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10354 2025.03.18 03:54:05.688962 [ 5 ] {1782c369-9cc3-491d-a3f8-17ca2f17f8d5} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
10355 2025.03.18 03:54:05.689203 [ 5 ] {1782c369-9cc3-491d-a3f8-17ca2f17f8d5} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10356 2025.03.18 03:54:05.689430 [ 5 ] {1782c369-9cc3-491d-a3f8-17ca2f17f8d5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001503 sec., 106453.75914836992 rows/sec., 7.41 MiB/sec.
10357 2025.03.18 03:54:05.689482 [ 5 ] {1782c369-9cc3-491d-a3f8-17ca2f17f8d5} <Debug> TCPHandler: Processed in 0.001689235 sec.
10358 2025.03.18 03:54:05.689588 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10359 2025.03.18 03:54:05.689690 [ 5 ] {6966afa0-18a4-4fe6-a2e1-3417a8693812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10360 2025.03.18 03:54:05.689736 [ 5 ] {6966afa0-18a4-4fe6-a2e1-3417a8693812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10361 2025.03.18 03:54:05.690174 [ 5 ] {6966afa0-18a4-4fe6-a2e1-3417a8693812} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10362 2025.03.18 03:54:05.690214 [ 5 ] {6966afa0-18a4-4fe6-a2e1-3417a8693812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10363 2025.03.18 03:54:05.690583 [ 5 ] {6966afa0-18a4-4fe6-a2e1-3417a8693812} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary)
10364 2025.03.18 03:54:05.690822 [ 5 ] {6966afa0-18a4-4fe6-a2e1-3417a8693812} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10365 2025.03.18 03:54:05.691033 [ 5 ] {6966afa0-18a4-4fe6-a2e1-3417a8693812} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001364 sec., 43988.26979472141 rows/sec., 2.96 MiB/sec.
10366 2025.03.18 03:54:05.691082 [ 5 ] {6966afa0-18a4-4fe6-a2e1-3417a8693812} <Debug> TCPHandler: Processed in 0.001543363 sec.
10367 2025.03.18 03:54:09.214331 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache
10368 2025.03.18 03:54:09.214405 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache
10369 2025.03.18 03:54:09.410000 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171
10370 2025.03.18 03:54:09.410761 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10371 2025.03.18 03:54:09.410799 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10372 2025.03.18 03:54:09.411330 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10373 2025.03.18 03:54:09.411583 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10374 2025.03.18 03:54:09.411769 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171
10375 2025.03.18 03:54:09.569411 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1410
10376 2025.03.18 03:54:09.572211 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10377 2025.03.18 03:54:09.572259 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10378 2025.03.18 03:54:09.573729 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10379 2025.03.18 03:54:09.574040 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10380 2025.03.18 03:54:09.575814 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1410
10381 2025.03.18 03:54:10.589341 [ 82 ] {} <Debug> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
10382 2025.03.18 03:54:10.589409 [ 82 ] {} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10383 2025.03.18 03:54:10.589436 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10384 2025.03.18 03:54:10.589656 [ 191 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
10385 2025.03.18 03:54:10.589846 [ 191 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10386 2025.03.18 03:54:10.589885 [ 191 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 253 rows starting from the beginning of the part
10387 2025.03.18 03:54:10.589967 [ 191 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
10388 2025.03.18 03:54:10.590201 [ 191 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
10389 2025.03.18 03:54:10.590373 [ 191 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
10390 2025.03.18 03:54:10.590616 [ 191 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
10391 2025.03.18 03:54:10.591887 [ 200 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1261 rows, containing 5 columns (5 merged, 0 gathered) in 0.002362726 sec., 533705.5587486657 rows/sec., 38.95 MiB/sec.
10392 2025.03.18 03:54:10.592106 [ 200 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
10393 2025.03.18 03:54:10.592462 [ 200 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_17_4} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10394 2025.03.18 03:54:10.592559 [ 200 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_17_4} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
10395 2025.03.18 03:54:10.592662 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
10396 2025.03.18 03:54:10.686512 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10397 2025.03.18 03:54:10.686705 [ 5 ] {a55110d4-9e14-4345-9f30-386d8f840d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10398 2025.03.18 03:54:10.686781 [ 5 ] {a55110d4-9e14-4345-9f30-386d8f840d9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10399 2025.03.18 03:54:10.687719 [ 5 ] {a55110d4-9e14-4345-9f30-386d8f840d9f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10400 2025.03.18 03:54:10.687760 [ 5 ] {a55110d4-9e14-4345-9f30-386d8f840d9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10401 2025.03.18 03:54:10.688207 [ 5 ] {a55110d4-9e14-4345-9f30-386d8f840d9f} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
10402 2025.03.18 03:54:10.688475 [ 5 ] {a55110d4-9e14-4345-9f30-386d8f840d9f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10403 2025.03.18 03:54:10.688677 [ 5 ] {a55110d4-9e14-4345-9f30-386d8f840d9f} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.002031 sec., 65977.35105859183 rows/sec., 5.69 MiB/sec.
10404 2025.03.18 03:54:10.688732 [ 5 ] {a55110d4-9e14-4345-9f30-386d8f840d9f} <Debug> TCPHandler: Processed in 0.002350225 sec.
10405 2025.03.18 03:54:10.688850 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10406 2025.03.18 03:54:10.688956 [ 5 ] {48879fd4-a3f7-4708-b31d-c799bb894c77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10407 2025.03.18 03:54:10.689001 [ 5 ] {48879fd4-a3f7-4708-b31d-c799bb894c77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10408 2025.03.18 03:54:10.689529 [ 5 ] {48879fd4-a3f7-4708-b31d-c799bb894c77} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10409 2025.03.18 03:54:10.689567 [ 5 ] {48879fd4-a3f7-4708-b31d-c799bb894c77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10410 2025.03.18 03:54:10.689913 [ 5 ] {48879fd4-a3f7-4708-b31d-c799bb894c77} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10411 2025.03.18 03:54:10.690151 [ 5 ] {48879fd4-a3f7-4708-b31d-c799bb894c77} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10412 2025.03.18 03:54:10.690323 [ 5 ] {48879fd4-a3f7-4708-b31d-c799bb894c77} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00139 sec., 28057.553956834534 rows/sec., 2.06 MiB/sec.
10413 2025.03.18 03:54:10.690376 [ 5 ] {48879fd4-a3f7-4708-b31d-c799bb894c77} <Debug> TCPHandler: Processed in 0.001576173 sec.
10414 2025.03.18 03:54:10.690480 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10415 2025.03.18 03:54:10.690580 [ 5 ] {14993c41-bbfe-4e88-bf7e-902f8076f0f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10416 2025.03.18 03:54:10.690623 [ 5 ] {14993c41-bbfe-4e88-bf7e-902f8076f0f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10417 2025.03.18 03:54:10.691177 [ 5 ] {14993c41-bbfe-4e88-bf7e-902f8076f0f9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10418 2025.03.18 03:54:10.691215 [ 5 ] {14993c41-bbfe-4e88-bf7e-902f8076f0f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10419 2025.03.18 03:54:10.691569 [ 5 ] {14993c41-bbfe-4e88-bf7e-902f8076f0f9} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
10420 2025.03.18 03:54:10.691811 [ 5 ] {14993c41-bbfe-4e88-bf7e-902f8076f0f9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10421 2025.03.18 03:54:10.691996 [ 5 ] {14993c41-bbfe-4e88-bf7e-902f8076f0f9} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001434 sec., 71827.05718270571 rows/sec., 5.61 MiB/sec.
10422 2025.03.18 03:54:10.692064 [ 5 ] {14993c41-bbfe-4e88-bf7e-902f8076f0f9} <Debug> TCPHandler: Processed in 0.001626234 sec.
10423 2025.03.18 03:54:10.692194 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10424 2025.03.18 03:54:10.692466 [ 5 ] {b0864776-fae2-4a23-a0ec-1450eb52ea71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10425 2025.03.18 03:54:10.692618 [ 5 ] {b0864776-fae2-4a23-a0ec-1450eb52ea71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10426 2025.03.18 03:54:10.693455 [ 5 ] {b0864776-fae2-4a23-a0ec-1450eb52ea71} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10427 2025.03.18 03:54:10.693490 [ 5 ] {b0864776-fae2-4a23-a0ec-1450eb52ea71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10428 2025.03.18 03:54:10.693850 [ 5 ] {b0864776-fae2-4a23-a0ec-1450eb52ea71} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
10429 2025.03.18 03:54:10.694082 [ 5 ] {b0864776-fae2-4a23-a0ec-1450eb52ea71} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10430 2025.03.18 03:54:10.694212 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0
10431 2025.03.18 03:54:10.694320 [ 5 ] {b0864776-fae2-4a23-a0ec-1450eb52ea71} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001954 sec., 81883.31627430911 rows/sec., 5.70 MiB/sec.
10432 2025.03.18 03:54:10.694322 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10433 2025.03.18 03:54:10.694373 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10434 2025.03.18 03:54:10.694394 [ 5 ] {b0864776-fae2-4a23-a0ec-1450eb52ea71} <Debug> TCPHandler: Processed in 0.002263294 sec.
10435 2025.03.18 03:54:10.694624 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10436 2025.03.18 03:54:10.694648 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_115_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full
10437 2025.03.18 03:54:10.694811 [ 5 ] {cc013314-0314-4801-b31c-df622161835e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10438 2025.03.18 03:54:10.695050 [ 5 ] {cc013314-0314-4801-b31c-df622161835e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10439 2025.03.18 03:54:10.695143 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10440 2025.03.18 03:54:10.695323 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_110_22, total 29971 rows starting from the beginning of the part
10441 2025.03.18 03:54:10.695715 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part
10442 2025.03.18 03:54:10.696040 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 944 rows starting from the beginning of the part
10443 2025.03.18 03:54:10.696406 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 106 rows starting from the beginning of the part
10444 2025.03.18 03:54:10.696821 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part
10445 2025.03.18 03:54:10.697151 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part
10446 2025.03.18 03:54:10.700046 [ 5 ] {cc013314-0314-4801-b31c-df622161835e} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10447 2025.03.18 03:54:10.700116 [ 5 ] {cc013314-0314-4801-b31c-df622161835e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10448 2025.03.18 03:54:10.701736 [ 5 ] {cc013314-0314-4801-b31c-df622161835e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
10449 2025.03.18 03:54:10.702208 [ 5 ] {cc013314-0314-4801-b31c-df622161835e} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10450 2025.03.18 03:54:10.702421 [ 5 ] {cc013314-0314-4801-b31c-df622161835e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007676 sec., 5080.771235018239 rows/sec., 9.10 MiB/sec.
10451 2025.03.18 03:54:10.702563 [ 5 ] {cc013314-0314-4801-b31c-df622161835e} <Debug> TCPHandler: Processed in 0.008030141 sec.
10452 2025.03.18 03:54:10.702700 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10453 2025.03.18 03:54:10.702811 [ 5 ] {9f70d728-af2f-4939-9480-74837179eb33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10454 2025.03.18 03:54:10.702921 [ 5 ] {9f70d728-af2f-4939-9480-74837179eb33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10455 2025.03.18 03:54:10.703452 [ 5 ] {9f70d728-af2f-4939-9480-74837179eb33} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10456 2025.03.18 03:54:10.703489 [ 5 ] {9f70d728-af2f-4939-9480-74837179eb33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10457 2025.03.18 03:54:10.703985 [ 5 ] {9f70d728-af2f-4939-9480-74837179eb33} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary)
10458 2025.03.18 03:54:10.704360 [ 5 ] {9f70d728-af2f-4939-9480-74837179eb33} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10459 2025.03.18 03:54:10.704780 [ 5 ] {9f70d728-af2f-4939-9480-74837179eb33} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001992 sec., 30120.481927710847 rows/sec., 2.03 MiB/sec.
10460 2025.03.18 03:54:10.704967 [ 5 ] {9f70d728-af2f-4939-9480-74837179eb33} <Debug> TCPHandler: Processed in 0.002308765 sec.
10461 2025.03.18 03:54:10.707142 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31501 rows, containing 5 columns (5 merged, 0 gathered) in 0.01265407 sec., 2489396.6921314644 rows/sec., 170.61 MiB/sec.
10462 2025.03.18 03:54:10.707573 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary)
10463 2025.03.18 03:54:10.707885 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10464 2025.03.18 03:54:10.707972 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23
10465 2025.03.18 03:54:10.708064 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB.
10466 2025.03.18 03:54:11.554745 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513
10467 2025.03.18 03:54:11.575490 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10468 2025.03.18 03:54:11.575541 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10469 2025.03.18 03:54:11.582756 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
10470 2025.03.18 03:54:11.583580 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10471 2025.03.18 03:54:11.586158 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513
10472 2025.03.18 03:54:15.684780 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10473 2025.03.18 03:54:15.685004 [ 5 ] {a6c780fc-16d6-4ea9-917e-82a2443fcf98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10474 2025.03.18 03:54:15.685084 [ 5 ] {a6c780fc-16d6-4ea9-917e-82a2443fcf98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10475 2025.03.18 03:54:15.685875 [ 5 ] {a6c780fc-16d6-4ea9-917e-82a2443fcf98} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10476 2025.03.18 03:54:15.685922 [ 5 ] {a6c780fc-16d6-4ea9-917e-82a2443fcf98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10477 2025.03.18 03:54:15.686363 [ 5 ] {a6c780fc-16d6-4ea9-917e-82a2443fcf98} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
10478 2025.03.18 03:54:15.686612 [ 5 ] {a6c780fc-16d6-4ea9-917e-82a2443fcf98} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10479 2025.03.18 03:54:15.686811 [ 76 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
10480 2025.03.18 03:54:15.686864 [ 5 ] {a6c780fc-16d6-4ea9-917e-82a2443fcf98} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00194 sec., 28865.979381443296 rows/sec., 2.22 MiB/sec.
10481 2025.03.18 03:54:15.686891 [ 76 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10482 2025.03.18 03:54:15.686952 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10483 2025.03.18 03:54:15.686975 [ 5 ] {a6c780fc-16d6-4ea9-917e-82a2443fcf98} <Debug> TCPHandler: Processed in 0.002366935 sec.
10484 2025.03.18 03:54:15.687222 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
10485 2025.03.18 03:54:15.687232 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10486 2025.03.18 03:54:15.687777 [ 5 ] {60c45a72-5812-4402-b476-7db87838b2e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10487 2025.03.18 03:54:15.687794 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10488 2025.03.18 03:54:15.687916 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1404 rows starting from the beginning of the part
10489 2025.03.18 03:54:15.687976 [ 5 ] {60c45a72-5812-4402-b476-7db87838b2e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10490 2025.03.18 03:54:15.688342 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1402 rows starting from the beginning of the part
10491 2025.03.18 03:54:15.688947 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part
10492 2025.03.18 03:54:15.689515 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 56 rows starting from the beginning of the part
10493 2025.03.18 03:54:15.690092 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 134 rows starting from the beginning of the part
10494 2025.03.18 03:54:15.690531 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 56 rows starting from the beginning of the part
10495 2025.03.18 03:54:15.692052 [ 5 ] {60c45a72-5812-4402-b476-7db87838b2e8} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10496 2025.03.18 03:54:15.692129 [ 5 ] {60c45a72-5812-4402-b476-7db87838b2e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10497 2025.03.18 03:54:15.693164 [ 5 ] {60c45a72-5812-4402-b476-7db87838b2e8} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
10498 2025.03.18 03:54:15.693482 [ 5 ] {60c45a72-5812-4402-b476-7db87838b2e8} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10499 2025.03.18 03:54:15.693684 [ 76 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
10500 2025.03.18 03:54:15.693792 [ 76 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10501 2025.03.18 03:54:15.693861 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10502 2025.03.18 03:54:15.693942 [ 5 ] {60c45a72-5812-4402-b476-7db87838b2e8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006317 sec., 10131.391483299034 rows/sec., 809.76 KiB/sec.
10503 2025.03.18 03:54:15.694467 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
10504 2025.03.18 03:54:15.694580 [ 5 ] {60c45a72-5812-4402-b476-7db87838b2e8} <Debug> TCPHandler: Processed in 0.007365301 sec.
10505 2025.03.18 03:54:15.695125 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 5 columns (5 merged, 0 gathered) in 0.00801723 sec., 387665.06636332 rows/sec., 33.89 MiB/sec.
10506 2025.03.18 03:54:15.695170 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10507 2025.03.18 03:54:15.695378 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10508 2025.03.18 03:54:15.695585 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
10509 2025.03.18 03:54:15.695673 [ 5 ] {7aa4e28b-98e7-4ff8-ad0f-2ae6646bfd23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10510 2025.03.18 03:54:15.695672 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
10511 2025.03.18 03:54:15.696022 [ 5 ] {7aa4e28b-98e7-4ff8-ad0f-2ae6646bfd23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10512 2025.03.18 03:54:15.696228 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 611 rows starting from the beginning of the part
10513 2025.03.18 03:54:15.696921 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part
10514 2025.03.18 03:54:15.697475 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_116_23} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10515 2025.03.18 03:54:15.697693 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 64 rows starting from the beginning of the part
10516 2025.03.18 03:54:15.698150 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_116_23} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
10517 2025.03.18 03:54:15.698370 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 103 rows starting from the beginning of the part
10518 2025.03.18 03:54:15.698573 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
10519 2025.03.18 03:54:15.698938 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 64 rows starting from the beginning of the part
10520 2025.03.18 03:54:15.701020 [ 5 ] {7aa4e28b-98e7-4ff8-ad0f-2ae6646bfd23} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10521 2025.03.18 03:54:15.701096 [ 5 ] {7aa4e28b-98e7-4ff8-ad0f-2ae6646bfd23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10522 2025.03.18 03:54:15.702077 [ 5 ] {7aa4e28b-98e7-4ff8-ad0f-2ae6646bfd23} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
10523 2025.03.18 03:54:15.702510 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1537 rows, containing 5 columns (5 merged, 0 gathered) in 0.008524308 sec., 180307.89126812405 rows/sec., 14.36 MiB/sec.
10524 2025.03.18 03:54:15.702571 [ 5 ] {7aa4e28b-98e7-4ff8-ad0f-2ae6646bfd23} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10525 2025.03.18 03:54:15.702868 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
10526 2025.03.18 03:54:15.703029 [ 5 ] {7aa4e28b-98e7-4ff8-ad0f-2ae6646bfd23} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007503 sec., 21324.803411968547 rows/sec., 1.49 MiB/sec.
10527 2025.03.18 03:54:15.703299 [ 5 ] {7aa4e28b-98e7-4ff8-ad0f-2ae6646bfd23} <Debug> TCPHandler: Processed in 0.008279484 sec.
10528 2025.03.18 03:54:15.703719 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10529 2025.03.18 03:54:15.704093 [ 5 ] {ca5cc2fc-7497-4eba-a9c7-b108c80256f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10530 2025.03.18 03:54:15.704196 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_116_23} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10531 2025.03.18 03:54:15.704273 [ 5 ] {ca5cc2fc-7497-4eba-a9c7-b108c80256f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10532 2025.03.18 03:54:15.704814 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_116_23} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
10533 2025.03.18 03:54:15.705024 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB.
10534 2025.03.18 03:54:15.705330 [ 5 ] {ca5cc2fc-7497-4eba-a9c7-b108c80256f9} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10535 2025.03.18 03:54:15.705384 [ 5 ] {ca5cc2fc-7497-4eba-a9c7-b108c80256f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10536 2025.03.18 03:54:15.705759 [ 5 ] {ca5cc2fc-7497-4eba-a9c7-b108c80256f9} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary)
10537 2025.03.18 03:54:15.705998 [ 5 ] {ca5cc2fc-7497-4eba-a9c7-b108c80256f9} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10538 2025.03.18 03:54:15.706180 [ 76 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0
10539 2025.03.18 03:54:15.706239 [ 5 ] {ca5cc2fc-7497-4eba-a9c7-b108c80256f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002289 sec., 26212.319790301444 rows/sec., 1.77 MiB/sec.
10540 2025.03.18 03:54:15.706243 [ 76 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10541 2025.03.18 03:54:15.706315 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10542 2025.03.18 03:54:15.706389 [ 5 ] {ca5cc2fc-7497-4eba-a9c7-b108c80256f9} <Debug> TCPHandler: Processed in 0.002806892 sec.
10543 2025.03.18 03:54:15.706640 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
10544 2025.03.18 03:54:15.706877 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10545 2025.03.18 03:54:15.706933 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 5748 rows starting from the beginning of the part
10546 2025.03.18 03:54:15.707187 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 20 rows starting from the beginning of the part
10547 2025.03.18 03:54:15.707646 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 40 rows starting from the beginning of the part
10548 2025.03.18 03:54:15.707876 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part
10549 2025.03.18 03:54:15.708094 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part
10550 2025.03.18 03:54:15.708325 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
10551 2025.03.18 03:54:15.710997 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5988 rows, containing 4 columns (4 merged, 0 gathered) in 0.004561729 sec., 1312660.1777527777 rows/sec., 88.46 MiB/sec.
10552 2025.03.18 03:54:15.711406 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary)
10553 2025.03.18 03:54:15.711730 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_116_23} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10554 2025.03.18 03:54:15.711820 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_116_23} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23
10555 2025.03.18 03:54:15.711911 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB.
10556 2025.03.18 03:54:16.911988 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598
10557 2025.03.18 03:54:16.912702 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10558 2025.03.18 03:54:16.912751 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10559 2025.03.18 03:54:16.913275 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
10560 2025.03.18 03:54:16.913531 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10561 2025.03.18 03:54:16.913795 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598
10562 2025.03.18 03:54:19.086311 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520
10563 2025.03.18 03:54:19.113010 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10564 2025.03.18 03:54:19.113078 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10565 2025.03.18 03:54:19.121115 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
10566 2025.03.18 03:54:19.122015 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10567 2025.03.18 03:54:19.128044 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520
10568 2025.03.18 03:54:19.576071 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1430
10569 2025.03.18 03:54:19.578977 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10570 2025.03.18 03:54:19.579026 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10571 2025.03.18 03:54:19.580519 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10572 2025.03.18 03:54:19.580839 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10573 2025.03.18 03:54:19.581010 [ 71 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10574 2025.03.18 03:54:19.581070 [ 71 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10575 2025.03.18 03:54:19.581105 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10576 2025.03.18 03:54:19.581512 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
10577 2025.03.18 03:54:19.582388 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1430
10578 2025.03.18 03:54:19.582821 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10579 2025.03.18 03:54:19.582994 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1318 rows starting from the beginning of the part
10580 2025.03.18 03:54:19.583629 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 16 rows starting from the beginning of the part
10581 2025.03.18 03:54:19.584220 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
10582 2025.03.18 03:54:19.584878 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part
10583 2025.03.18 03:54:19.585473 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 16 rows starting from the beginning of the part
10584 2025.03.18 03:54:19.586109 [ 186 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
10585 2025.03.18 03:54:19.594177 [ 198 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1430 rows, containing 72 columns (72 merged, 0 gathered) in 0.012959564 sec., 110343.21833666626 rows/sec., 85.07 MiB/sec.
10586 2025.03.18 03:54:19.595611 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10587 2025.03.18 03:54:19.596302 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_51_10} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10588 2025.03.18 03:54:19.596392 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_51_10} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10589 2025.03.18 03:54:19.596594 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB.
10590 2025.03.18 03:54:20.686433 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10591 2025.03.18 03:54:20.686621 [ 5 ] {a2dcfa00-f5ae-40ca-98d5-797c1317829f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10592 2025.03.18 03:54:20.686693 [ 5 ] {a2dcfa00-f5ae-40ca-98d5-797c1317829f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10593 2025.03.18 03:54:20.687555 [ 5 ] {a2dcfa00-f5ae-40ca-98d5-797c1317829f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10594 2025.03.18 03:54:20.687606 [ 5 ] {a2dcfa00-f5ae-40ca-98d5-797c1317829f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10595 2025.03.18 03:54:20.688055 [ 5 ] {a2dcfa00-f5ae-40ca-98d5-797c1317829f} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
10596 2025.03.18 03:54:20.688310 [ 5 ] {a2dcfa00-f5ae-40ca-98d5-797c1317829f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10597 2025.03.18 03:54:20.688529 [ 5 ] {a2dcfa00-f5ae-40ca-98d5-797c1317829f} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001959 sec., 68402.24604389996 rows/sec., 5.90 MiB/sec.
10598 2025.03.18 03:54:20.688595 [ 5 ] {a2dcfa00-f5ae-40ca-98d5-797c1317829f} <Debug> TCPHandler: Processed in 0.002303994 sec.
10599 2025.03.18 03:54:20.688728 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10600 2025.03.18 03:54:20.688849 [ 5 ] {5120d44b-9988-4a27-8ed0-89d346fd4212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10601 2025.03.18 03:54:20.688900 [ 5 ] {5120d44b-9988-4a27-8ed0-89d346fd4212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10602 2025.03.18 03:54:20.689454 [ 5 ] {5120d44b-9988-4a27-8ed0-89d346fd4212} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10603 2025.03.18 03:54:20.689495 [ 5 ] {5120d44b-9988-4a27-8ed0-89d346fd4212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10604 2025.03.18 03:54:20.689881 [ 5 ] {5120d44b-9988-4a27-8ed0-89d346fd4212} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10605 2025.03.18 03:54:20.690131 [ 5 ] {5120d44b-9988-4a27-8ed0-89d346fd4212} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10606 2025.03.18 03:54:20.690353 [ 5 ] {5120d44b-9988-4a27-8ed0-89d346fd4212} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001528 sec., 25523.560209424082 rows/sec., 1.87 MiB/sec.
10607 2025.03.18 03:54:20.690452 [ 5 ] {5120d44b-9988-4a27-8ed0-89d346fd4212} <Debug> TCPHandler: Processed in 0.001783396 sec.
10608 2025.03.18 03:54:20.690680 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10609 2025.03.18 03:54:20.690834 [ 5 ] {265fb159-9a0b-4f6b-a5cd-f5ec1b05a10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10610 2025.03.18 03:54:20.690885 [ 5 ] {265fb159-9a0b-4f6b-a5cd-f5ec1b05a10d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10611 2025.03.18 03:54:20.691461 [ 5 ] {265fb159-9a0b-4f6b-a5cd-f5ec1b05a10d} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10612 2025.03.18 03:54:20.691501 [ 5 ] {265fb159-9a0b-4f6b-a5cd-f5ec1b05a10d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10613 2025.03.18 03:54:20.691870 [ 5 ] {265fb159-9a0b-4f6b-a5cd-f5ec1b05a10d} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
10614 2025.03.18 03:54:20.692107 [ 5 ] {265fb159-9a0b-4f6b-a5cd-f5ec1b05a10d} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10615 2025.03.18 03:54:20.692311 [ 5 ] {265fb159-9a0b-4f6b-a5cd-f5ec1b05a10d} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001501 sec., 68620.91938707528 rows/sec., 5.36 MiB/sec.
10616 2025.03.18 03:54:20.692364 [ 5 ] {265fb159-9a0b-4f6b-a5cd-f5ec1b05a10d} <Debug> TCPHandler: Processed in 0.001794367 sec.
10617 2025.03.18 03:54:20.692494 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10618 2025.03.18 03:54:20.692628 [ 5 ] {f1e89206-bfc8-4afe-9137-8a78a38a5b7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10619 2025.03.18 03:54:20.692688 [ 5 ] {f1e89206-bfc8-4afe-9137-8a78a38a5b7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10620 2025.03.18 03:54:20.693314 [ 5 ] {f1e89206-bfc8-4afe-9137-8a78a38a5b7d} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10621 2025.03.18 03:54:20.693363 [ 5 ] {f1e89206-bfc8-4afe-9137-8a78a38a5b7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10622 2025.03.18 03:54:20.693809 [ 5 ] {f1e89206-bfc8-4afe-9137-8a78a38a5b7d} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
10623 2025.03.18 03:54:20.694049 [ 5 ] {f1e89206-bfc8-4afe-9137-8a78a38a5b7d} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10624 2025.03.18 03:54:20.694272 [ 5 ] {f1e89206-bfc8-4afe-9137-8a78a38a5b7d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00167 sec., 95808.38323353294 rows/sec., 6.67 MiB/sec.
10625 2025.03.18 03:54:20.694337 [ 5 ] {f1e89206-bfc8-4afe-9137-8a78a38a5b7d} <Debug> TCPHandler: Processed in 0.001906529 sec.
10626 2025.03.18 03:54:20.694468 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10627 2025.03.18 03:54:20.694756 [ 5 ] {49f4af59-1334-449a-8f1f-f1a49ebcf8d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10628 2025.03.18 03:54:20.695040 [ 5 ] {49f4af59-1334-449a-8f1f-f1a49ebcf8d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.18 03:54:20.696787 [ 5 ] {49f4af59-1334-449a-8f1f-f1a49ebcf8d9} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10630 2025.03.18 03:54:20.696827 [ 5 ] {49f4af59-1334-449a-8f1f-f1a49ebcf8d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10631 2025.03.18 03:54:20.697482 [ 5 ] {49f4af59-1334-449a-8f1f-f1a49ebcf8d9} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
10632 2025.03.18 03:54:20.697738 [ 5 ] {49f4af59-1334-449a-8f1f-f1a49ebcf8d9} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10633 2025.03.18 03:54:20.698021 [ 5 ] {49f4af59-1334-449a-8f1f-f1a49ebcf8d9} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00337 sec., 11572.700296735904 rows/sec., 20.74 MiB/sec.
10634 2025.03.18 03:54:20.698492 [ 5 ] {49f4af59-1334-449a-8f1f-f1a49ebcf8d9} <Debug> TCPHandler: Processed in 0.004066941 sec.
10635 2025.03.18 03:54:20.698757 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10636 2025.03.18 03:54:20.698864 [ 5 ] {108623f4-46c0-40f9-be84-d9c37cfdde2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10637 2025.03.18 03:54:20.698911 [ 5 ] {108623f4-46c0-40f9-be84-d9c37cfdde2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10638 2025.03.18 03:54:20.699383 [ 5 ] {108623f4-46c0-40f9-be84-d9c37cfdde2f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10639 2025.03.18 03:54:20.699422 [ 5 ] {108623f4-46c0-40f9-be84-d9c37cfdde2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB.
10640 2025.03.18 03:54:20.699793 [ 5 ] {108623f4-46c0-40f9-be84-d9c37cfdde2f} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary)
10641 2025.03.18 03:54:20.700028 [ 5 ] {108623f4-46c0-40f9-be84-d9c37cfdde2f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10642 2025.03.18 03:54:20.700231 [ 5 ] {108623f4-46c0-40f9-be84-d9c37cfdde2f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec.
10643 2025.03.18 03:54:20.700282 [ 5 ] {108623f4-46c0-40f9-be84-d9c37cfdde2f} <Debug> TCPHandler: Processed in 0.001584394 sec.
10644 2025.03.18 03:54:24.206692 [ 219 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
10645 2025.03.18 03:54:24.206763 [ 219 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
10646 2025.03.18 03:54:24.213511 [ 219 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
10647 2025.03.18 03:54:24.214664 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache
10648 2025.03.18 03:54:24.214746 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache
10649 2025.03.18 03:54:24.414028 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086
10650 2025.03.18 03:54:24.415203 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10651 2025.03.18 03:54:24.415266 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10652 2025.03.18 03:54:24.415816 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10653 2025.03.18 03:54:24.416081 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10654 2025.03.18 03:54:24.416368 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086
10655 2025.03.18 03:54:24.416453 [ 222 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
10656 2025.03.18 03:54:24.416511 [ 222 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
10657 2025.03.18 03:54:24.419375 [ 222 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
10658 2025.03.18 03:54:25.650003 [ 223 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
10659 2025.03.18 03:54:25.650074 [ 223 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
10660 2025.03.18 03:54:25.652184 [ 223 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
10661 2025.03.18 03:54:25.681569 [ 217 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
10662 2025.03.18 03:54:25.681628 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
10663 2025.03.18 03:54:25.683904 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
10664 2025.03.18 03:54:25.684200 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10665 2025.03.18 03:54:25.684583 [ 5 ] {70ef9295-3844-4405-bdf7-a1f2515bae67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10666 2025.03.18 03:54:25.684675 [ 5 ] {70ef9295-3844-4405-bdf7-a1f2515bae67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10667 2025.03.18 03:54:25.685442 [ 5 ] {70ef9295-3844-4405-bdf7-a1f2515bae67} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10668 2025.03.18 03:54:25.685493 [ 5 ] {70ef9295-3844-4405-bdf7-a1f2515bae67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10669 2025.03.18 03:54:25.685940 [ 5 ] {70ef9295-3844-4405-bdf7-a1f2515bae67} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
10670 2025.03.18 03:54:25.686203 [ 5 ] {70ef9295-3844-4405-bdf7-a1f2515bae67} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10671 2025.03.18 03:54:25.686437 [ 5 ] {70ef9295-3844-4405-bdf7-a1f2515bae67} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00199 sec., 28140.70351758794 rows/sec., 2.16 MiB/sec.
10672 2025.03.18 03:54:25.686492 [ 5 ] {70ef9295-3844-4405-bdf7-a1f2515bae67} <Debug> TCPHandler: Processed in 0.002489968 sec.
10673 2025.03.18 03:54:25.686628 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10674 2025.03.18 03:54:25.686767 [ 5 ] {d454712f-46e5-4894-a394-4b97fc5186ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10675 2025.03.18 03:54:25.686822 [ 5 ] {d454712f-46e5-4894-a394-4b97fc5186ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10676 2025.03.18 03:54:25.687467 [ 5 ] {d454712f-46e5-4894-a394-4b97fc5186ed} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10677 2025.03.18 03:54:25.687516 [ 5 ] {d454712f-46e5-4894-a394-4b97fc5186ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10678 2025.03.18 03:54:25.687942 [ 5 ] {d454712f-46e5-4894-a394-4b97fc5186ed} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
10679 2025.03.18 03:54:25.688179 [ 5 ] {d454712f-46e5-4894-a394-4b97fc5186ed} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10680 2025.03.18 03:54:25.688411 [ 5 ] {d454712f-46e5-4894-a394-4b97fc5186ed} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001668 sec., 38369.30455635492 rows/sec., 2.99 MiB/sec.
10681 2025.03.18 03:54:25.688479 [ 223 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
10682 2025.03.18 03:54:25.688502 [ 5 ] {d454712f-46e5-4894-a394-4b97fc5186ed} <Debug> TCPHandler: Processed in 0.001939399 sec.
10683 2025.03.18 03:54:25.688527 [ 223 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
10684 2025.03.18 03:54:25.688704 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10685 2025.03.18 03:54:25.688844 [ 5 ] {ee0e9073-1241-4f47-819f-a9f5129526b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10686 2025.03.18 03:54:25.688927 [ 5 ] {ee0e9073-1241-4f47-819f-a9f5129526b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10687 2025.03.18 03:54:25.690198 [ 5 ] {ee0e9073-1241-4f47-819f-a9f5129526b2} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10688 2025.03.18 03:54:25.690239 [ 5 ] {ee0e9073-1241-4f47-819f-a9f5129526b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10689 2025.03.18 03:54:25.690930 [ 5 ] {ee0e9073-1241-4f47-819f-a9f5129526b2} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
10690 2025.03.18 03:54:25.691364 [ 5 ] {ee0e9073-1241-4f47-819f-a9f5129526b2} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10691 2025.03.18 03:54:25.691762 [ 5 ] {ee0e9073-1241-4f47-819f-a9f5129526b2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002931 sec., 54588.87751620607 rows/sec., 3.80 MiB/sec.
10692 2025.03.18 03:54:25.691854 [ 5 ] {ee0e9073-1241-4f47-819f-a9f5129526b2} <Debug> TCPHandler: Processed in 0.003222298 sec.
10693 2025.03.18 03:54:25.691970 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10694 2025.03.18 03:54:25.692146 [ 5 ] {3844d359-b886-41da-a9d5-16701cc1b99b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10695 2025.03.18 03:54:25.692213 [ 223 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
10696 2025.03.18 03:54:25.692233 [ 5 ] {3844d359-b886-41da-a9d5-16701cc1b99b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10697 2025.03.18 03:54:25.693666 [ 5 ] {3844d359-b886-41da-a9d5-16701cc1b99b} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10698 2025.03.18 03:54:25.693707 [ 5 ] {3844d359-b886-41da-a9d5-16701cc1b99b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10699 2025.03.18 03:54:25.694087 [ 5 ] {3844d359-b886-41da-a9d5-16701cc1b99b} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary)
10700 2025.03.18 03:54:25.694327 [ 5 ] {3844d359-b886-41da-a9d5-16701cc1b99b} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10701 2025.03.18 03:54:25.694553 [ 5 ] {3844d359-b886-41da-a9d5-16701cc1b99b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002463 sec., 24360.5359317905 rows/sec., 1.64 MiB/sec.
10702 2025.03.18 03:54:25.694622 [ 5 ] {3844d359-b886-41da-a9d5-16701cc1b99b} <Debug> TCPHandler: Processed in 0.002697581 sec.
10703 2025.03.18 03:54:25.694640 [ 220 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
10704 2025.03.18 03:54:25.694701 [ 220 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
10705 2025.03.18 03:54:25.696711 [ 220 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
10706 2025.03.18 03:54:26.628201 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528
10707 2025.03.18 03:54:26.648518 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10708 2025.03.18 03:54:26.648572 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10709 2025.03.18 03:54:26.655483 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
10710 2025.03.18 03:54:26.656238 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10711 2025.03.18 03:54:26.660240 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528
10712 2025.03.18 03:54:27.165387 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10713 2025.03.18 03:54:27.165607 [ 5 ] {bf686c60-0a17-4c07-a046-95bb7d067b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10714 2025.03.18 03:54:27.165686 [ 5 ] {bf686c60-0a17-4c07-a046-95bb7d067b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10715 2025.03.18 03:54:27.166470 [ 5 ] {bf686c60-0a17-4c07-a046-95bb7d067b54} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10716 2025.03.18 03:54:27.166524 [ 5 ] {bf686c60-0a17-4c07-a046-95bb7d067b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10717 2025.03.18 03:54:27.166960 [ 5 ] {bf686c60-0a17-4c07-a046-95bb7d067b54} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
10718 2025.03.18 03:54:27.167208 [ 5 ] {bf686c60-0a17-4c07-a046-95bb7d067b54} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10719 2025.03.18 03:54:27.167401 [ 65 ] {} <Debug> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
10720 2025.03.18 03:54:27.167467 [ 5 ] {bf686c60-0a17-4c07-a046-95bb7d067b54} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001913 sec., 12545.739675901725 rows/sec., 1.04 MiB/sec.
10721 2025.03.18 03:54:27.167492 [ 65 ] {} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10722 2025.03.18 03:54:27.167564 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10723 2025.03.18 03:54:27.167594 [ 5 ] {bf686c60-0a17-4c07-a046-95bb7d067b54} <Debug> TCPHandler: Processed in 0.002351906 sec.
10724 2025.03.18 03:54:27.167840 [ 194 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
10725 2025.03.18 03:54:27.167857 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10726 2025.03.18 03:54:27.168100 [ 194 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10727 2025.03.18 03:54:27.168113 [ 5 ] {f56d9819-037b-4dd9-881e-aafe2caa2238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10728 2025.03.18 03:54:27.168140 [ 194 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
10729 2025.03.18 03:54:27.168177 [ 5 ] {f56d9819-037b-4dd9-881e-aafe2caa2238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10730 2025.03.18 03:54:27.168316 [ 194 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
10731 2025.03.18 03:54:27.168804 [ 194 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
10732 2025.03.18 03:54:27.169099 [ 194 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
10733 2025.03.18 03:54:27.169358 [ 194 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
10734 2025.03.18 03:54:27.170310 [ 5 ] {f56d9819-037b-4dd9-881e-aafe2caa2238} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10735 2025.03.18 03:54:27.170355 [ 5 ] {f56d9819-037b-4dd9-881e-aafe2caa2238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10736 2025.03.18 03:54:27.170951 [ 5 ] {f56d9819-037b-4dd9-881e-aafe2caa2238} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
10737 2025.03.18 03:54:27.171056 [ 190 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.003387161 sec., 35427.89964811238 rows/sec., 3.07 MiB/sec.
10738 2025.03.18 03:54:27.171185 [ 190 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
10739 2025.03.18 03:54:27.171276 [ 5 ] {f56d9819-037b-4dd9-881e-aafe2caa2238} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10740 2025.03.18 03:54:27.171649 [ 5 ] {f56d9819-037b-4dd9-881e-aafe2caa2238} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003555 sec., 562.5879043600563 rows/sec., 45.88 KiB/sec.
10741 2025.03.18 03:54:27.171811 [ 190 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_17_4} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10742 2025.03.18 03:54:27.172075 [ 5 ] {f56d9819-037b-4dd9-881e-aafe2caa2238} <Debug> TCPHandler: Processed in 0.004295155 sec.
10743 2025.03.18 03:54:27.172199 [ 190 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_17_4} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
10744 2025.03.18 03:54:27.172292 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
10745 2025.03.18 03:54:27.172296 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10746 2025.03.18 03:54:27.172406 [ 5 ] {e26f681d-fa6e-46fd-9442-79cd67e1d457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10747 2025.03.18 03:54:27.172449 [ 5 ] {e26f681d-fa6e-46fd-9442-79cd67e1d457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10748 2025.03.18 03:54:27.173540 [ 5 ] {e26f681d-fa6e-46fd-9442-79cd67e1d457} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10749 2025.03.18 03:54:27.173580 [ 5 ] {e26f681d-fa6e-46fd-9442-79cd67e1d457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10750 2025.03.18 03:54:27.174012 [ 5 ] {e26f681d-fa6e-46fd-9442-79cd67e1d457} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
10751 2025.03.18 03:54:27.174246 [ 5 ] {e26f681d-fa6e-46fd-9442-79cd67e1d457} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10752 2025.03.18 03:54:27.174452 [ 5 ] {e26f681d-fa6e-46fd-9442-79cd67e1d457} <Debug> executeQuery: Read 1395 rows, 119.93 KiB in 0.002067 sec., 674891.1465892598 rows/sec., 56.66 MiB/sec.
10753 2025.03.18 03:54:27.174504 [ 5 ] {e26f681d-fa6e-46fd-9442-79cd67e1d457} <Debug> TCPHandler: Processed in 0.002266534 sec.
10754 2025.03.18 03:54:27.174609 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10755 2025.03.18 03:54:27.174708 [ 5 ] {a13157e7-7665-4a54-8d0a-86587e9b8c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10756 2025.03.18 03:54:27.174752 [ 5 ] {a13157e7-7665-4a54-8d0a-86587e9b8c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10757 2025.03.18 03:54:27.175268 [ 5 ] {a13157e7-7665-4a54-8d0a-86587e9b8c3c} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10758 2025.03.18 03:54:27.175306 [ 5 ] {a13157e7-7665-4a54-8d0a-86587e9b8c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10759 2025.03.18 03:54:27.175652 [ 5 ] {a13157e7-7665-4a54-8d0a-86587e9b8c3c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10760 2025.03.18 03:54:27.175884 [ 5 ] {a13157e7-7665-4a54-8d0a-86587e9b8c3c} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10761 2025.03.18 03:54:27.176105 [ 5 ] {a13157e7-7665-4a54-8d0a-86587e9b8c3c} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.001417 sec., 37402.964008468596 rows/sec., 2.78 MiB/sec.
10762 2025.03.18 03:54:27.176157 [ 5 ] {a13157e7-7665-4a54-8d0a-86587e9b8c3c} <Debug> TCPHandler: Processed in 0.001598724 sec.
10763 2025.03.18 03:54:27.176258 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10764 2025.03.18 03:54:27.176359 [ 5 ] {9653bf1c-3535-4e09-b808-c6f6b0e8d6c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10765 2025.03.18 03:54:27.176402 [ 5 ] {9653bf1c-3535-4e09-b808-c6f6b0e8d6c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10766 2025.03.18 03:54:27.176943 [ 5 ] {9653bf1c-3535-4e09-b808-c6f6b0e8d6c0} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10767 2025.03.18 03:54:27.176979 [ 5 ] {9653bf1c-3535-4e09-b808-c6f6b0e8d6c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10768 2025.03.18 03:54:27.177308 [ 5 ] {9653bf1c-3535-4e09-b808-c6f6b0e8d6c0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
10769 2025.03.18 03:54:27.177602 [ 5 ] {9653bf1c-3535-4e09-b808-c6f6b0e8d6c0} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10770 2025.03.18 03:54:27.177830 [ 5 ] {9653bf1c-3535-4e09-b808-c6f6b0e8d6c0} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001487 sec., 169468.72898453262 rows/sec., 11.72 MiB/sec.
10771 2025.03.18 03:54:27.178028 [ 5 ] {9653bf1c-3535-4e09-b808-c6f6b0e8d6c0} <Debug> TCPHandler: Processed in 0.001815487 sec.
10772 2025.03.18 03:54:27.178181 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10773 2025.03.18 03:54:27.178284 [ 5 ] {7956ec7b-46d3-407d-addd-9dc960b31746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10774 2025.03.18 03:54:27.178326 [ 5 ] {7956ec7b-46d3-407d-addd-9dc960b31746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10775 2025.03.18 03:54:27.178850 [ 5 ] {7956ec7b-46d3-407d-addd-9dc960b31746} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10776 2025.03.18 03:54:27.178889 [ 5 ] {7956ec7b-46d3-407d-addd-9dc960b31746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10777 2025.03.18 03:54:27.179225 [ 5 ] {7956ec7b-46d3-407d-addd-9dc960b31746} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
10778 2025.03.18 03:54:27.179456 [ 5 ] {7956ec7b-46d3-407d-addd-9dc960b31746} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10779 2025.03.18 03:54:27.179628 [ 65 ] {} <Debug> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
10780 2025.03.18 03:54:27.179683 [ 5 ] {7956ec7b-46d3-407d-addd-9dc960b31746} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001413 sec., 8492.569002123142 rows/sec., 663.48 KiB/sec.
10781 2025.03.18 03:54:27.179708 [ 65 ] {} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10782 2025.03.18 03:54:27.179798 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10783 2025.03.18 03:54:27.179799 [ 5 ] {7956ec7b-46d3-407d-addd-9dc960b31746} <Debug> TCPHandler: Processed in 0.001663225 sec.
10784 2025.03.18 03:54:27.180157 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10785 2025.03.18 03:54:27.180219 [ 193 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
10786 2025.03.18 03:54:27.180419 [ 5 ] {7d7a5751-dcad-4b31-8776-e2bf2f5158e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10787 2025.03.18 03:54:27.180525 [ 193 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10788 2025.03.18 03:54:27.180533 [ 5 ] {7d7a5751-dcad-4b31-8776-e2bf2f5158e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10789 2025.03.18 03:54:27.180600 [ 193 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
10790 2025.03.18 03:54:27.180956 [ 193 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
10791 2025.03.18 03:54:27.181390 [ 193 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
10792 2025.03.18 03:54:27.181814 [ 193 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
10793 2025.03.18 03:54:27.182192 [ 193 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
10794 2025.03.18 03:54:27.183404 [ 5 ] {7d7a5751-dcad-4b31-8776-e2bf2f5158e7} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10795 2025.03.18 03:54:27.183475 [ 5 ] {7d7a5751-dcad-4b31-8776-e2bf2f5158e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10796 2025.03.18 03:54:27.184620 [ 5 ] {7d7a5751-dcad-4b31-8776-e2bf2f5158e7} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
10797 2025.03.18 03:54:27.184734 [ 201 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004843173 sec., 12388.57253292418 rows/sec., 1016.25 KiB/sec.
10798 2025.03.18 03:54:27.184895 [ 201 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
10799 2025.03.18 03:54:27.184991 [ 5 ] {7d7a5751-dcad-4b31-8776-e2bf2f5158e7} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10800 2025.03.18 03:54:27.185288 [ 5 ] {7d7a5751-dcad-4b31-8776-e2bf2f5158e7} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.00493 sec., 121095.33468559837 rows/sec., 9.10 MiB/sec.
10801 2025.03.18 03:54:27.185378 [ 5 ] {7d7a5751-dcad-4b31-8776-e2bf2f5158e7} <Debug> TCPHandler: Processed in 0.005367671 sec.
10802 2025.03.18 03:54:27.185377 [ 201 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_17_4} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10803 2025.03.18 03:54:27.185497 [ 201 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_17_4} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
10804 2025.03.18 03:54:27.185513 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10805 2025.03.18 03:54:27.185594 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
10806 2025.03.18 03:54:27.185639 [ 5 ] {82d46e50-416f-4826-a887-b09d4ad47cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10807 2025.03.18 03:54:27.185687 [ 5 ] {82d46e50-416f-4826-a887-b09d4ad47cd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10808 2025.03.18 03:54:27.186363 [ 5 ] {82d46e50-416f-4826-a887-b09d4ad47cd4} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10809 2025.03.18 03:54:27.186401 [ 5 ] {82d46e50-416f-4826-a887-b09d4ad47cd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10810 2025.03.18 03:54:27.186833 [ 5 ] {82d46e50-416f-4826-a887-b09d4ad47cd4} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
10811 2025.03.18 03:54:27.187083 [ 5 ] {82d46e50-416f-4826-a887-b09d4ad47cd4} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10812 2025.03.18 03:54:27.187297 [ 5 ] {82d46e50-416f-4826-a887-b09d4ad47cd4} <Debug> executeQuery: Read 947 rows, 65.46 KiB in 0.001687 sec., 561351.5115589804 rows/sec., 37.89 MiB/sec.
10813 2025.03.18 03:54:27.187348 [ 5 ] {82d46e50-416f-4826-a887-b09d4ad47cd4} <Debug> TCPHandler: Processed in 0.001896579 sec.
10814 2025.03.18 03:54:27.187448 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10815 2025.03.18 03:54:27.187558 [ 5 ] {a9c541c2-4d33-4559-a642-25474d76f9ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10816 2025.03.18 03:54:27.187627 [ 5 ] {a9c541c2-4d33-4559-a642-25474d76f9ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10817 2025.03.18 03:54:27.188707 [ 5 ] {a9c541c2-4d33-4559-a642-25474d76f9ba} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10818 2025.03.18 03:54:27.188747 [ 5 ] {a9c541c2-4d33-4559-a642-25474d76f9ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10819 2025.03.18 03:54:27.189415 [ 5 ] {a9c541c2-4d33-4559-a642-25474d76f9ba} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
10820 2025.03.18 03:54:27.189672 [ 5 ] {a9c541c2-4d33-4559-a642-25474d76f9ba} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10821 2025.03.18 03:54:27.189847 [ 65 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
10822 2025.03.18 03:54:27.189922 [ 65 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10823 2025.03.18 03:54:27.189958 [ 5 ] {a9c541c2-4d33-4559-a642-25474d76f9ba} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002413 sec., 16162.453377538333 rows/sec., 28.96 MiB/sec.
10824 2025.03.18 03:54:27.189966 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10825 2025.03.18 03:54:27.190357 [ 5 ] {a9c541c2-4d33-4559-a642-25474d76f9ba} <Debug> TCPHandler: Processed in 0.002955155 sec.
10826 2025.03.18 03:54:27.190375 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
10827 2025.03.18 03:54:27.190546 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10828 2025.03.18 03:54:27.190773 [ 5 ] {87cbb780-80cf-4fa6-a90a-2516682c5cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10829 2025.03.18 03:54:27.190891 [ 5 ] {87cbb780-80cf-4fa6-a90a-2516682c5cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10830 2025.03.18 03:54:27.191295 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10831 2025.03.18 03:54:27.191527 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1686 rows starting from the beginning of the part
10832 2025.03.18 03:54:27.192251 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 39 rows starting from the beginning of the part
10833 2025.03.18 03:54:27.192965 [ 5 ] {87cbb780-80cf-4fa6-a90a-2516682c5cf4} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10834 2025.03.18 03:54:27.192996 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 39 rows starting from the beginning of the part
10835 2025.03.18 03:54:27.193036 [ 5 ] {87cbb780-80cf-4fa6-a90a-2516682c5cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10836 2025.03.18 03:54:27.193641 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 39 rows starting from the beginning of the part
10837 2025.03.18 03:54:27.194298 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 39 rows starting from the beginning of the part
10838 2025.03.18 03:54:27.194408 [ 5 ] {87cbb780-80cf-4fa6-a90a-2516682c5cf4} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary)
10839 2025.03.18 03:54:27.194750 [ 192 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 39 rows starting from the beginning of the part
10840 2025.03.18 03:54:27.195245 [ 5 ] {87cbb780-80cf-4fa6-a90a-2516682c5cf4} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10841 2025.03.18 03:54:27.195925 [ 5 ] {87cbb780-80cf-4fa6-a90a-2516682c5cf4} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.005201 sec., 4614.4972120746015 rows/sec., 318.45 KiB/sec.
10842 2025.03.18 03:54:27.196237 [ 5 ] {87cbb780-80cf-4fa6-a90a-2516682c5cf4} <Debug> TCPHandler: Processed in 0.005763517 sec.
10843 2025.03.18 03:54:27.206339 [ 195 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1881 rows, containing 19 columns (19 merged, 0 gathered) in 0.016212674 sec., 116020.34309701163 rows/sec., 207.90 MiB/sec.
10844 2025.03.18 03:54:27.208075 [ 195 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
10845 2025.03.18 03:54:27.208550 [ 195 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10846 2025.03.18 03:54:27.208648 [ 195 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
10847 2025.03.18 03:54:27.208816 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.46 MiB.
10848 2025.03.18 03:54:28.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 249.96 MiB, peak 267.38 MiB, free memory in arenas 0.00 B, will set to 254.86 MiB (RSS), difference: 4.90 MiB
10849 2025.03.18 03:54:29.582676 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1470
10850 2025.03.18 03:54:29.585903 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10851 2025.03.18 03:54:29.585955 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10852 2025.03.18 03:54:29.587457 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
10853 2025.03.18 03:54:29.587771 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10854 2025.03.18 03:54:29.588317 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1470
10855 2025.03.18 03:54:30.681265 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10856 2025.03.18 03:54:30.681473 [ 5 ] {bf9801b7-4846-4dbd-8d46-b553cdda7ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10857 2025.03.18 03:54:30.681552 [ 5 ] {bf9801b7-4846-4dbd-8d46-b553cdda7ec0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10858 2025.03.18 03:54:30.682425 [ 5 ] {bf9801b7-4846-4dbd-8d46-b553cdda7ec0} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10859 2025.03.18 03:54:30.682466 [ 5 ] {bf9801b7-4846-4dbd-8d46-b553cdda7ec0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10860 2025.03.18 03:54:30.682912 [ 5 ] {bf9801b7-4846-4dbd-8d46-b553cdda7ec0} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
10861 2025.03.18 03:54:30.683165 [ 5 ] {bf9801b7-4846-4dbd-8d46-b553cdda7ec0} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10862 2025.03.18 03:54:30.683363 [ 5 ] {bf9801b7-4846-4dbd-8d46-b553cdda7ec0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001949 sec., 28732.683427398668 rows/sec., 2.21 MiB/sec.
10863 2025.03.18 03:54:30.683420 [ 5 ] {bf9801b7-4846-4dbd-8d46-b553cdda7ec0} <Debug> TCPHandler: Processed in 0.002293825 sec.
10864 2025.03.18 03:54:30.683542 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10865 2025.03.18 03:54:30.683649 [ 5 ] {6da1fdf3-39dc-4ea1-a03a-274c60a54842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10866 2025.03.18 03:54:30.683694 [ 5 ] {6da1fdf3-39dc-4ea1-a03a-274c60a54842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10867 2025.03.18 03:54:30.684243 [ 5 ] {6da1fdf3-39dc-4ea1-a03a-274c60a54842} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10868 2025.03.18 03:54:30.684280 [ 5 ] {6da1fdf3-39dc-4ea1-a03a-274c60a54842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10869 2025.03.18 03:54:30.684637 [ 5 ] {6da1fdf3-39dc-4ea1-a03a-274c60a54842} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
10870 2025.03.18 03:54:30.684876 [ 5 ] {6da1fdf3-39dc-4ea1-a03a-274c60a54842} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10871 2025.03.18 03:54:30.685073 [ 5 ] {6da1fdf3-39dc-4ea1-a03a-274c60a54842} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001436 sec., 44568.24512534819 rows/sec., 3.48 MiB/sec.
10872 2025.03.18 03:54:30.685135 [ 5 ] {6da1fdf3-39dc-4ea1-a03a-274c60a54842} <Debug> TCPHandler: Processed in 0.001643555 sec.
10873 2025.03.18 03:54:30.685271 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10874 2025.03.18 03:54:30.685566 [ 5 ] {0c5b0bdf-b688-4f5d-89a8-cc58128cd488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10875 2025.03.18 03:54:30.685732 [ 5 ] {0c5b0bdf-b688-4f5d-89a8-cc58128cd488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10876 2025.03.18 03:54:30.686822 [ 5 ] {0c5b0bdf-b688-4f5d-89a8-cc58128cd488} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10877 2025.03.18 03:54:30.686861 [ 5 ] {0c5b0bdf-b688-4f5d-89a8-cc58128cd488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10878 2025.03.18 03:54:30.687246 [ 5 ] {0c5b0bdf-b688-4f5d-89a8-cc58128cd488} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
10879 2025.03.18 03:54:30.687500 [ 5 ] {0c5b0bdf-b688-4f5d-89a8-cc58128cd488} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10880 2025.03.18 03:54:30.687637 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 5 parts from all_1_115_23 to all_119_119_0
10881 2025.03.18 03:54:30.687680 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10882 2025.03.18 03:54:30.687686 [ 5 ] {0c5b0bdf-b688-4f5d-89a8-cc58128cd488} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.002239 sec., 42876.28405538187 rows/sec., 2.99 MiB/sec.
10883 2025.03.18 03:54:30.687703 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10884 2025.03.18 03:54:30.687783 [ 5 ] {0c5b0bdf-b688-4f5d-89a8-cc58128cd488} <Debug> TCPHandler: Processed in 0.002560508 sec.
10885 2025.03.18 03:54:30.688005 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_115_23 to all_119_119_0 into Compact with storage Full
10886 2025.03.18 03:54:30.688027 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10887 2025.03.18 03:54:30.688248 [ 5 ] {854e7200-b021-4a88-8dbd-071f04582d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10888 2025.03.18 03:54:30.688312 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10889 2025.03.18 03:54:30.688341 [ 5 ] {854e7200-b021-4a88-8dbd-071f04582d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10890 2025.03.18 03:54:30.688387 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_115_23, total 31501 rows starting from the beginning of the part
10891 2025.03.18 03:54:30.688777 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
10892 2025.03.18 03:54:30.689159 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::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
10893 2025.03.18 03:54:30.689532 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part
10894 2025.03.18 03:54:30.689850 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 947 rows starting from the beginning of the part
10895 2025.03.18 03:54:30.690696 [ 5 ] {854e7200-b021-4a88-8dbd-071f04582d82} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10896 2025.03.18 03:54:30.690774 [ 5 ] {854e7200-b021-4a88-8dbd-071f04582d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10897 2025.03.18 03:54:30.691600 [ 5 ] {854e7200-b021-4a88-8dbd-071f04582d82} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary)
10898 2025.03.18 03:54:30.691911 [ 5 ] {854e7200-b021-4a88-8dbd-071f04582d82} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10899 2025.03.18 03:54:30.692299 [ 5 ] {854e7200-b021-4a88-8dbd-071f04582d82} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.004111 sec., 8756.993432254925 rows/sec., 604.32 KiB/sec.
10900 2025.03.18 03:54:30.692490 [ 5 ] {854e7200-b021-4a88-8dbd-071f04582d82} <Debug> TCPHandler: Processed in 0.004522068 sec.
10901 2025.03.18 03:54:30.697702 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32928 rows, containing 5 columns (5 merged, 0 gathered) in 0.009880288 sec., 3332696.3748425147 rows/sec., 228.36 MiB/sec.
10902 2025.03.18 03:54:30.698020 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary)
10903 2025.03.18 03:54:30.698387 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10904 2025.03.18 03:54:30.698484 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 5 parts: [all_1_115_23, all_119_119_0] -> all_1_119_24
10905 2025.03.18 03:54:30.698598 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
10906 2025.03.18 03:54:31.916592 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513
10907 2025.03.18 03:54:31.917238 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10908 2025.03.18 03:54:31.917281 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10909 2025.03.18 03:54:31.917816 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10910 2025.03.18 03:54:31.918072 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10911 2025.03.18 03:54:31.918286 [ 57 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10912 2025.03.18 03:54:31.918319 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513
10913 2025.03.18 03:54:31.918373 [ 57 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10914 2025.03.18 03:54:31.918400 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10915 2025.03.18 03:54:31.918560 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::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
10916 2025.03.18 03:54:31.918751 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10917 2025.03.18 03:54:31.918801 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part
10918 2025.03.18 03:54:31.918892 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::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
10919 2025.03.18 03:54:31.919130 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::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
10920 2025.03.18 03:54:31.919316 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::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
10921 2025.03.18 03:54:31.919456 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::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
10922 2025.03.18 03:54:31.919586 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::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
10923 2025.03.18 03:54:31.922265 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.003788357 sec., 8582348.495667119 rows/sec., 122.77 MiB/sec.
10924 2025.03.18 03:54:31.922722 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10925 2025.03.18 03:54:31.923078 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_71_14} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10926 2025.03.18 03:54:31.923164 [ 196 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_71_14} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10927 2025.03.18 03:54:31.923271 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB.
10928 2025.03.18 03:54:34.160400 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535
10929 2025.03.18 03:54:34.181476 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10930 2025.03.18 03:54:34.181542 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10931 2025.03.18 03:54:34.188974 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
10932 2025.03.18 03:54:34.189875 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10933 2025.03.18 03:54:34.190318 [ 53 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
10934 2025.03.18 03:54:34.190466 [ 53 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10935 2025.03.18 03:54:34.190538 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10936 2025.03.18 03:54:34.190971 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
10937 2025.03.18 03:54:34.209452 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 535
10938 2025.03.18 03:54:34.211253 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10939 2025.03.18 03:54:34.212959 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
10940 2025.03.18 03:54:34.218906 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
10941 2025.03.18 03:54:34.224510 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
10942 2025.03.18 03:54:34.230770 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part
10943 2025.03.18 03:54:34.236504 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part
10944 2025.03.18 03:54:34.242337 [ 187 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part
10945 2025.03.18 03:54:34.314061 [ 188 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.123370523 sec., 4336.530209894628 rows/sec., 22.42 MiB/sec.
10946 2025.03.18 03:54:34.317335 [ 197 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
10947 2025.03.18 03:54:34.320559 [ 197 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_71_14} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10948 2025.03.18 03:54:34.320696 [ 197 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_71_14} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
10949 2025.03.18 03:54:34.323002 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
10950 2025.03.18 03:54:35.684464 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10951 2025.03.18 03:54:35.684680 [ 5 ] {317fe1c6-db25-4af5-8bb0-e8d52be6ed89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10952 2025.03.18 03:54:35.684762 [ 5 ] {317fe1c6-db25-4af5-8bb0-e8d52be6ed89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10953 2025.03.18 03:54:35.685621 [ 5 ] {317fe1c6-db25-4af5-8bb0-e8d52be6ed89} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10954 2025.03.18 03:54:35.685675 [ 5 ] {317fe1c6-db25-4af5-8bb0-e8d52be6ed89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10955 2025.03.18 03:54:35.686116 [ 5 ] {317fe1c6-db25-4af5-8bb0-e8d52be6ed89} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
10956 2025.03.18 03:54:35.686377 [ 5 ] {317fe1c6-db25-4af5-8bb0-e8d52be6ed89} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10957 2025.03.18 03:54:35.686587 [ 55 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
10958 2025.03.18 03:54:35.686616 [ 5 ] {317fe1c6-db25-4af5-8bb0-e8d52be6ed89} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001996 sec., 28056.112224448898 rows/sec., 2.16 MiB/sec.
10959 2025.03.18 03:54:35.686674 [ 55 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10960 2025.03.18 03:54:35.686743 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10961 2025.03.18 03:54:35.686749 [ 5 ] {317fe1c6-db25-4af5-8bb0-e8d52be6ed89} <Debug> TCPHandler: Processed in 0.002427737 sec.
10962 2025.03.18 03:54:35.687029 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
10963 2025.03.18 03:54:35.687042 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10964 2025.03.18 03:54:35.687541 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10965 2025.03.18 03:54:35.687536 [ 5 ] {39fac4e7-a743-4237-9578-bf163ba41d9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10966 2025.03.18 03:54:35.687658 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1404 rows starting from the beginning of the part
10967 2025.03.18 03:54:35.687745 [ 5 ] {39fac4e7-a743-4237-9578-bf163ba41d9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10968 2025.03.18 03:54:35.688364 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 134 rows starting from the beginning of the part
10969 2025.03.18 03:54:35.689031 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 56 rows starting from the beginning of the part
10970 2025.03.18 03:54:35.689673 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1395 rows starting from the beginning of the part
10971 2025.03.18 03:54:35.690171 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part
10972 2025.03.18 03:54:35.690567 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 56 rows starting from the beginning of the part
10973 2025.03.18 03:54:35.691636 [ 5 ] {39fac4e7-a743-4237-9578-bf163ba41d9c} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10974 2025.03.18 03:54:35.691689 [ 5 ] {39fac4e7-a743-4237-9578-bf163ba41d9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10975 2025.03.18 03:54:35.693332 [ 5 ] {39fac4e7-a743-4237-9578-bf163ba41d9c} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
10976 2025.03.18 03:54:35.693838 [ 5 ] {39fac4e7-a743-4237-9578-bf163ba41d9c} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10977 2025.03.18 03:54:35.694032 [ 50 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
10978 2025.03.18 03:54:35.694080 [ 5 ] {39fac4e7-a743-4237-9578-bf163ba41d9c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006745 sec., 9488.510007412899 rows/sec., 758.37 KiB/sec.
10979 2025.03.18 03:54:35.694091 [ 50 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10980 2025.03.18 03:54:35.694155 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
10981 2025.03.18 03:54:35.694196 [ 5 ] {39fac4e7-a743-4237-9578-bf163ba41d9c} <Debug> TCPHandler: Processed in 0.007254289 sec.
10982 2025.03.18 03:54:35.694603 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10983 2025.03.18 03:54:35.694698 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
10984 2025.03.18 03:54:35.695282 [ 5 ] {868870d1-16cc-44fc-866d-074f0b0f369f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10985 2025.03.18 03:54:35.695701 [ 5 ] {868870d1-16cc-44fc-866d-074f0b0f369f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10986 2025.03.18 03:54:35.695765 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10987 2025.03.18 03:54:35.695945 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
10988 2025.03.18 03:54:35.696644 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 103 rows starting from the beginning of the part
10989 2025.03.18 03:54:35.696937 [ 198 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3101 rows, containing 5 columns (5 merged, 0 gathered) in 0.010065131 sec., 308093.35715551046 rows/sec., 26.94 MiB/sec.
10990 2025.03.18 03:54:35.697409 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 64 rows starting from the beginning of the part
10991 2025.03.18 03:54:35.697861 [ 198 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
10992 2025.03.18 03:54:35.698065 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 597 rows starting from the beginning of the part
10993 2025.03.18 03:54:35.698802 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part
10994 2025.03.18 03:54:35.699478 [ 186 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 64 rows starting from the beginning of the part
10995 2025.03.18 03:54:35.700315 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_121_24} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10996 2025.03.18 03:54:35.700670 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_121_24} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
10997 2025.03.18 03:54:35.700892 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
10998 2025.03.18 03:54:35.701294 [ 5 ] {868870d1-16cc-44fc-866d-074f0b0f369f} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10999 2025.03.18 03:54:35.701341 [ 5 ] {868870d1-16cc-44fc-866d-074f0b0f369f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11000 2025.03.18 03:54:35.701886 [ 5 ] {868870d1-16cc-44fc-866d-074f0b0f369f} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
11001 2025.03.18 03:54:35.702185 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.007948989 sec., 191596.69235924215 rows/sec., 15.26 MiB/sec.
11002 2025.03.18 03:54:35.702290 [ 5 ] {868870d1-16cc-44fc-866d-074f0b0f369f} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11003 2025.03.18 03:54:35.702512 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
11004 2025.03.18 03:54:35.702741 [ 5 ] {868870d1-16cc-44fc-866d-074f0b0f369f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007746 sec., 20655.822359927704 rows/sec., 1.44 MiB/sec.
11005 2025.03.18 03:54:35.703057 [ 5 ] {868870d1-16cc-44fc-866d-074f0b0f369f} <Debug> TCPHandler: Processed in 0.008598839 sec.
11006 2025.03.18 03:54:35.703373 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11007 2025.03.18 03:54:35.703527 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_121_24} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11008 2025.03.18 03:54:35.703700 [ 5 ] {3b5b8cdd-8532-4b8a-82c8-8edc6fdf8c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11009 2025.03.18 03:54:35.703868 [ 5 ] {3b5b8cdd-8532-4b8a-82c8-8edc6fdf8c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11010 2025.03.18 03:54:35.703913 [ 195 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_121_24} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
11011 2025.03.18 03:54:35.704334 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
11012 2025.03.18 03:54:35.704870 [ 5 ] {3b5b8cdd-8532-4b8a-82c8-8edc6fdf8c92} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11013 2025.03.18 03:54:35.704912 [ 5 ] {3b5b8cdd-8532-4b8a-82c8-8edc6fdf8c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11014 2025.03.18 03:54:35.705271 [ 5 ] {3b5b8cdd-8532-4b8a-82c8-8edc6fdf8c92} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary)
11015 2025.03.18 03:54:35.705506 [ 5 ] {3b5b8cdd-8532-4b8a-82c8-8edc6fdf8c92} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11016 2025.03.18 03:54:35.705641 [ 50 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0
11017 2025.03.18 03:54:35.705677 [ 50 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11018 2025.03.18 03:54:35.705686 [ 5 ] {3b5b8cdd-8532-4b8a-82c8-8edc6fdf8c92} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002111 sec., 28422.548555187113 rows/sec., 1.92 MiB/sec.
11019 2025.03.18 03:54:35.705701 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11020 2025.03.18 03:54:35.705805 [ 5 ] {3b5b8cdd-8532-4b8a-82c8-8edc6fdf8c92} <Debug> TCPHandler: Processed in 0.002512708 sec.
11021 2025.03.18 03:54:35.705935 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
11022 2025.03.18 03:54:35.706137 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11023 2025.03.18 03:54:35.706238 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 5988 rows starting from the beginning of the part
11024 2025.03.18 03:54:35.706550 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
11025 2025.03.18 03:54:35.706832 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
11026 2025.03.18 03:54:35.707142 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 24 rows starting from the beginning of the part
11027 2025.03.18 03:54:35.707436 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 36 rows starting from the beginning of the part
11028 2025.03.18 03:54:35.707700 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part
11029 2025.03.18 03:54:35.710079 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6228 rows, containing 4 columns (4 merged, 0 gathered) in 0.004305235 sec., 1446610.9283233087 rows/sec., 97.49 MiB/sec.
11030 2025.03.18 03:54:35.710455 [ 194 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary)
11031 2025.03.18 03:54:35.710809 [ 194 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_121_24} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11032 2025.03.18 03:54:35.710900 [ 194 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_121_24} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24
11033 2025.03.18 03:54:35.710978 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB.
11034 2025.03.18 03:54:39.214825 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache
11035 2025.03.18 03:54:39.214892 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache
11036 2025.03.18 03:54:39.418569 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001
11037 2025.03.18 03:54:39.419555 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11038 2025.03.18 03:54:39.419599 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11039 2025.03.18 03:54:39.420129 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
11040 2025.03.18 03:54:39.420387 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11041 2025.03.18 03:54:39.420579 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001
11042 2025.03.18 03:54:39.588761 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1486
11043 2025.03.18 03:54:39.591685 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11044 2025.03.18 03:54:39.591746 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11045 2025.03.18 03:54:39.593280 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11046 2025.03.18 03:54:39.593594 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11047 2025.03.18 03:54:39.594243 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1486
11048 2025.03.18 03:54:39.937878 [ 41 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0
11049 2025.03.18 03:54:39.937944 [ 41 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11050 2025.03.18 03:54:39.937967 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11051 2025.03.18 03:54:39.938160 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full
11052 2025.03.18 03:54:39.938581 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11053 2025.03.18 03:54:39.938652 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 69 rows starting from the beginning of the part
11054 2025.03.18 03:54:39.938737 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 67 rows starting from the beginning of the part
11055 2025.03.18 03:54:39.938975 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 39 rows starting from the beginning of the part
11056 2025.03.18 03:54:39.939081 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 39 rows starting from the beginning of the part
11057 2025.03.18 03:54:39.939220 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 53 rows starting from the beginning of the part
11058 2025.03.18 03:54:39.940177 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 5 columns (5 merged, 0 gathered) in 0.002131892 sec., 125240.86585999667 rows/sec., 9.67 MiB/sec.
11059 2025.03.18 03:54:39.940389 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary)
11060 2025.03.18 03:54:39.940761 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_51_11} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11061 2025.03.18 03:54:39.940856 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_51_11} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11
11062 2025.03.18 03:54:39.940965 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
11063 2025.03.18 03:54:40.686911 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11064 2025.03.18 03:54:40.687130 [ 5 ] {6e6871d9-2e8d-496d-a6ee-1a13889f1c54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11065 2025.03.18 03:54:40.687212 [ 5 ] {6e6871d9-2e8d-496d-a6ee-1a13889f1c54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11066 2025.03.18 03:54:40.688058 [ 5 ] {6e6871d9-2e8d-496d-a6ee-1a13889f1c54} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11067 2025.03.18 03:54:40.688109 [ 5 ] {6e6871d9-2e8d-496d-a6ee-1a13889f1c54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11068 2025.03.18 03:54:40.688556 [ 5 ] {6e6871d9-2e8d-496d-a6ee-1a13889f1c54} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
11069 2025.03.18 03:54:40.688819 [ 5 ] {6e6871d9-2e8d-496d-a6ee-1a13889f1c54} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11070 2025.03.18 03:54:40.689055 [ 5 ] {6e6871d9-2e8d-496d-a6ee-1a13889f1c54} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001987 sec., 67438.34927025667 rows/sec., 5.82 MiB/sec.
11071 2025.03.18 03:54:40.689113 [ 5 ] {6e6871d9-2e8d-496d-a6ee-1a13889f1c54} <Debug> TCPHandler: Processed in 0.002345375 sec.
11072 2025.03.18 03:54:40.689237 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11073 2025.03.18 03:54:40.689350 [ 5 ] {7209cef1-bf0f-472b-ae3c-40cd17c27ad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11074 2025.03.18 03:54:40.689397 [ 5 ] {7209cef1-bf0f-472b-ae3c-40cd17c27ad0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11075 2025.03.18 03:54:40.690035 [ 5 ] {7209cef1-bf0f-472b-ae3c-40cd17c27ad0} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11076 2025.03.18 03:54:40.690083 [ 5 ] {7209cef1-bf0f-472b-ae3c-40cd17c27ad0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11077 2025.03.18 03:54:40.690505 [ 5 ] {7209cef1-bf0f-472b-ae3c-40cd17c27ad0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
11078 2025.03.18 03:54:40.690748 [ 5 ] {7209cef1-bf0f-472b-ae3c-40cd17c27ad0} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11079 2025.03.18 03:54:40.690955 [ 5 ] {7209cef1-bf0f-472b-ae3c-40cd17c27ad0} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001629 sec., 23941.06813996317 rows/sec., 1.76 MiB/sec.
11080 2025.03.18 03:54:40.691007 [ 5 ] {7209cef1-bf0f-472b-ae3c-40cd17c27ad0} <Debug> TCPHandler: Processed in 0.001823807 sec.
11081 2025.03.18 03:54:40.691110 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11082 2025.03.18 03:54:40.691211 [ 5 ] {e815d196-f7b8-492c-b484-bca419a46bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11083 2025.03.18 03:54:40.691254 [ 5 ] {e815d196-f7b8-492c-b484-bca419a46bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11084 2025.03.18 03:54:40.691802 [ 5 ] {e815d196-f7b8-492c-b484-bca419a46bce} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11085 2025.03.18 03:54:40.691842 [ 5 ] {e815d196-f7b8-492c-b484-bca419a46bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11086 2025.03.18 03:54:40.692205 [ 5 ] {e815d196-f7b8-492c-b484-bca419a46bce} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
11087 2025.03.18 03:54:40.692442 [ 5 ] {e815d196-f7b8-492c-b484-bca419a46bce} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11088 2025.03.18 03:54:40.692643 [ 5 ] {e815d196-f7b8-492c-b484-bca419a46bce} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001453 sec., 70887.81830695113 rows/sec., 5.54 MiB/sec.
11089 2025.03.18 03:54:40.692698 [ 5 ] {e815d196-f7b8-492c-b484-bca419a46bce} <Debug> TCPHandler: Processed in 0.001638064 sec.
11090 2025.03.18 03:54:40.692829 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11091 2025.03.18 03:54:40.692968 [ 5 ] {c0838047-cb5d-4813-a56c-011cb9789d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11092 2025.03.18 03:54:40.693030 [ 5 ] {c0838047-cb5d-4813-a56c-011cb9789d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11093 2025.03.18 03:54:40.693622 [ 5 ] {c0838047-cb5d-4813-a56c-011cb9789d34} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11094 2025.03.18 03:54:40.693661 [ 5 ] {c0838047-cb5d-4813-a56c-011cb9789d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11095 2025.03.18 03:54:40.694061 [ 5 ] {c0838047-cb5d-4813-a56c-011cb9789d34} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
11096 2025.03.18 03:54:40.694301 [ 5 ] {c0838047-cb5d-4813-a56c-011cb9789d34} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11097 2025.03.18 03:54:40.694513 [ 5 ] {c0838047-cb5d-4813-a56c-011cb9789d34} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec.
11098 2025.03.18 03:54:40.694601 [ 5 ] {c0838047-cb5d-4813-a56c-011cb9789d34} <Debug> TCPHandler: Processed in 0.001835978 sec.
11099 2025.03.18 03:54:40.694740 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11100 2025.03.18 03:54:40.694853 [ 5 ] {29301fd9-2fcd-490e-aa80-1618083c701b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11101 2025.03.18 03:54:40.695190 [ 5 ] {29301fd9-2fcd-490e-aa80-1618083c701b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11102 2025.03.18 03:54:40.697775 [ 5 ] {29301fd9-2fcd-490e-aa80-1618083c701b} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11103 2025.03.18 03:54:40.697817 [ 5 ] {29301fd9-2fcd-490e-aa80-1618083c701b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11104 2025.03.18 03:54:40.698472 [ 5 ] {29301fd9-2fcd-490e-aa80-1618083c701b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
11105 2025.03.18 03:54:40.698741 [ 5 ] {29301fd9-2fcd-490e-aa80-1618083c701b} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11106 2025.03.18 03:54:40.698974 [ 5 ] {29301fd9-2fcd-490e-aa80-1618083c701b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004147 sec., 9404.388714733543 rows/sec., 16.85 MiB/sec.
11107 2025.03.18 03:54:40.699070 [ 5 ] {29301fd9-2fcd-490e-aa80-1618083c701b} <Debug> TCPHandler: Processed in 0.004395886 sec.
11108 2025.03.18 03:54:40.699183 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11109 2025.03.18 03:54:40.699286 [ 5 ] {aba3a636-b4f7-4a59-86a8-aa11f3991e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11110 2025.03.18 03:54:40.699334 [ 5 ] {aba3a636-b4f7-4a59-86a8-aa11f3991e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11111 2025.03.18 03:54:40.699763 [ 5 ] {aba3a636-b4f7-4a59-86a8-aa11f3991e49} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11112 2025.03.18 03:54:40.699803 [ 5 ] {aba3a636-b4f7-4a59-86a8-aa11f3991e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11113 2025.03.18 03:54:40.700158 [ 5 ] {aba3a636-b4f7-4a59-86a8-aa11f3991e49} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary)
11114 2025.03.18 03:54:40.700395 [ 5 ] {aba3a636-b4f7-4a59-86a8-aa11f3991e49} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11115 2025.03.18 03:54:40.700597 [ 5 ] {aba3a636-b4f7-4a59-86a8-aa11f3991e49} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001333 sec., 45011.252813203304 rows/sec., 3.03 MiB/sec.
11116 2025.03.18 03:54:40.700646 [ 5 ] {aba3a636-b4f7-4a59-86a8-aa11f3991e49} <Debug> TCPHandler: Processed in 0.001513173 sec.
11117 2025.03.18 03:54:41.709691 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543
11118 2025.03.18 03:54:41.731707 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11119 2025.03.18 03:54:41.731772 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11120 2025.03.18 03:54:41.738966 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
11121 2025.03.18 03:54:41.739742 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11122 2025.03.18 03:54:41.742687 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543
11123 2025.03.18 03:54:45.249244 [ 217 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
11124 2025.03.18 03:54:45.249388 [ 217 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
11125 2025.03.18 03:54:45.252655 [ 217 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
11126 2025.03.18 03:54:45.289832 [ 223 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
11127 2025.03.18 03:54:45.289927 [ 223 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
11128 2025.03.18 03:54:45.293026 [ 223 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
11129 2025.03.18 03:54:45.689799 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11130 2025.03.18 03:54:45.690012 [ 5 ] {e36ca5a2-10f7-4766-bf78-2f871cb8dcea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11131 2025.03.18 03:54:45.690095 [ 5 ] {e36ca5a2-10f7-4766-bf78-2f871cb8dcea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11132 2025.03.18 03:54:45.691013 [ 5 ] {e36ca5a2-10f7-4766-bf78-2f871cb8dcea} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11133 2025.03.18 03:54:45.691072 [ 5 ] {e36ca5a2-10f7-4766-bf78-2f871cb8dcea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11134 2025.03.18 03:54:45.691531 [ 5 ] {e36ca5a2-10f7-4766-bf78-2f871cb8dcea} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
11135 2025.03.18 03:54:45.691797 [ 5 ] {e36ca5a2-10f7-4766-bf78-2f871cb8dcea} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11136 2025.03.18 03:54:45.692037 [ 5 ] {e36ca5a2-10f7-4766-bf78-2f871cb8dcea} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00208 sec., 26923.076923076926 rows/sec., 2.07 MiB/sec.
11137 2025.03.18 03:54:45.692111 [ 5 ] {e36ca5a2-10f7-4766-bf78-2f871cb8dcea} <Debug> TCPHandler: Processed in 0.002452737 sec.
11138 2025.03.18 03:54:45.692281 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11139 2025.03.18 03:54:45.692413 [ 5 ] {b2d06c11-57d2-4632-9c00-aa9e8ce66a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11140 2025.03.18 03:54:45.692467 [ 5 ] {b2d06c11-57d2-4632-9c00-aa9e8ce66a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11141 2025.03.18 03:54:45.693082 [ 5 ] {b2d06c11-57d2-4632-9c00-aa9e8ce66a74} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11142 2025.03.18 03:54:45.693125 [ 5 ] {b2d06c11-57d2-4632-9c00-aa9e8ce66a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11143 2025.03.18 03:54:45.693498 [ 5 ] {b2d06c11-57d2-4632-9c00-aa9e8ce66a74} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
11144 2025.03.18 03:54:45.693749 [ 5 ] {b2d06c11-57d2-4632-9c00-aa9e8ce66a74} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11145 2025.03.18 03:54:45.693953 [ 5 ] {b2d06c11-57d2-4632-9c00-aa9e8ce66a74} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00157 sec., 40764.331210191085 rows/sec., 3.18 MiB/sec.
11146 2025.03.18 03:54:45.694061 [ 5 ] {b2d06c11-57d2-4632-9c00-aa9e8ce66a74} <Debug> TCPHandler: Processed in 0.001843087 sec.
11147 2025.03.18 03:54:45.694144 [ 221 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
11148 2025.03.18 03:54:45.694213 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11149 2025.03.18 03:54:45.694223 [ 221 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
11150 2025.03.18 03:54:45.694383 [ 5 ] {d88ea8cd-8b8c-405e-aa63-d016bf54e2db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11151 2025.03.18 03:54:45.694469 [ 5 ] {d88ea8cd-8b8c-405e-aa63-d016bf54e2db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11152 2025.03.18 03:54:45.695550 [ 5 ] {d88ea8cd-8b8c-405e-aa63-d016bf54e2db} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11153 2025.03.18 03:54:45.695602 [ 5 ] {d88ea8cd-8b8c-405e-aa63-d016bf54e2db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11154 2025.03.18 03:54:45.696292 [ 5 ] {d88ea8cd-8b8c-405e-aa63-d016bf54e2db} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
11155 2025.03.18 03:54:45.696683 [ 5 ] {d88ea8cd-8b8c-405e-aa63-d016bf54e2db} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11156 2025.03.18 03:54:45.697051 [ 5 ] {d88ea8cd-8b8c-405e-aa63-d016bf54e2db} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002711 sec., 59018.81224640354 rows/sec., 4.11 MiB/sec.
11157 2025.03.18 03:54:45.697203 [ 5 ] {d88ea8cd-8b8c-405e-aa63-d016bf54e2db} <Debug> TCPHandler: Processed in 0.003044016 sec.
11158 2025.03.18 03:54:45.697427 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11159 2025.03.18 03:54:45.697563 [ 5 ] {95fbb13b-ee24-409f-b671-a2895d5ed7f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11160 2025.03.18 03:54:45.697644 [ 5 ] {95fbb13b-ee24-409f-b671-a2895d5ed7f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11161 2025.03.18 03:54:45.698866 [ 221 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
11162 2025.03.18 03:54:45.699318 [ 5 ] {95fbb13b-ee24-409f-b671-a2895d5ed7f9} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11163 2025.03.18 03:54:45.699376 [ 5 ] {95fbb13b-ee24-409f-b671-a2895d5ed7f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11164 2025.03.18 03:54:45.700739 [ 5 ] {95fbb13b-ee24-409f-b671-a2895d5ed7f9} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary)
11165 2025.03.18 03:54:45.701093 [ 5 ] {95fbb13b-ee24-409f-b671-a2895d5ed7f9} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11166 2025.03.18 03:54:45.701360 [ 5 ] {95fbb13b-ee24-409f-b671-a2895d5ed7f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003845 sec., 15604.681404421326 rows/sec., 1.05 MiB/sec.
11167 2025.03.18 03:54:45.701434 [ 5 ] {95fbb13b-ee24-409f-b671-a2895d5ed7f9} <Debug> TCPHandler: Processed in 0.004056191 sec.
11168 2025.03.18 03:54:46.606115 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
11169 2025.03.18 03:54:46.606165 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
11170 2025.03.18 03:54:46.607839 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
11171 2025.03.18 03:54:46.920790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428
11172 2025.03.18 03:54:46.921439 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11173 2025.03.18 03:54:46.921488 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11174 2025.03.18 03:54:46.922042 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
11175 2025.03.18 03:54:46.922307 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11176 2025.03.18 03:54:46.922576 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428
11177 2025.03.18 03:54:49.242846 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551
11178 2025.03.18 03:54:49.266792 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11179 2025.03.18 03:54:49.266849 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11180 2025.03.18 03:54:49.274161 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
11181 2025.03.18 03:54:49.274969 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11182 2025.03.18 03:54:49.278609 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551
11183 2025.03.18 03:54:49.594512 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1506
11184 2025.03.18 03:54:49.597548 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11185 2025.03.18 03:54:49.597616 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11186 2025.03.18 03:54:49.599190 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11187 2025.03.18 03:54:49.599533 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11188 2025.03.18 03:54:49.599961 [ 221 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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]
11189 2025.03.18 03:54:49.600061 [ 221 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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]
11190 2025.03.18 03:54:49.602091 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1506
11191 2025.03.18 03:54:49.603645 [ 221 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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]
11192 2025.03.18 03:54:50.685974 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11193 2025.03.18 03:54:50.686160 [ 5 ] {674c13c6-41c6-4789-b4ac-672dcddc75d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11194 2025.03.18 03:54:50.686233 [ 5 ] {674c13c6-41c6-4789-b4ac-672dcddc75d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11195 2025.03.18 03:54:50.687071 [ 5 ] {674c13c6-41c6-4789-b4ac-672dcddc75d1} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11196 2025.03.18 03:54:50.687117 [ 5 ] {674c13c6-41c6-4789-b4ac-672dcddc75d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11197 2025.03.18 03:54:50.687564 [ 5 ] {674c13c6-41c6-4789-b4ac-672dcddc75d1} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
11198 2025.03.18 03:54:50.687821 [ 5 ] {674c13c6-41c6-4789-b4ac-672dcddc75d1} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11199 2025.03.18 03:54:50.688049 [ 5 ] {674c13c6-41c6-4789-b4ac-672dcddc75d1} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001932 sec., 69358.17805383023 rows/sec., 5.98 MiB/sec.
11200 2025.03.18 03:54:50.688135 [ 5 ] {674c13c6-41c6-4789-b4ac-672dcddc75d1} <Debug> TCPHandler: Processed in 0.002288494 sec.
11201 2025.03.18 03:54:50.688318 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11202 2025.03.18 03:54:50.688667 [ 5 ] {3db81f93-33df-4e49-b67c-781c0af7ce59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11203 2025.03.18 03:54:50.688802 [ 5 ] {3db81f93-33df-4e49-b67c-781c0af7ce59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11204 2025.03.18 03:54:50.689389 [ 5 ] {3db81f93-33df-4e49-b67c-781c0af7ce59} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11205 2025.03.18 03:54:50.689428 [ 5 ] {3db81f93-33df-4e49-b67c-781c0af7ce59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11206 2025.03.18 03:54:50.689791 [ 5 ] {3db81f93-33df-4e49-b67c-781c0af7ce59} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11207 2025.03.18 03:54:50.690037 [ 5 ] {3db81f93-33df-4e49-b67c-781c0af7ce59} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11208 2025.03.18 03:54:50.690209 [ 5 ] {3db81f93-33df-4e49-b67c-781c0af7ce59} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00167 sec., 23353.29341317365 rows/sec., 1.71 MiB/sec.
11209 2025.03.18 03:54:50.690260 [ 5 ] {3db81f93-33df-4e49-b67c-781c0af7ce59} <Debug> TCPHandler: Processed in 0.00203534 sec.
11210 2025.03.18 03:54:50.690365 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11211 2025.03.18 03:54:50.690466 [ 5 ] {21d1797c-1c3e-4ef4-8277-2f0a18244558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11212 2025.03.18 03:54:50.690510 [ 5 ] {21d1797c-1c3e-4ef4-8277-2f0a18244558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11213 2025.03.18 03:54:50.691046 [ 5 ] {21d1797c-1c3e-4ef4-8277-2f0a18244558} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11214 2025.03.18 03:54:50.691083 [ 5 ] {21d1797c-1c3e-4ef4-8277-2f0a18244558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11215 2025.03.18 03:54:50.691433 [ 5 ] {21d1797c-1c3e-4ef4-8277-2f0a18244558} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
11216 2025.03.18 03:54:50.691667 [ 5 ] {21d1797c-1c3e-4ef4-8277-2f0a18244558} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11217 2025.03.18 03:54:50.691836 [ 5 ] {21d1797c-1c3e-4ef4-8277-2f0a18244558} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001392 sec., 73994.25287356322 rows/sec., 5.78 MiB/sec.
11218 2025.03.18 03:54:50.691887 [ 5 ] {21d1797c-1c3e-4ef4-8277-2f0a18244558} <Debug> TCPHandler: Processed in 0.001571884 sec.
11219 2025.03.18 03:54:50.691999 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11220 2025.03.18 03:54:50.692104 [ 5 ] {e9b0344b-b653-4bb0-b064-a953160c506f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11221 2025.03.18 03:54:50.692152 [ 5 ] {e9b0344b-b653-4bb0-b064-a953160c506f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11222 2025.03.18 03:54:50.692653 [ 5 ] {e9b0344b-b653-4bb0-b064-a953160c506f} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11223 2025.03.18 03:54:50.692689 [ 5 ] {e9b0344b-b653-4bb0-b064-a953160c506f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11224 2025.03.18 03:54:50.693067 [ 5 ] {e9b0344b-b653-4bb0-b064-a953160c506f} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
11225 2025.03.18 03:54:50.693298 [ 5 ] {e9b0344b-b653-4bb0-b064-a953160c506f} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11226 2025.03.18 03:54:50.693429 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0
11227 2025.03.18 03:54:50.693473 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11228 2025.03.18 03:54:50.693479 [ 5 ] {e9b0344b-b653-4bb0-b064-a953160c506f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001394 sec., 114777.61836441893 rows/sec., 7.99 MiB/sec.
11229 2025.03.18 03:54:50.693494 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11230 2025.03.18 03:54:50.693581 [ 5 ] {e9b0344b-b653-4bb0-b064-a953160c506f} <Debug> TCPHandler: Processed in 0.001627994 sec.
11231 2025.03.18 03:54:50.693757 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_124_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_119_24 to all_124_124_0 into Compact with storage Full
11232 2025.03.18 03:54:50.693787 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11233 2025.03.18 03:54:50.694028 [ 5 ] {69907f80-ce7e-44ac-a3fc-1111489e5f23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11234 2025.03.18 03:54:50.694264 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11235 2025.03.18 03:54:50.694280 [ 5 ] {69907f80-ce7e-44ac-a3fc-1111489e5f23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11236 2025.03.18 03:54:50.694413 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 32928 rows starting from the beginning of the part
11237 2025.03.18 03:54:50.695146 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 96 rows starting from the beginning of the part
11238 2025.03.18 03:54:50.695681 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part
11239 2025.03.18 03:54:50.696200 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 160 rows starting from the beginning of the part
11240 2025.03.18 03:54:50.696544 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part
11241 2025.03.18 03:54:50.696967 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part
11242 2025.03.18 03:54:50.699210 [ 5 ] {69907f80-ce7e-44ac-a3fc-1111489e5f23} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11243 2025.03.18 03:54:50.699272 [ 5 ] {69907f80-ce7e-44ac-a3fc-1111489e5f23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11244 2025.03.18 03:54:50.701189 [ 5 ] {69907f80-ce7e-44ac-a3fc-1111489e5f23} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
11245 2025.03.18 03:54:50.701502 [ 5 ] {69907f80-ce7e-44ac-a3fc-1111489e5f23} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11246 2025.03.18 03:54:50.701916 [ 5 ] {69907f80-ce7e-44ac-a3fc-1111489e5f23} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00798 sec., 4887.218045112782 rows/sec., 8.76 MiB/sec.
11247 2025.03.18 03:54:50.702490 [ 5 ] {69907f80-ce7e-44ac-a3fc-1111489e5f23} <Debug> TCPHandler: Processed in 0.008755661 sec.
11248 2025.03.18 03:54:50.702892 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11249 2025.03.18 03:54:50.703011 [ 5 ] {a8c78f9b-5af5-463b-9896-473aa7e2eb2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11250 2025.03.18 03:54:50.703060 [ 5 ] {a8c78f9b-5af5-463b-9896-473aa7e2eb2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11251 2025.03.18 03:54:50.703645 [ 5 ] {a8c78f9b-5af5-463b-9896-473aa7e2eb2e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11252 2025.03.18 03:54:50.703682 [ 5 ] {a8c78f9b-5af5-463b-9896-473aa7e2eb2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11253 2025.03.18 03:54:50.704094 [ 5 ] {a8c78f9b-5af5-463b-9896-473aa7e2eb2e} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary)
11254 2025.03.18 03:54:50.704406 [ 5 ] {a8c78f9b-5af5-463b-9896-473aa7e2eb2e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11255 2025.03.18 03:54:50.704759 [ 5 ] {a8c78f9b-5af5-463b-9896-473aa7e2eb2e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001762 sec., 34052.2133938706 rows/sec., 2.29 MiB/sec.
11256 2025.03.18 03:54:50.704832 [ 5 ] {a8c78f9b-5af5-463b-9896-473aa7e2eb2e} <Debug> TCPHandler: Processed in 0.00203034 sec.
11257 2025.03.18 03:54:50.706859 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33664 rows, containing 5 columns (5 merged, 0 gathered) in 0.013256999 sec., 2539337.899927427 rows/sec., 174.06 MiB/sec.
11258 2025.03.18 03:54:50.707205 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary)
11259 2025.03.18 03:54:50.707635 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11260 2025.03.18 03:54:50.707743 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25
11261 2025.03.18 03:54:50.707867 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
11262 2025.03.18 03:54:54.214939 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache
11263 2025.03.18 03:54:54.215002 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache
11264 2025.03.18 03:54:54.422785 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916
11265 2025.03.18 03:54:54.423460 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11266 2025.03.18 03:54:54.423512 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11267 2025.03.18 03:54:54.424049 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
11268 2025.03.18 03:54:54.424308 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11269 2025.03.18 03:54:54.424597 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916
11270 2025.03.18 03:54:55.684576 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11271 2025.03.18 03:54:55.684788 [ 5 ] {edae6d16-a18f-463b-b44c-bee415165d5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11272 2025.03.18 03:54:55.684870 [ 5 ] {edae6d16-a18f-463b-b44c-bee415165d5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11273 2025.03.18 03:54:55.685720 [ 5 ] {edae6d16-a18f-463b-b44c-bee415165d5a} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11274 2025.03.18 03:54:55.685773 [ 5 ] {edae6d16-a18f-463b-b44c-bee415165d5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11275 2025.03.18 03:54:55.686223 [ 5 ] {edae6d16-a18f-463b-b44c-bee415165d5a} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
11276 2025.03.18 03:54:55.686490 [ 5 ] {edae6d16-a18f-463b-b44c-bee415165d5a} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11277 2025.03.18 03:54:55.686739 [ 5 ] {edae6d16-a18f-463b-b44c-bee415165d5a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002012 sec., 27833.001988071574 rows/sec., 2.14 MiB/sec.
11278 2025.03.18 03:54:55.686806 [ 5 ] {edae6d16-a18f-463b-b44c-bee415165d5a} <Debug> TCPHandler: Processed in 0.002375976 sec.
11279 2025.03.18 03:54:55.686942 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11280 2025.03.18 03:54:55.687064 [ 5 ] {ee2dd912-431c-4a6f-9410-6ddd54ea1c70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11281 2025.03.18 03:54:55.687112 [ 5 ] {ee2dd912-431c-4a6f-9410-6ddd54ea1c70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11282 2025.03.18 03:54:55.687710 [ 5 ] {ee2dd912-431c-4a6f-9410-6ddd54ea1c70} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11283 2025.03.18 03:54:55.687753 [ 5 ] {ee2dd912-431c-4a6f-9410-6ddd54ea1c70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11284 2025.03.18 03:54:55.688144 [ 5 ] {ee2dd912-431c-4a6f-9410-6ddd54ea1c70} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
11285 2025.03.18 03:54:55.688384 [ 5 ] {ee2dd912-431c-4a6f-9410-6ddd54ea1c70} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11286 2025.03.18 03:54:55.688612 [ 5 ] {ee2dd912-431c-4a6f-9410-6ddd54ea1c70} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001575 sec., 40634.920634920636 rows/sec., 3.17 MiB/sec.
11287 2025.03.18 03:54:55.688666 [ 5 ] {ee2dd912-431c-4a6f-9410-6ddd54ea1c70} <Debug> TCPHandler: Processed in 0.001782957 sec.
11288 2025.03.18 03:54:55.688782 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11289 2025.03.18 03:54:55.688891 [ 5 ] {38590c58-aae3-4ecf-be19-63f4a17a37d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11290 2025.03.18 03:54:55.688942 [ 5 ] {38590c58-aae3-4ecf-be19-63f4a17a37d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11291 2025.03.18 03:54:55.689479 [ 5 ] {38590c58-aae3-4ecf-be19-63f4a17a37d4} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11292 2025.03.18 03:54:55.689518 [ 5 ] {38590c58-aae3-4ecf-be19-63f4a17a37d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11293 2025.03.18 03:54:55.689904 [ 5 ] {38590c58-aae3-4ecf-be19-63f4a17a37d4} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
11294 2025.03.18 03:54:55.690138 [ 5 ] {38590c58-aae3-4ecf-be19-63f4a17a37d4} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11295 2025.03.18 03:54:55.690342 [ 5 ] {38590c58-aae3-4ecf-be19-63f4a17a37d4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001476 sec., 108401.0840108401 rows/sec., 7.55 MiB/sec.
11296 2025.03.18 03:54:55.690394 [ 5 ] {38590c58-aae3-4ecf-be19-63f4a17a37d4} <Debug> TCPHandler: Processed in 0.001662404 sec.
11297 2025.03.18 03:54:55.690499 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11298 2025.03.18 03:54:55.690600 [ 5 ] {0d9f111c-26f1-4cdc-b1a4-da24145b3eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11299 2025.03.18 03:54:55.690646 [ 5 ] {0d9f111c-26f1-4cdc-b1a4-da24145b3eb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11300 2025.03.18 03:54:55.691087 [ 5 ] {0d9f111c-26f1-4cdc-b1a4-da24145b3eb2} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11301 2025.03.18 03:54:55.691126 [ 5 ] {0d9f111c-26f1-4cdc-b1a4-da24145b3eb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11302 2025.03.18 03:54:55.691483 [ 5 ] {0d9f111c-26f1-4cdc-b1a4-da24145b3eb2} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary)
11303 2025.03.18 03:54:55.691714 [ 5 ] {0d9f111c-26f1-4cdc-b1a4-da24145b3eb2} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11304 2025.03.18 03:54:55.691930 [ 5 ] {0d9f111c-26f1-4cdc-b1a4-da24145b3eb2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001352 sec., 44378.69822485207 rows/sec., 2.99 MiB/sec.
11305 2025.03.18 03:54:55.691981 [ 5 ] {0d9f111c-26f1-4cdc-b1a4-da24145b3eb2} <Debug> TCPHandler: Processed in 0.001531243 sec.
11306 2025.03.18 03:54:56.778774 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558
11307 2025.03.18 03:54:56.801670 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11308 2025.03.18 03:54:56.801735 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11309 2025.03.18 03:54:56.808903 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
11310 2025.03.18 03:54:56.809714 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11311 2025.03.18 03:54:56.812771 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558
11312 2025.03.18 03:54:57.057624 [ 224 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): 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]
11313 2025.03.18 03:54:57.057679 [ 224 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): 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]
11314 2025.03.18 03:54:57.060023 [ 224 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): 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]
11315 2025.03.18 03:54:57.165215 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11316 2025.03.18 03:54:57.165432 [ 5 ] {98c3cdd5-7e2a-4783-9e16-d967c8e81682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11317 2025.03.18 03:54:57.165515 [ 5 ] {98c3cdd5-7e2a-4783-9e16-d967c8e81682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11318 2025.03.18 03:54:57.166395 [ 5 ] {98c3cdd5-7e2a-4783-9e16-d967c8e81682} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11319 2025.03.18 03:54:57.166451 [ 5 ] {98c3cdd5-7e2a-4783-9e16-d967c8e81682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11320 2025.03.18 03:54:57.166892 [ 5 ] {98c3cdd5-7e2a-4783-9e16-d967c8e81682} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
11321 2025.03.18 03:54:57.167158 [ 5 ] {98c3cdd5-7e2a-4783-9e16-d967c8e81682} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11322 2025.03.18 03:54:57.167400 [ 5 ] {98c3cdd5-7e2a-4783-9e16-d967c8e81682} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002026 sec., 11846.001974333662 rows/sec., 1006.45 KiB/sec.
11323 2025.03.18 03:54:57.167464 [ 5 ] {98c3cdd5-7e2a-4783-9e16-d967c8e81682} <Debug> TCPHandler: Processed in 0.002391786 sec.
11324 2025.03.18 03:54:57.167579 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11325 2025.03.18 03:54:57.167688 [ 5 ] {7a5efd70-a989-47dd-a528-481f81f4d5d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11326 2025.03.18 03:54:57.167738 [ 5 ] {7a5efd70-a989-47dd-a528-481f81f4d5d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11327 2025.03.18 03:54:57.168289 [ 5 ] {7a5efd70-a989-47dd-a528-481f81f4d5d3} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11328 2025.03.18 03:54:57.168330 [ 5 ] {7a5efd70-a989-47dd-a528-481f81f4d5d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11329 2025.03.18 03:54:57.168682 [ 5 ] {7a5efd70-a989-47dd-a528-481f81f4d5d3} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
11330 2025.03.18 03:54:57.168927 [ 5 ] {7a5efd70-a989-47dd-a528-481f81f4d5d3} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11331 2025.03.18 03:54:57.169145 [ 5 ] {7a5efd70-a989-47dd-a528-481f81f4d5d3} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001484 sec., 10781.671159029649 rows/sec., 879.17 KiB/sec.
11332 2025.03.18 03:54:57.169198 [ 5 ] {7a5efd70-a989-47dd-a528-481f81f4d5d3} <Debug> TCPHandler: Processed in 0.001672275 sec.
11333 2025.03.18 03:54:57.169304 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11334 2025.03.18 03:54:57.169406 [ 5 ] {3dabb45e-b20a-4a04-ae46-a3eea2073ced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11335 2025.03.18 03:54:57.169450 [ 5 ] {3dabb45e-b20a-4a04-ae46-a3eea2073ced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11336 2025.03.18 03:54:57.170721 [ 5 ] {3dabb45e-b20a-4a04-ae46-a3eea2073ced} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11337 2025.03.18 03:54:57.170759 [ 5 ] {3dabb45e-b20a-4a04-ae46-a3eea2073ced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11338 2025.03.18 03:54:57.171211 [ 5 ] {3dabb45e-b20a-4a04-ae46-a3eea2073ced} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
11339 2025.03.18 03:54:57.171463 [ 5 ] {3dabb45e-b20a-4a04-ae46-a3eea2073ced} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11340 2025.03.18 03:54:57.171653 [ 5 ] {3dabb45e-b20a-4a04-ae46-a3eea2073ced} <Debug> executeQuery: Read 1402 rows, 120.44 KiB in 0.002269 sec., 617893.3450859409 rows/sec., 51.84 MiB/sec.
11341 2025.03.18 03:54:57.171679 [ 73 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
11342 2025.03.18 03:54:57.171719 [ 5 ] {3dabb45e-b20a-4a04-ae46-a3eea2073ced} <Debug> TCPHandler: Processed in 0.002467077 sec.
11343 2025.03.18 03:54:57.171767 [ 73 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11344 2025.03.18 03:54:57.171826 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11345 2025.03.18 03:54:57.171903 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11346 2025.03.18 03:54:57.172092 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
11347 2025.03.18 03:54:57.172115 [ 5 ] {48b917e7-e5e6-4c2d-a5bc-8f4ebf83b617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11348 2025.03.18 03:54:57.172199 [ 5 ] {48b917e7-e5e6-4c2d-a5bc-8f4ebf83b617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11349 2025.03.18 03:54:57.172438 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11350 2025.03.18 03:54:57.172527 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1404 rows starting from the beginning of the part
11351 2025.03.18 03:54:57.172835 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 134 rows starting from the beginning of the part
11352 2025.03.18 03:54:57.173206 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part
11353 2025.03.18 03:54:57.173548 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 134 rows starting from the beginning of the part
11354 2025.03.18 03:54:57.173983 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 56 rows starting from the beginning of the part
11355 2025.03.18 03:54:57.174204 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1402 rows starting from the beginning of the part
11356 2025.03.18 03:54:57.175163 [ 5 ] {48b917e7-e5e6-4c2d-a5bc-8f4ebf83b617} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11357 2025.03.18 03:54:57.175225 [ 5 ] {48b917e7-e5e6-4c2d-a5bc-8f4ebf83b617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11358 2025.03.18 03:54:57.176010 [ 5 ] {48b917e7-e5e6-4c2d-a5bc-8f4ebf83b617} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11359 2025.03.18 03:54:57.176560 [ 5 ] {48b917e7-e5e6-4c2d-a5bc-8f4ebf83b617} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11360 2025.03.18 03:54:57.176988 [ 5 ] {48b917e7-e5e6-4c2d-a5bc-8f4ebf83b617} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.004924 sec., 13606.823720552395 rows/sec., 1017.62 KiB/sec.
11361 2025.03.18 03:54:57.177066 [ 5 ] {48b917e7-e5e6-4c2d-a5bc-8f4ebf83b617} <Debug> TCPHandler: Processed in 0.005240659 sec.
11362 2025.03.18 03:54:57.177213 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11363 2025.03.18 03:54:57.177376 [ 5 ] {e3001d70-b799-4b65-81cc-ed900c825a1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
11364 2025.03.18 03:54:57.177487 [ 5 ] {e3001d70-b799-4b65-81cc-ed900c825a1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
11365 2025.03.18 03:54:57.177948 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3186 rows, containing 5 columns (5 merged, 0 gathered) in 0.00600572 sec., 530494.262136763 rows/sec., 46.50 MiB/sec.
11366 2025.03.18 03:54:57.178254 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
11367 2025.03.18 03:54:57.178730 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_126_25} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11368 2025.03.18 03:54:57.178951 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_126_25} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
11369 2025.03.18 03:54:57.179070 [ 5 ] {e3001d70-b799-4b65-81cc-ed900c825a1a} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11370 2025.03.18 03:54:57.179091 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
11371 2025.03.18 03:54:57.179131 [ 5 ] {e3001d70-b799-4b65-81cc-ed900c825a1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11372 2025.03.18 03:54:57.179534 [ 5 ] {e3001d70-b799-4b65-81cc-ed900c825a1a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
11373 2025.03.18 03:54:57.179778 [ 5 ] {e3001d70-b799-4b65-81cc-ed900c825a1a} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11374 2025.03.18 03:54:57.180043 [ 5 ] {e3001d70-b799-4b65-81cc-ed900c825a1a} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00271 sec., 92988.92988929889 rows/sec., 6.43 MiB/sec.
11375 2025.03.18 03:54:57.180275 [ 5 ] {e3001d70-b799-4b65-81cc-ed900c825a1a} <Debug> TCPHandler: Processed in 0.003126087 sec.
11376 2025.03.18 03:54:57.180443 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11377 2025.03.18 03:54:57.180549 [ 5 ] {2dbf646e-04e4-4a93-b85c-43f9f979b2da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
11378 2025.03.18 03:54:57.180595 [ 5 ] {2dbf646e-04e4-4a93-b85c-43f9f979b2da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
11379 2025.03.18 03:54:57.181159 [ 5 ] {2dbf646e-04e4-4a93-b85c-43f9f979b2da} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11380 2025.03.18 03:54:57.181200 [ 5 ] {2dbf646e-04e4-4a93-b85c-43f9f979b2da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11381 2025.03.18 03:54:57.181564 [ 5 ] {2dbf646e-04e4-4a93-b85c-43f9f979b2da} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
11382 2025.03.18 03:54:57.181802 [ 5 ] {2dbf646e-04e4-4a93-b85c-43f9f979b2da} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11383 2025.03.18 03:54:57.182036 [ 5 ] {2dbf646e-04e4-4a93-b85c-43f9f979b2da} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001502 sec., 7989.347536617843 rows/sec., 624.17 KiB/sec.
11384 2025.03.18 03:54:57.182124 [ 5 ] {2dbf646e-04e4-4a93-b85c-43f9f979b2da} <Debug> TCPHandler: Processed in 0.001731666 sec.
11385 2025.03.18 03:54:57.182232 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11386 2025.03.18 03:54:57.182336 [ 5 ] {c8de39c5-e1da-486a-b101-235a21bc4383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11387 2025.03.18 03:54:57.182381 [ 5 ] {c8de39c5-e1da-486a-b101-235a21bc4383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11388 2025.03.18 03:54:57.183165 [ 5 ] {c8de39c5-e1da-486a-b101-235a21bc4383} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11389 2025.03.18 03:54:57.183201 [ 5 ] {c8de39c5-e1da-486a-b101-235a21bc4383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11390 2025.03.18 03:54:57.183556 [ 5 ] {c8de39c5-e1da-486a-b101-235a21bc4383} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
11391 2025.03.18 03:54:57.183776 [ 5 ] {c8de39c5-e1da-486a-b101-235a21bc4383} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11392 2025.03.18 03:54:57.184007 [ 73 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
11393 2025.03.18 03:54:57.184073 [ 73 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11394 2025.03.18 03:54:57.184081 [ 5 ] {c8de39c5-e1da-486a-b101-235a21bc4383} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.001754 sec., 348346.63625997724 rows/sec., 26.22 MiB/sec.
11395 2025.03.18 03:54:57.184116 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11396 2025.03.18 03:54:57.184225 [ 5 ] {c8de39c5-e1da-486a-b101-235a21bc4383} <Debug> TCPHandler: Processed in 0.00204059 sec.
11397 2025.03.18 03:54:57.184296 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
11398 2025.03.18 03:54:57.184366 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11399 2025.03.18 03:54:57.184405 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11400 2025.03.18 03:54:57.184437 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
11401 2025.03.18 03:54:57.184514 [ 5 ] {83d611e2-fd0a-4fba-bf6f-d4897c13f32a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11402 2025.03.18 03:54:57.184578 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 103 rows starting from the beginning of the part
11403 2025.03.18 03:54:57.184629 [ 5 ] {83d611e2-fd0a-4fba-bf6f-d4897c13f32a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11404 2025.03.18 03:54:57.184806 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part
11405 2025.03.18 03:54:57.185322 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 103 rows starting from the beginning of the part
11406 2025.03.18 03:54:57.185549 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 64 rows starting from the beginning of the part
11407 2025.03.18 03:54:57.185769 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 611 rows starting from the beginning of the part
11408 2025.03.18 03:54:57.186708 [ 5 ] {83d611e2-fd0a-4fba-bf6f-d4897c13f32a} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11409 2025.03.18 03:54:57.186757 [ 5 ] {83d611e2-fd0a-4fba-bf6f-d4897c13f32a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11410 2025.03.18 03:54:57.187339 [ 5 ] {83d611e2-fd0a-4fba-bf6f-d4897c13f32a} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
11411 2025.03.18 03:54:57.187376 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1576 rows, containing 5 columns (5 merged, 0 gathered) in 0.003141998 sec., 501591.66237534204 rows/sec., 39.99 MiB/sec.
11412 2025.03.18 03:54:57.187666 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
11413 2025.03.18 03:54:57.187801 [ 5 ] {83d611e2-fd0a-4fba-bf6f-d4897c13f32a} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11414 2025.03.18 03:54:57.188309 [ 5 ] {83d611e2-fd0a-4fba-bf6f-d4897c13f32a} <Debug> executeQuery: Read 944 rows, 65.24 KiB in 0.003822 sec., 246991.1041339613 rows/sec., 16.67 MiB/sec.
11415 2025.03.18 03:54:57.188405 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_126_25} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11416 2025.03.18 03:54:57.188476 [ 5 ] {83d611e2-fd0a-4fba-bf6f-d4897c13f32a} <Debug> TCPHandler: Processed in 0.004162582 sec.
11417 2025.03.18 03:54:57.188699 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_126_25} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
11418 2025.03.18 03:54:57.188865 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11419 2025.03.18 03:54:57.188997 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
11420 2025.03.18 03:54:57.189258 [ 5 ] {596f69bd-d2a0-4ed2-ab45-02846ace888b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11421 2025.03.18 03:54:57.189568 [ 5 ] {596f69bd-d2a0-4ed2-ab45-02846ace888b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11422 2025.03.18 03:54:57.191372 [ 5 ] {596f69bd-d2a0-4ed2-ab45-02846ace888b} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11423 2025.03.18 03:54:57.191414 [ 5 ] {596f69bd-d2a0-4ed2-ab45-02846ace888b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11424 2025.03.18 03:54:57.192106 [ 5 ] {596f69bd-d2a0-4ed2-ab45-02846ace888b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
11425 2025.03.18 03:54:57.192365 [ 5 ] {596f69bd-d2a0-4ed2-ab45-02846ace888b} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11426 2025.03.18 03:54:57.192627 [ 5 ] {596f69bd-d2a0-4ed2-ab45-02846ace888b} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003489 sec., 11177.98796216681 rows/sec., 20.03 MiB/sec.
11427 2025.03.18 03:54:57.192627 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): 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]
11428 2025.03.18 03:54:57.192693 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): 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]
11429 2025.03.18 03:54:57.192794 [ 5 ] {596f69bd-d2a0-4ed2-ab45-02846ace888b} <Debug> TCPHandler: Processed in 0.004083441 sec.
11430 2025.03.18 03:54:57.192975 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11431 2025.03.18 03:54:57.193083 [ 5 ] {1bafaebc-98f6-44ac-91ae-e1a340b34f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11432 2025.03.18 03:54:57.193138 [ 5 ] {1bafaebc-98f6-44ac-91ae-e1a340b34f97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11433 2025.03.18 03:54:57.193841 [ 5 ] {1bafaebc-98f6-44ac-91ae-e1a340b34f97} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11434 2025.03.18 03:54:57.193880 [ 5 ] {1bafaebc-98f6-44ac-91ae-e1a340b34f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11435 2025.03.18 03:54:57.194348 [ 5 ] {1bafaebc-98f6-44ac-91ae-e1a340b34f97} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary)
11436 2025.03.18 03:54:57.194634 [ 5 ] {1bafaebc-98f6-44ac-91ae-e1a340b34f97} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11437 2025.03.18 03:54:57.194829 [ 73 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0
11438 2025.03.18 03:54:57.194910 [ 73 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11439 2025.03.18 03:54:57.194944 [ 5 ] {1bafaebc-98f6-44ac-91ae-e1a340b34f97} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001873 sec., 10678.056593699946 rows/sec., 734.12 KiB/sec.
11440 2025.03.18 03:54:57.194976 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB.
11441 2025.03.18 03:54:57.195248 [ 5 ] {1bafaebc-98f6-44ac-91ae-e1a340b34f97} <Debug> TCPHandler: Processed in 0.002323735 sec.
11442 2025.03.18 03:54:57.195708 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
11443 2025.03.18 03:54:57.196264 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11444 2025.03.18 03:54:57.196294 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): 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]
11445 2025.03.18 03:54:57.196403 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 6228 rows starting from the beginning of the part
11446 2025.03.18 03:54:57.196937 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part
11447 2025.03.18 03:54:57.197436 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
11448 2025.03.18 03:54:57.197969 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
11449 2025.03.18 03:54:57.198687 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
11450 2025.03.18 03:54:57.199126 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 20 rows starting from the beginning of the part
11451 2025.03.18 03:54:57.202101 [ 196 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6488 rows, containing 4 columns (4 merged, 0 gathered) in 0.006937194 sec., 935248.4592473557 rows/sec., 63.03 MiB/sec.
11452 2025.03.18 03:54:57.202463 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary)
11453 2025.03.18 03:54:57.202758 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_126_25} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11454 2025.03.18 03:54:57.202842 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_126_25} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25
11455 2025.03.18 03:54:57.202924 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB.
11456 2025.03.18 03:54:59.602444 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1546
11457 2025.03.18 03:54:59.606208 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11458 2025.03.18 03:54:59.606252 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11459 2025.03.18 03:54:59.607787 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11460 2025.03.18 03:54:59.608094 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11461 2025.03.18 03:54:59.609687 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1546
11462 2025.03.18 03:55:00.681913 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11463 2025.03.18 03:55:00.682104 [ 5 ] {40acdf2e-1b52-4cc1-815a-b123c97cc5dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11464 2025.03.18 03:55:00.682173 [ 5 ] {40acdf2e-1b52-4cc1-815a-b123c97cc5dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11465 2025.03.18 03:55:00.682916 [ 5 ] {40acdf2e-1b52-4cc1-815a-b123c97cc5dd} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11466 2025.03.18 03:55:00.682957 [ 5 ] {40acdf2e-1b52-4cc1-815a-b123c97cc5dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11467 2025.03.18 03:55:00.683389 [ 5 ] {40acdf2e-1b52-4cc1-815a-b123c97cc5dd} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
11468 2025.03.18 03:55:00.683638 [ 5 ] {40acdf2e-1b52-4cc1-815a-b123c97cc5dd} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11469 2025.03.18 03:55:00.683841 [ 5 ] {40acdf2e-1b52-4cc1-815a-b123c97cc5dd} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001786 sec., 31354.98320268757 rows/sec., 2.41 MiB/sec.
11470 2025.03.18 03:55:00.683917 [ 5 ] {40acdf2e-1b52-4cc1-815a-b123c97cc5dd} <Debug> TCPHandler: Processed in 0.002135122 sec.
11471 2025.03.18 03:55:00.684062 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11472 2025.03.18 03:55:00.684331 [ 5 ] {adb94681-8065-4550-9efa-5b2365d87609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11473 2025.03.18 03:55:00.684464 [ 5 ] {adb94681-8065-4550-9efa-5b2365d87609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11474 2025.03.18 03:55:00.685640 [ 5 ] {adb94681-8065-4550-9efa-5b2365d87609} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11475 2025.03.18 03:55:00.685679 [ 5 ] {adb94681-8065-4550-9efa-5b2365d87609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11476 2025.03.18 03:55:00.686033 [ 5 ] {adb94681-8065-4550-9efa-5b2365d87609} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
11477 2025.03.18 03:55:00.686281 [ 5 ] {adb94681-8065-4550-9efa-5b2365d87609} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11478 2025.03.18 03:55:00.686452 [ 5 ] {adb94681-8065-4550-9efa-5b2365d87609} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00224 sec., 28571.428571428572 rows/sec., 2.23 MiB/sec.
11479 2025.03.18 03:55:00.686503 [ 5 ] {adb94681-8065-4550-9efa-5b2365d87609} <Debug> TCPHandler: Processed in 0.002500128 sec.
11480 2025.03.18 03:55:00.686630 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11481 2025.03.18 03:55:00.686769 [ 5 ] {170c7f94-a38e-4c34-a1c1-14113fa9a5f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11482 2025.03.18 03:55:00.686828 [ 5 ] {170c7f94-a38e-4c34-a1c1-14113fa9a5f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11483 2025.03.18 03:55:00.687373 [ 5 ] {170c7f94-a38e-4c34-a1c1-14113fa9a5f7} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11484 2025.03.18 03:55:00.687410 [ 5 ] {170c7f94-a38e-4c34-a1c1-14113fa9a5f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11485 2025.03.18 03:55:00.687812 [ 5 ] {170c7f94-a38e-4c34-a1c1-14113fa9a5f7} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
11486 2025.03.18 03:55:00.688052 [ 5 ] {170c7f94-a38e-4c34-a1c1-14113fa9a5f7} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11487 2025.03.18 03:55:00.688227 [ 5 ] {170c7f94-a38e-4c34-a1c1-14113fa9a5f7} <Debug> executeQuery: Read 106 rows, 7.56 KiB in 0.001488 sec., 71236.55913978495 rows/sec., 4.96 MiB/sec.
11488 2025.03.18 03:55:00.688276 [ 5 ] {170c7f94-a38e-4c34-a1c1-14113fa9a5f7} <Debug> TCPHandler: Processed in 0.001710786 sec.
11489 2025.03.18 03:55:00.688392 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11490 2025.03.18 03:55:00.688505 [ 5 ] {d506e174-359a-4cc2-b258-14b50e34b0a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11491 2025.03.18 03:55:00.688551 [ 5 ] {d506e174-359a-4cc2-b258-14b50e34b0a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11492 2025.03.18 03:55:00.688971 [ 5 ] {d506e174-359a-4cc2-b258-14b50e34b0a1} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11493 2025.03.18 03:55:00.689007 [ 5 ] {d506e174-359a-4cc2-b258-14b50e34b0a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11494 2025.03.18 03:55:00.689369 [ 5 ] {d506e174-359a-4cc2-b258-14b50e34b0a1} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary)
11495 2025.03.18 03:55:00.689601 [ 5 ] {d506e174-359a-4cc2-b258-14b50e34b0a1} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11496 2025.03.18 03:55:00.689772 [ 5 ] {d506e174-359a-4cc2-b258-14b50e34b0a1} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.00129 sec., 31007.7519379845 rows/sec., 2.09 MiB/sec.
11497 2025.03.18 03:55:00.689821 [ 5 ] {d506e174-359a-4cc2-b258-14b50e34b0a1} <Debug> TCPHandler: Processed in 0.001481702 sec.
11498 2025.03.18 03:55:01.848994 [ 223 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
11499 2025.03.18 03:55:01.849078 [ 223 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
11500 2025.03.18 03:55:01.851013 [ 223 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
11501 2025.03.18 03:55:01.924843 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34343
11502 2025.03.18 03:55:01.925854 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11503 2025.03.18 03:55:01.925903 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11504 2025.03.18 03:55:01.926466 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
11505 2025.03.18 03:55:01.926715 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11506 2025.03.18 03:55:01.926947 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34343
11507 2025.03.18 03:55:02.419185 [ 222 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
11508 2025.03.18 03:55:02.419268 [ 222 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
11509 2025.03.18 03:55:02.421458 [ 222 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
11510 2025.03.18 03:55:03.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 251.74 MiB, peak 273.57 MiB, free memory in arenas 0.00 B, will set to 255.74 MiB (RSS), difference: 4.00 MiB
11511 2025.03.18 03:55:04.312920 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566
11512 2025.03.18 03:55:04.334804 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11513 2025.03.18 03:55:04.334872 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11514 2025.03.18 03:55:04.342528 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
11515 2025.03.18 03:55:04.343335 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11516 2025.03.18 03:55:04.346493 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566
11517 2025.03.18 03:55:05.071630 [ 225 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
11518 2025.03.18 03:55:05.071720 [ 225 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
11519 2025.03.18 03:55:05.074390 [ 225 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
11520 2025.03.18 03:55:05.276431 [ 217 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
11521 2025.03.18 03:55:05.276493 [ 217 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
11522 2025.03.18 03:55:05.278600 [ 217 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
11523 2025.03.18 03:55:05.684711 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11524 2025.03.18 03:55:05.684925 [ 5 ] {56eaeb59-36e9-4f72-8718-5dd653b6b76b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11525 2025.03.18 03:55:05.685009 [ 5 ] {56eaeb59-36e9-4f72-8718-5dd653b6b76b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11526 2025.03.18 03:55:05.685873 [ 5 ] {56eaeb59-36e9-4f72-8718-5dd653b6b76b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11527 2025.03.18 03:55:05.685930 [ 5 ] {56eaeb59-36e9-4f72-8718-5dd653b6b76b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11528 2025.03.18 03:55:05.686374 [ 5 ] {56eaeb59-36e9-4f72-8718-5dd653b6b76b} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
11529 2025.03.18 03:55:05.686630 [ 5 ] {56eaeb59-36e9-4f72-8718-5dd653b6b76b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11530 2025.03.18 03:55:05.686860 [ 5 ] {56eaeb59-36e9-4f72-8718-5dd653b6b76b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001993 sec., 28098.344204716508 rows/sec., 2.16 MiB/sec.
11531 2025.03.18 03:55:05.686925 [ 5 ] {56eaeb59-36e9-4f72-8718-5dd653b6b76b} <Debug> TCPHandler: Processed in 0.002359845 sec.
11532 2025.03.18 03:55:05.687060 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11533 2025.03.18 03:55:05.687171 [ 5 ] {bb524acc-168b-4dc2-9613-32a843efd4f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11534 2025.03.18 03:55:05.687221 [ 5 ] {bb524acc-168b-4dc2-9613-32a843efd4f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11535 2025.03.18 03:55:05.687787 [ 5 ] {bb524acc-168b-4dc2-9613-32a843efd4f8} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11536 2025.03.18 03:55:05.687827 [ 5 ] {bb524acc-168b-4dc2-9613-32a843efd4f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11537 2025.03.18 03:55:05.688261 [ 5 ] {bb524acc-168b-4dc2-9613-32a843efd4f8} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
11538 2025.03.18 03:55:05.688496 [ 5 ] {bb524acc-168b-4dc2-9613-32a843efd4f8} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11539 2025.03.18 03:55:05.688710 [ 5 ] {bb524acc-168b-4dc2-9613-32a843efd4f8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001565 sec., 40894.568690095846 rows/sec., 3.19 MiB/sec.
11540 2025.03.18 03:55:05.688762 [ 5 ] {bb524acc-168b-4dc2-9613-32a843efd4f8} <Debug> TCPHandler: Processed in 0.001756876 sec.
11541 2025.03.18 03:55:05.688883 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11542 2025.03.18 03:55:05.688988 [ 5 ] {89d88313-c6f5-41fe-8538-e1fb61e95223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11543 2025.03.18 03:55:05.689039 [ 5 ] {89d88313-c6f5-41fe-8538-e1fb61e95223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11544 2025.03.18 03:55:05.689562 [ 5 ] {89d88313-c6f5-41fe-8538-e1fb61e95223} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11545 2025.03.18 03:55:05.689602 [ 5 ] {89d88313-c6f5-41fe-8538-e1fb61e95223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11546 2025.03.18 03:55:05.690002 [ 5 ] {89d88313-c6f5-41fe-8538-e1fb61e95223} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
11547 2025.03.18 03:55:05.690240 [ 5 ] {89d88313-c6f5-41fe-8538-e1fb61e95223} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11548 2025.03.18 03:55:05.690447 [ 5 ] {89d88313-c6f5-41fe-8538-e1fb61e95223} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00148 sec., 108108.1081081081 rows/sec., 7.53 MiB/sec.
11549 2025.03.18 03:55:05.690498 [ 5 ] {89d88313-c6f5-41fe-8538-e1fb61e95223} <Debug> TCPHandler: Processed in 0.001666105 sec.
11550 2025.03.18 03:55:05.690604 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11551 2025.03.18 03:55:05.690706 [ 5 ] {9a245222-7281-4195-985c-2751732ee72f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11552 2025.03.18 03:55:05.690754 [ 5 ] {9a245222-7281-4195-985c-2751732ee72f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11553 2025.03.18 03:55:05.691200 [ 5 ] {9a245222-7281-4195-985c-2751732ee72f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11554 2025.03.18 03:55:05.691240 [ 5 ] {9a245222-7281-4195-985c-2751732ee72f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11555 2025.03.18 03:55:05.691598 [ 5 ] {9a245222-7281-4195-985c-2751732ee72f} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary)
11556 2025.03.18 03:55:05.691831 [ 5 ] {9a245222-7281-4195-985c-2751732ee72f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11557 2025.03.18 03:55:05.692029 [ 5 ] {9a245222-7281-4195-985c-2751732ee72f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec.
11558 2025.03.18 03:55:05.692080 [ 5 ] {9a245222-7281-4195-985c-2751732ee72f} <Debug> TCPHandler: Processed in 0.001525173 sec.
11559 2025.03.18 03:55:06.328263 [ 219 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
11560 2025.03.18 03:55:06.328317 [ 219 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
11561 2025.03.18 03:55:06.330071 [ 219 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
11562 2025.03.18 03:55:06.613817 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
11563 2025.03.18 03:55:06.613874 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
11564 2025.03.18 03:55:06.615730 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
11565 2025.03.18 03:55:09.215239 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache
11566 2025.03.18 03:55:09.215308 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache
11567 2025.03.18 03:55:09.290756 [ 88 ] {} <Debug> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0
11568 2025.03.18 03:55:09.290814 [ 88 ] {} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11569 2025.03.18 03:55:09.290840 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11570 2025.03.18 03:55:09.291172 [ 189 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
11571 2025.03.18 03:55:09.291439 [ 189 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11572 2025.03.18 03:55:09.291507 [ 189 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
11573 2025.03.18 03:55:09.291667 [ 189 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part
11574 2025.03.18 03:55:09.291873 [ 189 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part
11575 2025.03.18 03:55:09.292123 [ 189 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
11576 2025.03.18 03:55:09.292393 [ 189 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part
11577 2025.03.18 03:55:09.293627 [ 188 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.00268443 sec., 20116.002279813594 rows/sec., 1.68 MiB/sec.
11578 2025.03.18 03:55:09.293832 [ 201 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary)
11579 2025.03.18 03:55:09.294236 [ 201 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_17_4} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11580 2025.03.18 03:55:09.294347 [ 201 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_17_4} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4
11581 2025.03.18 03:55:09.294469 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
11582 2025.03.18 03:55:09.427140 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34831
11583 2025.03.18 03:55:09.427786 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11584 2025.03.18 03:55:09.427821 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11585 2025.03.18 03:55:09.428415 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
11586 2025.03.18 03:55:09.428676 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11587 2025.03.18 03:55:09.428829 [ 88 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
11588 2025.03.18 03:55:09.428859 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831
11589 2025.03.18 03:55:09.428873 [ 88 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11590 2025.03.18 03:55:09.428896 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11591 2025.03.18 03:55:09.429020 [ 201 ] {5aa70344-bffa-4328-b262-9125757f4448::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
11592 2025.03.18 03:55:09.429170 [ 201 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11593 2025.03.18 03:55:09.429213 [ 201 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32513 rows starting from the beginning of the part
11594 2025.03.18 03:55:09.429314 [ 201 ] {5aa70344-bffa-4328-b262-9125757f4448::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
11595 2025.03.18 03:55:09.429416 [ 201 ] {5aa70344-bffa-4328-b262-9125757f4448::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
11596 2025.03.18 03:55:09.429680 [ 201 ] {5aa70344-bffa-4328-b262-9125757f4448::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
11597 2025.03.18 03:55:09.429846 [ 201 ] {5aa70344-bffa-4328-b262-9125757f4448::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
11598 2025.03.18 03:55:09.430077 [ 201 ] {5aa70344-bffa-4328-b262-9125757f4448::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
11599 2025.03.18 03:55:09.432937 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.003966729 sec., 8780786.385961834 rows/sec., 125.61 MiB/sec.
11600 2025.03.18 03:55:09.433457 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
11601 2025.03.18 03:55:09.433852 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_76_15} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11602 2025.03.18 03:55:09.433945 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_76_15} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
11603 2025.03.18 03:55:09.434063 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.98 MiB.
11604 2025.03.18 03:55:09.610100 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1562
11605 2025.03.18 03:55:09.613237 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11606 2025.03.18 03:55:09.613284 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11607 2025.03.18 03:55:09.614789 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11608 2025.03.18 03:55:09.615101 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11609 2025.03.18 03:55:09.615348 [ 88 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11610 2025.03.18 03:55:09.615481 [ 88 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11611 2025.03.18 03:55:09.615564 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11612 2025.03.18 03:55:09.615993 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
11613 2025.03.18 03:55:09.616520 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1562
11614 2025.03.18 03:55:09.617004 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11615 2025.03.18 03:55:09.617182 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1430 rows starting from the beginning of the part
11616 2025.03.18 03:55:09.617798 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 40 rows starting from the beginning of the part
11617 2025.03.18 03:55:09.618393 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 16 rows starting from the beginning of the part
11618 2025.03.18 03:55:09.618962 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
11619 2025.03.18 03:55:09.619556 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part
11620 2025.03.18 03:55:09.620131 [ 188 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 16 rows starting from the beginning of the part
11621 2025.03.18 03:55:09.628695 [ 187 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1562 rows, containing 72 columns (72 merged, 0 gathered) in 0.012978725 sec., 120350.80487490103 rows/sec., 92.14 MiB/sec.
11622 2025.03.18 03:55:09.630332 [ 187 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11623 2025.03.18 03:55:09.631123 [ 187 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_56_11} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11624 2025.03.18 03:55:09.631205 [ 187 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_56_11} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11625 2025.03.18 03:55:09.631535 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB.
11626 2025.03.18 03:55:10.687339 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11627 2025.03.18 03:55:10.687554 [ 5 ] {d9320331-4f7d-4e87-8f71-bc02ac9fc5e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11628 2025.03.18 03:55:10.687636 [ 5 ] {d9320331-4f7d-4e87-8f71-bc02ac9fc5e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11629 2025.03.18 03:55:10.688480 [ 5 ] {d9320331-4f7d-4e87-8f71-bc02ac9fc5e2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11630 2025.03.18 03:55:10.688530 [ 5 ] {d9320331-4f7d-4e87-8f71-bc02ac9fc5e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11631 2025.03.18 03:55:10.688969 [ 5 ] {d9320331-4f7d-4e87-8f71-bc02ac9fc5e2} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
11632 2025.03.18 03:55:10.689219 [ 5 ] {d9320331-4f7d-4e87-8f71-bc02ac9fc5e2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11633 2025.03.18 03:55:10.689444 [ 5 ] {d9320331-4f7d-4e87-8f71-bc02ac9fc5e2} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001949 sec., 68753.20677270395 rows/sec., 5.93 MiB/sec.
11634 2025.03.18 03:55:10.689500 [ 5 ] {d9320331-4f7d-4e87-8f71-bc02ac9fc5e2} <Debug> TCPHandler: Processed in 0.002300334 sec.
11635 2025.03.18 03:55:10.689631 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11636 2025.03.18 03:55:10.689736 [ 5 ] {3263be92-fa11-4f56-9f80-42ad9502bf2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11637 2025.03.18 03:55:10.689780 [ 5 ] {3263be92-fa11-4f56-9f80-42ad9502bf2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11638 2025.03.18 03:55:10.690306 [ 5 ] {3263be92-fa11-4f56-9f80-42ad9502bf2c} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11639 2025.03.18 03:55:10.690344 [ 5 ] {3263be92-fa11-4f56-9f80-42ad9502bf2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11640 2025.03.18 03:55:10.690703 [ 5 ] {3263be92-fa11-4f56-9f80-42ad9502bf2c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11641 2025.03.18 03:55:10.690934 [ 5 ] {3263be92-fa11-4f56-9f80-42ad9502bf2c} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11642 2025.03.18 03:55:10.691145 [ 5 ] {3263be92-fa11-4f56-9f80-42ad9502bf2c} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00143 sec., 27272.727272727272 rows/sec., 2.00 MiB/sec.
11643 2025.03.18 03:55:10.691196 [ 5 ] {3263be92-fa11-4f56-9f80-42ad9502bf2c} <Debug> TCPHandler: Processed in 0.001617335 sec.
11644 2025.03.18 03:55:10.691314 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11645 2025.03.18 03:55:10.691417 [ 5 ] {07d59a94-98ab-41e0-963e-05af2cf1ef80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11646 2025.03.18 03:55:10.691462 [ 5 ] {07d59a94-98ab-41e0-963e-05af2cf1ef80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11647 2025.03.18 03:55:10.692024 [ 5 ] {07d59a94-98ab-41e0-963e-05af2cf1ef80} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11648 2025.03.18 03:55:10.692064 [ 5 ] {07d59a94-98ab-41e0-963e-05af2cf1ef80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11649 2025.03.18 03:55:10.692410 [ 5 ] {07d59a94-98ab-41e0-963e-05af2cf1ef80} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
11650 2025.03.18 03:55:10.692643 [ 5 ] {07d59a94-98ab-41e0-963e-05af2cf1ef80} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11651 2025.03.18 03:55:10.692854 [ 5 ] {07d59a94-98ab-41e0-963e-05af2cf1ef80} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001458 sec., 70644.71879286693 rows/sec., 5.52 MiB/sec.
11652 2025.03.18 03:55:10.692905 [ 5 ] {07d59a94-98ab-41e0-963e-05af2cf1ef80} <Debug> TCPHandler: Processed in 0.001643414 sec.
11653 2025.03.18 03:55:10.693024 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11654 2025.03.18 03:55:10.693129 [ 5 ] {f08fbcae-d98b-49f0-9e00-9c2da2b7eb99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11655 2025.03.18 03:55:10.693178 [ 5 ] {f08fbcae-d98b-49f0-9e00-9c2da2b7eb99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11656 2025.03.18 03:55:10.693702 [ 5 ] {f08fbcae-d98b-49f0-9e00-9c2da2b7eb99} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11657 2025.03.18 03:55:10.693741 [ 5 ] {f08fbcae-d98b-49f0-9e00-9c2da2b7eb99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11658 2025.03.18 03:55:10.694118 [ 5 ] {f08fbcae-d98b-49f0-9e00-9c2da2b7eb99} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
11659 2025.03.18 03:55:10.694350 [ 5 ] {f08fbcae-d98b-49f0-9e00-9c2da2b7eb99} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11660 2025.03.18 03:55:10.694529 [ 61 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 3 parts from all_1_124_25 to all_126_126_0
11661 2025.03.18 03:55:10.694564 [ 5 ] {f08fbcae-d98b-49f0-9e00-9c2da2b7eb99} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001455 sec., 109965.63573883162 rows/sec., 7.66 MiB/sec.
11662 2025.03.18 03:55:10.694610 [ 61 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11663 2025.03.18 03:55:10.694681 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11664 2025.03.18 03:55:10.694685 [ 5 ] {f08fbcae-d98b-49f0-9e00-9c2da2b7eb99} <Debug> TCPHandler: Processed in 0.001708626 sec.
11665 2025.03.18 03:55:10.694951 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11666 2025.03.18 03:55:10.694975 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_126_26} <Debug> MergeTask::PrepareStage: Merging 3 parts: from all_1_124_25 to all_126_126_0 into Compact with storage Full
11667 2025.03.18 03:55:10.695128 [ 5 ] {a0ac4458-3f55-452e-a06b-eaebe7779450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11668 2025.03.18 03:55:10.695353 [ 5 ] {a0ac4458-3f55-452e-a06b-eaebe7779450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11669 2025.03.18 03:55:10.695608 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_126_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11670 2025.03.18 03:55:10.695725 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_124_25, total 33664 rows starting from the beginning of the part
11671 2025.03.18 03:55:10.696155 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part
11672 2025.03.18 03:55:10.696564 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_126_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 944 rows starting from the beginning of the part
11673 2025.03.18 03:55:10.699510 [ 5 ] {a0ac4458-3f55-452e-a06b-eaebe7779450} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11674 2025.03.18 03:55:10.699589 [ 5 ] {a0ac4458-3f55-452e-a06b-eaebe7779450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11675 2025.03.18 03:55:10.700597 [ 5 ] {a0ac4458-3f55-452e-a06b-eaebe7779450} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
11676 2025.03.18 03:55:10.700941 [ 5 ] {a0ac4458-3f55-452e-a06b-eaebe7779450} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11677 2025.03.18 03:55:10.701493 [ 5 ] {a0ac4458-3f55-452e-a06b-eaebe7779450} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.006428 sec., 6067.205973864344 rows/sec., 10.87 MiB/sec.
11678 2025.03.18 03:55:10.702393 [ 5 ] {a0ac4458-3f55-452e-a06b-eaebe7779450} <Debug> TCPHandler: Processed in 0.007522143 sec.
11679 2025.03.18 03:55:10.704516 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11680 2025.03.18 03:55:10.704719 [ 5 ] {8597ad30-58a7-4c22-b31d-2ff29a2d6e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11681 2025.03.18 03:55:10.704852 [ 5 ] {8597ad30-58a7-4c22-b31d-2ff29a2d6e97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11682 2025.03.18 03:55:10.705515 [ 5 ] {8597ad30-58a7-4c22-b31d-2ff29a2d6e97} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11683 2025.03.18 03:55:10.705571 [ 5 ] {8597ad30-58a7-4c22-b31d-2ff29a2d6e97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11684 2025.03.18 03:55:10.706165 [ 5 ] {8597ad30-58a7-4c22-b31d-2ff29a2d6e97} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary)
11685 2025.03.18 03:55:10.706476 [ 5 ] {8597ad30-58a7-4c22-b31d-2ff29a2d6e97} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11686 2025.03.18 03:55:10.707001 [ 5 ] {8597ad30-58a7-4c22-b31d-2ff29a2d6e97} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002343 sec., 25608.19462227913 rows/sec., 1.73 MiB/sec.
11687 2025.03.18 03:55:10.707007 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_126_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34768 rows, containing 5 columns (5 merged, 0 gathered) in 0.012180763 sec., 2854336.79318775 rows/sec., 195.58 MiB/sec.
11688 2025.03.18 03:55:10.707076 [ 5 ] {8597ad30-58a7-4c22-b31d-2ff29a2d6e97} <Debug> TCPHandler: Processed in 0.002631719 sec.
11689 2025.03.18 03:55:10.707331 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_126_26} <Trace> MergedBlockOutputStream: filled checksums all_1_126_26 (state Temporary)
11690 2025.03.18 03:55:10.707629 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_126_26} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_126_26 to all_1_126_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11691 2025.03.18 03:55:10.707708 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_126_26} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 3 parts: [all_1_124_25, all_126_126_0] -> all_1_126_26
11692 2025.03.18 03:55:10.707795 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
11693 2025.03.18 03:55:11.846648 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573
11694 2025.03.18 03:55:11.868014 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11695 2025.03.18 03:55:11.868064 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11696 2025.03.18 03:55:11.875405 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
11697 2025.03.18 03:55:11.876199 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11698 2025.03.18 03:55:11.876518 [ 54 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
11699 2025.03.18 03:55:11.876600 [ 54 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11700 2025.03.18 03:55:11.876646 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11701 2025.03.18 03:55:11.877095 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
11702 2025.03.18 03:55:11.892664 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573
11703 2025.03.18 03:55:11.894232 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11704 2025.03.18 03:55:11.895549 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part
11705 2025.03.18 03:55:11.900889 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part
11706 2025.03.18 03:55:11.906606 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
11707 2025.03.18 03:55:11.912409 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
11708 2025.03.18 03:55:11.918658 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
11709 2025.03.18 03:55:11.924476 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
11710 2025.03.18 03:55:11.986726 [ 191 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.109934221 sec., 5212.207761948847 rows/sec., 26.95 MiB/sec.
11711 2025.03.18 03:55:11.990241 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
11712 2025.03.18 03:55:11.993302 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_76_15} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11713 2025.03.18 03:55:11.993389 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_76_15} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
11714 2025.03.18 03:55:11.995764 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
11715 2025.03.18 03:55:12.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.80 MiB, peak 274.22 MiB, free memory in arenas 0.00 B, will set to 255.75 MiB (RSS), difference: -1.06 MiB
11716 2025.03.18 03:55:15.684533 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11717 2025.03.18 03:55:15.684740 [ 5 ] {08253fe8-55e6-4dc5-851d-7b67695185a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11718 2025.03.18 03:55:15.684816 [ 5 ] {08253fe8-55e6-4dc5-851d-7b67695185a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11719 2025.03.18 03:55:15.685597 [ 5 ] {08253fe8-55e6-4dc5-851d-7b67695185a2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11720 2025.03.18 03:55:15.685651 [ 5 ] {08253fe8-55e6-4dc5-851d-7b67695185a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11721 2025.03.18 03:55:15.686085 [ 5 ] {08253fe8-55e6-4dc5-851d-7b67695185a2} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
11722 2025.03.18 03:55:15.686340 [ 5 ] {08253fe8-55e6-4dc5-851d-7b67695185a2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11723 2025.03.18 03:55:15.686574 [ 5 ] {08253fe8-55e6-4dc5-851d-7b67695185a2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001884 sec., 29723.991507430997 rows/sec., 2.28 MiB/sec.
11724 2025.03.18 03:55:15.686673 [ 5 ] {08253fe8-55e6-4dc5-851d-7b67695185a2} <Debug> TCPHandler: Processed in 0.002275235 sec.
11725 2025.03.18 03:55:15.686817 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11726 2025.03.18 03:55:15.687087 [ 5 ] {94ed68d8-05cc-431f-a17c-6894fe9762d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11727 2025.03.18 03:55:15.687219 [ 5 ] {94ed68d8-05cc-431f-a17c-6894fe9762d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11728 2025.03.18 03:55:15.688370 [ 5 ] {94ed68d8-05cc-431f-a17c-6894fe9762d2} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11729 2025.03.18 03:55:15.688413 [ 5 ] {94ed68d8-05cc-431f-a17c-6894fe9762d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11730 2025.03.18 03:55:15.688780 [ 5 ] {94ed68d8-05cc-431f-a17c-6894fe9762d2} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
11731 2025.03.18 03:55:15.689019 [ 5 ] {94ed68d8-05cc-431f-a17c-6894fe9762d2} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11732 2025.03.18 03:55:15.689247 [ 5 ] {94ed68d8-05cc-431f-a17c-6894fe9762d2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00227 sec., 28193.832599118945 rows/sec., 2.20 MiB/sec.
11733 2025.03.18 03:55:15.689299 [ 5 ] {94ed68d8-05cc-431f-a17c-6894fe9762d2} <Debug> TCPHandler: Processed in 0.002537418 sec.
11734 2025.03.18 03:55:15.689409 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11735 2025.03.18 03:55:15.689515 [ 5 ] {b106b9d5-1e28-41d5-a83e-9a6e506cc115} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11736 2025.03.18 03:55:15.689565 [ 5 ] {b106b9d5-1e28-41d5-a83e-9a6e506cc115} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11737 2025.03.18 03:55:15.690085 [ 5 ] {b106b9d5-1e28-41d5-a83e-9a6e506cc115} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11738 2025.03.18 03:55:15.690125 [ 5 ] {b106b9d5-1e28-41d5-a83e-9a6e506cc115} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11739 2025.03.18 03:55:15.690520 [ 5 ] {b106b9d5-1e28-41d5-a83e-9a6e506cc115} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
11740 2025.03.18 03:55:15.690770 [ 5 ] {b106b9d5-1e28-41d5-a83e-9a6e506cc115} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11741 2025.03.18 03:55:15.690993 [ 5 ] {b106b9d5-1e28-41d5-a83e-9a6e506cc115} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001501 sec., 106595.60293137908 rows/sec., 7.42 MiB/sec.
11742 2025.03.18 03:55:15.691044 [ 5 ] {b106b9d5-1e28-41d5-a83e-9a6e506cc115} <Debug> TCPHandler: Processed in 0.001684805 sec.
11743 2025.03.18 03:55:15.691149 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11744 2025.03.18 03:55:15.691251 [ 5 ] {ab714c6b-a4a7-4f84-9232-dc74524b0f2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11745 2025.03.18 03:55:15.691298 [ 5 ] {ab714c6b-a4a7-4f84-9232-dc74524b0f2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11746 2025.03.18 03:55:15.691726 [ 5 ] {ab714c6b-a4a7-4f84-9232-dc74524b0f2a} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11747 2025.03.18 03:55:15.691766 [ 5 ] {ab714c6b-a4a7-4f84-9232-dc74524b0f2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11748 2025.03.18 03:55:15.692122 [ 5 ] {ab714c6b-a4a7-4f84-9232-dc74524b0f2a} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary)
11749 2025.03.18 03:55:15.692381 [ 5 ] {ab714c6b-a4a7-4f84-9232-dc74524b0f2a} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11750 2025.03.18 03:55:15.692600 [ 5 ] {ab714c6b-a4a7-4f84-9232-dc74524b0f2a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001369 sec., 43827.61139517897 rows/sec., 2.95 MiB/sec.
11751 2025.03.18 03:55:15.692649 [ 5 ] {ab714c6b-a4a7-4f84-9232-dc74524b0f2a} <Debug> TCPHandler: Processed in 0.001550863 sec.
11752 2025.03.18 03:55:16.929073 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35258
11753 2025.03.18 03:55:16.929806 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11754 2025.03.18 03:55:16.929864 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11755 2025.03.18 03:55:16.930397 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
11756 2025.03.18 03:55:16.930654 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11757 2025.03.18 03:55:16.930892 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35258
11758 2025.03.18 03:55:19.392840 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581
11759 2025.03.18 03:55:19.415731 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11760 2025.03.18 03:55:19.415799 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11761 2025.03.18 03:55:19.423332 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
11762 2025.03.18 03:55:19.424144 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11763 2025.03.18 03:55:19.427287 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581
11764 2025.03.18 03:55:19.616787 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1582
11765 2025.03.18 03:55:19.619907 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11766 2025.03.18 03:55:19.619964 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11767 2025.03.18 03:55:19.621536 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
11768 2025.03.18 03:55:19.621856 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11769 2025.03.18 03:55:19.622403 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1582
11770 2025.03.18 03:55:20.686648 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11771 2025.03.18 03:55:20.686867 [ 5 ] {e1a3beaf-d15e-45af-b8ca-61f1fc86b321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11772 2025.03.18 03:55:20.686951 [ 5 ] {e1a3beaf-d15e-45af-b8ca-61f1fc86b321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11773 2025.03.18 03:55:20.687808 [ 5 ] {e1a3beaf-d15e-45af-b8ca-61f1fc86b321} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11774 2025.03.18 03:55:20.687865 [ 5 ] {e1a3beaf-d15e-45af-b8ca-61f1fc86b321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11775 2025.03.18 03:55:20.688322 [ 5 ] {e1a3beaf-d15e-45af-b8ca-61f1fc86b321} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
11776 2025.03.18 03:55:20.688586 [ 5 ] {e1a3beaf-d15e-45af-b8ca-61f1fc86b321} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11777 2025.03.18 03:55:20.688817 [ 12 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
11778 2025.03.18 03:55:20.688866 [ 5 ] {e1a3beaf-d15e-45af-b8ca-61f1fc86b321} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.00205 sec., 65365.85365853658 rows/sec., 5.64 MiB/sec.
11779 2025.03.18 03:55:20.688916 [ 12 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11780 2025.03.18 03:55:20.688992 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11781 2025.03.18 03:55:20.689002 [ 5 ] {e1a3beaf-d15e-45af-b8ca-61f1fc86b321} <Debug> TCPHandler: Processed in 0.002495947 sec.
11782 2025.03.18 03:55:20.689216 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11783 2025.03.18 03:55:20.689244 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
11784 2025.03.18 03:55:20.689375 [ 5 ] {a45d482d-3573-4255-a5dd-97420ef6592b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
11785 2025.03.18 03:55:20.689477 [ 5 ] {a45d482d-3573-4255-a5dd-97420ef6592b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
11786 2025.03.18 03:55:20.689610 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11787 2025.03.18 03:55:20.689708 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1404 rows starting from the beginning of the part
11788 2025.03.18 03:55:20.690022 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 56 rows starting from the beginning of the part
11789 2025.03.18 03:55:20.690292 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 56 rows starting from the beginning of the part
11790 2025.03.18 03:55:20.690687 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 134 rows starting from the beginning of the part
11791 2025.03.18 03:55:20.691138 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 56 rows starting from the beginning of the part
11792 2025.03.18 03:55:20.691552 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 134 rows starting from the beginning of the part
11793 2025.03.18 03:55:20.692617 [ 5 ] {a45d482d-3573-4255-a5dd-97420ef6592b} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11794 2025.03.18 03:55:20.692690 [ 5 ] {a45d482d-3573-4255-a5dd-97420ef6592b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11795 2025.03.18 03:55:20.693579 [ 5 ] {a45d482d-3573-4255-a5dd-97420ef6592b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11796 2025.03.18 03:55:20.694072 [ 5 ] {a45d482d-3573-4255-a5dd-97420ef6592b} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11797 2025.03.18 03:55:20.694316 [ 12 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0
11798 2025.03.18 03:55:20.694476 [ 12 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11799 2025.03.18 03:55:20.694552 [ 5 ] {a45d482d-3573-4255-a5dd-97420ef6592b} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.005195 sec., 7507.218479307026 rows/sec., 564.51 KiB/sec.
11800 2025.03.18 03:55:20.694575 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11801 2025.03.18 03:55:20.695000 [ 5 ] {a45d482d-3573-4255-a5dd-97420ef6592b} <Debug> TCPHandler: Processed in 0.005842017 sec.
11802 2025.03.18 03:55:20.695237 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1840 rows, containing 5 columns (5 merged, 0 gathered) in 0.006111942 sec., 301049.9772412762 rows/sec., 26.31 MiB/sec.
11803 2025.03.18 03:55:20.695302 [ 191 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_56_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_11 to all_56_56_0 into Compact with storage Full
11804 2025.03.18 03:55:20.695347 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11805 2025.03.18 03:55:20.695573 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
11806 2025.03.18 03:55:20.695651 [ 5 ] {400c7961-a589-47a3-984d-96b102ed56f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11807 2025.03.18 03:55:20.695788 [ 191 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11808 2025.03.18 03:55:20.695830 [ 5 ] {400c7961-a589-47a3-984d-96b102ed56f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11809 2025.03.18 03:55:20.695926 [ 191 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 69 rows starting from the beginning of the part
11810 2025.03.18 03:55:20.696475 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_131_26} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11811 2025.03.18 03:55:20.696575 [ 191 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 39 rows starting from the beginning of the part
11812 2025.03.18 03:55:20.696883 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_131_26} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
11813 2025.03.18 03:55:20.697108 [ 191 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 39 rows starting from the beginning of the part
11814 2025.03.18 03:55:20.697248 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
11815 2025.03.18 03:55:20.697568 [ 191 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 67 rows starting from the beginning of the part
11816 2025.03.18 03:55:20.697911 [ 191 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 39 rows starting from the beginning of the part
11817 2025.03.18 03:55:20.698217 [ 191 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 39 rows starting from the beginning of the part
11818 2025.03.18 03:55:20.699196 [ 5 ] {400c7961-a589-47a3-984d-96b102ed56f8} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11819 2025.03.18 03:55:20.699252 [ 5 ] {400c7961-a589-47a3-984d-96b102ed56f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11820 2025.03.18 03:55:20.700308 [ 5 ] {400c7961-a589-47a3-984d-96b102ed56f8} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
11821 2025.03.18 03:55:20.700767 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 5 columns (5 merged, 0 gathered) in 0.005951999 sec., 49059.14802741062 rows/sec., 3.78 MiB/sec.
11822 2025.03.18 03:55:20.700826 [ 5 ] {400c7961-a589-47a3-984d-96b102ed56f8} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11823 2025.03.18 03:55:20.700915 [ 194 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary)
11824 2025.03.18 03:55:20.701056 [ 12 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
11825 2025.03.18 03:55:20.701163 [ 12 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11826 2025.03.18 03:55:20.701251 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11827 2025.03.18 03:55:20.701259 [ 5 ] {400c7961-a589-47a3-984d-96b102ed56f8} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.005725 sec., 17991.266375545852 rows/sec., 1.41 MiB/sec.
11828 2025.03.18 03:55:20.701727 [ 5 ] {400c7961-a589-47a3-984d-96b102ed56f8} <Debug> TCPHandler: Processed in 0.006456637 sec.
11829 2025.03.18 03:55:20.701807 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
11830 2025.03.18 03:55:20.701941 [ 200 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_56_12} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11831 2025.03.18 03:55:20.702098 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11832 2025.03.18 03:55:20.702478 [ 200 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_56_12} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12
11833 2025.03.18 03:55:20.702527 [ 5 ] {8d56e9fe-acaf-43c1-a8a0-50ef00e0c035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11834 2025.03.18 03:55:20.702528 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11835 2025.03.18 03:55:20.702689 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
11836 2025.03.18 03:55:20.702755 [ 5 ] {8d56e9fe-acaf-43c1-a8a0-50ef00e0c035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11837 2025.03.18 03:55:20.702850 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
11838 2025.03.18 03:55:20.703229 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part
11839 2025.03.18 03:55:20.703762 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 64 rows starting from the beginning of the part
11840 2025.03.18 03:55:20.704316 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 103 rows starting from the beginning of the part
11841 2025.03.18 03:55:20.704818 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 64 rows starting from the beginning of the part
11842 2025.03.18 03:55:20.705289 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 103 rows starting from the beginning of the part
11843 2025.03.18 03:55:20.707504 [ 5 ] {8d56e9fe-acaf-43c1-a8a0-50ef00e0c035} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11844 2025.03.18 03:55:20.707559 [ 5 ] {8d56e9fe-acaf-43c1-a8a0-50ef00e0c035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11845 2025.03.18 03:55:20.708162 [ 5 ] {8d56e9fe-acaf-43c1-a8a0-50ef00e0c035} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
11846 2025.03.18 03:55:20.708505 [ 5 ] {8d56e9fe-acaf-43c1-a8a0-50ef00e0c035} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11847 2025.03.18 03:55:20.708523 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1029 rows, containing 5 columns (5 merged, 0 gathered) in 0.007178738 sec., 143339.9575245677 rows/sec., 11.50 MiB/sec.
11848 2025.03.18 03:55:20.708727 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
11849 2025.03.18 03:55:20.708745 [ 12 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_126_26 to all_131_131_0
11850 2025.03.18 03:55:20.708870 [ 12 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11851 2025.03.18 03:55:20.708955 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11852 2025.03.18 03:55:20.708960 [ 5 ] {8d56e9fe-acaf-43c1-a8a0-50ef00e0c035} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006557 sec., 24401.403080677137 rows/sec., 1.70 MiB/sec.
11853 2025.03.18 03:55:20.709211 [ 5 ] {8d56e9fe-acaf-43c1-a8a0-50ef00e0c035} <Debug> TCPHandler: Processed in 0.007284979 sec.
11854 2025.03.18 03:55:20.709253 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_131_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_26 to all_131_131_0 into Compact with storage Full
11855 2025.03.18 03:55:20.709389 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11856 2025.03.18 03:55:20.709417 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_131_26} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11857 2025.03.18 03:55:20.709445 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_131_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11858 2025.03.18 03:55:20.709522 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_126_26, total 34768 rows starting from the beginning of the part
11859 2025.03.18 03:55:20.709579 [ 190 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_131_26} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
11860 2025.03.18 03:55:20.709588 [ 5 ] {9a169f5a-4b1f-475a-815b-5d0464a265c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
11861 2025.03.18 03:55:20.709955 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 106 rows starting from the beginning of the part
11862 2025.03.18 03:55:20.710020 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
11863 2025.03.18 03:55:20.710055 [ 5 ] {9a169f5a-4b1f-475a-815b-5d0464a265c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
11864 2025.03.18 03:55:20.710316 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part
11865 2025.03.18 03:55:20.710722 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 160 rows starting from the beginning of the part
11866 2025.03.18 03:55:20.711092 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part
11867 2025.03.18 03:55:20.711372 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_131_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 160 rows starting from the beginning of the part
11868 2025.03.18 03:55:20.713493 [ 5 ] {9a169f5a-4b1f-475a-815b-5d0464a265c3} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11869 2025.03.18 03:55:20.713542 [ 5 ] {9a169f5a-4b1f-475a-815b-5d0464a265c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11870 2025.03.18 03:55:20.714459 [ 5 ] {9a169f5a-4b1f-475a-815b-5d0464a265c3} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
11871 2025.03.18 03:55:20.714847 [ 5 ] {9a169f5a-4b1f-475a-815b-5d0464a265c3} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11872 2025.03.18 03:55:20.715061 [ 12 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
11873 2025.03.18 03:55:20.715138 [ 12 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11874 2025.03.18 03:55:20.715177 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11875 2025.03.18 03:55:20.715254 [ 5 ] {9a169f5a-4b1f-475a-815b-5d0464a265c3} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005689 sec., 6855.334856741079 rows/sec., 12.28 MiB/sec.
11876 2025.03.18 03:55:20.715612 [ 186 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
11877 2025.03.18 03:55:20.715649 [ 5 ] {9a169f5a-4b1f-475a-815b-5d0464a265c3} <Debug> TCPHandler: Processed in 0.006326845 sec.
11878 2025.03.18 03:55:20.715827 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11879 2025.03.18 03:55:20.716048 [ 5 ] {00dab226-cc63-41f4-b2c4-1d7c259c9650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11880 2025.03.18 03:55:20.716087 [ 186 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11881 2025.03.18 03:55:20.716115 [ 5 ] {00dab226-cc63-41f4-b2c4-1d7c259c9650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11882 2025.03.18 03:55:20.716204 [ 186 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1881 rows starting from the beginning of the part
11883 2025.03.18 03:55:20.717086 [ 186 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 39 rows starting from the beginning of the part
11884 2025.03.18 03:55:20.717787 [ 186 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 39 rows starting from the beginning of the part
11885 2025.03.18 03:55:20.718351 [ 186 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 39 rows starting from the beginning of the part
11886 2025.03.18 03:55:20.718356 [ 5 ] {00dab226-cc63-41f4-b2c4-1d7c259c9650} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11887 2025.03.18 03:55:20.718412 [ 5 ] {00dab226-cc63-41f4-b2c4-1d7c259c9650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11888 2025.03.18 03:55:20.719241 [ 186 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 39 rows starting from the beginning of the part
11889 2025.03.18 03:55:20.719892 [ 186 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 39 rows starting from the beginning of the part
11890 2025.03.18 03:55:20.719947 [ 5 ] {00dab226-cc63-41f4-b2c4-1d7c259c9650} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary)
11891 2025.03.18 03:55:20.720655 [ 5 ] {00dab226-cc63-41f4-b2c4-1d7c259c9650} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11892 2025.03.18 03:55:20.721009 [ 12 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0
11893 2025.03.18 03:55:20.721130 [ 12 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11894 2025.03.18 03:55:20.721266 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11895 2025.03.18 03:55:20.721483 [ 5 ] {00dab226-cc63-41f4-b2c4-1d7c259c9650} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005419 sec., 11072.153533862336 rows/sec., 764.09 KiB/sec.
11896 2025.03.18 03:55:20.722177 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
11897 2025.03.18 03:55:20.722254 [ 5 ] {00dab226-cc63-41f4-b2c4-1d7c259c9650} <Debug> TCPHandler: Processed in 0.006464598 sec.
11898 2025.03.18 03:55:20.723044 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
11899 2025.03.18 03:55:20.723155 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_131_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35514 rows, containing 5 columns (5 merged, 0 gathered) in 0.014132592 sec., 2512914.8283626954 rows/sec., 172.25 MiB/sec.
11900 2025.03.18 03:55:20.723261 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 6488 rows starting from the beginning of the part
11901 2025.03.18 03:55:20.723669 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 40 rows starting from the beginning of the part
11902 2025.03.18 03:55:20.723773 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_131_27} <Trace> MergedBlockOutputStream: filled checksums all_1_131_27 (state Temporary)
11903 2025.03.18 03:55:20.724212 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part
11904 2025.03.18 03:55:20.724423 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 60 rows starting from the beginning of the part
11905 2025.03.18 03:55:20.724714 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
11906 2025.03.18 03:55:20.725014 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
11907 2025.03.18 03:55:20.725156 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_131_27} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_131_27 to all_1_131_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11908 2025.03.18 03:55:20.725508 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_131_27} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_126_26, all_131_131_0] -> all_1_131_27
11909 2025.03.18 03:55:20.725636 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
11910 2025.03.18 03:55:20.729548 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6768 rows, containing 4 columns (4 merged, 0 gathered) in 0.00804516 sec., 841251.1373297734 rows/sec., 56.69 MiB/sec.
11911 2025.03.18 03:55:20.730217 [ 199 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary)
11912 2025.03.18 03:55:20.730561 [ 199 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_131_26} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11913 2025.03.18 03:55:20.730642 [ 199 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_131_26} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26
11914 2025.03.18 03:55:20.730728 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB.
11915 2025.03.18 03:55:20.734544 [ 189 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2076 rows, containing 19 columns (19 merged, 0 gathered) in 0.019180258 sec., 108236.29171203016 rows/sec., 193.95 MiB/sec.
11916 2025.03.18 03:55:20.736437 [ 199 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
11917 2025.03.18 03:55:20.736866 [ 199 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11918 2025.03.18 03:55:20.736952 [ 199 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
11919 2025.03.18 03:55:20.737110 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.02 MiB.
11920 2025.03.18 03:55:21.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.44 MiB, peak 274.41 MiB, free memory in arenas 0.00 B, will set to 259.71 MiB (RSS), difference: 3.27 MiB
11921 2025.03.18 03:55:24.215356 [ 7 ] {} <Debug> DNSResolver: Updating DNS cache
11922 2025.03.18 03:55:24.215416 [ 7 ] {} <Debug> DNSResolver: Updated DNS cache
11923 2025.03.18 03:55:24.431126 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35746
11924 2025.03.18 03:55:24.432277 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11925 2025.03.18 03:55:24.432338 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11926 2025.03.18 03:55:24.432932 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
11927 2025.03.18 03:55:24.433192 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11928 2025.03.18 03:55:24.433451 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746
11929 2025.03.18 03:55:25.685986 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11930 2025.03.18 03:55:25.686179 [ 5 ] {6e37432d-5eb5-4544-9927-361d4523a694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11931 2025.03.18 03:55:25.686252 [ 5 ] {6e37432d-5eb5-4544-9927-361d4523a694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11932 2025.03.18 03:55:25.687042 [ 5 ] {6e37432d-5eb5-4544-9927-361d4523a694} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11933 2025.03.18 03:55:25.687095 [ 5 ] {6e37432d-5eb5-4544-9927-361d4523a694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11934 2025.03.18 03:55:25.687550 [ 5 ] {6e37432d-5eb5-4544-9927-361d4523a694} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
11935 2025.03.18 03:55:25.687803 [ 5 ] {6e37432d-5eb5-4544-9927-361d4523a694} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11936 2025.03.18 03:55:25.688058 [ 5 ] {6e37432d-5eb5-4544-9927-361d4523a694} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.22 MiB/sec.
11937 2025.03.18 03:55:25.688117 [ 5 ] {6e37432d-5eb5-4544-9927-361d4523a694} <Debug> TCPHandler: Processed in 0.002269254 sec.
11938 2025.03.18 03:55:25.688247 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11939 2025.03.18 03:55:25.688358 [ 5 ] {af394592-f5e3-4725-aa20-2c3e6bac7f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
11940 2025.03.18 03:55:25.688405 [ 5 ] {af394592-f5e3-4725-aa20-2c3e6bac7f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
11941 2025.03.18 03:55:25.688974 [ 5 ] {af394592-f5e3-4725-aa20-2c3e6bac7f5d} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11942 2025.03.18 03:55:25.689015 [ 5 ] {af394592-f5e3-4725-aa20-2c3e6bac7f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11943 2025.03.18 03:55:25.689393 [ 5 ] {af394592-f5e3-4725-aa20-2c3e6bac7f5d} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
11944 2025.03.18 03:55:25.689635 [ 5 ] {af394592-f5e3-4725-aa20-2c3e6bac7f5d} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11945 2025.03.18 03:55:25.689862 [ 5 ] {af394592-f5e3-4725-aa20-2c3e6bac7f5d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001522 sec., 42049.93429697766 rows/sec., 3.28 MiB/sec.
11946 2025.03.18 03:55:25.689927 [ 5 ] {af394592-f5e3-4725-aa20-2c3e6bac7f5d} <Debug> TCPHandler: Processed in 0.001729915 sec.
11947 2025.03.18 03:55:25.690058 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11948 2025.03.18 03:55:25.690349 [ 5 ] {ccb03921-c129-4173-80f4-f147d01af5ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
11949 2025.03.18 03:55:25.690505 [ 5 ] {ccb03921-c129-4173-80f4-f147d01af5ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
11950 2025.03.18 03:55:25.691386 [ 5 ] {ccb03921-c129-4173-80f4-f147d01af5ac} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11951 2025.03.18 03:55:25.691427 [ 5 ] {ccb03921-c129-4173-80f4-f147d01af5ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11952 2025.03.18 03:55:25.691822 [ 5 ] {ccb03921-c129-4173-80f4-f147d01af5ac} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
11953 2025.03.18 03:55:25.692065 [ 5 ] {ccb03921-c129-4173-80f4-f147d01af5ac} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11954 2025.03.18 03:55:25.692281 [ 5 ] {ccb03921-c129-4173-80f4-f147d01af5ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002036 sec., 78585.46168958742 rows/sec., 5.47 MiB/sec.
11955 2025.03.18 03:55:25.692334 [ 5 ] {ccb03921-c129-4173-80f4-f147d01af5ac} <Debug> TCPHandler: Processed in 0.002327345 sec.
11956 2025.03.18 03:55:25.692458 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11957 2025.03.18 03:55:25.692574 [ 5 ] {2c36b316-8e1e-4b84-bf82-235c06a62abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
11958 2025.03.18 03:55:25.692623 [ 5 ] {2c36b316-8e1e-4b84-bf82-235c06a62abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
11959 2025.03.18 03:55:25.693076 [ 5 ] {2c36b316-8e1e-4b84-bf82-235c06a62abe} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11960 2025.03.18 03:55:25.693116 [ 5 ] {2c36b316-8e1e-4b84-bf82-235c06a62abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11961 2025.03.18 03:55:25.693500 [ 5 ] {2c36b316-8e1e-4b84-bf82-235c06a62abe} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary)
11962 2025.03.18 03:55:25.693742 [ 5 ] {2c36b316-8e1e-4b84-bf82-235c06a62abe} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11963 2025.03.18 03:55:25.693979 [ 5 ] {2c36b316-8e1e-4b84-bf82-235c06a62abe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001423 sec., 42164.441321152495 rows/sec., 2.84 MiB/sec.
11964 2025.03.18 03:55:25.694071 [ 5 ] {2c36b316-8e1e-4b84-bf82-235c06a62abe} <Debug> TCPHandler: Processed in 0.001663765 sec.
11965 2025.03.18 03:55:26.927448 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588
11966 2025.03.18 03:55:26.950349 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11967 2025.03.18 03:55:26.950414 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11968 2025.03.18 03:55:26.957836 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
11969 2025.03.18 03:55:26.958644 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11970 2025.03.18 03:55:26.961693 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588
11971 2025.03.18 03:55:27.032531 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
11972 2025.03.18 03:55:27.032597 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
11973 2025.03.18 03:55:27.034737 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
11974 2025.03.18 03:55:27.082336 [ 221 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
11975 2025.03.18 03:55:27.082366 [ 221 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
11976 2025.03.18 03:55:27.084223 [ 221 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
11977 2025.03.18 03:55:27.165988 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11978 2025.03.18 03:55:27.166184 [ 5 ] {6598f358-9ec0-4828-81fb-d8e92b79066c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
11979 2025.03.18 03:55:27.166257 [ 5 ] {6598f358-9ec0-4828-81fb-d8e92b79066c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
11980 2025.03.18 03:55:27.167069 [ 5 ] {6598f358-9ec0-4828-81fb-d8e92b79066c} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11981 2025.03.18 03:55:27.167123 [ 5 ] {6598f358-9ec0-4828-81fb-d8e92b79066c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11982 2025.03.18 03:55:27.167570 [ 5 ] {6598f358-9ec0-4828-81fb-d8e92b79066c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
11983 2025.03.18 03:55:27.167824 [ 5 ] {6598f358-9ec0-4828-81fb-d8e92b79066c} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11984 2025.03.18 03:55:27.168068 [ 5 ] {6598f358-9ec0-4828-81fb-d8e92b79066c} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001934 sec., 12409.513960703207 rows/sec., 1.03 MiB/sec.
11985 2025.03.18 03:55:27.168184 [ 5 ] {6598f358-9ec0-4828-81fb-d8e92b79066c} <Debug> TCPHandler: Processed in 0.002329405 sec.
11986 2025.03.18 03:55:27.168318 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11987 2025.03.18 03:55:27.168421 [ 5 ] {87371e35-bf81-4c88-924d-60ef1cdf1ae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
11988 2025.03.18 03:55:27.168468 [ 5 ] {87371e35-bf81-4c88-924d-60ef1cdf1ae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
11989 2025.03.18 03:55:27.168978 [ 5 ] {87371e35-bf81-4c88-924d-60ef1cdf1ae8} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11990 2025.03.18 03:55:27.169018 [ 5 ] {87371e35-bf81-4c88-924d-60ef1cdf1ae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
11991 2025.03.18 03:55:27.169367 [ 5 ] {87371e35-bf81-4c88-924d-60ef1cdf1ae8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
11992 2025.03.18 03:55:27.169612 [ 5 ] {87371e35-bf81-4c88-924d-60ef1cdf1ae8} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
11993 2025.03.18 03:55:27.169818 [ 5 ] {87371e35-bf81-4c88-924d-60ef1cdf1ae8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001419 sec., 1409.4432699083864 rows/sec., 114.93 KiB/sec.
11994 2025.03.18 03:55:27.169871 [ 5 ] {87371e35-bf81-4c88-924d-60ef1cdf1ae8} <Debug> TCPHandler: Processed in 0.001608104 sec.
11995 2025.03.18 03:55:27.169975 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
11996 2025.03.18 03:55:27.170075 [ 5 ] {e6d65947-aed4-4f57-81c4-61716ce70562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
11997 2025.03.18 03:55:27.170119 [ 5 ] {e6d65947-aed4-4f57-81c4-61716ce70562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
11998 2025.03.18 03:55:27.171830 [ 5 ] {e6d65947-aed4-4f57-81c4-61716ce70562} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
11999 2025.03.18 03:55:27.171870 [ 5 ] {e6d65947-aed4-4f57-81c4-61716ce70562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12000 2025.03.18 03:55:27.172322 [ 5 ] {e6d65947-aed4-4f57-81c4-61716ce70562} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
12001 2025.03.18 03:55:27.172566 [ 5 ] {e6d65947-aed4-4f57-81c4-61716ce70562} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12002 2025.03.18 03:55:27.172779 [ 5 ] {e6d65947-aed4-4f57-81c4-61716ce70562} <Debug> executeQuery: Read 1395 rows, 119.93 KiB in 0.002724 sec., 512114.53744493396 rows/sec., 43.00 MiB/sec.
12003 2025.03.18 03:55:27.172832 [ 5 ] {e6d65947-aed4-4f57-81c4-61716ce70562} <Debug> TCPHandler: Processed in 0.002906843 sec.
12004 2025.03.18 03:55:27.172936 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12005 2025.03.18 03:55:27.173037 [ 5 ] {6a275eaa-b63c-4271-a6ed-d5d223bd0536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12006 2025.03.18 03:55:27.173080 [ 5 ] {6a275eaa-b63c-4271-a6ed-d5d223bd0536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12007 2025.03.18 03:55:27.173627 [ 5 ] {6a275eaa-b63c-4271-a6ed-d5d223bd0536} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12008 2025.03.18 03:55:27.173667 [ 5 ] {6a275eaa-b63c-4271-a6ed-d5d223bd0536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12009 2025.03.18 03:55:27.174020 [ 5 ] {6a275eaa-b63c-4271-a6ed-d5d223bd0536} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
12010 2025.03.18 03:55:27.174255 [ 5 ] {6a275eaa-b63c-4271-a6ed-d5d223bd0536} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12011 2025.03.18 03:55:27.174484 [ 5 ] {6a275eaa-b63c-4271-a6ed-d5d223bd0536} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.001455 sec., 36426.11683848797 rows/sec., 2.71 MiB/sec.
12012 2025.03.18 03:55:27.174590 [ 5 ] {6a275eaa-b63c-4271-a6ed-d5d223bd0536} <Debug> TCPHandler: Processed in 0.001700476 sec.
12013 2025.03.18 03:55:27.174740 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12014 2025.03.18 03:55:27.175036 [ 5 ] {00d48793-3aaf-487d-9e81-735357f5242c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12015 2025.03.18 03:55:27.175165 [ 5 ] {00d48793-3aaf-487d-9e81-735357f5242c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12016 2025.03.18 03:55:27.175948 [ 5 ] {00d48793-3aaf-487d-9e81-735357f5242c} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12017 2025.03.18 03:55:27.175988 [ 5 ] {00d48793-3aaf-487d-9e81-735357f5242c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12018 2025.03.18 03:55:27.176347 [ 5 ] {00d48793-3aaf-487d-9e81-735357f5242c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
12019 2025.03.18 03:55:27.176591 [ 5 ] {00d48793-3aaf-487d-9e81-735357f5242c} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12020 2025.03.18 03:55:27.176829 [ 5 ] {00d48793-3aaf-487d-9e81-735357f5242c} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.0019 sec., 132631.57894736843 rows/sec., 9.17 MiB/sec.
12021 2025.03.18 03:55:27.176924 [ 5 ] {00d48793-3aaf-487d-9e81-735357f5242c} <Debug> TCPHandler: Processed in 0.002261494 sec.
12022 2025.03.18 03:55:27.177040 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12023 2025.03.18 03:55:27.177145 [ 5 ] {d3416dbb-5b5c-43fb-8453-8c5757543d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12024 2025.03.18 03:55:27.177189 [ 5 ] {d3416dbb-5b5c-43fb-8453-8c5757543d9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12025 2025.03.18 03:55:27.177715 [ 5 ] {d3416dbb-5b5c-43fb-8453-8c5757543d9f} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12026 2025.03.18 03:55:27.177753 [ 5 ] {d3416dbb-5b5c-43fb-8453-8c5757543d9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12027 2025.03.18 03:55:27.178098 [ 5 ] {d3416dbb-5b5c-43fb-8453-8c5757543d9f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
12028 2025.03.18 03:55:27.178334 [ 5 ] {d3416dbb-5b5c-43fb-8453-8c5757543d9f} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12029 2025.03.18 03:55:27.178605 [ 5 ] {d3416dbb-5b5c-43fb-8453-8c5757543d9f} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001464 sec., 8196.72131147541 rows/sec., 640.37 KiB/sec.
12030 2025.03.18 03:55:27.178800 [ 5 ] {d3416dbb-5b5c-43fb-8453-8c5757543d9f} <Debug> TCPHandler: Processed in 0.001798587 sec.
12031 2025.03.18 03:55:27.178918 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12032 2025.03.18 03:55:27.179020 [ 5 ] {f8a191f3-3132-4158-91a6-bc2750f60df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12033 2025.03.18 03:55:27.179064 [ 5 ] {f8a191f3-3132-4158-91a6-bc2750f60df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12034 2025.03.18 03:55:27.179954 [ 5 ] {f8a191f3-3132-4158-91a6-bc2750f60df3} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12035 2025.03.18 03:55:27.179993 [ 5 ] {f8a191f3-3132-4158-91a6-bc2750f60df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12036 2025.03.18 03:55:27.180384 [ 5 ] {f8a191f3-3132-4158-91a6-bc2750f60df3} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
12037 2025.03.18 03:55:27.180629 [ 5 ] {f8a191f3-3132-4158-91a6-bc2750f60df3} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12038 2025.03.18 03:55:27.180841 [ 5 ] {f8a191f3-3132-4158-91a6-bc2750f60df3} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.001844 sec., 323752.7114967462 rows/sec., 24.33 MiB/sec.
12039 2025.03.18 03:55:27.180894 [ 5 ] {f8a191f3-3132-4158-91a6-bc2750f60df3} <Debug> TCPHandler: Processed in 0.0020245 sec.
12040 2025.03.18 03:55:27.180998 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12041 2025.03.18 03:55:27.181100 [ 5 ] {8ad979e7-34bb-4c63-8a0a-7454b2d976fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12042 2025.03.18 03:55:27.181147 [ 5 ] {8ad979e7-34bb-4c63-8a0a-7454b2d976fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12043 2025.03.18 03:55:27.181950 [ 5 ] {8ad979e7-34bb-4c63-8a0a-7454b2d976fb} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12044 2025.03.18 03:55:27.181989 [ 5 ] {8ad979e7-34bb-4c63-8a0a-7454b2d976fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12045 2025.03.18 03:55:27.182430 [ 5 ] {8ad979e7-34bb-4c63-8a0a-7454b2d976fb} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
12046 2025.03.18 03:55:27.182680 [ 5 ] {8ad979e7-34bb-4c63-8a0a-7454b2d976fb} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12047 2025.03.18 03:55:27.182892 [ 5 ] {8ad979e7-34bb-4c63-8a0a-7454b2d976fb} <Debug> executeQuery: Read 947 rows, 65.46 KiB in 0.001815 sec., 521763.08539944905 rows/sec., 35.22 MiB/sec.
12048 2025.03.18 03:55:27.182945 [ 5 ] {8ad979e7-34bb-4c63-8a0a-7454b2d976fb} <Debug> TCPHandler: Processed in 0.00199592 sec.
12049 2025.03.18 03:55:27.183060 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12050 2025.03.18 03:55:27.183164 [ 5 ] {2a80ebcf-ade3-4e0c-80ea-3dbcd45a76aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12051 2025.03.18 03:55:27.183232 [ 5 ] {2a80ebcf-ade3-4e0c-80ea-3dbcd45a76aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12052 2025.03.18 03:55:27.184439 [ 5 ] {2a80ebcf-ade3-4e0c-80ea-3dbcd45a76aa} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12053 2025.03.18 03:55:27.184479 [ 5 ] {2a80ebcf-ade3-4e0c-80ea-3dbcd45a76aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12054 2025.03.18 03:55:27.185147 [ 5 ] {2a80ebcf-ade3-4e0c-80ea-3dbcd45a76aa} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
12055 2025.03.18 03:55:27.185410 [ 5 ] {2a80ebcf-ade3-4e0c-80ea-3dbcd45a76aa} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12056 2025.03.18 03:55:27.185652 [ 5 ] {2a80ebcf-ade3-4e0c-80ea-3dbcd45a76aa} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002509 sec., 15544.041450777202 rows/sec., 27.85 MiB/sec.
12057 2025.03.18 03:55:27.185746 [ 5 ] {2a80ebcf-ade3-4e0c-80ea-3dbcd45a76aa} <Debug> TCPHandler: Processed in 0.002736831 sec.
12058 2025.03.18 03:55:27.185863 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12059 2025.03.18 03:55:27.185964 [ 5 ] {fece8bd5-976c-4671-b41b-c4db5f76366d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12060 2025.03.18 03:55:27.186011 [ 5 ] {fece8bd5-976c-4671-b41b-c4db5f76366d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12061 2025.03.18 03:55:27.186441 [ 5 ] {fece8bd5-976c-4671-b41b-c4db5f76366d} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12062 2025.03.18 03:55:27.186481 [ 5 ] {fece8bd5-976c-4671-b41b-c4db5f76366d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12063 2025.03.18 03:55:27.186838 [ 5 ] {fece8bd5-976c-4671-b41b-c4db5f76366d} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary)
12064 2025.03.18 03:55:27.187074 [ 5 ] {fece8bd5-976c-4671-b41b-c4db5f76366d} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12065 2025.03.18 03:55:27.187288 [ 5 ] {fece8bd5-976c-4671-b41b-c4db5f76366d} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001347 sec., 17817.371937639196 rows/sec., 1.20 MiB/sec.
12066 2025.03.18 03:55:27.187342 [ 5 ] {fece8bd5-976c-4671-b41b-c4db5f76366d} <Debug> TCPHandler: Processed in 0.001529123 sec.
12067 2025.03.18 03:55:27.916334 [ 220 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
12068 2025.03.18 03:55:27.916435 [ 220 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
12069 2025.03.18 03:55:27.918584 [ 220 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
12070 2025.03.18 03:55:28.109099 [ 223 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
12071 2025.03.18 03:55:28.109158 [ 223 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
12072 2025.03.18 03:55:28.111445 [ 223 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
12073 2025.03.18 03:55:29.622709 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1622
12074 2025.03.18 03:55:29.626405 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12075 2025.03.18 03:55:29.626458 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12076 2025.03.18 03:55:29.628038 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
12077 2025.03.18 03:55:29.628369 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12078 2025.03.18 03:55:29.629455 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1622
12079 2025.03.18 03:55:30.681916 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12080 2025.03.18 03:55:30.682105 [ 5 ] {486e1b52-29a1-49f6-8f60-d5d802ce14cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12081 2025.03.18 03:55:30.682177 [ 5 ] {486e1b52-29a1-49f6-8f60-d5d802ce14cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12082 2025.03.18 03:55:30.682994 [ 5 ] {486e1b52-29a1-49f6-8f60-d5d802ce14cb} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12083 2025.03.18 03:55:30.683069 [ 5 ] {486e1b52-29a1-49f6-8f60-d5d802ce14cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12084 2025.03.18 03:55:30.683526 [ 5 ] {486e1b52-29a1-49f6-8f60-d5d802ce14cb} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
12085 2025.03.18 03:55:30.683791 [ 5 ] {486e1b52-29a1-49f6-8f60-d5d802ce14cb} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12086 2025.03.18 03:55:30.684034 [ 5 ] {486e1b52-29a1-49f6-8f60-d5d802ce14cb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001983 sec., 28240.040342914777 rows/sec., 2.17 MiB/sec.
12087 2025.03.18 03:55:30.684105 [ 5 ] {486e1b52-29a1-49f6-8f60-d5d802ce14cb} <Debug> TCPHandler: Processed in 0.002321535 sec.
12088 2025.03.18 03:55:30.684235 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12089 2025.03.18 03:55:30.684350 [ 5 ] {59aa5ca8-dc24-487b-8af5-6291d00af988} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12090 2025.03.18 03:55:30.684406 [ 5 ] {59aa5ca8-dc24-487b-8af5-6291d00af988} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12091 2025.03.18 03:55:30.684996 [ 5 ] {59aa5ca8-dc24-487b-8af5-6291d00af988} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12092 2025.03.18 03:55:30.685038 [ 5 ] {59aa5ca8-dc24-487b-8af5-6291d00af988} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12093 2025.03.18 03:55:30.685416 [ 5 ] {59aa5ca8-dc24-487b-8af5-6291d00af988} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
12094 2025.03.18 03:55:30.685660 [ 5 ] {59aa5ca8-dc24-487b-8af5-6291d00af988} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12095 2025.03.18 03:55:30.685864 [ 5 ] {59aa5ca8-dc24-487b-8af5-6291d00af988} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001542 sec., 41504.539559014265 rows/sec., 3.24 MiB/sec.
12096 2025.03.18 03:55:30.685916 [ 5 ] {59aa5ca8-dc24-487b-8af5-6291d00af988} <Debug> TCPHandler: Processed in 0.001735186 sec.
12097 2025.03.18 03:55:30.686036 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12098 2025.03.18 03:55:30.686141 [ 5 ] {4d73b21c-b40a-44e2-b4fc-f303593dd035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12099 2025.03.18 03:55:30.686193 [ 5 ] {4d73b21c-b40a-44e2-b4fc-f303593dd035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12100 2025.03.18 03:55:30.686710 [ 5 ] {4d73b21c-b40a-44e2-b4fc-f303593dd035} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12101 2025.03.18 03:55:30.686749 [ 5 ] {4d73b21c-b40a-44e2-b4fc-f303593dd035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12102 2025.03.18 03:55:30.687137 [ 5 ] {4d73b21c-b40a-44e2-b4fc-f303593dd035} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
12103 2025.03.18 03:55:30.687383 [ 5 ] {4d73b21c-b40a-44e2-b4fc-f303593dd035} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12104 2025.03.18 03:55:30.687613 [ 5 ] {4d73b21c-b40a-44e2-b4fc-f303593dd035} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001481 sec., 64821.06684672519 rows/sec., 4.51 MiB/sec.
12105 2025.03.18 03:55:30.687713 [ 5 ] {4d73b21c-b40a-44e2-b4fc-f303593dd035} <Debug> TCPHandler: Processed in 0.001726166 sec.
12106 2025.03.18 03:55:30.687868 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12107 2025.03.18 03:55:30.688162 [ 5 ] {266a0d5c-b652-4133-a926-9712e2dc9463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12108 2025.03.18 03:55:30.688325 [ 5 ] {266a0d5c-b652-4133-a926-9712e2dc9463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12109 2025.03.18 03:55:30.689150 [ 5 ] {266a0d5c-b652-4133-a926-9712e2dc9463} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12110 2025.03.18 03:55:30.689190 [ 5 ] {266a0d5c-b652-4133-a926-9712e2dc9463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12111 2025.03.18 03:55:30.689565 [ 5 ] {266a0d5c-b652-4133-a926-9712e2dc9463} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary)
12112 2025.03.18 03:55:30.689805 [ 5 ] {266a0d5c-b652-4133-a926-9712e2dc9463} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12113 2025.03.18 03:55:30.690042 [ 5 ] {266a0d5c-b652-4133-a926-9712e2dc9463} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001999 sec., 18009.004502251126 rows/sec., 1.21 MiB/sec.
12114 2025.03.18 03:55:30.690132 [ 5 ] {266a0d5c-b652-4133-a926-9712e2dc9463} <Debug> TCPHandler: Processed in 0.002343185 sec.
12115 2025.03.18 03:55:31.933699 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36173
12116 2025.03.18 03:55:31.934806 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12117 2025.03.18 03:55:31.934862 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB.
12118 2025.03.18 03:55:31.935402 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
12119 2025.03.18 03:55:31.935671 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12120 2025.03.18 03:55:31.935932 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36173
12121 2025.03.18 03:55:34.461853 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596
12122 2025.03.18 03:55:34.484377 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12123 2025.03.18 03:55:34.484439 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12124 2025.03.18 03:55:34.491850 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
12125 2025.03.18 03:55:34.492640 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12126 2025.03.18 03:55:34.496957 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596
12127 2025.03.18 03:55:35.685871 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12128 2025.03.18 03:55:35.686059 [ 5 ] {b3d340b4-4f91-4aa8-bf52-34ca32f3e6cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12129 2025.03.18 03:55:35.686131 [ 5 ] {b3d340b4-4f91-4aa8-bf52-34ca32f3e6cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12130 2025.03.18 03:55:35.686896 [ 5 ] {b3d340b4-4f91-4aa8-bf52-34ca32f3e6cb} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12131 2025.03.18 03:55:35.686945 [ 5 ] {b3d340b4-4f91-4aa8-bf52-34ca32f3e6cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12132 2025.03.18 03:55:35.687436 [ 5 ] {b3d340b4-4f91-4aa8-bf52-34ca32f3e6cb} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
12133 2025.03.18 03:55:35.687697 [ 5 ] {b3d340b4-4f91-4aa8-bf52-34ca32f3e6cb} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12134 2025.03.18 03:55:35.687958 [ 5 ] {b3d340b4-4f91-4aa8-bf52-34ca32f3e6cb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00195 sec., 28717.94871794872 rows/sec., 2.21 MiB/sec.
12135 2025.03.18 03:55:35.688017 [ 5 ] {b3d340b4-4f91-4aa8-bf52-34ca32f3e6cb} <Debug> TCPHandler: Processed in 0.002276444 sec.
12136 2025.03.18 03:55:35.688146 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12137 2025.03.18 03:55:35.688253 [ 5 ] {12ffc402-8b53-4d8d-a5de-b43739df487e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12138 2025.03.18 03:55:35.688299 [ 5 ] {12ffc402-8b53-4d8d-a5de-b43739df487e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12139 2025.03.18 03:55:35.688847 [ 5 ] {12ffc402-8b53-4d8d-a5de-b43739df487e} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12140 2025.03.18 03:55:35.688887 [ 5 ] {12ffc402-8b53-4d8d-a5de-b43739df487e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12141 2025.03.18 03:55:35.689246 [ 5 ] {12ffc402-8b53-4d8d-a5de-b43739df487e} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
12142 2025.03.18 03:55:35.689494 [ 5 ] {12ffc402-8b53-4d8d-a5de-b43739df487e} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12143 2025.03.18 03:55:35.689733 [ 5 ] {12ffc402-8b53-4d8d-a5de-b43739df487e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001503 sec., 42581.503659347974 rows/sec., 3.32 MiB/sec.
12144 2025.03.18 03:55:35.689787 [ 5 ] {12ffc402-8b53-4d8d-a5de-b43739df487e} <Debug> TCPHandler: Processed in 0.001691975 sec.
12145 2025.03.18 03:55:35.689903 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12146 2025.03.18 03:55:35.690009 [ 5 ] {c36a0c77-610e-4d1e-85a0-2f982819c4bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12147 2025.03.18 03:55:35.690060 [ 5 ] {c36a0c77-610e-4d1e-85a0-2f982819c4bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12148 2025.03.18 03:55:35.690597 [ 5 ] {c36a0c77-610e-4d1e-85a0-2f982819c4bd} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12149 2025.03.18 03:55:35.690637 [ 5 ] {c36a0c77-610e-4d1e-85a0-2f982819c4bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12150 2025.03.18 03:55:35.691021 [ 5 ] {c36a0c77-610e-4d1e-85a0-2f982819c4bd} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
12151 2025.03.18 03:55:35.691263 [ 5 ] {c36a0c77-610e-4d1e-85a0-2f982819c4bd} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12152 2025.03.18 03:55:35.691491 [ 5 ] {c36a0c77-610e-4d1e-85a0-2f982819c4bd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001501 sec., 106595.60293137908 rows/sec., 7.42 MiB/sec.
12153 2025.03.18 03:55:35.691559 [ 5 ] {c36a0c77-610e-4d1e-85a0-2f982819c4bd} <Debug> TCPHandler: Processed in 0.001700486 sec.
12154 2025.03.18 03:55:35.691687 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12155 2025.03.18 03:55:35.692007 [ 5 ] {25863572-ca2d-4afa-a85b-0ad7a2d82c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12156 2025.03.18 03:55:35.692171 [ 5 ] {25863572-ca2d-4afa-a85b-0ad7a2d82c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12157 2025.03.18 03:55:35.693271 [ 5 ] {25863572-ca2d-4afa-a85b-0ad7a2d82c56} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12158 2025.03.18 03:55:35.693311 [ 5 ] {25863572-ca2d-4afa-a85b-0ad7a2d82c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12159 2025.03.18 03:55:35.693678 [ 5 ] {25863572-ca2d-4afa-a85b-0ad7a2d82c56} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary)
12160 2025.03.18 03:55:35.693924 [ 5 ] {25863572-ca2d-4afa-a85b-0ad7a2d82c56} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12161 2025.03.18 03:55:35.694137 [ 5 ] {25863572-ca2d-4afa-a85b-0ad7a2d82c56} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002257 sec., 26583.96101019052 rows/sec., 1.79 MiB/sec.
12162 2025.03.18 03:55:35.694188 [ 5 ] {25863572-ca2d-4afa-a85b-0ad7a2d82c56} <Debug> TCPHandler: Processed in 0.002553358 sec.
12163 2025.03.18 03:55:39.215466 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache
12164 2025.03.18 03:55:39.215540 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache
12165 2025.03.18 03:55:39.436171 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36661
12166 2025.03.18 03:55:39.437071 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12167 2025.03.18 03:55:39.437108 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12168 2025.03.18 03:55:39.437634 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
12169 2025.03.18 03:55:39.437892 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12170 2025.03.18 03:55:39.438077 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661
12171 2025.03.18 03:55:39.629891 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1638
12172 2025.03.18 03:55:39.633315 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12173 2025.03.18 03:55:39.633380 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12174 2025.03.18 03:55:39.634932 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12175 2025.03.18 03:55:39.635271 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12176 2025.03.18 03:55:39.635760 [ 217 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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]
12177 2025.03.18 03:55:39.635911 [ 217 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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]
12178 2025.03.18 03:55:39.636566 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1638
12179 2025.03.18 03:55:39.638250 [ 217 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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]
12180 2025.03.18 03:55:40.001911 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00135686 sec.
12181 2025.03.18 03:55:40.651438 [ 223 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
12182 2025.03.18 03:55:40.651504 [ 223 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
12183 2025.03.18 03:55:40.653707 [ 223 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
12184 2025.03.18 03:55:40.686844 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12185 2025.03.18 03:55:40.687046 [ 5 ] {fec06ccb-b8e1-49bf-b928-98635dc73e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12186 2025.03.18 03:55:40.687124 [ 5 ] {fec06ccb-b8e1-49bf-b928-98635dc73e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12187 2025.03.18 03:55:40.687964 [ 5 ] {fec06ccb-b8e1-49bf-b928-98635dc73e20} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12188 2025.03.18 03:55:40.688021 [ 5 ] {fec06ccb-b8e1-49bf-b928-98635dc73e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12189 2025.03.18 03:55:40.688478 [ 5 ] {fec06ccb-b8e1-49bf-b928-98635dc73e20} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
12190 2025.03.18 03:55:40.688737 [ 5 ] {fec06ccb-b8e1-49bf-b928-98635dc73e20} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12191 2025.03.18 03:55:40.688946 [ 147 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
12192 2025.03.18 03:55:40.688969 [ 5 ] {fec06ccb-b8e1-49bf-b928-98635dc73e20} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001977 sec., 67779.46383409206 rows/sec., 5.85 MiB/sec.
12193 2025.03.18 03:55:40.689007 [ 147 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12194 2025.03.18 03:55:40.689077 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12195 2025.03.18 03:55:40.689115 [ 5 ] {fec06ccb-b8e1-49bf-b928-98635dc73e20} <Debug> TCPHandler: Processed in 0.002408106 sec.
12196 2025.03.18 03:55:40.689348 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12197 2025.03.18 03:55:40.689352 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
12198 2025.03.18 03:55:40.689553 [ 5 ] {f88ca621-0fc3-4909-ba89-a37e5a84b508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12199 2025.03.18 03:55:40.689669 [ 5 ] {f88ca621-0fc3-4909-ba89-a37e5a84b508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12200 2025.03.18 03:55:40.689687 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12201 2025.03.18 03:55:40.689800 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1404 rows starting from the beginning of the part
12202 2025.03.18 03:55:40.690099 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 56 rows starting from the beginning of the part
12203 2025.03.18 03:55:40.690591 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 1395 rows starting from the beginning of the part
12204 2025.03.18 03:55:40.691005 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 56 rows starting from the beginning of the part
12205 2025.03.18 03:55:40.691531 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 56 rows starting from the beginning of the part
12206 2025.03.18 03:55:40.691762 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 134 rows starting from the beginning of the part
12207 2025.03.18 03:55:40.692787 [ 5 ] {f88ca621-0fc3-4909-ba89-a37e5a84b508} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12208 2025.03.18 03:55:40.692851 [ 5 ] {f88ca621-0fc3-4909-ba89-a37e5a84b508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12209 2025.03.18 03:55:40.693794 [ 5 ] {f88ca621-0fc3-4909-ba89-a37e5a84b508} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
12210 2025.03.18 03:55:40.694382 [ 5 ] {f88ca621-0fc3-4909-ba89-a37e5a84b508} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12211 2025.03.18 03:55:40.694761 [ 5 ] {f88ca621-0fc3-4909-ba89-a37e5a84b508} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00527 sec., 7400.379506641366 rows/sec., 556.47 KiB/sec.
12212 2025.03.18 03:55:40.694879 [ 5 ] {f88ca621-0fc3-4909-ba89-a37e5a84b508} <Debug> TCPHandler: Processed in 0.005605414 sec.
12213 2025.03.18 03:55:40.695350 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12214 2025.03.18 03:55:40.695866 [ 5 ] {50d54105-b91e-4dee-83b4-0294f0908055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12215 2025.03.18 03:55:40.695882 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3101 rows, containing 5 columns (5 merged, 0 gathered) in 0.00667976 sec., 464238.23610429117 rows/sec., 40.60 MiB/sec.
12216 2025.03.18 03:55:40.696022 [ 5 ] {50d54105-b91e-4dee-83b4-0294f0908055} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12217 2025.03.18 03:55:40.696207 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
12218 2025.03.18 03:55:40.696814 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_136_27} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12219 2025.03.18 03:55:40.697012 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_136_27} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
12220 2025.03.18 03:55:40.697181 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
12221 2025.03.18 03:55:40.697343 [ 5 ] {50d54105-b91e-4dee-83b4-0294f0908055} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12222 2025.03.18 03:55:40.697389 [ 5 ] {50d54105-b91e-4dee-83b4-0294f0908055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12223 2025.03.18 03:55:40.697769 [ 5 ] {50d54105-b91e-4dee-83b4-0294f0908055} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
12224 2025.03.18 03:55:40.698017 [ 5 ] {50d54105-b91e-4dee-83b4-0294f0908055} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12225 2025.03.18 03:55:40.698198 [ 147 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
12226 2025.03.18 03:55:40.698257 [ 147 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12227 2025.03.18 03:55:40.698275 [ 5 ] {50d54105-b91e-4dee-83b4-0294f0908055} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002575 sec., 40000 rows/sec., 3.12 MiB/sec.
12228 2025.03.18 03:55:40.698292 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12229 2025.03.18 03:55:40.698425 [ 5 ] {50d54105-b91e-4dee-83b4-0294f0908055} <Debug> TCPHandler: Processed in 0.003242949 sec.
12230 2025.03.18 03:55:40.698481 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
12231 2025.03.18 03:55:40.698572 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12232 2025.03.18 03:55:40.698643 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12233 2025.03.18 03:55:40.698693 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
12234 2025.03.18 03:55:40.698699 [ 5 ] {baca4ccc-f029-4c63-acab-f05a78206eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12235 2025.03.18 03:55:40.698786 [ 5 ] {baca4ccc-f029-4c63-acab-f05a78206eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12236 2025.03.18 03:55:40.698885 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 64 rows starting from the beginning of the part
12237 2025.03.18 03:55:40.699153 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 597 rows starting from the beginning of the part
12238 2025.03.18 03:55:40.699531 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 64 rows starting from the beginning of the part
12239 2025.03.18 03:55:40.699892 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 64 rows starting from the beginning of the part
12240 2025.03.18 03:55:40.700219 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 103 rows starting from the beginning of the part
12241 2025.03.18 03:55:40.701002 [ 5 ] {baca4ccc-f029-4c63-acab-f05a78206eb1} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12242 2025.03.18 03:55:40.701051 [ 5 ] {baca4ccc-f029-4c63-acab-f05a78206eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12243 2025.03.18 03:55:40.701653 [ 5 ] {baca4ccc-f029-4c63-acab-f05a78206eb1} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
12244 2025.03.18 03:55:40.701948 [ 5 ] {baca4ccc-f029-4c63-acab-f05a78206eb1} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12245 2025.03.18 03:55:40.702238 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 3 parts from all_1_131_27 to all_133_133_0
12246 2025.03.18 03:55:40.702363 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12247 2025.03.18 03:55:40.702405 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.00399197 sec., 381515.89315550966 rows/sec., 30.38 MiB/sec.
12248 2025.03.18 03:55:40.702434 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12249 2025.03.18 03:55:40.702508 [ 5 ] {baca4ccc-f029-4c63-acab-f05a78206eb1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003824 sec., 41841.00418410042 rows/sec., 2.91 MiB/sec.
12250 2025.03.18 03:55:40.702730 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
12251 2025.03.18 03:55:40.702830 [ 197 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_133_28} <Debug> MergeTask::PrepareStage: Merging 3 parts: from all_1_131_27 to all_133_133_0 into Compact with storage Full
12252 2025.03.18 03:55:40.702862 [ 5 ] {baca4ccc-f029-4c63-acab-f05a78206eb1} <Debug> TCPHandler: Processed in 0.004340996 sec.
12253 2025.03.18 03:55:40.703201 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12254 2025.03.18 03:55:40.703235 [ 197 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_133_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12255 2025.03.18 03:55:40.703355 [ 197 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_131_27, total 35514 rows starting from the beginning of the part
12256 2025.03.18 03:55:40.703491 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_136_27} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12257 2025.03.18 03:55:40.703499 [ 5 ] {63af6094-51b8-4168-81fd-0ffe0c96cb6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12258 2025.03.18 03:55:40.703861 [ 197 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part
12259 2025.03.18 03:55:40.703921 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_136_27} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
12260 2025.03.18 03:55:40.703969 [ 5 ] {63af6094-51b8-4168-81fd-0ffe0c96cb6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12261 2025.03.18 03:55:40.704287 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
12262 2025.03.18 03:55:40.704692 [ 197 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_133_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 947 rows starting from the beginning of the part
12263 2025.03.18 03:55:40.707902 [ 5 ] {63af6094-51b8-4168-81fd-0ffe0c96cb6c} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12264 2025.03.18 03:55:40.707979 [ 5 ] {63af6094-51b8-4168-81fd-0ffe0c96cb6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12265 2025.03.18 03:55:40.708937 [ 5 ] {63af6094-51b8-4168-81fd-0ffe0c96cb6c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
12266 2025.03.18 03:55:40.709227 [ 5 ] {63af6094-51b8-4168-81fd-0ffe0c96cb6c} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12267 2025.03.18 03:55:40.709620 [ 5 ] {63af6094-51b8-4168-81fd-0ffe0c96cb6c} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00624 sec., 6250 rows/sec., 11.20 MiB/sec.
12268 2025.03.18 03:55:40.709748 [ 5 ] {63af6094-51b8-4168-81fd-0ffe0c96cb6c} <Debug> TCPHandler: Processed in 0.00668967 sec.
12269 2025.03.18 03:55:40.709869 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12270 2025.03.18 03:55:40.710009 [ 5 ] {69a47676-9fe3-40ab-b6f9-2d4578850d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12271 2025.03.18 03:55:40.710071 [ 5 ] {69a47676-9fe3-40ab-b6f9-2d4578850d74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12272 2025.03.18 03:55:40.710570 [ 5 ] {69a47676-9fe3-40ab-b6f9-2d4578850d74} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12273 2025.03.18 03:55:40.710684 [ 5 ] {69a47676-9fe3-40ab-b6f9-2d4578850d74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12274 2025.03.18 03:55:40.711201 [ 5 ] {69a47676-9fe3-40ab-b6f9-2d4578850d74} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary)
12275 2025.03.18 03:55:40.711505 [ 5 ] {69a47676-9fe3-40ab-b6f9-2d4578850d74} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12276 2025.03.18 03:55:40.711765 [ 147 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0
12277 2025.03.18 03:55:40.711889 [ 147 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12278 2025.03.18 03:55:40.711996 [ 5 ] {69a47676-9fe3-40ab-b6f9-2d4578850d74} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001995 sec., 30075.187969924817 rows/sec., 2.03 MiB/sec.
12279 2025.03.18 03:55:40.711986 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12280 2025.03.18 03:55:40.712391 [ 5 ] {69a47676-9fe3-40ab-b6f9-2d4578850d74} <Debug> TCPHandler: Processed in 0.002562239 sec.
12281 2025.03.18 03:55:40.713025 [ 194 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
12282 2025.03.18 03:55:40.713136 [ 194 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12283 2025.03.18 03:55:40.713166 [ 194 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 6768 rows starting from the beginning of the part
12284 2025.03.18 03:55:40.713255 [ 194 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
12285 2025.03.18 03:55:40.713459 [ 194 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 24 rows starting from the beginning of the part
12286 2025.03.18 03:55:40.713765 [ 194 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 36 rows starting from the beginning of the part
12287 2025.03.18 03:55:40.714059 [ 194 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part
12288 2025.03.18 03:55:40.714350 [ 194 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 60 rows starting from the beginning of the part
12289 2025.03.18 03:55:40.715336 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_133_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36621 rows, containing 5 columns (5 merged, 0 gathered) in 0.012761302 sec., 2869691.5095340586 rows/sec., 196.64 MiB/sec.
12290 2025.03.18 03:55:40.715898 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_133_28} <Trace> MergedBlockOutputStream: filled checksums all_1_133_28 (state Temporary)
12291 2025.03.18 03:55:40.716337 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_133_28} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_133_28 to all_1_133_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12292 2025.03.18 03:55:40.716495 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_133_28} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 3 parts: [all_1_131_27, all_133_133_0] -> all_1_133_28
12293 2025.03.18 03:55:40.716627 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB.
12294 2025.03.18 03:55:40.717133 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7008 rows, containing 4 columns (4 merged, 0 gathered) in 0.004606189 sec., 1521431.2743137549 rows/sec., 102.53 MiB/sec.
12295 2025.03.18 03:55:40.717627 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary)
12296 2025.03.18 03:55:40.717971 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_136_27} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12297 2025.03.18 03:55:40.718056 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_136_27} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27
12298 2025.03.18 03:55:40.718146 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB.
12299 2025.03.18 03:55:40.898984 [ 225 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
12300 2025.03.18 03:55:40.899026 [ 225 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
12301 2025.03.18 03:55:40.900934 [ 225 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
12302 2025.03.18 03:55:41.997121 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603
12303 2025.03.18 03:55:42.022254 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12304 2025.03.18 03:55:42.022312 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12305 2025.03.18 03:55:42.029923 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
12306 2025.03.18 03:55:42.030778 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12307 2025.03.18 03:55:42.035554 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603
12308 2025.03.18 03:55:45.686183 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12309 2025.03.18 03:55:45.686393 [ 5 ] {503c83b8-eaea-4c90-ad97-f0c9a03451d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12310 2025.03.18 03:55:45.686469 [ 5 ] {503c83b8-eaea-4c90-ad97-f0c9a03451d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12311 2025.03.18 03:55:45.687303 [ 5 ] {503c83b8-eaea-4c90-ad97-f0c9a03451d5} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12312 2025.03.18 03:55:45.687359 [ 5 ] {503c83b8-eaea-4c90-ad97-f0c9a03451d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12313 2025.03.18 03:55:45.687823 [ 5 ] {503c83b8-eaea-4c90-ad97-f0c9a03451d5} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
12314 2025.03.18 03:55:45.688097 [ 5 ] {503c83b8-eaea-4c90-ad97-f0c9a03451d5} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12315 2025.03.18 03:55:45.688369 [ 5 ] {503c83b8-eaea-4c90-ad97-f0c9a03451d5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00202 sec., 27722.772277227723 rows/sec., 2.13 MiB/sec.
12316 2025.03.18 03:55:45.688463 [ 5 ] {503c83b8-eaea-4c90-ad97-f0c9a03451d5} <Debug> TCPHandler: Processed in 0.002416346 sec.
12317 2025.03.18 03:55:45.688653 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12318 2025.03.18 03:55:45.688955 [ 5 ] {f585ce91-ec3e-4cd7-9ae4-a56a3c5f53b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12319 2025.03.18 03:55:45.689102 [ 5 ] {f585ce91-ec3e-4cd7-9ae4-a56a3c5f53b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12320 2025.03.18 03:55:45.689812 [ 5 ] {f585ce91-ec3e-4cd7-9ae4-a56a3c5f53b3} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12321 2025.03.18 03:55:45.689859 [ 5 ] {f585ce91-ec3e-4cd7-9ae4-a56a3c5f53b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12322 2025.03.18 03:55:45.690365 [ 5 ] {f585ce91-ec3e-4cd7-9ae4-a56a3c5f53b3} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
12323 2025.03.18 03:55:45.690715 [ 5 ] {f585ce91-ec3e-4cd7-9ae4-a56a3c5f53b3} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12324 2025.03.18 03:55:45.690959 [ 5 ] {f585ce91-ec3e-4cd7-9ae4-a56a3c5f53b3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00214 sec., 29906.542056074766 rows/sec., 2.33 MiB/sec.
12325 2025.03.18 03:55:45.691016 [ 5 ] {f585ce91-ec3e-4cd7-9ae4-a56a3c5f53b3} <Debug> TCPHandler: Processed in 0.002489427 sec.
12326 2025.03.18 03:55:45.691218 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12327 2025.03.18 03:55:45.691567 [ 5 ] {2336543c-bed5-4487-aae5-ff124adba6ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12328 2025.03.18 03:55:45.691679 [ 5 ] {2336543c-bed5-4487-aae5-ff124adba6ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12329 2025.03.18 03:55:45.692269 [ 5 ] {2336543c-bed5-4487-aae5-ff124adba6ea} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12330 2025.03.18 03:55:45.692313 [ 5 ] {2336543c-bed5-4487-aae5-ff124adba6ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12331 2025.03.18 03:55:45.692819 [ 5 ] {2336543c-bed5-4487-aae5-ff124adba6ea} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
12332 2025.03.18 03:55:45.693117 [ 5 ] {2336543c-bed5-4487-aae5-ff124adba6ea} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12333 2025.03.18 03:55:45.693384 [ 5 ] {2336543c-bed5-4487-aae5-ff124adba6ea} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001936 sec., 82644.62809917355 rows/sec., 5.76 MiB/sec.
12334 2025.03.18 03:55:45.693446 [ 5 ] {2336543c-bed5-4487-aae5-ff124adba6ea} <Debug> TCPHandler: Processed in 0.002286044 sec.
12335 2025.03.18 03:55:45.693586 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12336 2025.03.18 03:55:45.693703 [ 5 ] {24ed06c6-842e-4fa8-9ada-335b91c3fe29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12337 2025.03.18 03:55:45.693757 [ 5 ] {24ed06c6-842e-4fa8-9ada-335b91c3fe29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12338 2025.03.18 03:55:45.694320 [ 5 ] {24ed06c6-842e-4fa8-9ada-335b91c3fe29} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12339 2025.03.18 03:55:45.694365 [ 5 ] {24ed06c6-842e-4fa8-9ada-335b91c3fe29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12340 2025.03.18 03:55:45.694796 [ 5 ] {24ed06c6-842e-4fa8-9ada-335b91c3fe29} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary)
12341 2025.03.18 03:55:45.695083 [ 5 ] {24ed06c6-842e-4fa8-9ada-335b91c3fe29} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12342 2025.03.18 03:55:45.695349 [ 5 ] {24ed06c6-842e-4fa8-9ada-335b91c3fe29} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001667 sec., 35992.80143971206 rows/sec., 2.43 MiB/sec.
12343 2025.03.18 03:55:45.695515 [ 5 ] {24ed06c6-842e-4fa8-9ada-335b91c3fe29} <Debug> TCPHandler: Processed in 0.001982129 sec.
12344 2025.03.18 03:55:46.938286 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37088
12345 2025.03.18 03:55:46.938916 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12346 2025.03.18 03:55:46.938961 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12347 2025.03.18 03:55:46.939490 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
12348 2025.03.18 03:55:46.939753 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12349 2025.03.18 03:55:46.939967 [ 138 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
12350 2025.03.18 03:55:46.940014 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37088
12351 2025.03.18 03:55:46.940058 [ 138 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12352 2025.03.18 03:55:46.940087 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB.
12353 2025.03.18 03:55:46.940326 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::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
12354 2025.03.18 03:55:46.940600 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12355 2025.03.18 03:55:46.940652 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part
12356 2025.03.18 03:55:46.940751 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::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
12357 2025.03.18 03:55:46.940862 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::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
12358 2025.03.18 03:55:46.941098 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::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
12359 2025.03.18 03:55:46.941188 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::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
12360 2025.03.18 03:55:46.941376 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::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
12361 2025.03.18 03:55:46.944348 [ 188 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37088 rows, containing 4 columns (4 merged, 0 gathered) in 0.004178473 sec., 8875969.762159524 rows/sec., 126.97 MiB/sec.
12362 2025.03.18 03:55:46.944624 [ 195 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
12363 2025.03.18 03:55:46.944930 [ 195 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_81_16} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12364 2025.03.18 03:55:46.945017 [ 195 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_81_16} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
12365 2025.03.18 03:55:46.945106 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.09 MiB.
12366 2025.03.18 03:55:49.535707 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611
12367 2025.03.18 03:55:49.559199 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12368 2025.03.18 03:55:49.559246 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12369 2025.03.18 03:55:49.566731 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
12370 2025.03.18 03:55:49.567548 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12371 2025.03.18 03:55:49.568075 [ 140 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
12372 2025.03.18 03:55:49.568202 [ 140 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12373 2025.03.18 03:55:49.568278 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12374 2025.03.18 03:55:49.569019 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
12375 2025.03.18 03:55:49.585377 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611
12376 2025.03.18 03:55:49.586766 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12377 2025.03.18 03:55:49.588049 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
12378 2025.03.18 03:55:49.593361 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
12379 2025.03.18 03:55:49.598990 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
12380 2025.03.18 03:55:49.604815 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
12381 2025.03.18 03:55:49.610928 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
12382 2025.03.18 03:55:49.616998 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
12383 2025.03.18 03:55:49.637048 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1658
12384 2025.03.18 03:55:49.644011 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12385 2025.03.18 03:55:49.644074 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12386 2025.03.18 03:55:49.650610 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12387 2025.03.18 03:55:49.652245 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12388 2025.03.18 03:55:49.655394 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1658
12389 2025.03.18 03:55:49.697490 [ 191 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.129067339 sec., 4733.962943173408 rows/sec., 24.48 MiB/sec.
12390 2025.03.18 03:55:49.700771 [ 186 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
12391 2025.03.18 03:55:49.703789 [ 186 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_81_16} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12392 2025.03.18 03:55:49.703891 [ 186 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_81_16} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
12393 2025.03.18 03:55:49.706318 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
12394 2025.03.18 03:55:50.000262 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.79 MiB, peak 278.19 MiB, free memory in arenas 0.00 B, will set to 259.71 MiB (RSS), difference: -1.08 MiB
12395 2025.03.18 03:55:50.114098 [ 225 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
12396 2025.03.18 03:55:50.114208 [ 225 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
12397 2025.03.18 03:55:50.116693 [ 225 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
12398 2025.03.18 03:55:50.514235 [ 217 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): 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]
12399 2025.03.18 03:55:50.514291 [ 217 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): 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]
12400 2025.03.18 03:55:50.516642 [ 217 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): 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]
12401 2025.03.18 03:55:50.687468 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12402 2025.03.18 03:55:50.687687 [ 5 ] {056830be-9a9c-4577-97d1-b0cd88b7a380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12403 2025.03.18 03:55:50.687767 [ 5 ] {056830be-9a9c-4577-97d1-b0cd88b7a380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12404 2025.03.18 03:55:50.688660 [ 5 ] {056830be-9a9c-4577-97d1-b0cd88b7a380} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12405 2025.03.18 03:55:50.688708 [ 5 ] {056830be-9a9c-4577-97d1-b0cd88b7a380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12406 2025.03.18 03:55:50.689136 [ 5 ] {056830be-9a9c-4577-97d1-b0cd88b7a380} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
12407 2025.03.18 03:55:50.689375 [ 5 ] {056830be-9a9c-4577-97d1-b0cd88b7a380} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12408 2025.03.18 03:55:50.689671 [ 5 ] {056830be-9a9c-4577-97d1-b0cd88b7a380} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.002043 sec., 65589.81889378365 rows/sec., 5.66 MiB/sec.
12409 2025.03.18 03:55:50.689728 [ 5 ] {056830be-9a9c-4577-97d1-b0cd88b7a380} <Debug> TCPHandler: Processed in 0.002406206 sec.
12410 2025.03.18 03:55:50.689850 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12411 2025.03.18 03:55:50.689957 [ 5 ] {39249e8f-3770-4b65-b346-3049d10f293f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12412 2025.03.18 03:55:50.690003 [ 5 ] {39249e8f-3770-4b65-b346-3049d10f293f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12413 2025.03.18 03:55:50.690543 [ 5 ] {39249e8f-3770-4b65-b346-3049d10f293f} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12414 2025.03.18 03:55:50.690582 [ 5 ] {39249e8f-3770-4b65-b346-3049d10f293f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12415 2025.03.18 03:55:50.690939 [ 5 ] {39249e8f-3770-4b65-b346-3049d10f293f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12416 2025.03.18 03:55:50.691178 [ 5 ] {39249e8f-3770-4b65-b346-3049d10f293f} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12417 2025.03.18 03:55:50.691401 [ 5 ] {39249e8f-3770-4b65-b346-3049d10f293f} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.00145 sec., 26896.55172413793 rows/sec., 1.98 MiB/sec.
12418 2025.03.18 03:55:50.691502 [ 5 ] {39249e8f-3770-4b65-b346-3049d10f293f} <Debug> TCPHandler: Processed in 0.001700446 sec.
12419 2025.03.18 03:55:50.691506 [ 219 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): 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.18 03:55:50.691606 [ 219 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): 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.18 03:55:50.691644 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12422 2025.03.18 03:55:50.691805 [ 5 ] {d188103c-ea25-4df1-a1bf-6f04a16ec1de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12423 2025.03.18 03:55:50.691954 [ 5 ] {d188103c-ea25-4df1-a1bf-6f04a16ec1de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12424 2025.03.18 03:55:50.692937 [ 5 ] {d188103c-ea25-4df1-a1bf-6f04a16ec1de} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12425 2025.03.18 03:55:50.692996 [ 5 ] {d188103c-ea25-4df1-a1bf-6f04a16ec1de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12426 2025.03.18 03:55:50.693697 [ 5 ] {d188103c-ea25-4df1-a1bf-6f04a16ec1de} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
12427 2025.03.18 03:55:50.694100 [ 5 ] {d188103c-ea25-4df1-a1bf-6f04a16ec1de} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12428 2025.03.18 03:55:50.694559 [ 5 ] {d188103c-ea25-4df1-a1bf-6f04a16ec1de} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002777 sec., 37090.38530788621 rows/sec., 2.90 MiB/sec.
12429 2025.03.18 03:55:50.694637 [ 5 ] {d188103c-ea25-4df1-a1bf-6f04a16ec1de} <Debug> TCPHandler: Processed in 0.003062336 sec.
12430 2025.03.18 03:55:50.694820 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12431 2025.03.18 03:55:50.695078 [ 5 ] {87c78761-9eac-42b5-b6e5-39e9c3ad7544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12432 2025.03.18 03:55:50.695128 [ 5 ] {87c78761-9eac-42b5-b6e5-39e9c3ad7544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12433 2025.03.18 03:55:50.695535 [ 219 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): 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]
12434 2025.03.18 03:55:50.696430 [ 5 ] {87c78761-9eac-42b5-b6e5-39e9c3ad7544} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12435 2025.03.18 03:55:50.696474 [ 5 ] {87c78761-9eac-42b5-b6e5-39e9c3ad7544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12436 2025.03.18 03:55:50.696878 [ 5 ] {87c78761-9eac-42b5-b6e5-39e9c3ad7544} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
12437 2025.03.18 03:55:50.697122 [ 5 ] {87c78761-9eac-42b5-b6e5-39e9c3ad7544} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12438 2025.03.18 03:55:50.697295 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 2 parts from all_1_133_28 to all_134_134_0
12439 2025.03.18 03:55:50.697357 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12440 2025.03.18 03:55:50.697365 [ 5 ] {87c78761-9eac-42b5-b6e5-39e9c3ad7544} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002334 sec., 68551.84233076264 rows/sec., 4.77 MiB/sec.
12441 2025.03.18 03:55:50.697393 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12442 2025.03.18 03:55:50.697508 [ 5 ] {87c78761-9eac-42b5-b6e5-39e9c3ad7544} <Debug> TCPHandler: Processed in 0.002748181 sec.
12443 2025.03.18 03:55:50.697631 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_134_29} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_133_28 to all_134_134_0 into Compact with storage Full
12444 2025.03.18 03:55:50.697664 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
12445 2025.03.18 03:55:50.697729 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
12446 2025.03.18 03:55:50.697723 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12447 2025.03.18 03:55:50.698071 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_134_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12448 2025.03.18 03:55:50.698180 [ 5 ] {667c0184-9261-4d78-be8f-1b973c9ef9d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12449 2025.03.18 03:55:50.698193 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_134_29} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_133_28, total 36621 rows starting from the beginning of the part
12450 2025.03.18 03:55:50.698531 [ 5 ] {667c0184-9261-4d78-be8f-1b973c9ef9d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12451 2025.03.18 03:55:50.698566 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_134_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 96 rows starting from the beginning of the part
12452 2025.03.18 03:55:50.704360 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
12453 2025.03.18 03:55:50.704915 [ 5 ] {667c0184-9261-4d78-be8f-1b973c9ef9d1} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12454 2025.03.18 03:55:50.705003 [ 5 ] {667c0184-9261-4d78-be8f-1b973c9ef9d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12455 2025.03.18 03:55:50.707099 [ 5 ] {667c0184-9261-4d78-be8f-1b973c9ef9d1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
12456 2025.03.18 03:55:50.707489 [ 5 ] {667c0184-9261-4d78-be8f-1b973c9ef9d1} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12457 2025.03.18 03:55:50.707838 [ 5 ] {667c0184-9261-4d78-be8f-1b973c9ef9d1} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.009859 sec., 3955.7764479156103 rows/sec., 7.09 MiB/sec.
12458 2025.03.18 03:55:50.707972 [ 5 ] {667c0184-9261-4d78-be8f-1b973c9ef9d1} <Debug> TCPHandler: Processed in 0.010336785 sec.
12459 2025.03.18 03:55:50.708117 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12460 2025.03.18 03:55:50.708222 [ 5 ] {ba1a93b8-d6e1-4b3b-a03f-552ce879c2c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12461 2025.03.18 03:55:50.708361 [ 5 ] {ba1a93b8-d6e1-4b3b-a03f-552ce879c2c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12462 2025.03.18 03:55:50.708980 [ 5 ] {ba1a93b8-d6e1-4b3b-a03f-552ce879c2c6} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12463 2025.03.18 03:55:50.709041 [ 5 ] {ba1a93b8-d6e1-4b3b-a03f-552ce879c2c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12464 2025.03.18 03:55:50.709304 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_134_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36717 rows, containing 5 columns (5 merged, 0 gathered) in 0.011785447 sec., 3115452.472867597 rows/sec., 213.49 MiB/sec.
12465 2025.03.18 03:55:50.709663 [ 5 ] {ba1a93b8-d6e1-4b3b-a03f-552ce879c2c6} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary)
12466 2025.03.18 03:55:50.709711 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_134_29} <Trace> MergedBlockOutputStream: filled checksums all_1_134_29 (state Temporary)
12467 2025.03.18 03:55:50.710135 [ 5 ] {ba1a93b8-d6e1-4b3b-a03f-552ce879c2c6} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12468 2025.03.18 03:55:50.710240 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_134_29} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_134_29 to all_1_134_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12469 2025.03.18 03:55:50.710507 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_134_29} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 2 parts: [all_1_133_28, all_134_134_0] -> all_1_134_29
12470 2025.03.18 03:55:50.710588 [ 222 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
12471 2025.03.18 03:55:50.710602 [ 5 ] {ba1a93b8-d6e1-4b3b-a03f-552ce879c2c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002383 sec., 25178.34662190516 rows/sec., 1.70 MiB/sec.
12472 2025.03.18 03:55:50.710655 [ 222 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
12473 2025.03.18 03:55:50.710684 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
12474 2025.03.18 03:55:50.710799 [ 5 ] {ba1a93b8-d6e1-4b3b-a03f-552ce879c2c6} <Debug> TCPHandler: Processed in 0.002736261 sec.
12475 2025.03.18 03:55:50.712792 [ 222 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
12476 2025.03.18 03:55:51.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 252.19 MiB, peak 278.19 MiB, free memory in arenas 0.00 B, will set to 259.71 MiB (RSS), difference: 7.52 MiB
12477 2025.03.18 03:55:51.204037 [ 221 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
12478 2025.03.18 03:55:51.204112 [ 221 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
12479 2025.03.18 03:55:51.206581 [ 221 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
12480 2025.03.18 03:55:54.215596 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache
12481 2025.03.18 03:55:54.215672 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache
12482 2025.03.18 03:55:54.440226 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37576
12483 2025.03.18 03:55:54.440974 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12484 2025.03.18 03:55:54.441033 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12485 2025.03.18 03:55:54.441604 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
12486 2025.03.18 03:55:54.441878 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12487 2025.03.18 03:55:54.442123 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576
12488 2025.03.18 03:55:55.685805 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12489 2025.03.18 03:55:55.685995 [ 5 ] {e3f5e8e9-6b2b-4307-a687-1d9f46b1fff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12490 2025.03.18 03:55:55.686067 [ 5 ] {e3f5e8e9-6b2b-4307-a687-1d9f46b1fff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12491 2025.03.18 03:55:55.686877 [ 5 ] {e3f5e8e9-6b2b-4307-a687-1d9f46b1fff5} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12492 2025.03.18 03:55:55.686922 [ 5 ] {e3f5e8e9-6b2b-4307-a687-1d9f46b1fff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12493 2025.03.18 03:55:55.687367 [ 5 ] {e3f5e8e9-6b2b-4307-a687-1d9f46b1fff5} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
12494 2025.03.18 03:55:55.687628 [ 5 ] {e3f5e8e9-6b2b-4307-a687-1d9f46b1fff5} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12495 2025.03.18 03:55:55.687848 [ 5 ] {e3f5e8e9-6b2b-4307-a687-1d9f46b1fff5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001902 sec., 29442.691903259725 rows/sec., 2.26 MiB/sec.
12496 2025.03.18 03:55:55.687950 [ 5 ] {e3f5e8e9-6b2b-4307-a687-1d9f46b1fff5} <Debug> TCPHandler: Processed in 0.002274834 sec.
12497 2025.03.18 03:55:55.688101 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12498 2025.03.18 03:55:55.688402 [ 5 ] {985807b7-3c34-4b27-b5cf-0d3227c4863e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12499 2025.03.18 03:55:55.688536 [ 5 ] {985807b7-3c34-4b27-b5cf-0d3227c4863e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12500 2025.03.18 03:55:55.689191 [ 5 ] {985807b7-3c34-4b27-b5cf-0d3227c4863e} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12501 2025.03.18 03:55:55.689231 [ 5 ] {985807b7-3c34-4b27-b5cf-0d3227c4863e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12502 2025.03.18 03:55:55.689592 [ 5 ] {985807b7-3c34-4b27-b5cf-0d3227c4863e} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
12503 2025.03.18 03:55:55.689833 [ 5 ] {985807b7-3c34-4b27-b5cf-0d3227c4863e} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12504 2025.03.18 03:55:55.690017 [ 5 ] {985807b7-3c34-4b27-b5cf-0d3227c4863e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001731 sec., 36972.848064702484 rows/sec., 2.89 MiB/sec.
12505 2025.03.18 03:55:55.690072 [ 5 ] {985807b7-3c34-4b27-b5cf-0d3227c4863e} <Debug> TCPHandler: Processed in 0.002054191 sec.
12506 2025.03.18 03:55:55.690196 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12507 2025.03.18 03:55:55.690301 [ 5 ] {584b0539-c58a-4cff-bc4f-2b786ab8e816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12508 2025.03.18 03:55:55.690350 [ 5 ] {584b0539-c58a-4cff-bc4f-2b786ab8e816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12509 2025.03.18 03:55:55.690880 [ 5 ] {584b0539-c58a-4cff-bc4f-2b786ab8e816} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12510 2025.03.18 03:55:55.690917 [ 5 ] {584b0539-c58a-4cff-bc4f-2b786ab8e816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12511 2025.03.18 03:55:55.691299 [ 5 ] {584b0539-c58a-4cff-bc4f-2b786ab8e816} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
12512 2025.03.18 03:55:55.691542 [ 5 ] {584b0539-c58a-4cff-bc4f-2b786ab8e816} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12513 2025.03.18 03:55:55.691670 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 2 parts from all_1_134_29 to all_135_135_0
12514 2025.03.18 03:55:55.691714 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12515 2025.03.18 03:55:55.691736 [ 5 ] {584b0539-c58a-4cff-bc4f-2b786ab8e816} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001456 sec., 109890.10989010989 rows/sec., 7.65 MiB/sec.
12516 2025.03.18 03:55:55.691738 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12517 2025.03.18 03:55:55.691838 [ 5 ] {584b0539-c58a-4cff-bc4f-2b786ab8e816} <Debug> TCPHandler: Processed in 0.001692285 sec.
12518 2025.03.18 03:55:55.691876 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_135_30} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_134_29 to all_135_135_0 into Compact with storage Full
12519 2025.03.18 03:55:55.691962 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12520 2025.03.18 03:55:55.692002 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_135_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12521 2025.03.18 03:55:55.692042 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_135_30} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_134_29, total 36717 rows starting from the beginning of the part
12522 2025.03.18 03:55:55.692096 [ 5 ] {7f5c0f29-9720-494b-bced-c07d4d2a19ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12523 2025.03.18 03:55:55.692143 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_135_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part
12524 2025.03.18 03:55:55.692190 [ 5 ] {7f5c0f29-9720-494b-bced-c07d4d2a19ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12525 2025.03.18 03:55:55.693540 [ 5 ] {7f5c0f29-9720-494b-bced-c07d4d2a19ea} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12526 2025.03.18 03:55:55.693580 [ 5 ] {7f5c0f29-9720-494b-bced-c07d4d2a19ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12527 2025.03.18 03:55:55.693985 [ 5 ] {7f5c0f29-9720-494b-bced-c07d4d2a19ea} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary)
12528 2025.03.18 03:55:55.694276 [ 5 ] {7f5c0f29-9720-494b-bced-c07d4d2a19ea} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12529 2025.03.18 03:55:55.694478 [ 5 ] {7f5c0f29-9720-494b-bced-c07d4d2a19ea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002416 sec., 24834.437086092712 rows/sec., 1.67 MiB/sec.
12530 2025.03.18 03:55:55.694548 [ 5 ] {7f5c0f29-9720-494b-bced-c07d4d2a19ea} <Debug> TCPHandler: Processed in 0.00264165 sec.
12531 2025.03.18 03:55:55.699084 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_135_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36877 rows, containing 5 columns (5 merged, 0 gathered) in 0.007248419 sec., 5087592.204589718 rows/sec., 348.65 MiB/sec.
12532 2025.03.18 03:55:55.699579 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_135_30} <Trace> MergedBlockOutputStream: filled checksums all_1_135_30 (state Temporary)
12533 2025.03.18 03:55:55.699936 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_135_30} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_135_30 to all_1_135_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12534 2025.03.18 03:55:55.700025 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_135_30} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 2 parts: [all_1_134_29, all_135_135_0] -> all_1_135_30
12535 2025.03.18 03:55:55.700122 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
12536 2025.03.18 03:55:57.085554 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618
12537 2025.03.18 03:55:57.108530 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12538 2025.03.18 03:55:57.108590 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12539 2025.03.18 03:55:57.116106 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
12540 2025.03.18 03:55:57.116961 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12541 2025.03.18 03:55:57.121420 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618
12542 2025.03.18 03:55:57.166031 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12543 2025.03.18 03:55:57.166200 [ 5 ] {514aebe6-b654-45ea-916d-b7d86ef432bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
12544 2025.03.18 03:55:57.166265 [ 5 ] {514aebe6-b654-45ea-916d-b7d86ef432bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
12545 2025.03.18 03:55:57.166964 [ 5 ] {514aebe6-b654-45ea-916d-b7d86ef432bf} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12546 2025.03.18 03:55:57.167011 [ 5 ] {514aebe6-b654-45ea-916d-b7d86ef432bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12547 2025.03.18 03:55:57.167424 [ 5 ] {514aebe6-b654-45ea-916d-b7d86ef432bf} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
12548 2025.03.18 03:55:57.167675 [ 5 ] {514aebe6-b654-45ea-916d-b7d86ef432bf} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12549 2025.03.18 03:55:57.167944 [ 5 ] {514aebe6-b654-45ea-916d-b7d86ef432bf} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001776 sec., 13513.513513513513 rows/sec., 1.12 MiB/sec.
12550 2025.03.18 03:55:57.168287 [ 5 ] {514aebe6-b654-45ea-916d-b7d86ef432bf} <Debug> TCPHandler: Processed in 0.002367176 sec.
12551 2025.03.18 03:55:57.168523 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12552 2025.03.18 03:55:57.168637 [ 5 ] {70a7d9c5-d2ce-4706-924d-44962ac8f326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
12553 2025.03.18 03:55:57.168687 [ 5 ] {70a7d9c5-d2ce-4706-924d-44962ac8f326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
12554 2025.03.18 03:55:57.169311 [ 5 ] {70a7d9c5-d2ce-4706-924d-44962ac8f326} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12555 2025.03.18 03:55:57.169352 [ 5 ] {70a7d9c5-d2ce-4706-924d-44962ac8f326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12556 2025.03.18 03:55:57.169707 [ 5 ] {70a7d9c5-d2ce-4706-924d-44962ac8f326} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
12557 2025.03.18 03:55:57.169962 [ 5 ] {70a7d9c5-d2ce-4706-924d-44962ac8f326} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12558 2025.03.18 03:55:57.170213 [ 5 ] {70a7d9c5-d2ce-4706-924d-44962ac8f326} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001594 sec., 10037.641154328734 rows/sec., 818.50 KiB/sec.
12559 2025.03.18 03:55:57.170442 [ 5 ] {70a7d9c5-d2ce-4706-924d-44962ac8f326} <Debug> TCPHandler: Processed in 0.001981459 sec.
12560 2025.03.18 03:55:57.170616 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12561 2025.03.18 03:55:57.170724 [ 5 ] {9c6e37a2-ced7-43fa-80b6-2d4110bf1a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12562 2025.03.18 03:55:57.170771 [ 5 ] {9c6e37a2-ced7-43fa-80b6-2d4110bf1a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12563 2025.03.18 03:55:57.172074 [ 5 ] {9c6e37a2-ced7-43fa-80b6-2d4110bf1a78} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12564 2025.03.18 03:55:57.172114 [ 5 ] {9c6e37a2-ced7-43fa-80b6-2d4110bf1a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12565 2025.03.18 03:55:57.172545 [ 5 ] {9c6e37a2-ced7-43fa-80b6-2d4110bf1a78} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
12566 2025.03.18 03:55:57.172786 [ 5 ] {9c6e37a2-ced7-43fa-80b6-2d4110bf1a78} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12567 2025.03.18 03:55:57.173023 [ 5 ] {9c6e37a2-ced7-43fa-80b6-2d4110bf1a78} <Debug> executeQuery: Read 1402 rows, 120.44 KiB in 0.002324 sec., 603270.2237521515 rows/sec., 50.61 MiB/sec.
12568 2025.03.18 03:55:57.173111 [ 5 ] {9c6e37a2-ced7-43fa-80b6-2d4110bf1a78} <Debug> TCPHandler: Processed in 0.002543788 sec.
12569 2025.03.18 03:55:57.173246 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12570 2025.03.18 03:55:57.173520 [ 5 ] {9c939982-62f0-468b-807d-08272452f711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12571 2025.03.18 03:55:57.173650 [ 5 ] {9c939982-62f0-468b-807d-08272452f711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12572 2025.03.18 03:55:57.174525 [ 5 ] {9c939982-62f0-468b-807d-08272452f711} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12573 2025.03.18 03:55:57.174563 [ 5 ] {9c939982-62f0-468b-807d-08272452f711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12574 2025.03.18 03:55:57.175008 [ 5 ] {9c939982-62f0-468b-807d-08272452f711} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12575 2025.03.18 03:55:57.175245 [ 5 ] {9c939982-62f0-468b-807d-08272452f711} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12576 2025.03.18 03:55:57.175489 [ 5 ] {9c939982-62f0-468b-807d-08272452f711} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.002066 sec., 32429.8160696999 rows/sec., 2.37 MiB/sec.
12577 2025.03.18 03:55:57.175661 [ 5 ] {9c939982-62f0-468b-807d-08272452f711} <Debug> TCPHandler: Processed in 0.002481188 sec.
12578 2025.03.18 03:55:57.175892 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12579 2025.03.18 03:55:57.175998 [ 5 ] {a798a7da-604c-4643-94f6-562e8d67aa6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
12580 2025.03.18 03:55:57.176043 [ 5 ] {a798a7da-604c-4643-94f6-562e8d67aa6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
12581 2025.03.18 03:55:57.176676 [ 5 ] {a798a7da-604c-4643-94f6-562e8d67aa6a} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12582 2025.03.18 03:55:57.176719 [ 5 ] {a798a7da-604c-4643-94f6-562e8d67aa6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12583 2025.03.18 03:55:57.177081 [ 5 ] {a798a7da-604c-4643-94f6-562e8d67aa6a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
12584 2025.03.18 03:55:57.177316 [ 5 ] {a798a7da-604c-4643-94f6-562e8d67aa6a} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12585 2025.03.18 03:55:57.177585 [ 5 ] {a798a7da-604c-4643-94f6-562e8d67aa6a} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001596 sec., 157894.73684210525 rows/sec., 10.92 MiB/sec.
12586 2025.03.18 03:55:57.177764 [ 5 ] {a798a7da-604c-4643-94f6-562e8d67aa6a} <Debug> TCPHandler: Processed in 0.001943969 sec.
12587 2025.03.18 03:55:57.177980 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12588 2025.03.18 03:55:57.178104 [ 5 ] {38bc4248-807e-4030-9d85-a0de3eeacfc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
12589 2025.03.18 03:55:57.178160 [ 5 ] {38bc4248-807e-4030-9d85-a0de3eeacfc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
12590 2025.03.18 03:55:57.178700 [ 5 ] {38bc4248-807e-4030-9d85-a0de3eeacfc3} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12591 2025.03.18 03:55:57.178742 [ 5 ] {38bc4248-807e-4030-9d85-a0de3eeacfc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12592 2025.03.18 03:55:57.179090 [ 5 ] {38bc4248-807e-4030-9d85-a0de3eeacfc3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
12593 2025.03.18 03:55:57.179322 [ 5 ] {38bc4248-807e-4030-9d85-a0de3eeacfc3} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12594 2025.03.18 03:55:57.179581 [ 5 ] {38bc4248-807e-4030-9d85-a0de3eeacfc3} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001504 sec., 7978.72340425532 rows/sec., 623.34 KiB/sec.
12595 2025.03.18 03:55:57.179780 [ 5 ] {38bc4248-807e-4030-9d85-a0de3eeacfc3} <Debug> TCPHandler: Processed in 0.001858138 sec.
12596 2025.03.18 03:55:57.179916 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12597 2025.03.18 03:55:57.180019 [ 5 ] {76cda987-caca-49c0-86e9-7e6d67f64122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12598 2025.03.18 03:55:57.180063 [ 5 ] {76cda987-caca-49c0-86e9-7e6d67f64122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12599 2025.03.18 03:55:57.180886 [ 5 ] {76cda987-caca-49c0-86e9-7e6d67f64122} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12600 2025.03.18 03:55:57.180924 [ 5 ] {76cda987-caca-49c0-86e9-7e6d67f64122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12601 2025.03.18 03:55:57.181321 [ 5 ] {76cda987-caca-49c0-86e9-7e6d67f64122} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
12602 2025.03.18 03:55:57.181559 [ 5 ] {76cda987-caca-49c0-86e9-7e6d67f64122} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12603 2025.03.18 03:55:57.181772 [ 5 ] {76cda987-caca-49c0-86e9-7e6d67f64122} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.001775 sec., 344225.352112676 rows/sec., 25.91 MiB/sec.
12604 2025.03.18 03:55:57.181827 [ 5 ] {76cda987-caca-49c0-86e9-7e6d67f64122} <Debug> TCPHandler: Processed in 0.00196011 sec.
12605 2025.03.18 03:55:57.181949 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12606 2025.03.18 03:55:57.182057 [ 5 ] {44ff3a0c-262f-4078-b146-ab6c97c10cd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12607 2025.03.18 03:55:57.182106 [ 5 ] {44ff3a0c-262f-4078-b146-ab6c97c10cd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12608 2025.03.18 03:55:57.182855 [ 5 ] {44ff3a0c-262f-4078-b146-ab6c97c10cd1} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12609 2025.03.18 03:55:57.182893 [ 5 ] {44ff3a0c-262f-4078-b146-ab6c97c10cd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12610 2025.03.18 03:55:57.183319 [ 5 ] {44ff3a0c-262f-4078-b146-ab6c97c10cd1} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
12611 2025.03.18 03:55:57.183546 [ 5 ] {44ff3a0c-262f-4078-b146-ab6c97c10cd1} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12612 2025.03.18 03:55:57.183711 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_135_30 to all_140_140_0
12613 2025.03.18 03:55:57.183767 [ 5 ] {44ff3a0c-262f-4078-b146-ab6c97c10cd1} <Debug> executeQuery: Read 944 rows, 65.24 KiB in 0.001731 sec., 545349.5089543617 rows/sec., 36.80 MiB/sec.
12614 2025.03.18 03:55:57.183788 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12615 2025.03.18 03:55:57.183844 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12616 2025.03.18 03:55:57.183875 [ 5 ] {44ff3a0c-262f-4078-b146-ab6c97c10cd1} <Debug> TCPHandler: Processed in 0.00197321 sec.
12617 2025.03.18 03:55:57.184068 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_140_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_135_30 to all_140_140_0 into Compact with storage Full
12618 2025.03.18 03:55:57.184083 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12619 2025.03.18 03:55:57.184312 [ 5 ] {bc393b5a-65de-418c-ae9b-afadadab46e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12620 2025.03.18 03:55:57.184344 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_140_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12621 2025.03.18 03:55:57.184438 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_140_31} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_135_30, total 36877 rows starting from the beginning of the part
12622 2025.03.18 03:55:57.184467 [ 5 ] {bc393b5a-65de-418c-ae9b-afadadab46e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12623 2025.03.18 03:55:57.184734 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_140_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part
12624 2025.03.18 03:55:57.185183 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_140_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 160 rows starting from the beginning of the part
12625 2025.03.18 03:55:57.185677 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_140_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part
12626 2025.03.18 03:55:57.186086 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_140_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part
12627 2025.03.18 03:55:57.186404 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_140_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 944 rows starting from the beginning of the part
12628 2025.03.18 03:55:57.189139 [ 5 ] {bc393b5a-65de-418c-ae9b-afadadab46e4} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12629 2025.03.18 03:55:57.189209 [ 5 ] {bc393b5a-65de-418c-ae9b-afadadab46e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12630 2025.03.18 03:55:57.190848 [ 5 ] {bc393b5a-65de-418c-ae9b-afadadab46e4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
12631 2025.03.18 03:55:57.191204 [ 5 ] {bc393b5a-65de-418c-ae9b-afadadab46e4} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12632 2025.03.18 03:55:57.191512 [ 5 ] {bc393b5a-65de-418c-ae9b-afadadab46e4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.007261 sec., 5371.160997107836 rows/sec., 9.62 MiB/sec.
12633 2025.03.18 03:55:57.191963 [ 5 ] {bc393b5a-65de-418c-ae9b-afadadab46e4} <Debug> TCPHandler: Processed in 0.00795448 sec.
12634 2025.03.18 03:55:57.192335 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12635 2025.03.18 03:55:57.192478 [ 5 ] {7b78dc97-5791-47c0-8a79-9cdeab98b3de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12636 2025.03.18 03:55:57.192551 [ 5 ] {7b78dc97-5791-47c0-8a79-9cdeab98b3de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12637 2025.03.18 03:55:57.193144 [ 5 ] {7b78dc97-5791-47c0-8a79-9cdeab98b3de} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12638 2025.03.18 03:55:57.193183 [ 5 ] {7b78dc97-5791-47c0-8a79-9cdeab98b3de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12639 2025.03.18 03:55:57.193700 [ 5 ] {7b78dc97-5791-47c0-8a79-9cdeab98b3de} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary)
12640 2025.03.18 03:55:57.193982 [ 5 ] {7b78dc97-5791-47c0-8a79-9cdeab98b3de} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12641 2025.03.18 03:55:57.194242 [ 5 ] {7b78dc97-5791-47c0-8a79-9cdeab98b3de} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001795 sec., 11142.061281337048 rows/sec., 766.02 KiB/sec.
12642 2025.03.18 03:55:57.194293 [ 5 ] {7b78dc97-5791-47c0-8a79-9cdeab98b3de} <Debug> TCPHandler: Processed in 0.002048281 sec.
12643 2025.03.18 03:55:57.196394 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_140_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38461 rows, containing 5 columns (5 merged, 0 gathered) in 0.012458057 sec., 3087239.045382438 rows/sec., 211.55 MiB/sec.
12644 2025.03.18 03:55:57.197090 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_140_31} <Trace> MergedBlockOutputStream: filled checksums all_1_140_31 (state Temporary)
12645 2025.03.18 03:55:57.197446 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_140_31} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_140_31 to all_1_140_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12646 2025.03.18 03:55:57.197525 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_140_31} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_135_30, all_140_140_0] -> all_1_140_31
12647 2025.03.18 03:55:57.197617 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB.
12648 2025.03.18 03:55:58.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.98 MiB, peak 278.19 MiB, free memory in arenas 0.00 B, will set to 259.71 MiB (RSS), difference: -1.27 MiB
12649 2025.03.18 03:55:59.655713 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1698
12650 2025.03.18 03:55:59.659359 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12651 2025.03.18 03:55:59.659405 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12652 2025.03.18 03:55:59.660939 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12653 2025.03.18 03:55:59.661245 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12654 2025.03.18 03:55:59.661575 [ 128 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12655 2025.03.18 03:55:59.661809 [ 128 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12656 2025.03.18 03:55:59.661931 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12657 2025.03.18 03:55:59.662310 [ 187 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
12658 2025.03.18 03:55:59.662433 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1698
12659 2025.03.18 03:55:59.662941 [ 187 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12660 2025.03.18 03:55:59.663075 [ 187 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1562 rows starting from the beginning of the part
12661 2025.03.18 03:55:59.663726 [ 187 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
12662 2025.03.18 03:55:59.664342 [ 187 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 40 rows starting from the beginning of the part
12663 2025.03.18 03:55:59.664875 [ 187 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 16 rows starting from the beginning of the part
12664 2025.03.18 03:55:59.665507 [ 187 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
12665 2025.03.18 03:55:59.667457 [ 187 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 40 rows starting from the beginning of the part
12666 2025.03.18 03:55:59.676189 [ 201 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1698 rows, containing 72 columns (72 merged, 0 gathered) in 0.014072601 sec., 120659.99739493786 rows/sec., 91.81 MiB/sec.
12667 2025.03.18 03:55:59.677990 [ 201 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12668 2025.03.18 03:55:59.678842 [ 201 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_61_12} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12669 2025.03.18 03:55:59.678944 [ 201 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_61_12} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12670 2025.03.18 03:55:59.679302 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB.
12671 2025.03.18 03:56:00.683130 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12672 2025.03.18 03:56:00.683320 [ 5 ] {5fadf991-316a-4420-9c5a-f2eab9f955d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12673 2025.03.18 03:56:00.683393 [ 5 ] {5fadf991-316a-4420-9c5a-f2eab9f955d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12674 2025.03.18 03:56:00.684195 [ 5 ] {5fadf991-316a-4420-9c5a-f2eab9f955d0} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12675 2025.03.18 03:56:00.684247 [ 5 ] {5fadf991-316a-4420-9c5a-f2eab9f955d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12676 2025.03.18 03:56:00.684676 [ 5 ] {5fadf991-316a-4420-9c5a-f2eab9f955d0} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
12677 2025.03.18 03:56:00.684933 [ 5 ] {5fadf991-316a-4420-9c5a-f2eab9f955d0} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12678 2025.03.18 03:56:00.685162 [ 127 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
12679 2025.03.18 03:56:00.685178 [ 5 ] {5fadf991-316a-4420-9c5a-f2eab9f955d0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001903 sec., 29427.220178665266 rows/sec., 2.26 MiB/sec.
12680 2025.03.18 03:56:00.685264 [ 127 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12681 2025.03.18 03:56:00.685344 [ 5 ] {5fadf991-316a-4420-9c5a-f2eab9f955d0} <Debug> TCPHandler: Processed in 0.002343106 sec.
12682 2025.03.18 03:56:00.685350 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12683 2025.03.18 03:56:00.685540 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12684 2025.03.18 03:56:00.685551 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
12685 2025.03.18 03:56:00.685666 [ 5 ] {acbc8b3c-1968-4355-af0f-37898b674cbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12686 2025.03.18 03:56:00.685711 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12687 2025.03.18 03:56:00.685730 [ 5 ] {acbc8b3c-1968-4355-af0f-37898b674cbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12688 2025.03.18 03:56:00.685754 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1404 rows starting from the beginning of the part
12689 2025.03.18 03:56:00.685938 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 56 rows starting from the beginning of the part
12690 2025.03.18 03:56:00.686279 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 134 rows starting from the beginning of the part
12691 2025.03.18 03:56:00.686647 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 56 rows starting from the beginning of the part
12692 2025.03.18 03:56:00.686895 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 1402 rows starting from the beginning of the part
12693 2025.03.18 03:56:00.687065 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part
12694 2025.03.18 03:56:00.687654 [ 5 ] {acbc8b3c-1968-4355-af0f-37898b674cbb} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12695 2025.03.18 03:56:00.687700 [ 5 ] {acbc8b3c-1968-4355-af0f-37898b674cbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12696 2025.03.18 03:56:00.688254 [ 5 ] {acbc8b3c-1968-4355-af0f-37898b674cbb} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
12697 2025.03.18 03:56:00.688572 [ 5 ] {acbc8b3c-1968-4355-af0f-37898b674cbb} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12698 2025.03.18 03:56:00.688770 [ 127 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
12699 2025.03.18 03:56:00.688837 [ 127 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12700 2025.03.18 03:56:00.688878 [ 5 ] {acbc8b3c-1968-4355-af0f-37898b674cbb} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003228 sec., 19826.517967781907 rows/sec., 1.55 MiB/sec.
12701 2025.03.18 03:56:00.688891 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12702 2025.03.18 03:56:00.689113 [ 5 ] {acbc8b3c-1968-4355-af0f-37898b674cbb} <Debug> TCPHandler: Processed in 0.003645645 sec.
12703 2025.03.18 03:56:00.689273 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
12704 2025.03.18 03:56:00.689350 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12705 2025.03.18 03:56:00.689635 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12706 2025.03.18 03:56:00.689651 [ 5 ] {ec95b19d-6037-476a-aa7b-00caeb253ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12707 2025.03.18 03:56:00.689694 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
12708 2025.03.18 03:56:00.689714 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 5 columns (5 merged, 0 gathered) in 0.004226153 sec., 735420.6059269506 rows/sec., 64.30 MiB/sec.
12709 2025.03.18 03:56:00.689739 [ 5 ] {ec95b19d-6037-476a-aa7b-00caeb253ba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12710 2025.03.18 03:56:00.689992 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 64 rows starting from the beginning of the part
12711 2025.03.18 03:56:00.690351 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
12712 2025.03.18 03:56:00.690483 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 103 rows starting from the beginning of the part
12713 2025.03.18 03:56:00.691031 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 64 rows starting from the beginning of the part
12714 2025.03.18 03:56:00.691510 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 611 rows starting from the beginning of the part
12715 2025.03.18 03:56:00.691987 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part
12716 2025.03.18 03:56:00.692094 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_141_28} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12717 2025.03.18 03:56:00.693285 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_141_28} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
12718 2025.03.18 03:56:00.693627 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
12719 2025.03.18 03:56:00.693815 [ 5 ] {ec95b19d-6037-476a-aa7b-00caeb253ba9} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12720 2025.03.18 03:56:00.693867 [ 5 ] {ec95b19d-6037-476a-aa7b-00caeb253ba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12721 2025.03.18 03:56:00.694467 [ 5 ] {ec95b19d-6037-476a-aa7b-00caeb253ba9} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
12722 2025.03.18 03:56:00.694762 [ 5 ] {ec95b19d-6037-476a-aa7b-00caeb253ba9} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12723 2025.03.18 03:56:00.694892 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1537 rows, containing 5 columns (5 merged, 0 gathered) in 0.005862988 sec., 262153.0182221079 rows/sec., 20.88 MiB/sec.
12724 2025.03.18 03:56:00.695170 [ 5 ] {ec95b19d-6037-476a-aa7b-00caeb253ba9} <Debug> executeQuery: Read 106 rows, 7.56 KiB in 0.005622 sec., 18854.500177872644 rows/sec., 1.31 MiB/sec.
12725 2025.03.18 03:56:00.695259 [ 199 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
12726 2025.03.18 03:56:00.695317 [ 5 ] {ec95b19d-6037-476a-aa7b-00caeb253ba9} <Debug> TCPHandler: Processed in 0.006037061 sec.
12727 2025.03.18 03:56:00.695795 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12728 2025.03.18 03:56:00.696193 [ 199 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_141_28} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12729 2025.03.18 03:56:00.696265 [ 5 ] {83d479b8-1adf-4075-a936-2548f530f11c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12730 2025.03.18 03:56:00.696526 [ 199 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_141_28} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
12731 2025.03.18 03:56:00.696565 [ 5 ] {83d479b8-1adf-4075-a936-2548f530f11c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12732 2025.03.18 03:56:00.696837 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
12733 2025.03.18 03:56:00.697331 [ 5 ] {83d479b8-1adf-4075-a936-2548f530f11c} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12734 2025.03.18 03:56:00.697376 [ 5 ] {83d479b8-1adf-4075-a936-2548f530f11c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12735 2025.03.18 03:56:00.697738 [ 5 ] {83d479b8-1adf-4075-a936-2548f530f11c} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary)
12736 2025.03.18 03:56:00.697979 [ 5 ] {83d479b8-1adf-4075-a936-2548f530f11c} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12737 2025.03.18 03:56:00.698148 [ 127 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0
12738 2025.03.18 03:56:00.698199 [ 127 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12739 2025.03.18 03:56:00.698223 [ 5 ] {83d479b8-1adf-4075-a936-2548f530f11c} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.002154 sec., 18570.102135561745 rows/sec., 1.25 MiB/sec.
12740 2025.03.18 03:56:00.698236 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12741 2025.03.18 03:56:00.698385 [ 5 ] {83d479b8-1adf-4075-a936-2548f530f11c} <Debug> TCPHandler: Processed in 0.002742642 sec.
12742 2025.03.18 03:56:00.698475 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
12743 2025.03.18 03:56:00.698610 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12744 2025.03.18 03:56:00.698644 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 7008 rows starting from the beginning of the part
12745 2025.03.18 03:56:00.698722 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
12746 2025.03.18 03:56:00.698852 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
12747 2025.03.18 03:56:00.698959 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
12748 2025.03.18 03:56:00.699200 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 20 rows starting from the beginning of the part
12749 2025.03.18 03:56:00.699278 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 40 rows starting from the beginning of the part
12750 2025.03.18 03:56:00.701452 [ 186 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7248 rows, containing 4 columns (4 merged, 0 gathered) in 0.003103167 sec., 2335678.3569817543 rows/sec., 157.41 MiB/sec.
12751 2025.03.18 03:56:00.701937 [ 191 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary)
12752 2025.03.18 03:56:00.702273 [ 191 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_141_28} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12753 2025.03.18 03:56:00.702363 [ 191 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_141_28} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28
12754 2025.03.18 03:56:00.702442 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB.
12755 2025.03.18 03:56:01.942372 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38003
12756 2025.03.18 03:56:01.943444 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12757 2025.03.18 03:56:01.943511 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12758 2025.03.18 03:56:01.944106 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
12759 2025.03.18 03:56:01.944359 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12760 2025.03.18 03:56:01.944564 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38003
12761 2025.03.18 03:56:04.621572 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626
12762 2025.03.18 03:56:04.645105 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12763 2025.03.18 03:56:04.645157 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12764 2025.03.18 03:56:04.652562 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
12765 2025.03.18 03:56:04.653348 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12766 2025.03.18 03:56:04.656331 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626
12767 2025.03.18 03:56:05.685501 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12768 2025.03.18 03:56:05.685691 [ 5 ] {10df8bb5-6476-4c15-8542-c58dd862b2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12769 2025.03.18 03:56:05.685762 [ 5 ] {10df8bb5-6476-4c15-8542-c58dd862b2b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12770 2025.03.18 03:56:05.686543 [ 5 ] {10df8bb5-6476-4c15-8542-c58dd862b2b3} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12771 2025.03.18 03:56:05.686622 [ 5 ] {10df8bb5-6476-4c15-8542-c58dd862b2b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12772 2025.03.18 03:56:05.687057 [ 5 ] {10df8bb5-6476-4c15-8542-c58dd862b2b3} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
12773 2025.03.18 03:56:05.687318 [ 5 ] {10df8bb5-6476-4c15-8542-c58dd862b2b3} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12774 2025.03.18 03:56:05.687540 [ 5 ] {10df8bb5-6476-4c15-8542-c58dd862b2b3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001899 sec., 29489.20484465508 rows/sec., 2.27 MiB/sec.
12775 2025.03.18 03:56:05.687596 [ 5 ] {10df8bb5-6476-4c15-8542-c58dd862b2b3} <Debug> TCPHandler: Processed in 0.002226144 sec.
12776 2025.03.18 03:56:05.687718 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12777 2025.03.18 03:56:05.687825 [ 5 ] {9af92158-d71d-4bf3-ad6e-dbaf4a0a0243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12778 2025.03.18 03:56:05.687872 [ 5 ] {9af92158-d71d-4bf3-ad6e-dbaf4a0a0243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12779 2025.03.18 03:56:05.688416 [ 5 ] {9af92158-d71d-4bf3-ad6e-dbaf4a0a0243} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12780 2025.03.18 03:56:05.688457 [ 5 ] {9af92158-d71d-4bf3-ad6e-dbaf4a0a0243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12781 2025.03.18 03:56:05.688811 [ 5 ] {9af92158-d71d-4bf3-ad6e-dbaf4a0a0243} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
12782 2025.03.18 03:56:05.689068 [ 5 ] {9af92158-d71d-4bf3-ad6e-dbaf4a0a0243} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12783 2025.03.18 03:56:05.689281 [ 5 ] {9af92158-d71d-4bf3-ad6e-dbaf4a0a0243} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001475 sec., 43389.83050847458 rows/sec., 3.39 MiB/sec.
12784 2025.03.18 03:56:05.689338 [ 5 ] {9af92158-d71d-4bf3-ad6e-dbaf4a0a0243} <Debug> TCPHandler: Processed in 0.001670396 sec.
12785 2025.03.18 03:56:05.689504 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12786 2025.03.18 03:56:05.689830 [ 5 ] {c804c54c-a137-4972-b08f-58f29b3443ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12787 2025.03.18 03:56:05.689999 [ 5 ] {c804c54c-a137-4972-b08f-58f29b3443ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12788 2025.03.18 03:56:05.690994 [ 5 ] {c804c54c-a137-4972-b08f-58f29b3443ad} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12789 2025.03.18 03:56:05.691034 [ 5 ] {c804c54c-a137-4972-b08f-58f29b3443ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12790 2025.03.18 03:56:05.691422 [ 5 ] {c804c54c-a137-4972-b08f-58f29b3443ad} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
12791 2025.03.18 03:56:05.691665 [ 5 ] {c804c54c-a137-4972-b08f-58f29b3443ad} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12792 2025.03.18 03:56:05.691876 [ 5 ] {c804c54c-a137-4972-b08f-58f29b3443ad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002165 sec., 73903.00230946882 rows/sec., 5.15 MiB/sec.
12793 2025.03.18 03:56:05.691930 [ 5 ] {c804c54c-a137-4972-b08f-58f29b3443ad} <Debug> TCPHandler: Processed in 0.002496448 sec.
12794 2025.03.18 03:56:05.692036 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12795 2025.03.18 03:56:05.692137 [ 5 ] {ec288a56-7997-42b3-887d-f50433c8566c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12796 2025.03.18 03:56:05.692184 [ 5 ] {ec288a56-7997-42b3-887d-f50433c8566c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12797 2025.03.18 03:56:05.692620 [ 5 ] {ec288a56-7997-42b3-887d-f50433c8566c} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12798 2025.03.18 03:56:05.692659 [ 5 ] {ec288a56-7997-42b3-887d-f50433c8566c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB.
12799 2025.03.18 03:56:05.693031 [ 5 ] {ec288a56-7997-42b3-887d-f50433c8566c} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary)
12800 2025.03.18 03:56:05.693279 [ 5 ] {ec288a56-7997-42b3-887d-f50433c8566c} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12801 2025.03.18 03:56:05.693487 [ 5 ] {ec288a56-7997-42b3-887d-f50433c8566c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001372 sec., 43731.778425655975 rows/sec., 2.95 MiB/sec.
12802 2025.03.18 03:56:05.693538 [ 5 ] {ec288a56-7997-42b3-887d-f50433c8566c} <Debug> TCPHandler: Processed in 0.001550783 sec.
12803 2025.03.18 03:56:09.215727 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache
12804 2025.03.18 03:56:09.215798 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache
12805 2025.03.18 03:56:09.444760 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38491
12806 2025.03.18 03:56:09.445407 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12807 2025.03.18 03:56:09.445449 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12808 2025.03.18 03:56:09.445958 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
12809 2025.03.18 03:56:09.446206 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12810 2025.03.18 03:56:09.446439 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491
12811 2025.03.18 03:56:09.662828 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1714
12812 2025.03.18 03:56:09.666186 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12813 2025.03.18 03:56:09.666230 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12814 2025.03.18 03:56:09.667713 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
12815 2025.03.18 03:56:09.668034 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12816 2025.03.18 03:56:09.668566 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1714
12817 2025.03.18 03:56:09.866818 [ 118 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0
12818 2025.03.18 03:56:09.866882 [ 118 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12819 2025.03.18 03:56:09.866908 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12820 2025.03.18 03:56:09.867110 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_56_12 to all_60_60_0 into Compact with storage Full
12821 2025.03.18 03:56:09.867541 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12822 2025.03.18 03:56:09.867638 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 69 rows starting from the beginning of the part
12823 2025.03.18 03:56:09.867743 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 53 rows starting from the beginning of the part
12824 2025.03.18 03:56:09.867986 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 39 rows starting from the beginning of the part
12825 2025.03.18 03:56:09.868144 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 39 rows starting from the beginning of the part
12826 2025.03.18 03:56:09.868422 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 67 rows starting from the beginning of the part
12827 2025.03.18 03:56:09.869583 [ 186 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 5 columns (5 merged, 0 gathered) in 0.002594359 sec., 102915.59495042899 rows/sec., 7.94 MiB/sec.
12828 2025.03.18 03:56:09.869755 [ 186 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary)
12829 2025.03.18 03:56:09.870083 [ 186 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_60_13} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12830 2025.03.18 03:56:09.870174 [ 186 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_60_13} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13
12831 2025.03.18 03:56:09.870275 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
12832 2025.03.18 03:56:10.528114 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
12833 2025.03.18 03:56:10.528170 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
12834 2025.03.18 03:56:10.530438 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
12835 2025.03.18 03:56:10.580618 [ 217 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
12836 2025.03.18 03:56:10.580680 [ 217 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
12837 2025.03.18 03:56:10.582522 [ 217 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
12838 2025.03.18 03:56:10.687481 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12839 2025.03.18 03:56:10.687674 [ 5 ] {787a8e7e-587a-4217-b099-8406fd6126ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12840 2025.03.18 03:56:10.687745 [ 5 ] {787a8e7e-587a-4217-b099-8406fd6126ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12841 2025.03.18 03:56:10.688542 [ 5 ] {787a8e7e-587a-4217-b099-8406fd6126ad} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12842 2025.03.18 03:56:10.688587 [ 5 ] {787a8e7e-587a-4217-b099-8406fd6126ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12843 2025.03.18 03:56:10.689049 [ 5 ] {787a8e7e-587a-4217-b099-8406fd6126ad} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
12844 2025.03.18 03:56:10.689300 [ 5 ] {787a8e7e-587a-4217-b099-8406fd6126ad} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12845 2025.03.18 03:56:10.689550 [ 5 ] {787a8e7e-587a-4217-b099-8406fd6126ad} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.00192 sec., 69791.66666666667 rows/sec., 6.02 MiB/sec.
12846 2025.03.18 03:56:10.689614 [ 5 ] {787a8e7e-587a-4217-b099-8406fd6126ad} <Debug> TCPHandler: Processed in 0.002261614 sec.
12847 2025.03.18 03:56:10.689639 [ 224 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
12848 2025.03.18 03:56:10.689706 [ 224 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
12849 2025.03.18 03:56:10.689756 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12850 2025.03.18 03:56:10.690018 [ 5 ] {ea4bf53d-5f64-4fcb-ba7b-b477f14a5175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
12851 2025.03.18 03:56:10.690072 [ 5 ] {ea4bf53d-5f64-4fcb-ba7b-b477f14a5175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
12852 2025.03.18 03:56:10.691301 [ 5 ] {ea4bf53d-5f64-4fcb-ba7b-b477f14a5175} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12853 2025.03.18 03:56:10.691366 [ 5 ] {ea4bf53d-5f64-4fcb-ba7b-b477f14a5175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12854 2025.03.18 03:56:10.691991 [ 5 ] {ea4bf53d-5f64-4fcb-ba7b-b477f14a5175} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12855 2025.03.18 03:56:10.692378 [ 5 ] {ea4bf53d-5f64-4fcb-ba7b-b477f14a5175} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12856 2025.03.18 03:56:10.692699 [ 5 ] {ea4bf53d-5f64-4fcb-ba7b-b477f14a5175} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002775 sec., 14054.054054054053 rows/sec., 1.03 MiB/sec.
12857 2025.03.18 03:56:10.692812 [ 5 ] {ea4bf53d-5f64-4fcb-ba7b-b477f14a5175} <Debug> TCPHandler: Processed in 0.003131157 sec.
12858 2025.03.18 03:56:10.692982 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12859 2025.03.18 03:56:10.693101 [ 5 ] {aa99b6b1-2c46-47be-b1e1-916da6295f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12860 2025.03.18 03:56:10.693149 [ 5 ] {aa99b6b1-2c46-47be-b1e1-916da6295f9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12861 2025.03.18 03:56:10.693535 [ 224 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
12862 2025.03.18 03:56:10.694899 [ 5 ] {aa99b6b1-2c46-47be-b1e1-916da6295f9b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12863 2025.03.18 03:56:10.694972 [ 5 ] {aa99b6b1-2c46-47be-b1e1-916da6295f9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12864 2025.03.18 03:56:10.695384 [ 5 ] {aa99b6b1-2c46-47be-b1e1-916da6295f9b} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
12865 2025.03.18 03:56:10.695620 [ 5 ] {aa99b6b1-2c46-47be-b1e1-916da6295f9b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12866 2025.03.18 03:56:10.695845 [ 5 ] {aa99b6b1-2c46-47be-b1e1-916da6295f9b} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.002764 sec., 37264.833574529664 rows/sec., 2.91 MiB/sec.
12867 2025.03.18 03:56:10.695894 [ 217 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
12868 2025.03.18 03:56:10.695949 [ 5 ] {aa99b6b1-2c46-47be-b1e1-916da6295f9b} <Debug> TCPHandler: Processed in 0.003044156 sec.
12869 2025.03.18 03:56:10.695959 [ 217 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
12870 2025.03.18 03:56:10.696165 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12871 2025.03.18 03:56:10.696285 [ 5 ] {21ec3479-a7c7-4d17-a0db-db0a04d42142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12872 2025.03.18 03:56:10.696353 [ 5 ] {21ec3479-a7c7-4d17-a0db-db0a04d42142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12873 2025.03.18 03:56:10.697691 [ 5 ] {21ec3479-a7c7-4d17-a0db-db0a04d42142} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12874 2025.03.18 03:56:10.697732 [ 5 ] {21ec3479-a7c7-4d17-a0db-db0a04d42142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12875 2025.03.18 03:56:10.698528 [ 5 ] {21ec3479-a7c7-4d17-a0db-db0a04d42142} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
12876 2025.03.18 03:56:10.698946 [ 5 ] {21ec3479-a7c7-4d17-a0db-db0a04d42142} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12877 2025.03.18 03:56:10.699263 [ 5 ] {21ec3479-a7c7-4d17-a0db-db0a04d42142} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002991 sec., 53493.81477766633 rows/sec., 3.73 MiB/sec.
12878 2025.03.18 03:56:10.699429 [ 5 ] {21ec3479-a7c7-4d17-a0db-db0a04d42142} <Debug> TCPHandler: Processed in 0.00335347 sec.
12879 2025.03.18 03:56:10.699557 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12880 2025.03.18 03:56:10.699712 [ 5 ] {cc129012-058b-4283-96cf-2394c66bf4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
12881 2025.03.18 03:56:10.699852 [ 5 ] {cc129012-058b-4283-96cf-2394c66bf4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
12882 2025.03.18 03:56:10.699906 [ 217 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
12883 2025.03.18 03:56:10.703103 [ 5 ] {cc129012-058b-4283-96cf-2394c66bf4fe} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12884 2025.03.18 03:56:10.703147 [ 5 ] {cc129012-058b-4283-96cf-2394c66bf4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12885 2025.03.18 03:56:10.703809 [ 5 ] {cc129012-058b-4283-96cf-2394c66bf4fe} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
12886 2025.03.18 03:56:10.704063 [ 5 ] {cc129012-058b-4283-96cf-2394c66bf4fe} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12887 2025.03.18 03:56:10.704252 [ 117 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
12888 2025.03.18 03:56:10.704311 [ 117 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12889 2025.03.18 03:56:10.704347 [ 5 ] {cc129012-058b-4283-96cf-2394c66bf4fe} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004671 sec., 8349.389852280026 rows/sec., 14.96 MiB/sec.
12890 2025.03.18 03:56:10.704354 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12891 2025.03.18 03:56:10.704961 [ 199 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
12892 2025.03.18 03:56:10.705080 [ 5 ] {cc129012-058b-4283-96cf-2394c66bf4fe} <Debug> TCPHandler: Processed in 0.005562824 sec.
12893 2025.03.18 03:56:10.705599 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12894 2025.03.18 03:56:10.705990 [ 5 ] {7b21fd21-89ba-46d0-bbff-25ac6e867e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12895 2025.03.18 03:56:10.706134 [ 5 ] {7b21fd21-89ba-46d0-bbff-25ac6e867e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12896 2025.03.18 03:56:10.706441 [ 199 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12897 2025.03.18 03:56:10.706694 [ 199 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2076 rows starting from the beginning of the part
12898 2025.03.18 03:56:10.707555 [ 199 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 39 rows starting from the beginning of the part
12899 2025.03.18 03:56:10.708382 [ 199 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
12900 2025.03.18 03:56:10.708407 [ 5 ] {7b21fd21-89ba-46d0-bbff-25ac6e867e85} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12901 2025.03.18 03:56:10.708493 [ 5 ] {7b21fd21-89ba-46d0-bbff-25ac6e867e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12902 2025.03.18 03:56:10.709045 [ 199 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 39 rows starting from the beginning of the part
12903 2025.03.18 03:56:10.709731 [ 199 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 39 rows starting from the beginning of the part
12904 2025.03.18 03:56:10.710214 [ 5 ] {7b21fd21-89ba-46d0-bbff-25ac6e867e85} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary)
12905 2025.03.18 03:56:10.710353 [ 199 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 39 rows starting from the beginning of the part
12906 2025.03.18 03:56:10.711078 [ 5 ] {7b21fd21-89ba-46d0-bbff-25ac6e867e85} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12907 2025.03.18 03:56:10.711657 [ 5 ] {7b21fd21-89ba-46d0-bbff-25ac6e867e85} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005798 sec., 10348.395998620214 rows/sec., 714.15 KiB/sec.
12908 2025.03.18 03:56:10.711776 [ 5 ] {7b21fd21-89ba-46d0-bbff-25ac6e867e85} <Debug> TCPHandler: Processed in 0.006291415 sec.
12909 2025.03.18 03:56:10.718978 [ 200 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2271 rows, containing 19 columns (19 merged, 0 gathered) in 0.014430497 sec., 157375.03704827352 rows/sec., 282.01 MiB/sec.
12910 2025.03.18 03:56:10.721190 [ 200 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
12911 2025.03.18 03:56:10.721639 [ 200 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12912 2025.03.18 03:56:10.721726 [ 200 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
12913 2025.03.18 03:56:10.721900 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.58 MiB.
12914 2025.03.18 03:56:11.185969 [ 116 ] {} <Debug> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
12915 2025.03.18 03:56:11.186032 [ 116 ] {} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12916 2025.03.18 03:56:11.186056 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12917 2025.03.18 03:56:11.186203 [ 222 ] {} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): 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]
12918 2025.03.18 03:56:11.186223 [ 188 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
12919 2025.03.18 03:56:11.186272 [ 222 ] {} <Debug> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): 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]
12920 2025.03.18 03:56:11.186452 [ 188 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
12921 2025.03.18 03:56:11.186551 [ 188 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 253 rows starting from the beginning of the part
12922 2025.03.18 03:56:11.186655 [ 188 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
12923 2025.03.18 03:56:11.186999 [ 188 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
12924 2025.03.18 03:56:11.187260 [ 188 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
12925 2025.03.18 03:56:11.187552 [ 188 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
12926 2025.03.18 03:56:11.189850 [ 200 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1261 rows, containing 5 columns (5 merged, 0 gathered) in 0.003731466 sec., 337936.88593169546 rows/sec., 24.66 MiB/sec.
12927 2025.03.18 03:56:11.190078 [ 200 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
12928 2025.03.18 03:56:11.190155 [ 222 ] {} <Debug> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): 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]
12929 2025.03.18 03:56:11.190609 [ 200 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_21_5} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12930 2025.03.18 03:56:11.190694 [ 200 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_21_5} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
12931 2025.03.18 03:56:11.190767 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
12932 2025.03.18 03:56:12.156472 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 633
12933 2025.03.18 03:56:12.180691 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12934 2025.03.18 03:56:12.180760 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12935 2025.03.18 03:56:12.188307 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
12936 2025.03.18 03:56:12.189118 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12937 2025.03.18 03:56:12.193564 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 633
12938 2025.03.18 03:56:15.685608 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12939 2025.03.18 03:56:15.685815 [ 5 ] {4ca8ab67-75de-49f4-961a-07c4c6aa529f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
12940 2025.03.18 03:56:15.685888 [ 5 ] {4ca8ab67-75de-49f4-961a-07c4c6aa529f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
12941 2025.03.18 03:56:15.686695 [ 5 ] {4ca8ab67-75de-49f4-961a-07c4c6aa529f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12942 2025.03.18 03:56:15.686750 [ 5 ] {4ca8ab67-75de-49f4-961a-07c4c6aa529f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12943 2025.03.18 03:56:15.687209 [ 5 ] {4ca8ab67-75de-49f4-961a-07c4c6aa529f} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
12944 2025.03.18 03:56:15.687472 [ 5 ] {4ca8ab67-75de-49f4-961a-07c4c6aa529f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12945 2025.03.18 03:56:15.687704 [ 5 ] {4ca8ab67-75de-49f4-961a-07c4c6aa529f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001939 sec., 28880.86642599278 rows/sec., 2.22 MiB/sec.
12946 2025.03.18 03:56:15.687837 [ 5 ] {4ca8ab67-75de-49f4-961a-07c4c6aa529f} <Debug> TCPHandler: Processed in 0.002356816 sec.
12947 2025.03.18 03:56:15.688014 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12948 2025.03.18 03:56:15.688318 [ 5 ] {8b982b57-38d5-4de4-8d3d-8718a454dac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
12949 2025.03.18 03:56:15.688456 [ 5 ] {8b982b57-38d5-4de4-8d3d-8718a454dac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
12950 2025.03.18 03:56:15.689116 [ 5 ] {8b982b57-38d5-4de4-8d3d-8718a454dac7} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12951 2025.03.18 03:56:15.689159 [ 5 ] {8b982b57-38d5-4de4-8d3d-8718a454dac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12952 2025.03.18 03:56:15.689524 [ 5 ] {8b982b57-38d5-4de4-8d3d-8718a454dac7} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
12953 2025.03.18 03:56:15.689764 [ 5 ] {8b982b57-38d5-4de4-8d3d-8718a454dac7} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12954 2025.03.18 03:56:15.689985 [ 5 ] {8b982b57-38d5-4de4-8d3d-8718a454dac7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001776 sec., 36036.036036036036 rows/sec., 2.81 MiB/sec.
12955 2025.03.18 03:56:15.690040 [ 5 ] {8b982b57-38d5-4de4-8d3d-8718a454dac7} <Debug> TCPHandler: Processed in 0.002106572 sec.
12956 2025.03.18 03:56:15.690152 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12957 2025.03.18 03:56:15.690258 [ 5 ] {11ca47e0-0d94-4d66-bf00-28e7a686597f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
12958 2025.03.18 03:56:15.690308 [ 5 ] {11ca47e0-0d94-4d66-bf00-28e7a686597f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
12959 2025.03.18 03:56:15.690831 [ 5 ] {11ca47e0-0d94-4d66-bf00-28e7a686597f} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12960 2025.03.18 03:56:15.690870 [ 5 ] {11ca47e0-0d94-4d66-bf00-28e7a686597f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12961 2025.03.18 03:56:15.691259 [ 5 ] {11ca47e0-0d94-4d66-bf00-28e7a686597f} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
12962 2025.03.18 03:56:15.691495 [ 5 ] {11ca47e0-0d94-4d66-bf00-28e7a686597f} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12963 2025.03.18 03:56:15.691728 [ 5 ] {11ca47e0-0d94-4d66-bf00-28e7a686597f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001488 sec., 107526.88172043012 rows/sec., 7.49 MiB/sec.
12964 2025.03.18 03:56:15.691798 [ 5 ] {11ca47e0-0d94-4d66-bf00-28e7a686597f} <Debug> TCPHandler: Processed in 0.001690395 sec.
12965 2025.03.18 03:56:15.691955 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12966 2025.03.18 03:56:15.692241 [ 5 ] {746cd4bd-bdb0-42e6-8bcb-5093d2380eef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
12967 2025.03.18 03:56:15.692396 [ 5 ] {746cd4bd-bdb0-42e6-8bcb-5093d2380eef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
12968 2025.03.18 03:56:15.693458 [ 5 ] {746cd4bd-bdb0-42e6-8bcb-5093d2380eef} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12969 2025.03.18 03:56:15.693499 [ 5 ] {746cd4bd-bdb0-42e6-8bcb-5093d2380eef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12970 2025.03.18 03:56:15.693862 [ 5 ] {746cd4bd-bdb0-42e6-8bcb-5093d2380eef} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary)
12971 2025.03.18 03:56:15.694129 [ 5 ] {746cd4bd-bdb0-42e6-8bcb-5093d2380eef} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12972 2025.03.18 03:56:15.694386 [ 5 ] {746cd4bd-bdb0-42e6-8bcb-5093d2380eef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002254 sec., 26619.343389529728 rows/sec., 1.79 MiB/sec.
12973 2025.03.18 03:56:15.694440 [ 5 ] {746cd4bd-bdb0-42e6-8bcb-5093d2380eef} <Debug> TCPHandler: Processed in 0.002541698 sec.
12974 2025.03.18 03:56:16.344816 [ 225 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
12975 2025.03.18 03:56:16.344868 [ 225 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
12976 2025.03.18 03:56:16.346723 [ 225 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
12977 2025.03.18 03:56:16.946604 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38918
12978 2025.03.18 03:56:16.947229 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12979 2025.03.18 03:56:16.947276 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12980 2025.03.18 03:56:16.947797 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
12981 2025.03.18 03:56:16.948054 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12982 2025.03.18 03:56:16.948297 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38918
12983 2025.03.18 03:56:17.866615 [ 220 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
12984 2025.03.18 03:56:17.866682 [ 220 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
12985 2025.03.18 03:56:17.868367 [ 220 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
12986 2025.03.18 03:56:19.668759 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1734
12987 2025.03.18 03:56:19.671669 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12988 2025.03.18 03:56:19.671731 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12989 2025.03.18 03:56:19.673280 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
12990 2025.03.18 03:56:19.673609 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12991 2025.03.18 03:56:19.674279 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1734
12992 2025.03.18 03:56:19.693662 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 641
12993 2025.03.18 03:56:19.717659 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
12994 2025.03.18 03:56:19.717716 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
12995 2025.03.18 03:56:19.725420 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
12996 2025.03.18 03:56:19.726254 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
12997 2025.03.18 03:56:19.730845 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641
12998 2025.03.18 03:56:20.687988 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
12999 2025.03.18 03:56:20.688178 [ 5 ] {412208fa-241d-41e0-9461-aeb07cc0ad6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13000 2025.03.18 03:56:20.688250 [ 5 ] {412208fa-241d-41e0-9461-aeb07cc0ad6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13001 2025.03.18 03:56:20.689103 [ 5 ] {412208fa-241d-41e0-9461-aeb07cc0ad6b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13002 2025.03.18 03:56:20.689151 [ 5 ] {412208fa-241d-41e0-9461-aeb07cc0ad6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13003 2025.03.18 03:56:20.689597 [ 5 ] {412208fa-241d-41e0-9461-aeb07cc0ad6b} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
13004 2025.03.18 03:56:20.689848 [ 5 ] {412208fa-241d-41e0-9461-aeb07cc0ad6b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13005 2025.03.18 03:56:20.690099 [ 5 ] {412208fa-241d-41e0-9461-aeb07cc0ad6b} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001965 sec., 68193.38422391858 rows/sec., 5.88 MiB/sec.
13006 2025.03.18 03:56:20.690170 [ 5 ] {412208fa-241d-41e0-9461-aeb07cc0ad6b} <Debug> TCPHandler: Processed in 0.002315834 sec.
13007 2025.03.18 03:56:20.690305 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13008 2025.03.18 03:56:20.690595 [ 5 ] {695b4e27-a885-407d-8af0-a6ef2a42c213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13009 2025.03.18 03:56:20.690726 [ 5 ] {695b4e27-a885-407d-8af0-a6ef2a42c213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13010 2025.03.18 03:56:20.691909 [ 5 ] {695b4e27-a885-407d-8af0-a6ef2a42c213} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13011 2025.03.18 03:56:20.691955 [ 5 ] {695b4e27-a885-407d-8af0-a6ef2a42c213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13012 2025.03.18 03:56:20.692321 [ 5 ] {695b4e27-a885-407d-8af0-a6ef2a42c213} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
13013 2025.03.18 03:56:20.692568 [ 5 ] {695b4e27-a885-407d-8af0-a6ef2a42c213} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13014 2025.03.18 03:56:20.692786 [ 5 ] {695b4e27-a885-407d-8af0-a6ef2a42c213} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.002319 sec., 16817.59379042691 rows/sec., 1.23 MiB/sec.
13015 2025.03.18 03:56:20.692840 [ 5 ] {695b4e27-a885-407d-8af0-a6ef2a42c213} <Debug> TCPHandler: Processed in 0.002585639 sec.
13016 2025.03.18 03:56:20.692948 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13017 2025.03.18 03:56:20.693050 [ 5 ] {71d6bf35-3ae3-4fbe-a0de-307054fdf97a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13018 2025.03.18 03:56:20.693094 [ 5 ] {71d6bf35-3ae3-4fbe-a0de-307054fdf97a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13019 2025.03.18 03:56:20.693664 [ 5 ] {71d6bf35-3ae3-4fbe-a0de-307054fdf97a} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13020 2025.03.18 03:56:20.693704 [ 5 ] {71d6bf35-3ae3-4fbe-a0de-307054fdf97a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13021 2025.03.18 03:56:20.694065 [ 5 ] {71d6bf35-3ae3-4fbe-a0de-307054fdf97a} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
13022 2025.03.18 03:56:20.694307 [ 5 ] {71d6bf35-3ae3-4fbe-a0de-307054fdf97a} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13023 2025.03.18 03:56:20.694514 [ 5 ] {71d6bf35-3ae3-4fbe-a0de-307054fdf97a} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001484 sec., 69407.00808625337 rows/sec., 5.42 MiB/sec.
13024 2025.03.18 03:56:20.694567 [ 5 ] {71d6bf35-3ae3-4fbe-a0de-307054fdf97a} <Debug> TCPHandler: Processed in 0.001669765 sec.
13025 2025.03.18 03:56:20.694682 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13026 2025.03.18 03:56:20.694787 [ 5 ] {78de1110-5225-4bd2-9fe9-1f42430d6a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13027 2025.03.18 03:56:20.694836 [ 5 ] {78de1110-5225-4bd2-9fe9-1f42430d6a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13028 2025.03.18 03:56:20.695351 [ 5 ] {78de1110-5225-4bd2-9fe9-1f42430d6a72} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13029 2025.03.18 03:56:20.695390 [ 5 ] {78de1110-5225-4bd2-9fe9-1f42430d6a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13030 2025.03.18 03:56:20.695771 [ 5 ] {78de1110-5225-4bd2-9fe9-1f42430d6a72} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
13031 2025.03.18 03:56:20.696011 [ 5 ] {78de1110-5225-4bd2-9fe9-1f42430d6a72} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13032 2025.03.18 03:56:20.696175 [ 107 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 2 parts from all_1_140_31 to all_141_141_0
13033 2025.03.18 03:56:20.696254 [ 5 ] {78de1110-5225-4bd2-9fe9-1f42430d6a72} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001487 sec., 107599.19300605245 rows/sec., 7.49 MiB/sec.
13034 2025.03.18 03:56:20.696298 [ 107 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13035 2025.03.18 03:56:20.696366 [ 5 ] {78de1110-5225-4bd2-9fe9-1f42430d6a72} <Debug> TCPHandler: Processed in 0.001732697 sec.
13036 2025.03.18 03:56:20.696378 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13037 2025.03.18 03:56:20.696582 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13038 2025.03.18 03:56:20.696677 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_141_32} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_140_31 to all_141_141_0 into Compact with storage Full
13039 2025.03.18 03:56:20.696740 [ 5 ] {b3c428b3-9202-48cf-ac95-8706eec81faf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13040 2025.03.18 03:56:20.696887 [ 5 ] {b3c428b3-9202-48cf-ac95-8706eec81faf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13041 2025.03.18 03:56:20.697328 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_141_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13042 2025.03.18 03:56:20.697448 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_141_32} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_140_31, total 38461 rows starting from the beginning of the part
13043 2025.03.18 03:56:20.697741 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_141_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 106 rows starting from the beginning of the part
13044 2025.03.18 03:56:20.700798 [ 5 ] {b3c428b3-9202-48cf-ac95-8706eec81faf} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13045 2025.03.18 03:56:20.700843 [ 5 ] {b3c428b3-9202-48cf-ac95-8706eec81faf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13046 2025.03.18 03:56:20.701690 [ 5 ] {b3c428b3-9202-48cf-ac95-8706eec81faf} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
13047 2025.03.18 03:56:20.702080 [ 5 ] {b3c428b3-9202-48cf-ac95-8706eec81faf} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13048 2025.03.18 03:56:20.702357 [ 5 ] {b3c428b3-9202-48cf-ac95-8706eec81faf} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005642 sec., 6912.442396313364 rows/sec., 12.39 MiB/sec.
13049 2025.03.18 03:56:20.702547 [ 5 ] {b3c428b3-9202-48cf-ac95-8706eec81faf} <Debug> TCPHandler: Processed in 0.006075561 sec.
13050 2025.03.18 03:56:20.702691 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13051 2025.03.18 03:56:20.702806 [ 5 ] {0a8be0e8-a0fa-42ac-b584-bd5e2249ae5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13052 2025.03.18 03:56:20.702853 [ 5 ] {0a8be0e8-a0fa-42ac-b584-bd5e2249ae5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13053 2025.03.18 03:56:20.703501 [ 5 ] {0a8be0e8-a0fa-42ac-b584-bd5e2249ae5e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13054 2025.03.18 03:56:20.703575 [ 5 ] {0a8be0e8-a0fa-42ac-b584-bd5e2249ae5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13055 2025.03.18 03:56:20.704001 [ 5 ] {0a8be0e8-a0fa-42ac-b584-bd5e2249ae5e} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary)
13056 2025.03.18 03:56:20.704302 [ 5 ] {0a8be0e8-a0fa-42ac-b584-bd5e2249ae5e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13057 2025.03.18 03:56:20.704650 [ 5 ] {0a8be0e8-a0fa-42ac-b584-bd5e2249ae5e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001867 sec., 32137.118371719338 rows/sec., 2.17 MiB/sec.
13058 2025.03.18 03:56:20.704721 [ 5 ] {0a8be0e8-a0fa-42ac-b584-bd5e2249ae5e} <Debug> TCPHandler: Processed in 0.002083261 sec.
13059 2025.03.18 03:56:20.706337 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_141_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38567 rows, containing 5 columns (5 merged, 0 gathered) in 0.009790967 sec., 3939038.9120911146 rows/sec., 269.93 MiB/sec.
13060 2025.03.18 03:56:20.706842 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_141_32} <Trace> MergedBlockOutputStream: filled checksums all_1_141_32 (state Temporary)
13061 2025.03.18 03:56:20.707195 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_141_32} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_141_32 to all_1_141_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13062 2025.03.18 03:56:20.707279 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_141_32} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 2 parts: [all_1_140_31, all_141_141_0] -> all_1_141_32
13063 2025.03.18 03:56:20.707358 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
13064 2025.03.18 03:56:24.216043 [ 102 ] {} <Debug> DNSResolver: Updating DNS cache
13065 2025.03.18 03:56:24.216109 [ 102 ] {} <Debug> DNSResolver: Updated DNS cache
13066 2025.03.18 03:56:24.448473 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39406
13067 2025.03.18 03:56:24.449318 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13068 2025.03.18 03:56:24.449372 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13069 2025.03.18 03:56:24.449916 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
13070 2025.03.18 03:56:24.450186 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13071 2025.03.18 03:56:24.450427 [ 102 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
13072 2025.03.18 03:56:24.450446 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406
13073 2025.03.18 03:56:24.450511 [ 102 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13074 2025.03.18 03:56:24.450547 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13075 2025.03.18 03:56:24.450676 [ 198 ] {5aa70344-bffa-4328-b262-9125757f4448::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
13076 2025.03.18 03:56:24.450822 [ 198 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13077 2025.03.18 03:56:24.450868 [ 198 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37088 rows starting from the beginning of the part
13078 2025.03.18 03:56:24.450965 [ 198 ] {5aa70344-bffa-4328-b262-9125757f4448::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
13079 2025.03.18 03:56:24.451194 [ 198 ] {5aa70344-bffa-4328-b262-9125757f4448::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
13080 2025.03.18 03:56:24.451350 [ 198 ] {5aa70344-bffa-4328-b262-9125757f4448::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
13081 2025.03.18 03:56:24.451531 [ 198 ] {5aa70344-bffa-4328-b262-9125757f4448::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
13082 2025.03.18 03:56:24.451715 [ 198 ] {5aa70344-bffa-4328-b262-9125757f4448::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
13083 2025.03.18 03:56:24.454637 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.004020641 sec., 9800924.777914764 rows/sec., 140.20 MiB/sec.
13084 2025.03.18 03:56:24.455100 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
13085 2025.03.18 03:56:24.455483 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_86_17} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13086 2025.03.18 03:56:24.455581 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_86_17} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
13087 2025.03.18 03:56:24.455711 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB.
13088 2025.03.18 03:56:25.685429 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13089 2025.03.18 03:56:25.685641 [ 5 ] {f29d9c10-338e-4701-b594-40988437bdd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13090 2025.03.18 03:56:25.685721 [ 5 ] {f29d9c10-338e-4701-b594-40988437bdd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13091 2025.03.18 03:56:25.686587 [ 5 ] {f29d9c10-338e-4701-b594-40988437bdd6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13092 2025.03.18 03:56:25.686638 [ 5 ] {f29d9c10-338e-4701-b594-40988437bdd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13093 2025.03.18 03:56:25.687074 [ 5 ] {f29d9c10-338e-4701-b594-40988437bdd6} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
13094 2025.03.18 03:56:25.687324 [ 5 ] {f29d9c10-338e-4701-b594-40988437bdd6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13095 2025.03.18 03:56:25.687533 [ 100 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
13096 2025.03.18 03:56:25.687557 [ 5 ] {f29d9c10-338e-4701-b594-40988437bdd6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001975 sec., 28354.43037974683 rows/sec., 2.18 MiB/sec.
13097 2025.03.18 03:56:25.687614 [ 100 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13098 2025.03.18 03:56:25.687684 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13099 2025.03.18 03:56:25.687692 [ 5 ] {f29d9c10-338e-4701-b594-40988437bdd6} <Debug> TCPHandler: Processed in 0.002403496 sec.
13100 2025.03.18 03:56:25.687970 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13101 2025.03.18 03:56:25.687979 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
13102 2025.03.18 03:56:25.688407 [ 5 ] {c60fe371-8ad3-46a8-a428-0b52c7d9aaac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13103 2025.03.18 03:56:25.688511 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13104 2025.03.18 03:56:25.688598 [ 5 ] {c60fe371-8ad3-46a8-a428-0b52c7d9aaac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13105 2025.03.18 03:56:25.688641 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1404 rows starting from the beginning of the part
13106 2025.03.18 03:56:25.689274 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 56 rows starting from the beginning of the part
13107 2025.03.18 03:56:25.689692 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 134 rows starting from the beginning of the part
13108 2025.03.18 03:56:25.690457 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 56 rows starting from the beginning of the part
13109 2025.03.18 03:56:25.690999 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 134 rows starting from the beginning of the part
13110 2025.03.18 03:56:25.691651 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 56 rows starting from the beginning of the part
13111 2025.03.18 03:56:25.692635 [ 5 ] {c60fe371-8ad3-46a8-a428-0b52c7d9aaac} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13112 2025.03.18 03:56:25.692705 [ 5 ] {c60fe371-8ad3-46a8-a428-0b52c7d9aaac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13113 2025.03.18 03:56:25.693673 [ 5 ] {c60fe371-8ad3-46a8-a428-0b52c7d9aaac} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
13114 2025.03.18 03:56:25.694300 [ 5 ] {c60fe371-8ad3-46a8-a428-0b52c7d9aaac} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13115 2025.03.18 03:56:25.694550 [ 100 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
13116 2025.03.18 03:56:25.694644 [ 100 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13117 2025.03.18 03:56:25.694750 [ 5 ] {c60fe371-8ad3-46a8-a428-0b52c7d9aaac} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006517 sec., 9820.469541199938 rows/sec., 784.91 KiB/sec.
13118 2025.03.18 03:56:25.694760 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13119 2025.03.18 03:56:25.695073 [ 5 ] {c60fe371-8ad3-46a8-a428-0b52c7d9aaac} <Debug> TCPHandler: Processed in 0.007201418 sec.
13120 2025.03.18 03:56:25.695278 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
13121 2025.03.18 03:56:25.695420 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13122 2025.03.18 03:56:25.695820 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13123 2025.03.18 03:56:25.695830 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1840 rows, containing 5 columns (5 merged, 0 gathered) in 0.008039041 sec., 228883.0222410857 rows/sec., 20.00 MiB/sec.
13124 2025.03.18 03:56:25.695840 [ 5 ] {37263393-44a8-455b-8d20-23009118da4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13125 2025.03.18 03:56:25.695894 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
13126 2025.03.18 03:56:25.695990 [ 5 ] {37263393-44a8-455b-8d20-23009118da4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13127 2025.03.18 03:56:25.696230 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
13128 2025.03.18 03:56:25.696281 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 64 rows starting from the beginning of the part
13129 2025.03.18 03:56:25.696870 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 103 rows starting from the beginning of the part
13130 2025.03.18 03:56:25.697401 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_146_29} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13131 2025.03.18 03:56:25.697840 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_146_29} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
13132 2025.03.18 03:56:25.697865 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 64 rows starting from the beginning of the part
13133 2025.03.18 03:56:25.698261 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
13134 2025.03.18 03:56:25.699012 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 103 rows starting from the beginning of the part
13135 2025.03.18 03:56:25.699711 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 64 rows starting from the beginning of the part
13136 2025.03.18 03:56:25.700149 [ 5 ] {37263393-44a8-455b-8d20-23009118da4e} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13137 2025.03.18 03:56:25.700291 [ 5 ] {37263393-44a8-455b-8d20-23009118da4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13138 2025.03.18 03:56:25.701392 [ 5 ] {37263393-44a8-455b-8d20-23009118da4e} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
13139 2025.03.18 03:56:25.701924 [ 5 ] {37263393-44a8-455b-8d20-23009118da4e} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13140 2025.03.18 03:56:25.702287 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 2 parts from all_1_141_32 to all_142_142_0
13141 2025.03.18 03:56:25.702385 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13142 2025.03.18 03:56:25.702449 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13143 2025.03.18 03:56:25.702522 [ 5 ] {37263393-44a8-455b-8d20-23009118da4e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006815 sec., 23477.62289068232 rows/sec., 1.64 MiB/sec.
13144 2025.03.18 03:56:25.702770 [ 5 ] {37263393-44a8-455b-8d20-23009118da4e} <Debug> TCPHandler: Processed in 0.007464942 sec.
13145 2025.03.18 03:56:25.702787 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_142_33} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_141_32 to all_142_142_0 into Compact with storage Full
13146 2025.03.18 03:56:25.703077 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13147 2025.03.18 03:56:25.703473 [ 5 ] {7fc2ea2c-03b4-4481-abac-9e02972ddc5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13148 2025.03.18 03:56:25.703616 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_142_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13149 2025.03.18 03:56:25.703647 [ 5 ] {7fc2ea2c-03b4-4481-abac-9e02972ddc5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13150 2025.03.18 03:56:25.703654 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1029 rows, containing 5 columns (5 merged, 0 gathered) in 0.008690081 sec., 118410.86406444311 rows/sec., 9.50 MiB/sec.
13151 2025.03.18 03:56:25.703760 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_142_33} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_141_32, total 38567 rows starting from the beginning of the part
13152 2025.03.18 03:56:25.704178 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_142_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 160 rows starting from the beginning of the part
13153 2025.03.18 03:56:25.704380 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
13154 2025.03.18 03:56:25.705569 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_146_29} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13155 2025.03.18 03:56:25.705923 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_146_29} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
13156 2025.03.18 03:56:25.706235 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
13157 2025.03.18 03:56:25.706469 [ 5 ] {7fc2ea2c-03b4-4481-abac-9e02972ddc5f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13158 2025.03.18 03:56:25.706513 [ 5 ] {7fc2ea2c-03b4-4481-abac-9e02972ddc5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13159 2025.03.18 03:56:25.707022 [ 5 ] {7fc2ea2c-03b4-4481-abac-9e02972ddc5f} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary)
13160 2025.03.18 03:56:25.707444 [ 5 ] {7fc2ea2c-03b4-4481-abac-9e02972ddc5f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13161 2025.03.18 03:56:25.707720 [ 100 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0
13162 2025.03.18 03:56:25.707760 [ 5 ] {7fc2ea2c-03b4-4481-abac-9e02972ddc5f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004439 sec., 13516.557783284523 rows/sec., 932.78 KiB/sec.
13163 2025.03.18 03:56:25.707810 [ 100 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13164 2025.03.18 03:56:25.707877 [ 5 ] {7fc2ea2c-03b4-4481-abac-9e02972ddc5f} <Debug> TCPHandler: Processed in 0.004926924 sec.
13165 2025.03.18 03:56:25.707887 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13166 2025.03.18 03:56:25.708102 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
13167 2025.03.18 03:56:25.708224 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13168 2025.03.18 03:56:25.708302 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 7248 rows starting from the beginning of the part
13169 2025.03.18 03:56:25.708384 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part
13170 2025.03.18 03:56:25.708516 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 60 rows starting from the beginning of the part
13171 2025.03.18 03:56:25.708615 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
13172 2025.03.18 03:56:25.708714 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
13173 2025.03.18 03:56:25.708802 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
13174 2025.03.18 03:56:25.710975 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7548 rows, containing 4 columns (4 merged, 0 gathered) in 0.002929073 sec., 2576924.5081976447 rows/sec., 173.67 MiB/sec.
13175 2025.03.18 03:56:25.711619 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary)
13176 2025.03.18 03:56:25.711920 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_146_29} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13177 2025.03.18 03:56:25.712030 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_146_29} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29
13178 2025.03.18 03:56:25.712146 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB.
13179 2025.03.18 03:56:25.713309 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_142_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38727 rows, containing 5 columns (5 merged, 0 gathered) in 0.010682931 sec., 3625128.721696321 rows/sec., 248.43 MiB/sec.
13180 2025.03.18 03:56:25.713806 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_142_33} <Trace> MergedBlockOutputStream: filled checksums all_1_142_33 (state Temporary)
13181 2025.03.18 03:56:25.714093 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_142_33} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_142_33 to all_1_142_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13182 2025.03.18 03:56:25.714175 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_142_33} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 2 parts: [all_1_141_32, all_142_142_0] -> all_1_142_33
13183 2025.03.18 03:56:25.714259 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
13184 2025.03.18 03:56:27.167468 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13185 2025.03.18 03:56:27.167650 [ 5 ] {8075963a-3ad5-4976-a4ed-d405259f7ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13186 2025.03.18 03:56:27.167721 [ 5 ] {8075963a-3ad5-4976-a4ed-d405259f7ff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13187 2025.03.18 03:56:27.168473 [ 5 ] {8075963a-3ad5-4976-a4ed-d405259f7ff7} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13188 2025.03.18 03:56:27.168524 [ 5 ] {8075963a-3ad5-4976-a4ed-d405259f7ff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13189 2025.03.18 03:56:27.168959 [ 5 ] {8075963a-3ad5-4976-a4ed-d405259f7ff7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
13190 2025.03.18 03:56:27.169219 [ 5 ] {8075963a-3ad5-4976-a4ed-d405259f7ff7} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13191 2025.03.18 03:56:27.169423 [ 101 ] {} <Debug> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
13192 2025.03.18 03:56:27.169456 [ 5 ] {8075963a-3ad5-4976-a4ed-d405259f7ff7} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001859 sec., 12910.166756320603 rows/sec., 1.07 MiB/sec.
13193 2025.03.18 03:56:27.169503 [ 101 ] {} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13194 2025.03.18 03:56:27.169577 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13195 2025.03.18 03:56:27.169582 [ 5 ] {8075963a-3ad5-4976-a4ed-d405259f7ff7} <Debug> TCPHandler: Processed in 0.002245043 sec.
13196 2025.03.18 03:56:27.169792 [ 220 ] {} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): 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]
13197 2025.03.18 03:56:27.169838 [ 194 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
13198 2025.03.18 03:56:27.169842 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13199 2025.03.18 03:56:27.169876 [ 220 ] {} <Debug> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): 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]
13200 2025.03.18 03:56:27.170131 [ 5 ] {5b67d564-211d-4e2d-ac14-e2e29229b5db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13201 2025.03.18 03:56:27.170137 [ 194 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13202 2025.03.18 03:56:27.170263 [ 194 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
13203 2025.03.18 03:56:27.170275 [ 5 ] {5b67d564-211d-4e2d-ac14-e2e29229b5db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13204 2025.03.18 03:56:27.170717 [ 194 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
13205 2025.03.18 03:56:27.171178 [ 194 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
13206 2025.03.18 03:56:27.171821 [ 194 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
13207 2025.03.18 03:56:27.172449 [ 194 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
13208 2025.03.18 03:56:27.174309 [ 5 ] {5b67d564-211d-4e2d-ac14-e2e29229b5db} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13209 2025.03.18 03:56:27.174402 [ 5 ] {5b67d564-211d-4e2d-ac14-e2e29229b5db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13210 2025.03.18 03:56:27.175627 [ 5 ] {5b67d564-211d-4e2d-ac14-e2e29229b5db} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
13211 2025.03.18 03:56:27.176227 [ 194 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.006553718 sec., 18310.217192744636 rows/sec., 1.59 MiB/sec.
13212 2025.03.18 03:56:27.176322 [ 5 ] {5b67d564-211d-4e2d-ac14-e2e29229b5db} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13213 2025.03.18 03:56:27.176359 [ 194 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
13214 2025.03.18 03:56:27.176917 [ 5 ] {5b67d564-211d-4e2d-ac14-e2e29229b5db} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.006821 sec., 293.2121389825539 rows/sec., 23.91 KiB/sec.
13215 2025.03.18 03:56:27.177024 [ 220 ] {} <Debug> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): 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]
13216 2025.03.18 03:56:27.177500 [ 194 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_21_5} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13217 2025.03.18 03:56:27.177578 [ 5 ] {5b67d564-211d-4e2d-ac14-e2e29229b5db} <Debug> TCPHandler: Processed in 0.007804628 sec.
13218 2025.03.18 03:56:27.177776 [ 194 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_21_5} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
13219 2025.03.18 03:56:27.177835 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13220 2025.03.18 03:56:27.177924 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
13221 2025.03.18 03:56:27.178134 [ 5 ] {8dfc4b6b-7bd3-401e-b2db-6fa9f05fcca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13222 2025.03.18 03:56:27.178211 [ 5 ] {8dfc4b6b-7bd3-401e-b2db-6fa9f05fcca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13223 2025.03.18 03:56:27.179494 [ 5 ] {8dfc4b6b-7bd3-401e-b2db-6fa9f05fcca9} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13224 2025.03.18 03:56:27.179534 [ 5 ] {8dfc4b6b-7bd3-401e-b2db-6fa9f05fcca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13225 2025.03.18 03:56:27.179988 [ 5 ] {8dfc4b6b-7bd3-401e-b2db-6fa9f05fcca9} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
13226 2025.03.18 03:56:27.180222 [ 5 ] {8dfc4b6b-7bd3-401e-b2db-6fa9f05fcca9} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13227 2025.03.18 03:56:27.180423 [ 5 ] {8dfc4b6b-7bd3-401e-b2db-6fa9f05fcca9} <Debug> executeQuery: Read 1395 rows, 119.93 KiB in 0.002371 sec., 588359.3420497681 rows/sec., 49.40 MiB/sec.
13228 2025.03.18 03:56:27.180476 [ 5 ] {8dfc4b6b-7bd3-401e-b2db-6fa9f05fcca9} <Debug> TCPHandler: Processed in 0.002716351 sec.
13229 2025.03.18 03:56:27.180608 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13230 2025.03.18 03:56:27.180741 [ 5 ] {84773b61-e83b-4edf-8b3c-909ba2d2520e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13231 2025.03.18 03:56:27.180796 [ 5 ] {84773b61-e83b-4edf-8b3c-909ba2d2520e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13232 2025.03.18 03:56:27.181441 [ 5 ] {84773b61-e83b-4edf-8b3c-909ba2d2520e} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13233 2025.03.18 03:56:27.181481 [ 5 ] {84773b61-e83b-4edf-8b3c-909ba2d2520e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13234 2025.03.18 03:56:27.181849 [ 5 ] {84773b61-e83b-4edf-8b3c-909ba2d2520e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
13235 2025.03.18 03:56:27.182090 [ 5 ] {84773b61-e83b-4edf-8b3c-909ba2d2520e} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13236 2025.03.18 03:56:27.182337 [ 5 ] {84773b61-e83b-4edf-8b3c-909ba2d2520e} <Debug> executeQuery: Read 53 rows, 4.03 KiB in 0.001613 sec., 32858.0285182889 rows/sec., 2.44 MiB/sec.
13237 2025.03.18 03:56:27.182394 [ 5 ] {84773b61-e83b-4edf-8b3c-909ba2d2520e} <Debug> TCPHandler: Processed in 0.001851318 sec.
13238 2025.03.18 03:56:27.182641 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13239 2025.03.18 03:56:27.182776 [ 5 ] {974db9ac-47bb-4fae-ba69-ba3a6682aaca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13240 2025.03.18 03:56:27.182823 [ 5 ] {974db9ac-47bb-4fae-ba69-ba3a6682aaca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13241 2025.03.18 03:56:27.183443 [ 5 ] {974db9ac-47bb-4fae-ba69-ba3a6682aaca} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13242 2025.03.18 03:56:27.183483 [ 5 ] {974db9ac-47bb-4fae-ba69-ba3a6682aaca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13243 2025.03.18 03:56:27.183841 [ 5 ] {974db9ac-47bb-4fae-ba69-ba3a6682aaca} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
13244 2025.03.18 03:56:27.184100 [ 5 ] {974db9ac-47bb-4fae-ba69-ba3a6682aaca} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13245 2025.03.18 03:56:27.184364 [ 5 ] {974db9ac-47bb-4fae-ba69-ba3a6682aaca} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001609 sec., 156619.01802361716 rows/sec., 10.83 MiB/sec.
13246 2025.03.18 03:56:27.184578 [ 5 ] {974db9ac-47bb-4fae-ba69-ba3a6682aaca} <Debug> TCPHandler: Processed in 0.002032481 sec.
13247 2025.03.18 03:56:27.184731 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13248 2025.03.18 03:56:27.184834 [ 5 ] {93d7ae69-61a1-4ca8-936d-e7a92879bbe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13249 2025.03.18 03:56:27.184879 [ 5 ] {93d7ae69-61a1-4ca8-936d-e7a92879bbe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13250 2025.03.18 03:56:27.185423 [ 5 ] {93d7ae69-61a1-4ca8-936d-e7a92879bbe3} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13251 2025.03.18 03:56:27.185461 [ 5 ] {93d7ae69-61a1-4ca8-936d-e7a92879bbe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13252 2025.03.18 03:56:27.185811 [ 5 ] {93d7ae69-61a1-4ca8-936d-e7a92879bbe3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
13253 2025.03.18 03:56:27.186046 [ 5 ] {93d7ae69-61a1-4ca8-936d-e7a92879bbe3} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13254 2025.03.18 03:56:27.186211 [ 101 ] {} <Debug> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
13255 2025.03.18 03:56:27.186272 [ 101 ] {} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13256 2025.03.18 03:56:27.186286 [ 5 ] {93d7ae69-61a1-4ca8-936d-e7a92879bbe3} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001464 sec., 8196.72131147541 rows/sec., 640.37 KiB/sec.
13257 2025.03.18 03:56:27.186315 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13258 2025.03.18 03:56:27.186421 [ 5 ] {93d7ae69-61a1-4ca8-936d-e7a92879bbe3} <Debug> TCPHandler: Processed in 0.001735706 sec.
13259 2025.03.18 03:56:27.186539 [ 223 ] {} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): 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]
13260 2025.03.18 03:56:27.186626 [ 201 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
13261 2025.03.18 03:56:27.186637 [ 223 ] {} <Debug> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): 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]
13262 2025.03.18 03:56:27.186666 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13263 2025.03.18 03:56:27.186909 [ 5 ] {eb3c40ce-fb87-4f82-ba27-d558c412f625} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13264 2025.03.18 03:56:27.187013 [ 201 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13265 2025.03.18 03:56:27.187074 [ 5 ] {eb3c40ce-fb87-4f82-ba27-d558c412f625} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13266 2025.03.18 03:56:27.187177 [ 201 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
13267 2025.03.18 03:56:27.187615 [ 201 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
13268 2025.03.18 03:56:27.188174 [ 201 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
13269 2025.03.18 03:56:27.188988 [ 201 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
13270 2025.03.18 03:56:27.189278 [ 201 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
13271 2025.03.18 03:56:27.190857 [ 5 ] {eb3c40ce-fb87-4f82-ba27-d558c412f625} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13272 2025.03.18 03:56:27.190945 [ 5 ] {eb3c40ce-fb87-4f82-ba27-d558c412f625} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13273 2025.03.18 03:56:27.192362 [ 5 ] {eb3c40ce-fb87-4f82-ba27-d558c412f625} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
13274 2025.03.18 03:56:27.192756 [ 186 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.006311655 sec., 9506.223011238731 rows/sec., 779.81 KiB/sec.
13275 2025.03.18 03:56:27.192982 [ 186 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
13276 2025.03.18 03:56:27.193015 [ 5 ] {eb3c40ce-fb87-4f82-ba27-d558c412f625} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13277 2025.03.18 03:56:27.193531 [ 223 ] {} <Debug> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): 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]
13278 2025.03.18 03:56:27.193728 [ 5 ] {eb3c40ce-fb87-4f82-ba27-d558c412f625} <Debug> executeQuery: Read 597 rows, 45.95 KiB in 0.006862 sec., 87000.87438064704 rows/sec., 6.54 MiB/sec.
13279 2025.03.18 03:56:27.193932 [ 186 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_21_5} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13280 2025.03.18 03:56:27.193997 [ 5 ] {eb3c40ce-fb87-4f82-ba27-d558c412f625} <Debug> TCPHandler: Processed in 0.007396441 sec.
13281 2025.03.18 03:56:27.194058 [ 186 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_21_5} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
13282 2025.03.18 03:56:27.194181 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13283 2025.03.18 03:56:27.194261 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
13284 2025.03.18 03:56:27.194483 [ 5 ] {36962148-3078-4dd4-a978-db1c3e4098ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13285 2025.03.18 03:56:27.194560 [ 5 ] {36962148-3078-4dd4-a978-db1c3e4098ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13286 2025.03.18 03:56:27.195256 [ 5 ] {36962148-3078-4dd4-a978-db1c3e4098ba} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13287 2025.03.18 03:56:27.195297 [ 5 ] {36962148-3078-4dd4-a978-db1c3e4098ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13288 2025.03.18 03:56:27.195741 [ 5 ] {36962148-3078-4dd4-a978-db1c3e4098ba} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
13289 2025.03.18 03:56:27.195984 [ 5 ] {36962148-3078-4dd4-a978-db1c3e4098ba} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13290 2025.03.18 03:56:27.196161 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_142_33 to all_147_147_0
13291 2025.03.18 03:56:27.196229 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13292 2025.03.18 03:56:27.196236 [ 5 ] {36962148-3078-4dd4-a978-db1c3e4098ba} <Debug> executeQuery: Read 947 rows, 65.46 KiB in 0.001824 sec., 519188.59649122803 rows/sec., 35.04 MiB/sec.
13293 2025.03.18 03:56:27.196258 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13294 2025.03.18 03:56:27.196401 [ 5 ] {36962148-3078-4dd4-a978-db1c3e4098ba} <Debug> TCPHandler: Processed in 0.002338065 sec.
13295 2025.03.18 03:56:27.196460 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_147_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_142_33 to all_147_147_0 into Compact with storage Full
13296 2025.03.18 03:56:27.196555 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13297 2025.03.18 03:56:27.196597 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_147_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13298 2025.03.18 03:56:27.196642 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_147_34} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_142_33, total 38727 rows starting from the beginning of the part
13299 2025.03.18 03:56:27.196691 [ 5 ] {27397691-d197-455f-ab3d-401f776a2072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13300 2025.03.18 03:56:27.196779 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_147_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 160 rows starting from the beginning of the part
13301 2025.03.18 03:56:27.197077 [ 5 ] {27397691-d197-455f-ab3d-401f776a2072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13302 2025.03.18 03:56:27.197290 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_147_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part
13303 2025.03.18 03:56:27.197565 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_147_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 160 rows starting from the beginning of the part
13304 2025.03.18 03:56:27.197797 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_147_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part
13305 2025.03.18 03:56:27.198006 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_147_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 947 rows starting from the beginning of the part
13306 2025.03.18 03:56:27.199802 [ 5 ] {27397691-d197-455f-ab3d-401f776a2072} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13307 2025.03.18 03:56:27.199854 [ 5 ] {27397691-d197-455f-ab3d-401f776a2072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13308 2025.03.18 03:56:27.200848 [ 5 ] {27397691-d197-455f-ab3d-401f776a2072} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
13309 2025.03.18 03:56:27.201149 [ 5 ] {27397691-d197-455f-ab3d-401f776a2072} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13310 2025.03.18 03:56:27.201460 [ 5 ] {27397691-d197-455f-ab3d-401f776a2072} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004801 sec., 8123.307644240784 rows/sec., 14.56 MiB/sec.
13311 2025.03.18 03:56:27.202429 [ 5 ] {27397691-d197-455f-ab3d-401f776a2072} <Debug> TCPHandler: Processed in 0.005928829 sec.
13312 2025.03.18 03:56:27.202657 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13313 2025.03.18 03:56:27.202769 [ 5 ] {639130a0-586d-4b99-87c9-a0e80d52663d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13314 2025.03.18 03:56:27.202816 [ 5 ] {639130a0-586d-4b99-87c9-a0e80d52663d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13315 2025.03.18 03:56:27.203363 [ 5 ] {639130a0-586d-4b99-87c9-a0e80d52663d} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13316 2025.03.18 03:56:27.203418 [ 5 ] {639130a0-586d-4b99-87c9-a0e80d52663d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13317 2025.03.18 03:56:27.203833 [ 5 ] {639130a0-586d-4b99-87c9-a0e80d52663d} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary)
13318 2025.03.18 03:56:27.204084 [ 5 ] {639130a0-586d-4b99-87c9-a0e80d52663d} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13319 2025.03.18 03:56:27.204321 [ 5 ] {639130a0-586d-4b99-87c9-a0e80d52663d} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001579 sec., 15199.493350221659 rows/sec., 1.02 MiB/sec.
13320 2025.03.18 03:56:27.204372 [ 5 ] {639130a0-586d-4b99-87c9-a0e80d52663d} <Debug> TCPHandler: Processed in 0.001769176 sec.
13321 2025.03.18 03:56:27.206876 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_147_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40314 rows, containing 5 columns (5 merged, 0 gathered) in 0.010498607 sec., 3839938.003203663 rows/sec., 263.13 MiB/sec.
13322 2025.03.18 03:56:27.207373 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_147_34} <Trace> MergedBlockOutputStream: filled checksums all_1_147_34 (state Temporary)
13323 2025.03.18 03:56:27.207647 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_147_34} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_147_34 to all_1_147_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13324 2025.03.18 03:56:27.207720 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_147_34} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_142_33, all_147_147_0] -> all_1_147_34
13325 2025.03.18 03:56:27.207792 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
13326 2025.03.18 03:56:27.230930 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 648
13327 2025.03.18 03:56:27.252918 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13328 2025.03.18 03:56:27.252956 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13329 2025.03.18 03:56:27.260387 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
13330 2025.03.18 03:56:27.261176 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13331 2025.03.18 03:56:27.261621 [ 101 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
13332 2025.03.18 03:56:27.261757 [ 101 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13333 2025.03.18 03:56:27.261849 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13334 2025.03.18 03:56:27.262499 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
13335 2025.03.18 03:56:27.276006 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 648
13336 2025.03.18 03:56:27.277703 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13337 2025.03.18 03:56:27.278922 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
13338 2025.03.18 03:56:27.284445 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 7 rows starting from the beginning of the part
13339 2025.03.18 03:56:27.290423 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part
13340 2025.03.18 03:56:27.296264 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 7 rows starting from the beginning of the part
13341 2025.03.18 03:56:27.302651 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 8 rows starting from the beginning of the part
13342 2025.03.18 03:56:27.308686 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 7 rows starting from the beginning of the part
13343 2025.03.18 03:56:27.376283 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.114224656 sec., 5673.030873474463 rows/sec., 29.33 MiB/sec.
13344 2025.03.18 03:56:27.378829 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
13345 2025.03.18 03:56:27.381351 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_86_17} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13346 2025.03.18 03:56:27.381473 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_86_17} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
13347 2025.03.18 03:56:27.383086 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
13348 2025.03.18 03:56:28.000232 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 258.50 MiB, peak 278.73 MiB, free memory in arenas 0.00 B, will set to 260.63 MiB (RSS), difference: 2.13 MiB
13349 2025.03.18 03:56:29.542260 [ 217 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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]
13350 2025.03.18 03:56:29.542315 [ 217 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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]
13351 2025.03.18 03:56:29.544234 [ 217 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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]
13352 2025.03.18 03:56:29.674489 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1774
13353 2025.03.18 03:56:29.677970 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13354 2025.03.18 03:56:29.678036 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13355 2025.03.18 03:56:29.679657 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
13356 2025.03.18 03:56:29.679970 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13357 2025.03.18 03:56:29.680619 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1774
13358 2025.03.18 03:56:30.391565 [ 225 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
13359 2025.03.18 03:56:30.391625 [ 225 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
13360 2025.03.18 03:56:30.394096 [ 225 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
13361 2025.03.18 03:56:30.682728 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13362 2025.03.18 03:56:30.682932 [ 5 ] {701cf120-20ea-458b-b066-53f0201568df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13363 2025.03.18 03:56:30.683004 [ 5 ] {701cf120-20ea-458b-b066-53f0201568df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13364 2025.03.18 03:56:30.683801 [ 5 ] {701cf120-20ea-458b-b066-53f0201568df} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13365 2025.03.18 03:56:30.683852 [ 5 ] {701cf120-20ea-458b-b066-53f0201568df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13366 2025.03.18 03:56:30.684295 [ 5 ] {701cf120-20ea-458b-b066-53f0201568df} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
13367 2025.03.18 03:56:30.684549 [ 5 ] {701cf120-20ea-458b-b066-53f0201568df} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13368 2025.03.18 03:56:30.684795 [ 5 ] {701cf120-20ea-458b-b066-53f0201568df} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001917 sec., 29212.310902451747 rows/sec., 2.24 MiB/sec.
13369 2025.03.18 03:56:30.684911 [ 5 ] {701cf120-20ea-458b-b066-53f0201568df} <Debug> TCPHandler: Processed in 0.002320274 sec.
13370 2025.03.18 03:56:30.685005 [ 220 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
13371 2025.03.18 03:56:30.685042 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13372 2025.03.18 03:56:30.685095 [ 220 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
13373 2025.03.18 03:56:30.685257 [ 5 ] {6dc13a20-2217-446e-8c9a-9a4e0c2ac486} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13374 2025.03.18 03:56:30.685322 [ 5 ] {6dc13a20-2217-446e-8c9a-9a4e0c2ac486} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13375 2025.03.18 03:56:30.686507 [ 5 ] {6dc13a20-2217-446e-8c9a-9a4e0c2ac486} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13376 2025.03.18 03:56:30.686574 [ 5 ] {6dc13a20-2217-446e-8c9a-9a4e0c2ac486} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13377 2025.03.18 03:56:30.687166 [ 5 ] {6dc13a20-2217-446e-8c9a-9a4e0c2ac486} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
13378 2025.03.18 03:56:30.687553 [ 5 ] {6dc13a20-2217-446e-8c9a-9a4e0c2ac486} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13379 2025.03.18 03:56:30.687854 [ 5 ] {6dc13a20-2217-446e-8c9a-9a4e0c2ac486} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002637 sec., 24270.003792188094 rows/sec., 1.89 MiB/sec.
13380 2025.03.18 03:56:30.687992 [ 5 ] {6dc13a20-2217-446e-8c9a-9a4e0c2ac486} <Debug> TCPHandler: Processed in 0.003006415 sec.
13381 2025.03.18 03:56:30.688160 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13382 2025.03.18 03:56:30.688291 [ 5 ] {ac8ee2be-ca0e-4115-8cf6-c752b9630660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13383 2025.03.18 03:56:30.688365 [ 5 ] {ac8ee2be-ca0e-4115-8cf6-c752b9630660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13384 2025.03.18 03:56:30.689268 [ 220 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
13385 2025.03.18 03:56:30.689656 [ 5 ] {ac8ee2be-ca0e-4115-8cf6-c752b9630660} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13386 2025.03.18 03:56:30.689701 [ 5 ] {ac8ee2be-ca0e-4115-8cf6-c752b9630660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13387 2025.03.18 03:56:30.690786 [ 5 ] {ac8ee2be-ca0e-4115-8cf6-c752b9630660} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
13388 2025.03.18 03:56:30.691036 [ 5 ] {ac8ee2be-ca0e-4115-8cf6-c752b9630660} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13389 2025.03.18 03:56:30.691283 [ 5 ] {ac8ee2be-ca0e-4115-8cf6-c752b9630660} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.003025 sec., 31735.537190082647 rows/sec., 2.21 MiB/sec.
13390 2025.03.18 03:56:30.691370 [ 5 ] {ac8ee2be-ca0e-4115-8cf6-c752b9630660} <Debug> TCPHandler: Processed in 0.003263349 sec.
13391 2025.03.18 03:56:30.691409 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
13392 2025.03.18 03:56:30.691506 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
13393 2025.03.18 03:56:30.691514 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13394 2025.03.18 03:56:30.691769 [ 5 ] {143d42cd-a179-49f6-9b56-f67782c6a234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13395 2025.03.18 03:56:30.691829 [ 5 ] {143d42cd-a179-49f6-9b56-f67782c6a234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13396 2025.03.18 03:56:30.692632 [ 5 ] {143d42cd-a179-49f6-9b56-f67782c6a234} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13397 2025.03.18 03:56:30.692685 [ 5 ] {143d42cd-a179-49f6-9b56-f67782c6a234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13398 2025.03.18 03:56:30.693343 [ 5 ] {143d42cd-a179-49f6-9b56-f67782c6a234} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary)
13399 2025.03.18 03:56:30.693781 [ 5 ] {143d42cd-a179-49f6-9b56-f67782c6a234} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13400 2025.03.18 03:56:30.694188 [ 5 ] {143d42cd-a179-49f6-9b56-f67782c6a234} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.002544 sec., 14150.943396226416 rows/sec., 976.56 KiB/sec.
13401 2025.03.18 03:56:30.694266 [ 5 ] {143d42cd-a179-49f6-9b56-f67782c6a234} <Debug> TCPHandler: Processed in 0.002840002 sec.
13402 2025.03.18 03:56:30.694825 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
13403 2025.03.18 03:56:31.216238 [ 222 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
13404 2025.03.18 03:56:31.216300 [ 222 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
13405 2025.03.18 03:56:31.218384 [ 222 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
13406 2025.03.18 03:56:31.950675 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39833
13407 2025.03.18 03:56:31.951397 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13408 2025.03.18 03:56:31.951452 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13409 2025.03.18 03:56:31.952007 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
13410 2025.03.18 03:56:31.952279 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13411 2025.03.18 03:56:31.952525 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39833
13412 2025.03.18 03:56:34.776145 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 656
13413 2025.03.18 03:56:34.799230 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13414 2025.03.18 03:56:34.799287 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13415 2025.03.18 03:56:34.806868 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
13416 2025.03.18 03:56:34.807676 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13417 2025.03.18 03:56:34.810571 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656
13418 2025.03.18 03:56:35.686255 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13419 2025.03.18 03:56:35.686466 [ 5 ] {3c0ee636-cf32-4151-970e-a65db1189968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13420 2025.03.18 03:56:35.686545 [ 5 ] {3c0ee636-cf32-4151-970e-a65db1189968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13421 2025.03.18 03:56:35.687313 [ 5 ] {3c0ee636-cf32-4151-970e-a65db1189968} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13422 2025.03.18 03:56:35.687357 [ 5 ] {3c0ee636-cf32-4151-970e-a65db1189968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13423 2025.03.18 03:56:35.687797 [ 5 ] {3c0ee636-cf32-4151-970e-a65db1189968} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
13424 2025.03.18 03:56:35.688048 [ 5 ] {3c0ee636-cf32-4151-970e-a65db1189968} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13425 2025.03.18 03:56:35.688258 [ 5 ] {3c0ee636-cf32-4151-970e-a65db1189968} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00184 sec., 30434.782608695652 rows/sec., 2.34 MiB/sec.
13426 2025.03.18 03:56:35.688336 [ 5 ] {3c0ee636-cf32-4151-970e-a65db1189968} <Debug> TCPHandler: Processed in 0.002221823 sec.
13427 2025.03.18 03:56:35.688496 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13428 2025.03.18 03:56:35.688770 [ 5 ] {5d562786-5c5a-4da1-9dd9-b06cfaca99ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13429 2025.03.18 03:56:35.688895 [ 5 ] {5d562786-5c5a-4da1-9dd9-b06cfaca99ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13430 2025.03.18 03:56:35.689756 [ 5 ] {5d562786-5c5a-4da1-9dd9-b06cfaca99ff} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13431 2025.03.18 03:56:35.689797 [ 5 ] {5d562786-5c5a-4da1-9dd9-b06cfaca99ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13432 2025.03.18 03:56:35.690161 [ 5 ] {5d562786-5c5a-4da1-9dd9-b06cfaca99ff} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
13433 2025.03.18 03:56:35.690394 [ 5 ] {5d562786-5c5a-4da1-9dd9-b06cfaca99ff} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13434 2025.03.18 03:56:35.690570 [ 5 ] {5d562786-5c5a-4da1-9dd9-b06cfaca99ff} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001904 sec., 33613.44537815126 rows/sec., 2.62 MiB/sec.
13435 2025.03.18 03:56:35.690621 [ 5 ] {5d562786-5c5a-4da1-9dd9-b06cfaca99ff} <Debug> TCPHandler: Processed in 0.002193893 sec.
13436 2025.03.18 03:56:35.690748 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13437 2025.03.18 03:56:35.690888 [ 5 ] {ce8bcbb1-261d-49c4-bc0a-72706d24b96e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13438 2025.03.18 03:56:35.690948 [ 5 ] {ce8bcbb1-261d-49c4-bc0a-72706d24b96e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13439 2025.03.18 03:56:35.691557 [ 5 ] {ce8bcbb1-261d-49c4-bc0a-72706d24b96e} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13440 2025.03.18 03:56:35.691632 [ 5 ] {ce8bcbb1-261d-49c4-bc0a-72706d24b96e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13441 2025.03.18 03:56:35.692035 [ 5 ] {ce8bcbb1-261d-49c4-bc0a-72706d24b96e} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
13442 2025.03.18 03:56:35.692284 [ 5 ] {ce8bcbb1-261d-49c4-bc0a-72706d24b96e} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13443 2025.03.18 03:56:35.692481 [ 5 ] {ce8bcbb1-261d-49c4-bc0a-72706d24b96e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001616 sec., 99009.900990099 rows/sec., 6.90 MiB/sec.
13444 2025.03.18 03:56:35.692548 [ 5 ] {ce8bcbb1-261d-49c4-bc0a-72706d24b96e} <Debug> TCPHandler: Processed in 0.001863559 sec.
13445 2025.03.18 03:56:35.692694 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13446 2025.03.18 03:56:35.692960 [ 5 ] {bcc8728a-8ea4-458a-8bd2-1100ac781cee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13447 2025.03.18 03:56:35.693111 [ 5 ] {bcc8728a-8ea4-458a-8bd2-1100ac781cee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13448 2025.03.18 03:56:35.694268 [ 5 ] {bcc8728a-8ea4-458a-8bd2-1100ac781cee} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13449 2025.03.18 03:56:35.694307 [ 5 ] {bcc8728a-8ea4-458a-8bd2-1100ac781cee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13450 2025.03.18 03:56:35.694675 [ 5 ] {bcc8728a-8ea4-458a-8bd2-1100ac781cee} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary)
13451 2025.03.18 03:56:35.694909 [ 5 ] {bcc8728a-8ea4-458a-8bd2-1100ac781cee} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13452 2025.03.18 03:56:35.695082 [ 5 ] {bcc8728a-8ea4-458a-8bd2-1100ac781cee} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002237 sec., 26821.63611980331 rows/sec., 1.81 MiB/sec.
13453 2025.03.18 03:56:35.695132 [ 5 ] {bcc8728a-8ea4-458a-8bd2-1100ac781cee} <Debug> TCPHandler: Processed in 0.002492287 sec.
13454 2025.03.18 03:56:39.216159 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache
13455 2025.03.18 03:56:39.216227 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache
13456 2025.03.18 03:56:39.452803 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40321
13457 2025.03.18 03:56:39.453663 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13458 2025.03.18 03:56:39.453719 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13459 2025.03.18 03:56:39.454259 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
13460 2025.03.18 03:56:39.454513 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13461 2025.03.18 03:56:39.454776 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321
13462 2025.03.18 03:56:39.680963 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1790
13463 2025.03.18 03:56:39.684101 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13464 2025.03.18 03:56:39.684147 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13465 2025.03.18 03:56:39.685691 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13466 2025.03.18 03:56:39.686019 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13467 2025.03.18 03:56:39.686579 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1790
13468 2025.03.18 03:56:39.737701 [ 217 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Found 5 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]
13469 2025.03.18 03:56:39.737759 [ 217 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Removing 5 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]
13470 2025.03.18 03:56:39.739935 [ 217 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0]
13471 2025.03.18 03:56:40.688396 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13472 2025.03.18 03:56:40.688615 [ 5 ] {093dd27a-480f-4dbc-afbb-acb94305530e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13473 2025.03.18 03:56:40.688695 [ 5 ] {093dd27a-480f-4dbc-afbb-acb94305530e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13474 2025.03.18 03:56:40.689529 [ 5 ] {093dd27a-480f-4dbc-afbb-acb94305530e} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13475 2025.03.18 03:56:40.689571 [ 5 ] {093dd27a-480f-4dbc-afbb-acb94305530e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13476 2025.03.18 03:56:40.690021 [ 5 ] {093dd27a-480f-4dbc-afbb-acb94305530e} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
13477 2025.03.18 03:56:40.690287 [ 5 ] {093dd27a-480f-4dbc-afbb-acb94305530e} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13478 2025.03.18 03:56:40.690485 [ 5 ] {093dd27a-480f-4dbc-afbb-acb94305530e} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.001932 sec., 69358.17805383023 rows/sec., 5.98 MiB/sec.
13479 2025.03.18 03:56:40.690543 [ 5 ] {093dd27a-480f-4dbc-afbb-acb94305530e} <Debug> TCPHandler: Processed in 0.002287924 sec.
13480 2025.03.18 03:56:40.690665 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13481 2025.03.18 03:56:40.690773 [ 5 ] {858e7f1e-8836-4468-a96b-814e35460d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13482 2025.03.18 03:56:40.690819 [ 5 ] {858e7f1e-8836-4468-a96b-814e35460d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13483 2025.03.18 03:56:40.691348 [ 5 ] {858e7f1e-8836-4468-a96b-814e35460d2c} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13484 2025.03.18 03:56:40.691386 [ 5 ] {858e7f1e-8836-4468-a96b-814e35460d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13485 2025.03.18 03:56:40.691737 [ 5 ] {858e7f1e-8836-4468-a96b-814e35460d2c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
13486 2025.03.18 03:56:40.691973 [ 5 ] {858e7f1e-8836-4468-a96b-814e35460d2c} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13487 2025.03.18 03:56:40.692143 [ 5 ] {858e7f1e-8836-4468-a96b-814e35460d2c} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001395 sec., 27956.989247311827 rows/sec., 2.05 MiB/sec.
13488 2025.03.18 03:56:40.692195 [ 5 ] {858e7f1e-8836-4468-a96b-814e35460d2c} <Debug> TCPHandler: Processed in 0.001583534 sec.
13489 2025.03.18 03:56:40.692300 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13490 2025.03.18 03:56:40.692403 [ 5 ] {4a36ffed-46a9-43c9-96b0-178a5425988d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13491 2025.03.18 03:56:40.692447 [ 5 ] {4a36ffed-46a9-43c9-96b0-178a5425988d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13492 2025.03.18 03:56:40.692990 [ 5 ] {4a36ffed-46a9-43c9-96b0-178a5425988d} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13493 2025.03.18 03:56:40.693029 [ 5 ] {4a36ffed-46a9-43c9-96b0-178a5425988d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13494 2025.03.18 03:56:40.693389 [ 5 ] {4a36ffed-46a9-43c9-96b0-178a5425988d} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
13495 2025.03.18 03:56:40.693627 [ 5 ] {4a36ffed-46a9-43c9-96b0-178a5425988d} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13496 2025.03.18 03:56:40.693817 [ 5 ] {4a36ffed-46a9-43c9-96b0-178a5425988d} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.001431 sec., 71977.63801537387 rows/sec., 5.62 MiB/sec.
13497 2025.03.18 03:56:40.693879 [ 5 ] {4a36ffed-46a9-43c9-96b0-178a5425988d} <Debug> TCPHandler: Processed in 0.001629315 sec.
13498 2025.03.18 03:56:40.694010 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13499 2025.03.18 03:56:40.694288 [ 5 ] {2f2a48cd-1f32-479e-b6a1-4f2c08ef8bd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13500 2025.03.18 03:56:40.694430 [ 5 ] {2f2a48cd-1f32-479e-b6a1-4f2c08ef8bd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13501 2025.03.18 03:56:40.695607 [ 5 ] {2f2a48cd-1f32-479e-b6a1-4f2c08ef8bd9} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13502 2025.03.18 03:56:40.695645 [ 5 ] {2f2a48cd-1f32-479e-b6a1-4f2c08ef8bd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13503 2025.03.18 03:56:40.696040 [ 5 ] {2f2a48cd-1f32-479e-b6a1-4f2c08ef8bd9} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
13504 2025.03.18 03:56:40.696287 [ 5 ] {2f2a48cd-1f32-479e-b6a1-4f2c08ef8bd9} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13505 2025.03.18 03:56:40.696484 [ 5 ] {2f2a48cd-1f32-479e-b6a1-4f2c08ef8bd9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002299 sec., 69595.4762940409 rows/sec., 4.85 MiB/sec.
13506 2025.03.18 03:56:40.696547 [ 5 ] {2f2a48cd-1f32-479e-b6a1-4f2c08ef8bd9} <Debug> TCPHandler: Processed in 0.002587069 sec.
13507 2025.03.18 03:56:40.696687 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13508 2025.03.18 03:56:40.696977 [ 5 ] {9b7a5c54-effb-45fa-a772-85f871aa6be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13509 2025.03.18 03:56:40.697274 [ 5 ] {9b7a5c54-effb-45fa-a772-85f871aa6be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13510 2025.03.18 03:56:40.699184 [ 5 ] {9b7a5c54-effb-45fa-a772-85f871aa6be6} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13511 2025.03.18 03:56:40.699223 [ 5 ] {9b7a5c54-effb-45fa-a772-85f871aa6be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13512 2025.03.18 03:56:40.699898 [ 5 ] {9b7a5c54-effb-45fa-a772-85f871aa6be6} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
13513 2025.03.18 03:56:40.700160 [ 5 ] {9b7a5c54-effb-45fa-a772-85f871aa6be6} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13514 2025.03.18 03:56:40.700393 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): 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]
13515 2025.03.18 03:56:40.700399 [ 5 ] {9b7a5c54-effb-45fa-a772-85f871aa6be6} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.003534 sec., 11035.65365025467 rows/sec., 19.78 MiB/sec.
13516 2025.03.18 03:56:40.700473 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): 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]
13517 2025.03.18 03:56:40.700679 [ 5 ] {9b7a5c54-effb-45fa-a772-85f871aa6be6} <Debug> TCPHandler: Processed in 0.004046121 sec.
13518 2025.03.18 03:56:40.700867 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13519 2025.03.18 03:56:40.700982 [ 5 ] {a1b9214f-951b-4151-bcfd-465201dc99b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13520 2025.03.18 03:56:40.701063 [ 5 ] {a1b9214f-951b-4151-bcfd-465201dc99b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13521 2025.03.18 03:56:40.702093 [ 5 ] {a1b9214f-951b-4151-bcfd-465201dc99b0} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13522 2025.03.18 03:56:40.702151 [ 5 ] {a1b9214f-951b-4151-bcfd-465201dc99b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13523 2025.03.18 03:56:40.702783 [ 5 ] {a1b9214f-951b-4151-bcfd-465201dc99b0} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary)
13524 2025.03.18 03:56:40.703142 [ 5 ] {a1b9214f-951b-4151-bcfd-465201dc99b0} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13525 2025.03.18 03:56:40.703437 [ 5 ] {a1b9214f-951b-4151-bcfd-465201dc99b0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00247 sec., 24291.497975708502 rows/sec., 1.64 MiB/sec.
13526 2025.03.18 03:56:40.703582 [ 5 ] {a1b9214f-951b-4151-bcfd-465201dc99b0} <Debug> TCPHandler: Processed in 0.002764222 sec.
13527 2025.03.18 03:56:40.703969 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): 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]
13528 2025.03.18 03:56:42.310702 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664
13529 2025.03.18 03:56:42.336675 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13530 2025.03.18 03:56:42.336740 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13531 2025.03.18 03:56:42.344331 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
13532 2025.03.18 03:56:42.345131 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13533 2025.03.18 03:56:42.348328 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664
13534 2025.03.18 03:56:45.687589 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13535 2025.03.18 03:56:45.687838 [ 5 ] {2cffd47d-3803-4903-a94a-9ca5442cfc04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13536 2025.03.18 03:56:45.687924 [ 5 ] {2cffd47d-3803-4903-a94a-9ca5442cfc04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13537 2025.03.18 03:56:45.688868 [ 5 ] {2cffd47d-3803-4903-a94a-9ca5442cfc04} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13538 2025.03.18 03:56:45.688933 [ 5 ] {2cffd47d-3803-4903-a94a-9ca5442cfc04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13539 2025.03.18 03:56:45.689490 [ 5 ] {2cffd47d-3803-4903-a94a-9ca5442cfc04} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
13540 2025.03.18 03:56:45.689802 [ 5 ] {2cffd47d-3803-4903-a94a-9ca5442cfc04} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13541 2025.03.18 03:56:45.690073 [ 79 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
13542 2025.03.18 03:56:45.690087 [ 5 ] {2cffd47d-3803-4903-a94a-9ca5442cfc04} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002297 sec., 24379.62559860688 rows/sec., 1.87 MiB/sec.
13543 2025.03.18 03:56:45.690176 [ 79 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13544 2025.03.18 03:56:45.690244 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13545 2025.03.18 03:56:45.690299 [ 5 ] {2cffd47d-3803-4903-a94a-9ca5442cfc04} <Debug> TCPHandler: Processed in 0.002874523 sec.
13546 2025.03.18 03:56:45.690689 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
13547 2025.03.18 03:56:45.690719 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13548 2025.03.18 03:56:45.691213 [ 5 ] {f9b8f368-2d72-42b4-b9a2-637b54a2ea24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13549 2025.03.18 03:56:45.691357 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13550 2025.03.18 03:56:45.691523 [ 5 ] {f9b8f368-2d72-42b4-b9a2-637b54a2ea24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13551 2025.03.18 03:56:45.691591 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1404 rows starting from the beginning of the part
13552 2025.03.18 03:56:45.692421 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 1395 rows starting from the beginning of the part
13553 2025.03.18 03:56:45.692997 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 56 rows starting from the beginning of the part
13554 2025.03.18 03:56:45.693724 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 56 rows starting from the beginning of the part
13555 2025.03.18 03:56:45.694344 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 134 rows starting from the beginning of the part
13556 2025.03.18 03:56:45.694912 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 56 rows starting from the beginning of the part
13557 2025.03.18 03:56:45.698395 [ 5 ] {f9b8f368-2d72-42b4-b9a2-637b54a2ea24} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13558 2025.03.18 03:56:45.698495 [ 5 ] {f9b8f368-2d72-42b4-b9a2-637b54a2ea24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13559 2025.03.18 03:56:45.699234 [ 5 ] {f9b8f368-2d72-42b4-b9a2-637b54a2ea24} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
13560 2025.03.18 03:56:45.699564 [ 5 ] {f9b8f368-2d72-42b4-b9a2-637b54a2ea24} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13561 2025.03.18 03:56:45.699846 [ 79 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
13562 2025.03.18 03:56:45.699982 [ 79 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13563 2025.03.18 03:56:45.700051 [ 5 ] {f9b8f368-2d72-42b4-b9a2-637b54a2ea24} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.008985 sec., 7122.982749026155 rows/sec., 569.31 KiB/sec.
13564 2025.03.18 03:56:45.700070 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13565 2025.03.18 03:56:45.700363 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3101 rows, containing 5 columns (5 merged, 0 gathered) in 0.00999879 sec., 310137.5266407235 rows/sec., 27.12 MiB/sec.
13566 2025.03.18 03:56:45.700484 [ 5 ] {f9b8f368-2d72-42b4-b9a2-637b54a2ea24} <Debug> TCPHandler: Processed in 0.009886218 sec.
13567 2025.03.18 03:56:45.700687 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
13568 2025.03.18 03:56:45.700755 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13569 2025.03.18 03:56:45.700873 [ 190 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
13570 2025.03.18 03:56:45.701304 [ 5 ] {119614af-fbbc-4b1f-8c1f-79e401411e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13571 2025.03.18 03:56:45.701573 [ 5 ] {119614af-fbbc-4b1f-8c1f-79e401411e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13572 2025.03.18 03:56:45.701574 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13573 2025.03.18 03:56:45.701818 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
13574 2025.03.18 03:56:45.702766 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 597 rows starting from the beginning of the part
13575 2025.03.18 03:56:45.703780 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 64 rows starting from the beginning of the part
13576 2025.03.18 03:56:45.703732 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_151_30} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13577 2025.03.18 03:56:45.704286 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 64 rows starting from the beginning of the part
13578 2025.03.18 03:56:45.705042 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_151_30} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
13579 2025.03.18 03:56:45.705214 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 103 rows starting from the beginning of the part
13580 2025.03.18 03:56:45.705469 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
13581 2025.03.18 03:56:45.705715 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 64 rows starting from the beginning of the part
13582 2025.03.18 03:56:45.706607 [ 5 ] {119614af-fbbc-4b1f-8c1f-79e401411e6e} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13583 2025.03.18 03:56:45.706698 [ 5 ] {119614af-fbbc-4b1f-8c1f-79e401411e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13584 2025.03.18 03:56:45.708338 [ 5 ] {119614af-fbbc-4b1f-8c1f-79e401411e6e} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
13585 2025.03.18 03:56:45.709069 [ 5 ] {119614af-fbbc-4b1f-8c1f-79e401411e6e} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13586 2025.03.18 03:56:45.709290 [ 200 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1523 rows, containing 5 columns (5 merged, 0 gathered) in 0.009004555 sec., 169136.62029939293 rows/sec., 13.47 MiB/sec.
13587 2025.03.18 03:56:45.709574 [ 5 ] {119614af-fbbc-4b1f-8c1f-79e401411e6e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.008465 sec., 18901.358535144715 rows/sec., 1.32 MiB/sec.
13588 2025.03.18 03:56:45.709708 [ 5 ] {119614af-fbbc-4b1f-8c1f-79e401411e6e} <Debug> TCPHandler: Processed in 0.009036866 sec.
13589 2025.03.18 03:56:45.709753 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
13590 2025.03.18 03:56:45.710130 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13591 2025.03.18 03:56:45.710552 [ 5 ] {5b4faa1c-b735-419b-a899-4afb91e7e315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13592 2025.03.18 03:56:45.710795 [ 5 ] {5b4faa1c-b735-419b-a899-4afb91e7e315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13593 2025.03.18 03:56:45.711327 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_151_30} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13594 2025.03.18 03:56:45.711902 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_151_30} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
13595 2025.03.18 03:56:45.712162 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
13596 2025.03.18 03:56:45.712539 [ 5 ] {5b4faa1c-b735-419b-a899-4afb91e7e315} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13597 2025.03.18 03:56:45.712594 [ 5 ] {5b4faa1c-b735-419b-a899-4afb91e7e315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13598 2025.03.18 03:56:45.713055 [ 5 ] {5b4faa1c-b735-419b-a899-4afb91e7e315} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary)
13599 2025.03.18 03:56:45.713354 [ 5 ] {5b4faa1c-b735-419b-a899-4afb91e7e315} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13600 2025.03.18 03:56:45.713572 [ 79 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0
13601 2025.03.18 03:56:45.713625 [ 79 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13602 2025.03.18 03:56:45.713646 [ 5 ] {5b4faa1c-b735-419b-a899-4afb91e7e315} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003276 sec., 18315.018315018315 rows/sec., 1.23 MiB/sec.
13603 2025.03.18 03:56:45.713659 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13604 2025.03.18 03:56:45.713877 [ 5 ] {5b4faa1c-b735-419b-a899-4afb91e7e315} <Debug> TCPHandler: Processed in 0.003920328 sec.
13605 2025.03.18 03:56:45.714013 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
13606 2025.03.18 03:56:45.714730 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13607 2025.03.18 03:56:45.714929 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 7548 rows starting from the beginning of the part
13608 2025.03.18 03:56:45.715407 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 24 rows starting from the beginning of the part
13609 2025.03.18 03:56:45.715896 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 36 rows starting from the beginning of the part
13610 2025.03.18 03:56:45.716349 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part
13611 2025.03.18 03:56:45.716895 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 60 rows starting from the beginning of the part
13612 2025.03.18 03:56:45.717408 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
13613 2025.03.18 03:56:45.720644 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7788 rows, containing 4 columns (4 merged, 0 gathered) in 0.006845843 sec., 1137624.6869815742 rows/sec., 76.67 MiB/sec.
13614 2025.03.18 03:56:45.721329 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary)
13615 2025.03.18 03:56:45.721790 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_151_30} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13616 2025.03.18 03:56:45.721924 [ 193 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_151_30} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30
13617 2025.03.18 03:56:45.722065 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB.
13618 2025.03.18 03:56:46.954973 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40748
13619 2025.03.18 03:56:46.955650 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13620 2025.03.18 03:56:46.955692 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB.
13621 2025.03.18 03:56:46.956307 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
13622 2025.03.18 03:56:46.956575 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13623 2025.03.18 03:56:46.956813 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40748
13624 2025.03.18 03:56:49.686810 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1810
13625 2025.03.18 03:56:49.689727 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13626 2025.03.18 03:56:49.689775 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13627 2025.03.18 03:56:49.691289 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13628 2025.03.18 03:56:49.691603 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13629 2025.03.18 03:56:49.691774 [ 75 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
13630 2025.03.18 03:56:49.691836 [ 75 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13631 2025.03.18 03:56:49.691871 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13632 2025.03.18 03:56:49.692397 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
13633 2025.03.18 03:56:49.693933 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1810
13634 2025.03.18 03:56:49.694278 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13635 2025.03.18 03:56:49.694449 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1698 rows starting from the beginning of the part
13636 2025.03.18 03:56:49.695045 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 16 rows starting from the beginning of the part
13637 2025.03.18 03:56:49.695662 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
13638 2025.03.18 03:56:49.696323 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 40 rows starting from the beginning of the part
13639 2025.03.18 03:56:49.697053 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 16 rows starting from the beginning of the part
13640 2025.03.18 03:56:49.697773 [ 189 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
13641 2025.03.18 03:56:49.706615 [ 187 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1810 rows, containing 72 columns (72 merged, 0 gathered) in 0.014598499 sec., 123985.34945270744 rows/sec., 93.93 MiB/sec.
13642 2025.03.18 03:56:49.708489 [ 187 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
13643 2025.03.18 03:56:49.709286 [ 187 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_66_13} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13644 2025.03.18 03:56:49.709367 [ 187 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_66_13} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
13645 2025.03.18 03:56:49.709697 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB.
13646 2025.03.18 03:56:49.848496 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671
13647 2025.03.18 03:56:49.872910 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13648 2025.03.18 03:56:49.872972 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13649 2025.03.18 03:56:49.880709 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
13650 2025.03.18 03:56:49.881524 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13651 2025.03.18 03:56:49.885685 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671
13652 2025.03.18 03:56:50.687583 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13653 2025.03.18 03:56:50.687797 [ 5 ] {b38bf06f-db0d-4a63-bba9-c1ce227944a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13654 2025.03.18 03:56:50.687877 [ 5 ] {b38bf06f-db0d-4a63-bba9-c1ce227944a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13655 2025.03.18 03:56:50.688777 [ 5 ] {b38bf06f-db0d-4a63-bba9-c1ce227944a2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13656 2025.03.18 03:56:50.688830 [ 5 ] {b38bf06f-db0d-4a63-bba9-c1ce227944a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13657 2025.03.18 03:56:50.689297 [ 5 ] {b38bf06f-db0d-4a63-bba9-c1ce227944a2} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
13658 2025.03.18 03:56:50.689586 [ 5 ] {b38bf06f-db0d-4a63-bba9-c1ce227944a2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13659 2025.03.18 03:56:50.689789 [ 5 ] {b38bf06f-db0d-4a63-bba9-c1ce227944a2} <Debug> executeQuery: Read 134 rows, 11.83 KiB in 0.002056 sec., 65175.09727626459 rows/sec., 5.62 MiB/sec.
13660 2025.03.18 03:56:50.689848 [ 5 ] {b38bf06f-db0d-4a63-bba9-c1ce227944a2} <Debug> TCPHandler: Processed in 0.002408157 sec.
13661 2025.03.18 03:56:50.689984 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13662 2025.03.18 03:56:50.690093 [ 5 ] {6783a76b-8240-4084-b4d0-f64517b89672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13663 2025.03.18 03:56:50.690139 [ 5 ] {6783a76b-8240-4084-b4d0-f64517b89672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13664 2025.03.18 03:56:50.690673 [ 5 ] {6783a76b-8240-4084-b4d0-f64517b89672} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13665 2025.03.18 03:56:50.690711 [ 5 ] {6783a76b-8240-4084-b4d0-f64517b89672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13666 2025.03.18 03:56:50.691064 [ 5 ] {6783a76b-8240-4084-b4d0-f64517b89672} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13667 2025.03.18 03:56:50.691305 [ 5 ] {6783a76b-8240-4084-b4d0-f64517b89672} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13668 2025.03.18 03:56:50.691434 [ 74 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Selected 6 parts from all_1_60_13 to all_65_65_0
13669 2025.03.18 03:56:50.691474 [ 74 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13670 2025.03.18 03:56:50.691480 [ 5 ] {6783a76b-8240-4084-b4d0-f64517b89672} <Debug> executeQuery: Read 39 rows, 2.93 KiB in 0.001408 sec., 27698.863636363636 rows/sec., 2.03 MiB/sec.
13671 2025.03.18 03:56:50.691500 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13672 2025.03.18 03:56:50.691576 [ 5 ] {6783a76b-8240-4084-b4d0-f64517b89672} <Debug> TCPHandler: Processed in 0.001640814 sec.
13673 2025.03.18 03:56:50.691781 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_65_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_13 to all_65_65_0 into Compact with storage Full
13674 2025.03.18 03:56:50.691802 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13675 2025.03.18 03:56:50.692024 [ 5 ] {141b740a-06eb-4fd5-b861-cb36c6ba0ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13676 2025.03.18 03:56:50.692074 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13677 2025.03.18 03:56:50.692123 [ 5 ] {141b740a-06eb-4fd5-b861-cb36c6ba0ec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13678 2025.03.18 03:56:50.692156 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 69 rows starting from the beginning of the part
13679 2025.03.18 03:56:50.692501 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 39 rows starting from the beginning of the part
13680 2025.03.18 03:56:50.692812 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 39 rows starting from the beginning of the part
13681 2025.03.18 03:56:50.693285 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 53 rows starting from the beginning of the part
13682 2025.03.18 03:56:50.693609 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 39 rows starting from the beginning of the part
13683 2025.03.18 03:56:50.693924 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 39 rows starting from the beginning of the part
13684 2025.03.18 03:56:50.695061 [ 5 ] {141b740a-06eb-4fd5-b861-cb36c6ba0ec2} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13685 2025.03.18 03:56:50.695140 [ 5 ] {141b740a-06eb-4fd5-b861-cb36c6ba0ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13686 2025.03.18 03:56:50.696232 [ 5 ] {141b740a-06eb-4fd5-b861-cb36c6ba0ec2} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
13687 2025.03.18 03:56:50.696694 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 278 rows, containing 5 columns (5 merged, 0 gathered) in 0.005063846 sec., 54898.98389484988 rows/sec., 4.24 MiB/sec.
13688 2025.03.18 03:56:50.696772 [ 5 ] {141b740a-06eb-4fd5-b861-cb36c6ba0ec2} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13689 2025.03.18 03:56:50.697085 [ 5 ] {141b740a-06eb-4fd5-b861-cb36c6ba0ec2} <Debug> executeQuery: Read 103 rows, 8.24 KiB in 0.005137 sec., 20050.613198364805 rows/sec., 1.57 MiB/sec.
13690 2025.03.18 03:56:50.697110 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary)
13691 2025.03.18 03:56:50.697214 [ 5 ] {141b740a-06eb-4fd5-b861-cb36c6ba0ec2} <Debug> TCPHandler: Processed in 0.005472302 sec.
13692 2025.03.18 03:56:50.697405 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13693 2025.03.18 03:56:50.697590 [ 5 ] {c999e368-ea24-4327-a84f-cbc4ce08bbab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13694 2025.03.18 03:56:50.697676 [ 5 ] {c999e368-ea24-4327-a84f-cbc4ce08bbab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13695 2025.03.18 03:56:50.697741 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_65_14} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13696 2025.03.18 03:56:50.697995 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_65_14} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Merged 6 parts: [all_1_60_13, all_65_65_0] -> all_1_65_14
13697 2025.03.18 03:56:50.698188 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
13698 2025.03.18 03:56:50.698562 [ 5 ] {c999e368-ea24-4327-a84f-cbc4ce08bbab} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13699 2025.03.18 03:56:50.698606 [ 5 ] {c999e368-ea24-4327-a84f-cbc4ce08bbab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13700 2025.03.18 03:56:50.699005 [ 5 ] {c999e368-ea24-4327-a84f-cbc4ce08bbab} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
13701 2025.03.18 03:56:50.699271 [ 5 ] {c999e368-ea24-4327-a84f-cbc4ce08bbab} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13702 2025.03.18 03:56:50.699411 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 2 parts from all_1_147_34 to all_148_148_0
13703 2025.03.18 03:56:50.699458 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13704 2025.03.18 03:56:50.699460 [ 5 ] {c999e368-ea24-4327-a84f-cbc4ce08bbab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001927 sec., 83030.61754021797 rows/sec., 5.78 MiB/sec.
13705 2025.03.18 03:56:50.699512 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13706 2025.03.18 03:56:50.699542 [ 5 ] {c999e368-ea24-4327-a84f-cbc4ce08bbab} <Debug> TCPHandler: Processed in 0.002195433 sec.
13707 2025.03.18 03:56:50.699705 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_148_35} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_147_34 to all_148_148_0 into Compact with storage Full
13708 2025.03.18 03:56:50.699761 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13709 2025.03.18 03:56:50.699954 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_148_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13710 2025.03.18 03:56:50.699983 [ 5 ] {040ee2d3-46bd-457a-98ad-da27ae833577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13711 2025.03.18 03:56:50.700019 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_148_35} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_147_34, total 40314 rows starting from the beginning of the part
13712 2025.03.18 03:56:50.700198 [ 5 ] {040ee2d3-46bd-457a-98ad-da27ae833577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13713 2025.03.18 03:56:50.700292 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_148_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 96 rows starting from the beginning of the part
13714 2025.03.18 03:56:50.703261 [ 5 ] {040ee2d3-46bd-457a-98ad-da27ae833577} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13715 2025.03.18 03:56:50.703324 [ 5 ] {040ee2d3-46bd-457a-98ad-da27ae833577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13716 2025.03.18 03:56:50.704131 [ 5 ] {040ee2d3-46bd-457a-98ad-da27ae833577} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
13717 2025.03.18 03:56:50.704470 [ 5 ] {040ee2d3-46bd-457a-98ad-da27ae833577} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13718 2025.03.18 03:56:50.704690 [ 5 ] {040ee2d3-46bd-457a-98ad-da27ae833577} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004774 sec., 8169.2501047339765 rows/sec., 14.64 MiB/sec.
13719 2025.03.18 03:56:50.704887 [ 5 ] {040ee2d3-46bd-457a-98ad-da27ae833577} <Debug> TCPHandler: Processed in 0.005199818 sec.
13720 2025.03.18 03:56:50.705025 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13721 2025.03.18 03:56:50.705158 [ 5 ] {442e8da6-6fe4-40c0-a428-df03bb6ebfcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13722 2025.03.18 03:56:50.705226 [ 5 ] {442e8da6-6fe4-40c0-a428-df03bb6ebfcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13723 2025.03.18 03:56:50.705841 [ 5 ] {442e8da6-6fe4-40c0-a428-df03bb6ebfcf} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13724 2025.03.18 03:56:50.705892 [ 5 ] {442e8da6-6fe4-40c0-a428-df03bb6ebfcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13725 2025.03.18 03:56:50.706291 [ 5 ] {442e8da6-6fe4-40c0-a428-df03bb6ebfcf} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary)
13726 2025.03.18 03:56:50.706592 [ 5 ] {442e8da6-6fe4-40c0-a428-df03bb6ebfcf} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13727 2025.03.18 03:56:50.706859 [ 5 ] {442e8da6-6fe4-40c0-a428-df03bb6ebfcf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001714 sec., 35005.83430571762 rows/sec., 2.36 MiB/sec.
13728 2025.03.18 03:56:50.706948 [ 5 ] {442e8da6-6fe4-40c0-a428-df03bb6ebfcf} <Debug> TCPHandler: Processed in 0.001988279 sec.
13729 2025.03.18 03:56:50.708828 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_148_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40410 rows, containing 5 columns (5 merged, 0 gathered) in 0.009204118 sec., 4390426.111442725 rows/sec., 300.86 MiB/sec.
13730 2025.03.18 03:56:50.709771 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_148_35} <Trace> MergedBlockOutputStream: filled checksums all_1_148_35 (state Temporary)
13731 2025.03.18 03:56:50.710107 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_148_35} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_148_35 to all_1_148_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13732 2025.03.18 03:56:50.710201 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_148_35} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 2 parts: [all_1_147_34, all_148_148_0] -> all_1_148_35
13733 2025.03.18 03:56:50.710303 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
13734 2025.03.18 03:56:54.216297 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache
13735 2025.03.18 03:56:54.216366 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache
13736 2025.03.18 03:56:54.457015 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41236
13737 2025.03.18 03:56:54.457724 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13738 2025.03.18 03:56:54.457773 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13739 2025.03.18 03:56:54.458306 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
13740 2025.03.18 03:56:54.458561 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13741 2025.03.18 03:56:54.458802 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236
13742 2025.03.18 03:56:55.054343 [ 223 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
13743 2025.03.18 03:56:55.054427 [ 223 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
13744 2025.03.18 03:56:55.057046 [ 223 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
13745 2025.03.18 03:56:55.227618 [ 219 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
13746 2025.03.18 03:56:55.227657 [ 219 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
13747 2025.03.18 03:56:55.229974 [ 219 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
13748 2025.03.18 03:56:55.256819 [ 221 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
13749 2025.03.18 03:56:55.256881 [ 221 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
13750 2025.03.18 03:56:55.259039 [ 221 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
13751 2025.03.18 03:56:55.280943 [ 219 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
13752 2025.03.18 03:56:55.280989 [ 219 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
13753 2025.03.18 03:56:55.283010 [ 219 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
13754 2025.03.18 03:56:55.292527 [ 225 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
13755 2025.03.18 03:56:55.292597 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
13756 2025.03.18 03:56:55.294851 [ 225 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
13757 2025.03.18 03:56:55.470584 [ 225 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
13758 2025.03.18 03:56:55.470624 [ 225 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
13759 2025.03.18 03:56:55.472701 [ 225 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
13760 2025.03.18 03:56:55.686603 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13761 2025.03.18 03:56:55.686831 [ 5 ] {a85cc361-f778-4bea-a31d-55ef1296a2af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13762 2025.03.18 03:56:55.686918 [ 5 ] {a85cc361-f778-4bea-a31d-55ef1296a2af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13763 2025.03.18 03:56:55.687805 [ 5 ] {a85cc361-f778-4bea-a31d-55ef1296a2af} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13764 2025.03.18 03:56:55.687862 [ 5 ] {a85cc361-f778-4bea-a31d-55ef1296a2af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13765 2025.03.18 03:56:55.688323 [ 5 ] {a85cc361-f778-4bea-a31d-55ef1296a2af} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
13766 2025.03.18 03:56:55.688588 [ 5 ] {a85cc361-f778-4bea-a31d-55ef1296a2af} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13767 2025.03.18 03:56:55.688840 [ 5 ] {a85cc361-f778-4bea-a31d-55ef1296a2af} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002074 sec., 27000.964320154293 rows/sec., 2.07 MiB/sec.
13768 2025.03.18 03:56:55.688906 [ 5 ] {a85cc361-f778-4bea-a31d-55ef1296a2af} <Debug> TCPHandler: Processed in 0.002452086 sec.
13769 2025.03.18 03:56:55.689025 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13770 2025.03.18 03:56:55.689137 [ 5 ] {e48c2d6a-fea3-4eff-9dff-4a63a8477d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13771 2025.03.18 03:56:55.689187 [ 5 ] {e48c2d6a-fea3-4eff-9dff-4a63a8477d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13772 2025.03.18 03:56:55.689758 [ 5 ] {e48c2d6a-fea3-4eff-9dff-4a63a8477d43} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13773 2025.03.18 03:56:55.689800 [ 5 ] {e48c2d6a-fea3-4eff-9dff-4a63a8477d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13774 2025.03.18 03:56:55.690184 [ 5 ] {e48c2d6a-fea3-4eff-9dff-4a63a8477d43} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
13775 2025.03.18 03:56:55.690433 [ 5 ] {e48c2d6a-fea3-4eff-9dff-4a63a8477d43} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13776 2025.03.18 03:56:55.690649 [ 5 ] {e48c2d6a-fea3-4eff-9dff-4a63a8477d43} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001539 sec., 41585.44509421702 rows/sec., 3.25 MiB/sec.
13777 2025.03.18 03:56:55.690702 [ 5 ] {e48c2d6a-fea3-4eff-9dff-4a63a8477d43} <Debug> TCPHandler: Processed in 0.001730095 sec.
13778 2025.03.18 03:56:55.690823 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13779 2025.03.18 03:56:55.690935 [ 5 ] {fb7f4a79-00e1-417d-9cb6-aa33d62aac2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13780 2025.03.18 03:56:55.690986 [ 5 ] {fb7f4a79-00e1-417d-9cb6-aa33d62aac2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13781 2025.03.18 03:56:55.691528 [ 5 ] {fb7f4a79-00e1-417d-9cb6-aa33d62aac2b} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13782 2025.03.18 03:56:55.691569 [ 5 ] {fb7f4a79-00e1-417d-9cb6-aa33d62aac2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13783 2025.03.18 03:56:55.691968 [ 5 ] {fb7f4a79-00e1-417d-9cb6-aa33d62aac2b} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
13784 2025.03.18 03:56:55.692216 [ 5 ] {fb7f4a79-00e1-417d-9cb6-aa33d62aac2b} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13785 2025.03.18 03:56:55.692386 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 2 parts from all_1_148_35 to all_149_149_0
13786 2025.03.18 03:56:55.692448 [ 5 ] {fb7f4a79-00e1-417d-9cb6-aa33d62aac2b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001531 sec., 104506.85826257349 rows/sec., 7.28 MiB/sec.
13787 2025.03.18 03:56:55.692461 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13788 2025.03.18 03:56:55.692535 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13789 2025.03.18 03:56:55.692580 [ 5 ] {fb7f4a79-00e1-417d-9cb6-aa33d62aac2b} <Debug> TCPHandler: Processed in 0.001807497 sec.
13790 2025.03.18 03:56:55.692717 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_149_36} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_148_35 to all_149_149_0 into Compact with storage Full
13791 2025.03.18 03:56:55.692752 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13792 2025.03.18 03:56:55.692869 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_149_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13793 2025.03.18 03:56:55.692890 [ 5 ] {97242cc6-5cbb-4a59-8647-a903fa65b074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13794 2025.03.18 03:56:55.692917 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_149_36} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_148_35, total 40410 rows starting from the beginning of the part
13795 2025.03.18 03:56:55.692948 [ 5 ] {97242cc6-5cbb-4a59-8647-a903fa65b074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13796 2025.03.18 03:56:55.693190 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_149_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 160 rows starting from the beginning of the part
13797 2025.03.18 03:56:55.694186 [ 5 ] {97242cc6-5cbb-4a59-8647-a903fa65b074} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13798 2025.03.18 03:56:55.694232 [ 5 ] {97242cc6-5cbb-4a59-8647-a903fa65b074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13799 2025.03.18 03:56:55.694637 [ 5 ] {97242cc6-5cbb-4a59-8647-a903fa65b074} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary)
13800 2025.03.18 03:56:55.694917 [ 5 ] {97242cc6-5cbb-4a59-8647-a903fa65b074} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13801 2025.03.18 03:56:55.695151 [ 5 ] {97242cc6-5cbb-4a59-8647-a903fa65b074} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002296 sec., 26132.40418118467 rows/sec., 1.76 MiB/sec.
13802 2025.03.18 03:56:55.695217 [ 5 ] {97242cc6-5cbb-4a59-8647-a903fa65b074} <Debug> TCPHandler: Processed in 0.002521268 sec.
13803 2025.03.18 03:56:55.700117 [ 187 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_149_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40570 rows, containing 5 columns (5 merged, 0 gathered) in 0.007452182 sec., 5444043.100396636 rows/sec., 373.09 MiB/sec.
13804 2025.03.18 03:56:55.700713 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_149_36} <Trace> MergedBlockOutputStream: filled checksums all_1_149_36 (state Temporary)
13805 2025.03.18 03:56:55.701058 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_149_36} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_149_36 to all_1_149_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13806 2025.03.18 03:56:55.701147 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_149_36} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 2 parts: [all_1_148_35, all_149_149_0] -> all_1_149_36
13807 2025.03.18 03:56:55.701223 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
13808 2025.03.18 03:56:56.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.92 MiB, peak 278.73 MiB, free memory in arenas 0.00 B, will set to 260.63 MiB (RSS), difference: 3.70 MiB
13809 2025.03.18 03:56:57.166084 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13810 2025.03.18 03:56:57.166304 [ 5 ] {72102057-ddbe-4063-ac33-10b11690d4d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
13811 2025.03.18 03:56:57.166385 [ 5 ] {72102057-ddbe-4063-ac33-10b11690d4d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
13812 2025.03.18 03:56:57.167152 [ 5 ] {72102057-ddbe-4063-ac33-10b11690d4d6} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13813 2025.03.18 03:56:57.167203 [ 5 ] {72102057-ddbe-4063-ac33-10b11690d4d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13814 2025.03.18 03:56:57.167639 [ 5 ] {72102057-ddbe-4063-ac33-10b11690d4d6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
13815 2025.03.18 03:56:57.167916 [ 5 ] {72102057-ddbe-4063-ac33-10b11690d4d6} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13816 2025.03.18 03:56:57.168147 [ 5 ] {72102057-ddbe-4063-ac33-10b11690d4d6} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001902 sec., 12618.296529968455 rows/sec., 1.05 MiB/sec.
13817 2025.03.18 03:56:57.168270 [ 5 ] {72102057-ddbe-4063-ac33-10b11690d4d6} <Debug> TCPHandler: Processed in 0.002338105 sec.
13818 2025.03.18 03:56:57.168419 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13819 2025.03.18 03:56:57.168564 [ 5 ] {ba488618-28a2-4df8-9acb-6797ce9a769c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
13820 2025.03.18 03:56:57.168619 [ 5 ] {ba488618-28a2-4df8-9acb-6797ce9a769c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
13821 2025.03.18 03:56:57.169148 [ 5 ] {ba488618-28a2-4df8-9acb-6797ce9a769c} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13822 2025.03.18 03:56:57.169187 [ 5 ] {ba488618-28a2-4df8-9acb-6797ce9a769c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13823 2025.03.18 03:56:57.169539 [ 5 ] {ba488618-28a2-4df8-9acb-6797ce9a769c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
13824 2025.03.18 03:56:57.169784 [ 5 ] {ba488618-28a2-4df8-9acb-6797ce9a769c} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13825 2025.03.18 03:56:57.169999 [ 5 ] {ba488618-28a2-4df8-9acb-6797ce9a769c} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001458 sec., 10973.936899862825 rows/sec., 894.85 KiB/sec.
13826 2025.03.18 03:56:57.170051 [ 5 ] {ba488618-28a2-4df8-9acb-6797ce9a769c} <Debug> TCPHandler: Processed in 0.001683115 sec.
13827 2025.03.18 03:56:57.170175 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13828 2025.03.18 03:56:57.170279 [ 5 ] {5043396d-c135-4fc8-894a-240e9457a19c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13829 2025.03.18 03:56:57.170324 [ 5 ] {5043396d-c135-4fc8-894a-240e9457a19c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13830 2025.03.18 03:56:57.171577 [ 5 ] {5043396d-c135-4fc8-894a-240e9457a19c} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13831 2025.03.18 03:56:57.171616 [ 5 ] {5043396d-c135-4fc8-894a-240e9457a19c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13832 2025.03.18 03:56:57.172051 [ 5 ] {5043396d-c135-4fc8-894a-240e9457a19c} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
13833 2025.03.18 03:56:57.172287 [ 5 ] {5043396d-c135-4fc8-894a-240e9457a19c} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13834 2025.03.18 03:56:57.172499 [ 5 ] {5043396d-c135-4fc8-894a-240e9457a19c} <Debug> executeQuery: Read 1402 rows, 120.44 KiB in 0.002241 sec., 625613.5653726015 rows/sec., 52.49 MiB/sec.
13835 2025.03.18 03:56:57.172550 [ 5 ] {5043396d-c135-4fc8-894a-240e9457a19c} <Debug> TCPHandler: Processed in 0.002425227 sec.
13836 2025.03.18 03:56:57.172668 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13837 2025.03.18 03:56:57.172773 [ 5 ] {d6178c3d-569a-4489-bb3c-face398a7952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
13838 2025.03.18 03:56:57.172816 [ 5 ] {d6178c3d-569a-4489-bb3c-face398a7952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
13839 2025.03.18 03:56:57.173358 [ 5 ] {d6178c3d-569a-4489-bb3c-face398a7952} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13840 2025.03.18 03:56:57.173397 [ 5 ] {d6178c3d-569a-4489-bb3c-face398a7952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13841 2025.03.18 03:56:57.173748 [ 5 ] {d6178c3d-569a-4489-bb3c-face398a7952} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13842 2025.03.18 03:56:57.173978 [ 5 ] {d6178c3d-569a-4489-bb3c-face398a7952} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13843 2025.03.18 03:56:57.174180 [ 5 ] {d6178c3d-569a-4489-bb3c-face398a7952} <Debug> executeQuery: Read 67 rows, 5.01 KiB in 0.001429 sec., 46885.93421973408 rows/sec., 3.42 MiB/sec.
13844 2025.03.18 03:56:57.174232 [ 5 ] {d6178c3d-569a-4489-bb3c-face398a7952} <Debug> TCPHandler: Processed in 0.001614354 sec.
13845 2025.03.18 03:56:57.174365 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13846 2025.03.18 03:56:57.174494 [ 5 ] {1bd31e5c-d24d-4dbe-98a6-a80cafa14078} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
13847 2025.03.18 03:56:57.174538 [ 5 ] {1bd31e5c-d24d-4dbe-98a6-a80cafa14078} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
13848 2025.03.18 03:56:57.175150 [ 5 ] {1bd31e5c-d24d-4dbe-98a6-a80cafa14078} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13849 2025.03.18 03:56:57.175191 [ 5 ] {1bd31e5c-d24d-4dbe-98a6-a80cafa14078} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13850 2025.03.18 03:56:57.175571 [ 5 ] {1bd31e5c-d24d-4dbe-98a6-a80cafa14078} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
13851 2025.03.18 03:56:57.175824 [ 5 ] {1bd31e5c-d24d-4dbe-98a6-a80cafa14078} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13852 2025.03.18 03:56:57.176134 [ 5 ] {1bd31e5c-d24d-4dbe-98a6-a80cafa14078} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001646 sec., 153098.42041312275 rows/sec., 10.59 MiB/sec.
13853 2025.03.18 03:56:57.176596 [ 5 ] {1bd31e5c-d24d-4dbe-98a6-a80cafa14078} <Debug> TCPHandler: Processed in 0.002290805 sec.
13854 2025.03.18 03:56:57.176893 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13855 2025.03.18 03:56:57.176997 [ 5 ] {80d369c4-14ec-4fc4-9b33-89396b0bd36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
13856 2025.03.18 03:56:57.177043 [ 5 ] {80d369c4-14ec-4fc4-9b33-89396b0bd36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
13857 2025.03.18 03:56:57.177601 [ 5 ] {80d369c4-14ec-4fc4-9b33-89396b0bd36e} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13858 2025.03.18 03:56:57.177640 [ 5 ] {80d369c4-14ec-4fc4-9b33-89396b0bd36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13859 2025.03.18 03:56:57.177986 [ 5 ] {80d369c4-14ec-4fc4-9b33-89396b0bd36e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
13860 2025.03.18 03:56:57.178222 [ 5 ] {80d369c4-14ec-4fc4-9b33-89396b0bd36e} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13861 2025.03.18 03:56:57.178468 [ 5 ] {80d369c4-14ec-4fc4-9b33-89396b0bd36e} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001486 sec., 8075.370121130552 rows/sec., 630.89 KiB/sec.
13862 2025.03.18 03:56:57.178566 [ 5 ] {80d369c4-14ec-4fc4-9b33-89396b0bd36e} <Debug> TCPHandler: Processed in 0.001756746 sec.
13863 2025.03.18 03:56:57.178684 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13864 2025.03.18 03:56:57.178788 [ 5 ] {31801450-10da-47bd-9b4a-c793feb5fe87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13865 2025.03.18 03:56:57.178832 [ 5 ] {31801450-10da-47bd-9b4a-c793feb5fe87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13866 2025.03.18 03:56:57.179593 [ 5 ] {31801450-10da-47bd-9b4a-c793feb5fe87} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13867 2025.03.18 03:56:57.179631 [ 5 ] {31801450-10da-47bd-9b4a-c793feb5fe87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13868 2025.03.18 03:56:57.180013 [ 5 ] {31801450-10da-47bd-9b4a-c793feb5fe87} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
13869 2025.03.18 03:56:57.180246 [ 5 ] {31801450-10da-47bd-9b4a-c793feb5fe87} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13870 2025.03.18 03:56:57.180440 [ 5 ] {31801450-10da-47bd-9b4a-c793feb5fe87} <Debug> executeQuery: Read 611 rows, 47.09 KiB in 0.001684 sec., 362826.6033254157 rows/sec., 27.31 MiB/sec.
13871 2025.03.18 03:56:57.180487 [ 5 ] {31801450-10da-47bd-9b4a-c793feb5fe87} <Debug> TCPHandler: Processed in 0.001868158 sec.
13872 2025.03.18 03:56:57.180583 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13873 2025.03.18 03:56:57.180679 [ 5 ] {9990e436-c56e-4cc3-aadb-f905b73ae635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13874 2025.03.18 03:56:57.180724 [ 5 ] {9990e436-c56e-4cc3-aadb-f905b73ae635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13875 2025.03.18 03:56:57.181459 [ 5 ] {9990e436-c56e-4cc3-aadb-f905b73ae635} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13876 2025.03.18 03:56:57.181499 [ 5 ] {9990e436-c56e-4cc3-aadb-f905b73ae635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13877 2025.03.18 03:56:57.181930 [ 5 ] {9990e436-c56e-4cc3-aadb-f905b73ae635} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
13878 2025.03.18 03:56:57.182165 [ 5 ] {9990e436-c56e-4cc3-aadb-f905b73ae635} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13879 2025.03.18 03:56:57.182338 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_149_36 to all_154_154_0
13880 2025.03.18 03:56:57.182396 [ 5 ] {9990e436-c56e-4cc3-aadb-f905b73ae635} <Debug> executeQuery: Read 944 rows, 65.24 KiB in 0.001704 sec., 553990.6103286385 rows/sec., 37.39 MiB/sec.
13881 2025.03.18 03:56:57.182423 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13882 2025.03.18 03:56:57.182494 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13883 2025.03.18 03:56:57.182506 [ 5 ] {9990e436-c56e-4cc3-aadb-f905b73ae635} <Debug> TCPHandler: Processed in 0.001948309 sec.
13884 2025.03.18 03:56:57.182669 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_154_37} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_149_36 to all_154_154_0 into Compact with storage Full
13885 2025.03.18 03:56:57.182678 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13886 2025.03.18 03:56:57.182826 [ 5 ] {7a6e8de0-6ad3-468f-99d5-defc061d49e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
13887 2025.03.18 03:56:57.182831 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_154_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13888 2025.03.18 03:56:57.182888 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_154_37} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_149_36, total 40570 rows starting from the beginning of the part
13889 2025.03.18 03:56:57.182920 [ 5 ] {7a6e8de0-6ad3-468f-99d5-defc061d49e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
13890 2025.03.18 03:56:57.183127 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_154_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 160 rows starting from the beginning of the part
13891 2025.03.18 03:56:57.183436 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_154_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 160 rows starting from the beginning of the part
13892 2025.03.18 03:56:57.183679 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_154_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 160 rows starting from the beginning of the part
13893 2025.03.18 03:56:57.183887 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_154_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 160 rows starting from the beginning of the part
13894 2025.03.18 03:56:57.184334 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_154_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 944 rows starting from the beginning of the part
13895 2025.03.18 03:56:57.186411 [ 5 ] {7a6e8de0-6ad3-468f-99d5-defc061d49e4} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13896 2025.03.18 03:56:57.186465 [ 5 ] {7a6e8de0-6ad3-468f-99d5-defc061d49e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13897 2025.03.18 03:56:57.187467 [ 5 ] {7a6e8de0-6ad3-468f-99d5-defc061d49e4} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
13898 2025.03.18 03:56:57.187773 [ 5 ] {7a6e8de0-6ad3-468f-99d5-defc061d49e4} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13899 2025.03.18 03:56:57.187966 [ 67 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
13900 2025.03.18 03:56:57.188027 [ 67 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13901 2025.03.18 03:56:57.188062 [ 5 ] {7a6e8de0-6ad3-468f-99d5-defc061d49e4} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.005267 sec., 7404.594645908487 rows/sec., 13.27 MiB/sec.
13902 2025.03.18 03:56:57.188069 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13903 2025.03.18 03:56:57.188646 [ 186 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
13904 2025.03.18 03:56:57.188807 [ 5 ] {7a6e8de0-6ad3-468f-99d5-defc061d49e4} <Debug> TCPHandler: Processed in 0.006175033 sec.
13905 2025.03.18 03:56:57.189475 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13906 2025.03.18 03:56:57.189807 [ 5 ] {04f1842f-92a0-4cc2-b120-98eaba3ed428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13907 2025.03.18 03:56:57.189885 [ 5 ] {04f1842f-92a0-4cc2-b120-98eaba3ed428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13908 2025.03.18 03:56:57.189944 [ 186 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13909 2025.03.18 03:56:57.190073 [ 186 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2271 rows starting from the beginning of the part
13910 2025.03.18 03:56:57.190703 [ 186 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 39 rows starting from the beginning of the part
13911 2025.03.18 03:56:57.191541 [ 5 ] {04f1842f-92a0-4cc2-b120-98eaba3ed428} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13912 2025.03.18 03:56:57.191556 [ 186 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 39 rows starting from the beginning of the part
13913 2025.03.18 03:56:57.191586 [ 5 ] {04f1842f-92a0-4cc2-b120-98eaba3ed428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13914 2025.03.18 03:56:57.192179 [ 186 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 39 rows starting from the beginning of the part
13915 2025.03.18 03:56:57.192860 [ 186 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 39 rows starting from the beginning of the part
13916 2025.03.18 03:56:57.192926 [ 5 ] {04f1842f-92a0-4cc2-b120-98eaba3ed428} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary)
13917 2025.03.18 03:56:57.193516 [ 186 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 39 rows starting from the beginning of the part
13918 2025.03.18 03:56:57.193656 [ 5 ] {04f1842f-92a0-4cc2-b120-98eaba3ed428} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13919 2025.03.18 03:56:57.194471 [ 5 ] {04f1842f-92a0-4cc2-b120-98eaba3ed428} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.004735 sec., 4223.864836325238 rows/sec., 290.39 KiB/sec.
13920 2025.03.18 03:56:57.194576 [ 5 ] {04f1842f-92a0-4cc2-b120-98eaba3ed428} <Debug> TCPHandler: Processed in 0.005246918 sec.
13921 2025.03.18 03:56:57.197639 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_154_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42154 rows, containing 5 columns (5 merged, 0 gathered) in 0.015027505 sec., 2805123.006114455 rows/sec., 192.22 MiB/sec.
13922 2025.03.18 03:56:57.198127 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_154_37} <Trace> MergedBlockOutputStream: filled checksums all_1_154_37 (state Temporary)
13923 2025.03.18 03:56:57.198572 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_154_37} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_154_37 to all_1_154_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13924 2025.03.18 03:56:57.198778 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_154_37} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_149_36, all_154_154_0] -> all_1_154_37
13925 2025.03.18 03:56:57.198911 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB.
13926 2025.03.18 03:56:57.203679 [ 198 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2466 rows, containing 19 columns (19 merged, 0 gathered) in 0.015454102 sec., 159569.28458217758 rows/sec., 285.94 MiB/sec.
13927 2025.03.18 03:56:57.205434 [ 198 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
13928 2025.03.18 03:56:57.205831 [ 198 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13929 2025.03.18 03:56:57.205912 [ 198 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
13930 2025.03.18 03:56:57.206031 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.83 MiB.
13931 2025.03.18 03:56:57.385835 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679
13932 2025.03.18 03:56:57.408142 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13933 2025.03.18 03:56:57.408194 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13934 2025.03.18 03:56:57.415704 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
13935 2025.03.18 03:56:57.416515 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13936 2025.03.18 03:56:57.419908 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679
13937 2025.03.18 03:56:58.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.96 MiB, peak 280.22 MiB, free memory in arenas 0.00 B, will set to 263.81 MiB (RSS), difference: 1.84 MiB
13938 2025.03.18 03:56:59.694214 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1850
13939 2025.03.18 03:56:59.697611 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13940 2025.03.18 03:56:59.697666 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13941 2025.03.18 03:56:59.699199 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
13942 2025.03.18 03:56:59.699519 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13943 2025.03.18 03:56:59.700082 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1850
13944 2025.03.18 03:57:00.683208 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13945 2025.03.18 03:57:00.683421 [ 5 ] {eb4d3cd8-6be7-4b9b-b713-6b06a5fe5914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
13946 2025.03.18 03:57:00.683500 [ 5 ] {eb4d3cd8-6be7-4b9b-b713-6b06a5fe5914} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
13947 2025.03.18 03:57:00.684321 [ 5 ] {eb4d3cd8-6be7-4b9b-b713-6b06a5fe5914} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13948 2025.03.18 03:57:00.684366 [ 5 ] {eb4d3cd8-6be7-4b9b-b713-6b06a5fe5914} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13949 2025.03.18 03:57:00.684820 [ 5 ] {eb4d3cd8-6be7-4b9b-b713-6b06a5fe5914} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
13950 2025.03.18 03:57:00.685078 [ 5 ] {eb4d3cd8-6be7-4b9b-b713-6b06a5fe5914} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13951 2025.03.18 03:57:00.685307 [ 5 ] {eb4d3cd8-6be7-4b9b-b713-6b06a5fe5914} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001939 sec., 28880.86642599278 rows/sec., 2.22 MiB/sec.
13952 2025.03.18 03:57:00.685404 [ 5 ] {eb4d3cd8-6be7-4b9b-b713-6b06a5fe5914} <Debug> TCPHandler: Processed in 0.002334345 sec.
13953 2025.03.18 03:57:00.685572 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13954 2025.03.18 03:57:00.685871 [ 5 ] {9a141837-f2df-4f82-a33e-801d997f0d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
13955 2025.03.18 03:57:00.686011 [ 5 ] {9a141837-f2df-4f82-a33e-801d997f0d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
13956 2025.03.18 03:57:00.686707 [ 5 ] {9a141837-f2df-4f82-a33e-801d997f0d6a} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13957 2025.03.18 03:57:00.686746 [ 5 ] {9a141837-f2df-4f82-a33e-801d997f0d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13958 2025.03.18 03:57:00.687154 [ 5 ] {9a141837-f2df-4f82-a33e-801d997f0d6a} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
13959 2025.03.18 03:57:00.687396 [ 5 ] {9a141837-f2df-4f82-a33e-801d997f0d6a} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13960 2025.03.18 03:57:00.687576 [ 5 ] {9a141837-f2df-4f82-a33e-801d997f0d6a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001816 sec., 35242.29074889868 rows/sec., 2.75 MiB/sec.
13961 2025.03.18 03:57:00.687628 [ 5 ] {9a141837-f2df-4f82-a33e-801d997f0d6a} <Debug> TCPHandler: Processed in 0.002136353 sec.
13962 2025.03.18 03:57:00.687752 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13963 2025.03.18 03:57:00.687859 [ 5 ] {b3717eb2-f191-4843-9e1f-72e41b79175f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
13964 2025.03.18 03:57:00.687909 [ 5 ] {b3717eb2-f191-4843-9e1f-72e41b79175f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
13965 2025.03.18 03:57:00.688423 [ 5 ] {b3717eb2-f191-4843-9e1f-72e41b79175f} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13966 2025.03.18 03:57:00.688460 [ 5 ] {b3717eb2-f191-4843-9e1f-72e41b79175f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13967 2025.03.18 03:57:00.688859 [ 5 ] {b3717eb2-f191-4843-9e1f-72e41b79175f} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
13968 2025.03.18 03:57:00.689100 [ 5 ] {b3717eb2-f191-4843-9e1f-72e41b79175f} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13969 2025.03.18 03:57:00.689299 [ 5 ] {b3717eb2-f191-4843-9e1f-72e41b79175f} <Debug> executeQuery: Read 106 rows, 7.56 KiB in 0.001461 sec., 72553.04585900067 rows/sec., 5.05 MiB/sec.
13970 2025.03.18 03:57:00.689351 [ 5 ] {b3717eb2-f191-4843-9e1f-72e41b79175f} <Debug> TCPHandler: Processed in 0.001648245 sec.
13971 2025.03.18 03:57:00.689472 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
13972 2025.03.18 03:57:00.689578 [ 5 ] {b1c93a73-662d-4b89-bcd8-bd128913420e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
13973 2025.03.18 03:57:00.689625 [ 5 ] {b1c93a73-662d-4b89-bcd8-bd128913420e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
13974 2025.03.18 03:57:00.690062 [ 5 ] {b1c93a73-662d-4b89-bcd8-bd128913420e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13975 2025.03.18 03:57:00.690101 [ 5 ] {b1c93a73-662d-4b89-bcd8-bd128913420e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13976 2025.03.18 03:57:00.690468 [ 5 ] {b1c93a73-662d-4b89-bcd8-bd128913420e} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary)
13977 2025.03.18 03:57:00.690712 [ 5 ] {b1c93a73-662d-4b89-bcd8-bd128913420e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13978 2025.03.18 03:57:00.690925 [ 5 ] {b1c93a73-662d-4b89-bcd8-bd128913420e} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001369 sec., 29218.407596785975 rows/sec., 1.97 MiB/sec.
13979 2025.03.18 03:57:00.690974 [ 5 ] {b1c93a73-662d-4b89-bcd8-bd128913420e} <Debug> TCPHandler: Processed in 0.001552724 sec.
13980 2025.03.18 03:57:01.959045 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41663
13981 2025.03.18 03:57:01.959667 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13982 2025.03.18 03:57:01.959704 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13983 2025.03.18 03:57:01.960229 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
13984 2025.03.18 03:57:01.960485 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
13985 2025.03.18 03:57:01.960649 [ 60 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
13986 2025.03.18 03:57:01.960670 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41663
13987 2025.03.18 03:57:01.960703 [ 60 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
13988 2025.03.18 03:57:01.960728 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
13989 2025.03.18 03:57:01.960898 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::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
13990 2025.03.18 03:57:01.961190 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
13991 2025.03.18 03:57:01.961328 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part
13992 2025.03.18 03:57:01.961736 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::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
13993 2025.03.18 03:57:01.962165 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::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
13994 2025.03.18 03:57:01.962407 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::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
13995 2025.03.18 03:57:01.962541 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::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
13996 2025.03.18 03:57:01.962637 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::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
13997 2025.03.18 03:57:01.965708 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41663 rows, containing 4 columns (4 merged, 0 gathered) in 0.004911314 sec., 8483065.835334495 rows/sec., 121.35 MiB/sec.
13998 2025.03.18 03:57:01.966171 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
13999 2025.03.18 03:57:01.966719 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_91_18} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14000 2025.03.18 03:57:01.966813 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_91_18} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
14001 2025.03.18 03:57:01.966936 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
14002 2025.03.18 03:57:04.920059 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686
14003 2025.03.18 03:57:04.942868 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14004 2025.03.18 03:57:04.942926 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14005 2025.03.18 03:57:04.950628 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
14006 2025.03.18 03:57:04.951473 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14007 2025.03.18 03:57:04.951884 [ 56 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
14008 2025.03.18 03:57:04.952051 [ 56 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14009 2025.03.18 03:57:04.952150 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14010 2025.03.18 03:57:04.952641 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
14011 2025.03.18 03:57:04.961457 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686
14012 2025.03.18 03:57:04.962763 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14013 2025.03.18 03:57:04.963697 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 648 rows starting from the beginning of the part
14014 2025.03.18 03:57:04.968572 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 8 rows starting from the beginning of the part
14015 2025.03.18 03:57:04.973704 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
14016 2025.03.18 03:57:04.979157 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
14017 2025.03.18 03:57:04.985068 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
14018 2025.03.18 03:57:04.990629 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
14019 2025.03.18 03:57:05.000206 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.34 MiB, peak 280.22 MiB, free memory in arenas 0.00 B, will set to 263.81 MiB (RSS), difference: -4.53 MiB
14020 2025.03.18 03:57:05.055285 [ 191 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.102976477 sec., 6661.715568304012 rows/sec., 34.45 MiB/sec.
14021 2025.03.18 03:57:05.059079 [ 193 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
14022 2025.03.18 03:57:05.062359 [ 193 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_91_18} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14023 2025.03.18 03:57:05.062513 [ 193 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_91_18} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
14024 2025.03.18 03:57:05.065317 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
14025 2025.03.18 03:57:05.686170 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14026 2025.03.18 03:57:05.686373 [ 5 ] {6b9b6277-4457-4c79-9760-9e107d307199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14027 2025.03.18 03:57:05.686452 [ 5 ] {6b9b6277-4457-4c79-9760-9e107d307199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14028 2025.03.18 03:57:05.687271 [ 5 ] {6b9b6277-4457-4c79-9760-9e107d307199} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14029 2025.03.18 03:57:05.687317 [ 5 ] {6b9b6277-4457-4c79-9760-9e107d307199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14030 2025.03.18 03:57:05.687755 [ 5 ] {6b9b6277-4457-4c79-9760-9e107d307199} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
14031 2025.03.18 03:57:05.688021 [ 5 ] {6b9b6277-4457-4c79-9760-9e107d307199} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14032 2025.03.18 03:57:05.688206 [ 56 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0
14033 2025.03.18 03:57:05.688279 [ 5 ] {6b9b6277-4457-4c79-9760-9e107d307199} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001958 sec., 28600.61287027579 rows/sec., 2.20 MiB/sec.
14034 2025.03.18 03:57:05.688295 [ 56 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14035 2025.03.18 03:57:05.688357 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14036 2025.03.18 03:57:05.688406 [ 5 ] {6b9b6277-4457-4c79-9760-9e107d307199} <Debug> TCPHandler: Processed in 0.002371345 sec.
14037 2025.03.18 03:57:05.688609 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
14038 2025.03.18 03:57:05.688639 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14039 2025.03.18 03:57:05.688869 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14040 2025.03.18 03:57:05.688873 [ 5 ] {9d711430-b9b6-4834-85cc-26f3ed911c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14041 2025.03.18 03:57:05.688930 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1404 rows starting from the beginning of the part
14042 2025.03.18 03:57:05.688971 [ 5 ] {9d711430-b9b6-4834-85cc-26f3ed911c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14043 2025.03.18 03:57:05.689251 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 134 rows starting from the beginning of the part
14044 2025.03.18 03:57:05.689534 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 56 rows starting from the beginning of the part
14045 2025.03.18 03:57:05.689837 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 1402 rows starting from the beginning of the part
14046 2025.03.18 03:57:05.690281 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 56 rows starting from the beginning of the part
14047 2025.03.18 03:57:05.690645 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 56 rows starting from the beginning of the part
14048 2025.03.18 03:57:05.692122 [ 5 ] {9d711430-b9b6-4834-85cc-26f3ed911c91} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14049 2025.03.18 03:57:05.692184 [ 5 ] {9d711430-b9b6-4834-85cc-26f3ed911c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14050 2025.03.18 03:57:05.693210 [ 5 ] {9d711430-b9b6-4834-85cc-26f3ed911c91} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
14051 2025.03.18 03:57:05.693573 [ 5 ] {9d711430-b9b6-4834-85cc-26f3ed911c91} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14052 2025.03.18 03:57:05.693763 [ 56 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0
14053 2025.03.18 03:57:05.693820 [ 56 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14054 2025.03.18 03:57:05.693895 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14055 2025.03.18 03:57:05.693891 [ 5 ] {9d711430-b9b6-4834-85cc-26f3ed911c91} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005052 sec., 12668.25019794141 rows/sec., 1012.52 KiB/sec.
14056 2025.03.18 03:57:05.694430 [ 5 ] {9d711430-b9b6-4834-85cc-26f3ed911c91} <Debug> TCPHandler: Processed in 0.005856768 sec.
14057 2025.03.18 03:57:05.695100 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14058 2025.03.18 03:57:05.695102 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 5 columns (5 merged, 0 gathered) in 0.0066305 sec., 468742.93039740593 rows/sec., 40.98 MiB/sec.
14059 2025.03.18 03:57:05.695434 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
14060 2025.03.18 03:57:05.695569 [ 5 ] {32420ea6-94cf-46ef-af85-97a6df2762ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14061 2025.03.18 03:57:05.695601 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary)
14062 2025.03.18 03:57:05.695938 [ 5 ] {32420ea6-94cf-46ef-af85-97a6df2762ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14063 2025.03.18 03:57:05.696749 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_156_31} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14064 2025.03.18 03:57:05.697164 [ 192 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_156_31} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31
14065 2025.03.18 03:57:05.697459 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
14066 2025.03.18 03:57:05.697593 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14067 2025.03.18 03:57:05.697686 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
14068 2025.03.18 03:57:05.697837 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 103 rows starting from the beginning of the part
14069 2025.03.18 03:57:05.698138 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 64 rows starting from the beginning of the part
14070 2025.03.18 03:57:05.698453 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 611 rows starting from the beginning of the part
14071 2025.03.18 03:57:05.698688 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 64 rows starting from the beginning of the part
14072 2025.03.18 03:57:05.699031 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 64 rows starting from the beginning of the part
14073 2025.03.18 03:57:05.699727 [ 5 ] {32420ea6-94cf-46ef-af85-97a6df2762ce} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14074 2025.03.18 03:57:05.699781 [ 5 ] {32420ea6-94cf-46ef-af85-97a6df2762ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14075 2025.03.18 03:57:05.700797 [ 5 ] {32420ea6-94cf-46ef-af85-97a6df2762ce} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
14076 2025.03.18 03:57:05.701361 [ 5 ] {32420ea6-94cf-46ef-af85-97a6df2762ce} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14077 2025.03.18 03:57:05.701714 [ 5 ] {32420ea6-94cf-46ef-af85-97a6df2762ce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006305 sec., 25376.685170499604 rows/sec., 1.77 MiB/sec.
14078 2025.03.18 03:57:05.701913 [ 5 ] {32420ea6-94cf-46ef-af85-97a6df2762ce} <Debug> TCPHandler: Processed in 0.007015135 sec.
14079 2025.03.18 03:57:05.702238 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14080 2025.03.18 03:57:05.702266 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1537 rows, containing 5 columns (5 merged, 0 gathered) in 0.008206314 sec., 187294.80738855473 rows/sec., 14.92 MiB/sec.
14081 2025.03.18 03:57:05.702406 [ 5 ] {0df7c66a-8d49-45af-8675-1b4d7e6e028b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14082 2025.03.18 03:57:05.702477 [ 5 ] {0df7c66a-8d49-45af-8675-1b4d7e6e028b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14083 2025.03.18 03:57:05.702485 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary)
14084 2025.03.18 03:57:05.703123 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_156_31} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14085 2025.03.18 03:57:05.703354 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_156_31} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31
14086 2025.03.18 03:57:05.703516 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
14087 2025.03.18 03:57:05.703622 [ 5 ] {0df7c66a-8d49-45af-8675-1b4d7e6e028b} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14088 2025.03.18 03:57:05.703667 [ 5 ] {0df7c66a-8d49-45af-8675-1b4d7e6e028b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14089 2025.03.18 03:57:05.704046 [ 5 ] {0df7c66a-8d49-45af-8675-1b4d7e6e028b} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary)
14090 2025.03.18 03:57:05.704281 [ 5 ] {0df7c66a-8d49-45af-8675-1b4d7e6e028b} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14091 2025.03.18 03:57:05.704463 [ 56 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0
14092 2025.03.18 03:57:05.704491 [ 5 ] {0df7c66a-8d49-45af-8675-1b4d7e6e028b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002131 sec., 28155.795401220083 rows/sec., 1.90 MiB/sec.
14093 2025.03.18 03:57:05.704507 [ 56 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14094 2025.03.18 03:57:05.704577 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14095 2025.03.18 03:57:05.704623 [ 5 ] {0df7c66a-8d49-45af-8675-1b4d7e6e028b} <Debug> TCPHandler: Processed in 0.002492877 sec.
14096 2025.03.18 03:57:05.704809 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
14097 2025.03.18 03:57:05.704929 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14098 2025.03.18 03:57:05.704960 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 7788 rows starting from the beginning of the part
14099 2025.03.18 03:57:05.705026 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
14100 2025.03.18 03:57:05.705265 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
14101 2025.03.18 03:57:05.705393 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 20 rows starting from the beginning of the part
14102 2025.03.18 03:57:05.705576 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 40 rows starting from the beginning of the part
14103 2025.03.18 03:57:05.705654 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 60 rows starting from the beginning of the part
14104 2025.03.18 03:57:05.707765 [ 194 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8028 rows, containing 4 columns (4 merged, 0 gathered) in 0.003087966 sec., 2599769.557048232 rows/sec., 175.21 MiB/sec.
14105 2025.03.18 03:57:05.708254 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary)
14106 2025.03.18 03:57:05.708554 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_156_31} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14107 2025.03.18 03:57:05.708658 [ 187 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_156_31} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31
14108 2025.03.18 03:57:05.708764 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB.
14109 2025.03.18 03:57:06.000195 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.75 MiB, peak 280.22 MiB, free memory in arenas 0.00 B, will set to 263.81 MiB (RSS), difference: 3.06 MiB
14110 2025.03.18 03:57:08.804504 [ 50 ] {} <Debug> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0
14111 2025.03.18 03:57:08.804608 [ 50 ] {} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14112 2025.03.18 03:57:08.804643 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14113 2025.03.18 03:57:08.804958 [ 188 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
14114 2025.03.18 03:57:08.805388 [ 188 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14115 2025.03.18 03:57:08.805458 [ 188 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
14116 2025.03.18 03:57:08.805620 [ 188 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
14117 2025.03.18 03:57:08.805770 [ 188 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part
14118 2025.03.18 03:57:08.806030 [ 188 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part
14119 2025.03.18 03:57:08.806180 [ 188 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 16 rows starting from the beginning of the part
14120 2025.03.18 03:57:08.807706 [ 194 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002963164 sec., 18223.76351764533 rows/sec., 1.52 MiB/sec.
14121 2025.03.18 03:57:08.807938 [ 196 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary)
14122 2025.03.18 03:57:08.808439 [ 196 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_21_5} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14123 2025.03.18 03:57:08.808581 [ 196 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_21_5} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5
14124 2025.03.18 03:57:08.808718 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
14125 2025.03.18 03:57:09.216402 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache
14126 2025.03.18 03:57:09.216457 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache
14127 2025.03.18 03:57:09.460888 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42151
14128 2025.03.18 03:57:09.461677 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14129 2025.03.18 03:57:09.461733 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14130 2025.03.18 03:57:09.462285 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
14131 2025.03.18 03:57:09.462542 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14132 2025.03.18 03:57:09.462764 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151
14133 2025.03.18 03:57:09.700421 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1866
14134 2025.03.18 03:57:09.703392 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14135 2025.03.18 03:57:09.703469 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14136 2025.03.18 03:57:09.704980 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
14137 2025.03.18 03:57:09.705310 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14138 2025.03.18 03:57:09.706430 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1866
14139 2025.03.18 03:57:10.587134 [ 221 ] {} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): 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]
14140 2025.03.18 03:57:10.587190 [ 221 ] {} <Debug> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): 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]
14141 2025.03.18 03:57:10.588812 [ 221 ] {} <Debug> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): 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]
14142 2025.03.18 03:57:10.688232 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14143 2025.03.18 03:57:10.688417 [ 5 ] {f44288fa-28f9-41c6-be8a-fd2499fadd1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14144 2025.03.18 03:57:10.688487 [ 5 ] {f44288fa-28f9-41c6-be8a-fd2499fadd1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14145 2025.03.18 03:57:10.689347 [ 5 ] {f44288fa-28f9-41c6-be8a-fd2499fadd1d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14146 2025.03.18 03:57:10.689396 [ 5 ] {f44288fa-28f9-41c6-be8a-fd2499fadd1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14147 2025.03.18 03:57:10.689856 [ 5 ] {f44288fa-28f9-41c6-be8a-fd2499fadd1d} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
14148 2025.03.18 03:57:10.690128 [ 5 ] {f44288fa-28f9-41c6-be8a-fd2499fadd1d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14149 2025.03.18 03:57:10.690326 [ 5 ] {f44288fa-28f9-41c6-be8a-fd2499fadd1d} <Debug> executeQuery: Read 136 rows, 12.03 KiB in 0.001962 sec., 69317.02344546381 rows/sec., 5.99 MiB/sec.
14150 2025.03.18 03:57:10.690384 [ 5 ] {f44288fa-28f9-41c6-be8a-fd2499fadd1d} <Debug> TCPHandler: Processed in 0.002287004 sec.
14151 2025.03.18 03:57:10.690523 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14152 2025.03.18 03:57:10.690631 [ 5 ] {1ccffb60-d60b-4207-ad95-b2bb704c11b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14153 2025.03.18 03:57:10.690676 [ 5 ] {1ccffb60-d60b-4207-ad95-b2bb704c11b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14154 2025.03.18 03:57:10.691227 [ 5 ] {1ccffb60-d60b-4207-ad95-b2bb704c11b3} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14155 2025.03.18 03:57:10.691266 [ 5 ] {1ccffb60-d60b-4207-ad95-b2bb704c11b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14156 2025.03.18 03:57:10.691651 [ 5 ] {1ccffb60-d60b-4207-ad95-b2bb704c11b3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
14157 2025.03.18 03:57:10.691899 [ 5 ] {1ccffb60-d60b-4207-ad95-b2bb704c11b3} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14158 2025.03.18 03:57:10.692102 [ 5 ] {1ccffb60-d60b-4207-ad95-b2bb704c11b3} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001493 sec., 26791.69457468185 rows/sec., 1.97 MiB/sec.
14159 2025.03.18 03:57:10.692155 [ 5 ] {1ccffb60-d60b-4207-ad95-b2bb704c11b3} <Debug> TCPHandler: Processed in 0.001684795 sec.
14160 2025.03.18 03:57:10.692274 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14161 2025.03.18 03:57:10.692378 [ 5 ] {0707ed63-3bf6-4883-adfa-52f72eae8e74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14162 2025.03.18 03:57:10.692424 [ 5 ] {0707ed63-3bf6-4883-adfa-52f72eae8e74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14163 2025.03.18 03:57:10.693042 [ 5 ] {0707ed63-3bf6-4883-adfa-52f72eae8e74} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14164 2025.03.18 03:57:10.693081 [ 5 ] {0707ed63-3bf6-4883-adfa-52f72eae8e74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14165 2025.03.18 03:57:10.693462 [ 5 ] {0707ed63-3bf6-4883-adfa-52f72eae8e74} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
14166 2025.03.18 03:57:10.693716 [ 5 ] {0707ed63-3bf6-4883-adfa-52f72eae8e74} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14167 2025.03.18 03:57:10.693923 [ 5 ] {0707ed63-3bf6-4883-adfa-52f72eae8e74} <Debug> executeQuery: Read 107 rows, 8.59 KiB in 0.001561 sec., 68545.80397181293 rows/sec., 5.37 MiB/sec.
14168 2025.03.18 03:57:10.693976 [ 5 ] {0707ed63-3bf6-4883-adfa-52f72eae8e74} <Debug> TCPHandler: Processed in 0.001752307 sec.
14169 2025.03.18 03:57:10.694097 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14170 2025.03.18 03:57:10.694201 [ 5 ] {8ae8f815-2565-4de8-80fe-5e4a29b0f33d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14171 2025.03.18 03:57:10.694250 [ 5 ] {8ae8f815-2565-4de8-80fe-5e4a29b0f33d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14172 2025.03.18 03:57:10.694776 [ 5 ] {8ae8f815-2565-4de8-80fe-5e4a29b0f33d} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14173 2025.03.18 03:57:10.694815 [ 5 ] {8ae8f815-2565-4de8-80fe-5e4a29b0f33d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14174 2025.03.18 03:57:10.695207 [ 5 ] {8ae8f815-2565-4de8-80fe-5e4a29b0f33d} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
14175 2025.03.18 03:57:10.695451 [ 5 ] {8ae8f815-2565-4de8-80fe-5e4a29b0f33d} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14176 2025.03.18 03:57:10.695642 [ 5 ] {8ae8f815-2565-4de8-80fe-5e4a29b0f33d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001477 sec., 108327.69126607988 rows/sec., 7.54 MiB/sec.
14177 2025.03.18 03:57:10.695690 [ 5 ] {8ae8f815-2565-4de8-80fe-5e4a29b0f33d} <Debug> TCPHandler: Processed in 0.001659165 sec.
14178 2025.03.18 03:57:10.695800 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14179 2025.03.18 03:57:10.695897 [ 5 ] {e0f7974e-2836-442d-ad9e-009a8536667f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14180 2025.03.18 03:57:10.695958 [ 5 ] {e0f7974e-2836-442d-ad9e-009a8536667f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14181 2025.03.18 03:57:10.697184 [ 5 ] {e0f7974e-2836-442d-ad9e-009a8536667f} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14182 2025.03.18 03:57:10.697223 [ 5 ] {e0f7974e-2836-442d-ad9e-009a8536667f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14183 2025.03.18 03:57:10.697884 [ 5 ] {e0f7974e-2836-442d-ad9e-009a8536667f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
14184 2025.03.18 03:57:10.698148 [ 5 ] {e0f7974e-2836-442d-ad9e-009a8536667f} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14185 2025.03.18 03:57:10.698426 [ 5 ] {e0f7974e-2836-442d-ad9e-009a8536667f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.002507 sec., 15955.325089748703 rows/sec., 28.59 MiB/sec.
14186 2025.03.18 03:57:10.698775 [ 5 ] {e0f7974e-2836-442d-ad9e-009a8536667f} <Debug> TCPHandler: Processed in 0.002996165 sec.
14187 2025.03.18 03:57:10.699058 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14188 2025.03.18 03:57:10.699165 [ 5 ] {a3d7afb2-0b5f-446c-b24c-6b991e04f5f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
14189 2025.03.18 03:57:10.699211 [ 5 ] {a3d7afb2-0b5f-446c-b24c-6b991e04f5f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
14190 2025.03.18 03:57:10.699691 [ 5 ] {a3d7afb2-0b5f-446c-b24c-6b991e04f5f1} <Trace> oximeter.measurements_i64 (6ee254b1-b745-46b3-b499-ae63e3a6c4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14191 2025.03.18 03:57:10.699729 [ 5 ] {a3d7afb2-0b5f-446c-b24c-6b991e04f5f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14192 2025.03.18 03:57:10.700086 [ 5 ] {a3d7afb2-0b5f-446c-b24c-6b991e04f5f1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
14193 2025.03.18 03:57:10.700323 [ 5 ] {a3d7afb2-0b5f-446c-b24c-6b991e04f5f1} <Trace> oximeter.measurements_i64 (6ee254b1-b745-46b3-b499-ae63e3a6c4d5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14194 2025.03.18 03:57:10.700584 [ 5 ] {a3d7afb2-0b5f-446c-b24c-6b991e04f5f1} <Debug> executeQuery: Read 3 rows, 246.00 B in 0.00142 sec., 2112.676056338028 rows/sec., 169.18 KiB/sec.
14195 2025.03.18 03:57:10.700680 [ 5 ] {a3d7afb2-0b5f-446c-b24c-6b991e04f5f1} <Debug> TCPHandler: Processed in 0.001689275 sec.
14196 2025.03.18 03:57:10.700826 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14197 2025.03.18 03:57:10.700962 [ 5 ] {6c929f78-820d-4c4f-9006-4a2c3baa417b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14198 2025.03.18 03:57:10.701027 [ 5 ] {6c929f78-820d-4c4f-9006-4a2c3baa417b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14199 2025.03.18 03:57:10.701638 [ 5 ] {6c929f78-820d-4c4f-9006-4a2c3baa417b} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14200 2025.03.18 03:57:10.701686 [ 5 ] {6c929f78-820d-4c4f-9006-4a2c3baa417b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14201 2025.03.18 03:57:10.702208 [ 5 ] {6c929f78-820d-4c4f-9006-4a2c3baa417b} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary)
14202 2025.03.18 03:57:10.702456 [ 5 ] {6c929f78-820d-4c4f-9006-4a2c3baa417b} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14203 2025.03.18 03:57:10.702655 [ 5 ] {6c929f78-820d-4c4f-9006-4a2c3baa417b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001725 sec., 34782.608695652176 rows/sec., 2.34 MiB/sec.
14204 2025.03.18 03:57:10.702705 [ 5 ] {6c929f78-820d-4c4f-9006-4a2c3baa417b} <Debug> TCPHandler: Processed in 0.001944679 sec.
14205 2025.03.18 03:57:12.461624 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694
14206 2025.03.18 03:57:12.485220 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14207 2025.03.18 03:57:12.485286 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB.
14208 2025.03.18 03:57:12.492830 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
14209 2025.03.18 03:57:12.493621 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14210 2025.03.18 03:57:12.497952 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694
14211 2025.03.18 03:57:15.011282 [ 225 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
14212 2025.03.18 03:57:15.011356 [ 225 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
14213 2025.03.18 03:57:15.013412 [ 225 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
14214 2025.03.18 03:57:15.661158 [ 217 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
14215 2025.03.18 03:57:15.661229 [ 217 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
14216 2025.03.18 03:57:15.664683 [ 217 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
14217 2025.03.18 03:57:15.690396 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14218 2025.03.18 03:57:15.690654 [ 5 ] {2cd94018-4613-4370-aab5-91f349c2b237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14219 2025.03.18 03:57:15.690764 [ 5 ] {2cd94018-4613-4370-aab5-91f349c2b237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14220 2025.03.18 03:57:15.691949 [ 5 ] {2cd94018-4613-4370-aab5-91f349c2b237} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14221 2025.03.18 03:57:15.692021 [ 5 ] {2cd94018-4613-4370-aab5-91f349c2b237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14222 2025.03.18 03:57:15.692648 [ 5 ] {2cd94018-4613-4370-aab5-91f349c2b237} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
14223 2025.03.18 03:57:15.693014 [ 5 ] {2cd94018-4613-4370-aab5-91f349c2b237} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14224 2025.03.18 03:57:15.693336 [ 5 ] {2cd94018-4613-4370-aab5-91f349c2b237} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002758 sec., 20304.568527918782 rows/sec., 1.56 MiB/sec.
14225 2025.03.18 03:57:15.693432 [ 5 ] {2cd94018-4613-4370-aab5-91f349c2b237} <Debug> TCPHandler: Processed in 0.003244299 sec.
14226 2025.03.18 03:57:15.693625 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14227 2025.03.18 03:57:15.693767 [ 5 ] {45a4c1b3-286e-49cb-9b7f-74c0e546ef12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14228 2025.03.18 03:57:15.693830 [ 5 ] {45a4c1b3-286e-49cb-9b7f-74c0e546ef12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14229 2025.03.18 03:57:15.694645 [ 5 ] {45a4c1b3-286e-49cb-9b7f-74c0e546ef12} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14230 2025.03.18 03:57:15.694701 [ 5 ] {45a4c1b3-286e-49cb-9b7f-74c0e546ef12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14231 2025.03.18 03:57:15.696099 [ 5 ] {45a4c1b3-286e-49cb-9b7f-74c0e546ef12} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
14232 2025.03.18 03:57:15.696477 [ 5 ] {45a4c1b3-286e-49cb-9b7f-74c0e546ef12} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14233 2025.03.18 03:57:15.696771 [ 5 ] {45a4c1b3-286e-49cb-9b7f-74c0e546ef12} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003043 sec., 21031.87643772593 rows/sec., 1.64 MiB/sec.
14234 2025.03.18 03:57:15.696845 [ 5 ] {45a4c1b3-286e-49cb-9b7f-74c0e546ef12} <Debug> TCPHandler: Processed in 0.003291089 sec.
14235 2025.03.18 03:57:15.697016 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14236 2025.03.18 03:57:15.697159 [ 5 ] {33050dd2-241b-4f76-bdc1-333f10afceca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14237 2025.03.18 03:57:15.697228 [ 5 ] {33050dd2-241b-4f76-bdc1-333f10afceca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14238 2025.03.18 03:57:15.698040 [ 5 ] {33050dd2-241b-4f76-bdc1-333f10afceca} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14239 2025.03.18 03:57:15.698086 [ 5 ] {33050dd2-241b-4f76-bdc1-333f10afceca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14240 2025.03.18 03:57:15.698665 [ 5 ] {33050dd2-241b-4f76-bdc1-333f10afceca} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
14241 2025.03.18 03:57:15.699052 [ 5 ] {33050dd2-241b-4f76-bdc1-333f10afceca} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14242 2025.03.18 03:57:15.699363 [ 5 ] {33050dd2-241b-4f76-bdc1-333f10afceca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002236 sec., 71556.35062611806 rows/sec., 4.98 MiB/sec.
14243 2025.03.18 03:57:15.699436 [ 5 ] {33050dd2-241b-4f76-bdc1-333f10afceca} <Debug> TCPHandler: Processed in 0.002487437 sec.
14244 2025.03.18 03:57:15.699650 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14245 2025.03.18 03:57:15.699817 [ 5 ] {c7ce7b47-c252-4457-aef9-a33bea182e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14246 2025.03.18 03:57:15.699901 [ 5 ] {c7ce7b47-c252-4457-aef9-a33bea182e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14247 2025.03.18 03:57:15.700472 [ 5 ] {c7ce7b47-c252-4457-aef9-a33bea182e35} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14248 2025.03.18 03:57:15.700538 [ 5 ] {c7ce7b47-c252-4457-aef9-a33bea182e35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14249 2025.03.18 03:57:15.700986 [ 5 ] {c7ce7b47-c252-4457-aef9-a33bea182e35} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary)
14250 2025.03.18 03:57:15.701309 [ 5 ] {c7ce7b47-c252-4457-aef9-a33bea182e35} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14251 2025.03.18 03:57:15.701593 [ 5 ] {c7ce7b47-c252-4457-aef9-a33bea182e35} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001808 sec., 33185.840707964606 rows/sec., 2.24 MiB/sec.
14252 2025.03.18 03:57:15.701671 [ 5 ] {c7ce7b47-c252-4457-aef9-a33bea182e35} <Debug> TCPHandler: Processed in 0.002082761 sec.
14253 2025.03.18 03:57:16.319803 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
14254 2025.03.18 03:57:16.319864 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
14255 2025.03.18 03:57:16.322103 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
14256 2025.03.18 03:57:16.658621 [ 219 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
14257 2025.03.18 03:57:16.658700 [ 219 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
14258 2025.03.18 03:57:16.661528 [ 219 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
14259 2025.03.18 03:57:16.962981 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42578
14260 2025.03.18 03:57:16.963709 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14261 2025.03.18 03:57:16.963759 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14262 2025.03.18 03:57:16.964636 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
14263 2025.03.18 03:57:16.964902 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14264 2025.03.18 03:57:16.965133 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42578
14265 2025.03.18 03:57:19.706688 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 1888
14266 2025.03.18 03:57:19.709752 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14267 2025.03.18 03:57:19.709816 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14268 2025.03.18 03:57:19.711404 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
14269 2025.03.18 03:57:19.711729 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14270 2025.03.18 03:57:19.712109 [ 217 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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]
14271 2025.03.18 03:57:19.712191 [ 217 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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]
14272 2025.03.18 03:57:19.713044 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1888
14273 2025.03.18 03:57:19.714582 [ 217 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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]
14274 2025.03.18 03:57:19.998121 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701
14275 2025.03.18 03:57:20.023456 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14276 2025.03.18 03:57:20.023514 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14277 2025.03.18 03:57:20.031190 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
14278 2025.03.18 03:57:20.032043 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14279 2025.03.18 03:57:20.035029 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701
14280 2025.03.18 03:57:20.667803 [ 224 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0]
14281 2025.03.18 03:57:20.667863 [ 224 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0]
14282 2025.03.18 03:57:20.669759 [ 224 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0]
14283 2025.03.18 03:57:20.689161 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14284 2025.03.18 03:57:20.689344 [ 5 ] {6e4f47b7-e6d5-4ff8-9fc9-61c75aea18c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14285 2025.03.18 03:57:20.689415 [ 5 ] {6e4f47b7-e6d5-4ff8-9fc9-61c75aea18c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14286 2025.03.18 03:57:20.690282 [ 5 ] {6e4f47b7-e6d5-4ff8-9fc9-61c75aea18c8} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14287 2025.03.18 03:57:20.690326 [ 5 ] {6e4f47b7-e6d5-4ff8-9fc9-61c75aea18c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14288 2025.03.18 03:57:20.690788 [ 5 ] {6e4f47b7-e6d5-4ff8-9fc9-61c75aea18c8} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary)
14289 2025.03.18 03:57:20.691039 [ 5 ] {6e4f47b7-e6d5-4ff8-9fc9-61c75aea18c8} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14290 2025.03.18 03:57:20.691262 [ 5 ] {6e4f47b7-e6d5-4ff8-9fc9-61c75aea18c8} <Debug> executeQuery: Read 160 rows, 14.30 KiB in 0.001964 sec., 81466.3951120163 rows/sec., 7.11 MiB/sec.
14291 2025.03.18 03:57:20.691368 [ 5 ] {6e4f47b7-e6d5-4ff8-9fc9-61c75aea18c8} <Debug> TCPHandler: Processed in 0.002336935 sec.
14292 2025.03.18 03:57:20.691524 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14293 2025.03.18 03:57:20.691855 [ 5 ] {ef9f987f-d55c-437d-96b3-8a9016bad60f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14294 2025.03.18 03:57:20.691968 [ 5 ] {ef9f987f-d55c-437d-96b3-8a9016bad60f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14295 2025.03.18 03:57:20.692585 [ 5 ] {ef9f987f-d55c-437d-96b3-8a9016bad60f} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14296 2025.03.18 03:57:20.692625 [ 5 ] {ef9f987f-d55c-437d-96b3-8a9016bad60f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14297 2025.03.18 03:57:20.693012 [ 5 ] {ef9f987f-d55c-437d-96b3-8a9016bad60f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
14298 2025.03.18 03:57:20.693250 [ 5 ] {ef9f987f-d55c-437d-96b3-8a9016bad60f} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14299 2025.03.18 03:57:20.693424 [ 5 ] {ef9f987f-d55c-437d-96b3-8a9016bad60f} <Debug> executeQuery: Read 52 rows, 3.91 KiB in 0.001694 sec., 30696.576151121608 rows/sec., 2.25 MiB/sec.
14300 2025.03.18 03:57:20.693476 [ 5 ] {ef9f987f-d55c-437d-96b3-8a9016bad60f} <Debug> TCPHandler: Processed in 0.002033481 sec.
14301 2025.03.18 03:57:20.693608 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14302 2025.03.18 03:57:20.693757 [ 5 ] {b1c8c85a-ae76-48e7-a792-ed38c3c69a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14303 2025.03.18 03:57:20.693814 [ 5 ] {b1c8c85a-ae76-48e7-a792-ed38c3c69a17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14304 2025.03.18 03:57:20.694453 [ 5 ] {b1c8c85a-ae76-48e7-a792-ed38c3c69a17} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14305 2025.03.18 03:57:20.694490 [ 5 ] {b1c8c85a-ae76-48e7-a792-ed38c3c69a17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14306 2025.03.18 03:57:20.694857 [ 5 ] {b1c8c85a-ae76-48e7-a792-ed38c3c69a17} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary)
14307 2025.03.18 03:57:20.695103 [ 5 ] {b1c8c85a-ae76-48e7-a792-ed38c3c69a17} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14308 2025.03.18 03:57:20.695272 [ 5 ] {b1c8c85a-ae76-48e7-a792-ed38c3c69a17} <Debug> executeQuery: Read 125 rows, 10.00 KiB in 0.001545 sec., 80906.14886731392 rows/sec., 6.32 MiB/sec.
14309 2025.03.18 03:57:20.695324 [ 5 ] {b1c8c85a-ae76-48e7-a792-ed38c3c69a17} <Debug> TCPHandler: Processed in 0.001783226 sec.
14310 2025.03.18 03:57:20.695443 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14311 2025.03.18 03:57:20.695548 [ 5 ] {b25a54a1-cbe0-4516-a179-fced0b153e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14312 2025.03.18 03:57:20.695605 [ 5 ] {b25a54a1-cbe0-4516-a179-fced0b153e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14313 2025.03.18 03:57:20.696122 [ 5 ] {b25a54a1-cbe0-4516-a179-fced0b153e46} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14314 2025.03.18 03:57:20.696157 [ 5 ] {b25a54a1-cbe0-4516-a179-fced0b153e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14315 2025.03.18 03:57:20.696537 [ 5 ] {b25a54a1-cbe0-4516-a179-fced0b153e46} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary)
14316 2025.03.18 03:57:20.696784 [ 5 ] {b25a54a1-cbe0-4516-a179-fced0b153e46} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14317 2025.03.18 03:57:20.696916 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 2 parts from all_1_154_37 to all_155_155_0
14318 2025.03.18 03:57:20.696957 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14319 2025.03.18 03:57:20.696964 [ 5 ] {b25a54a1-cbe0-4516-a179-fced0b153e46} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001436 sec., 111420.61281337048 rows/sec., 7.76 MiB/sec.
14320 2025.03.18 03:57:20.696979 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14321 2025.03.18 03:57:20.697081 [ 5 ] {b25a54a1-cbe0-4516-a179-fced0b153e46} <Debug> TCPHandler: Processed in 0.001688686 sec.
14322 2025.03.18 03:57:20.697217 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_155_38} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_154_37 to all_155_155_0 into Compact with storage Full
14323 2025.03.18 03:57:20.697287 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14324 2025.03.18 03:57:20.697752 [ 5 ] {1e80aad1-8d42-462b-b300-9ffdce3403d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14325 2025.03.18 03:57:20.697773 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_155_38} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14326 2025.03.18 03:57:20.697930 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_155_38} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_154_37, total 42154 rows starting from the beginning of the part
14327 2025.03.18 03:57:20.698155 [ 5 ] {1e80aad1-8d42-462b-b300-9ffdce3403d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14328 2025.03.18 03:57:20.698749 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_155_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 106 rows starting from the beginning of the part
14329 2025.03.18 03:57:20.702647 [ 5 ] {1e80aad1-8d42-462b-b300-9ffdce3403d9} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14330 2025.03.18 03:57:20.702690 [ 5 ] {1e80aad1-8d42-462b-b300-9ffdce3403d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14331 2025.03.18 03:57:20.703590 [ 5 ] {1e80aad1-8d42-462b-b300-9ffdce3403d9} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
14332 2025.03.18 03:57:20.703888 [ 5 ] {1e80aad1-8d42-462b-b300-9ffdce3403d9} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14333 2025.03.18 03:57:20.704274 [ 5 ] {1e80aad1-8d42-462b-b300-9ffdce3403d9} <Debug> executeQuery: Read 52 rows, 95.42 KiB in 0.006727 sec., 7730.043109855805 rows/sec., 13.85 MiB/sec.
14334 2025.03.18 03:57:20.705155 [ 5 ] {1e80aad1-8d42-462b-b300-9ffdce3403d9} <Debug> TCPHandler: Processed in 0.00795764 sec.
14335 2025.03.18 03:57:20.705413 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14336 2025.03.18 03:57:20.705524 [ 5 ] {7176870b-6bd8-466f-b7a1-429de0beb133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
14337 2025.03.18 03:57:20.705585 [ 5 ] {7176870b-6bd8-466f-b7a1-429de0beb133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
14338 2025.03.18 03:57:20.706187 [ 5 ] {7176870b-6bd8-466f-b7a1-429de0beb133} <Trace> oximeter.measurements_i64 (6ee254b1-b745-46b3-b499-ae63e3a6c4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14339 2025.03.18 03:57:20.706224 [ 5 ] {7176870b-6bd8-466f-b7a1-429de0beb133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14340 2025.03.18 03:57:20.706681 [ 5 ] {7176870b-6bd8-466f-b7a1-429de0beb133} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
14341 2025.03.18 03:57:20.706943 [ 5 ] {7176870b-6bd8-466f-b7a1-429de0beb133} <Trace> oximeter.measurements_i64 (6ee254b1-b745-46b3-b499-ae63e3a6c4d5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14342 2025.03.18 03:57:20.707342 [ 5 ] {7176870b-6bd8-466f-b7a1-429de0beb133} <Debug> executeQuery: Read 12 rows, 868.00 B in 0.001816 sec., 6607.929515418503 rows/sec., 466.77 KiB/sec.
14343 2025.03.18 03:57:20.707494 [ 5 ] {7176870b-6bd8-466f-b7a1-429de0beb133} <Debug> TCPHandler: Processed in 0.002137992 sec.
14344 2025.03.18 03:57:20.707614 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14345 2025.03.18 03:57:20.707813 [ 5 ] {a902b82d-576e-47d8-ba0e-3689715670a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14346 2025.03.18 03:57:20.707930 [ 5 ] {a902b82d-576e-47d8-ba0e-3689715670a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14347 2025.03.18 03:57:20.708530 [ 5 ] {a902b82d-576e-47d8-ba0e-3689715670a0} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14348 2025.03.18 03:57:20.708594 [ 5 ] {a902b82d-576e-47d8-ba0e-3689715670a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14349 2025.03.18 03:57:20.709078 [ 5 ] {a902b82d-576e-47d8-ba0e-3689715670a0} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary)
14350 2025.03.18 03:57:20.709373 [ 5 ] {a902b82d-576e-47d8-ba0e-3689715670a0} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14351 2025.03.18 03:57:20.709684 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_155_38} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42260 rows, containing 5 columns (5 merged, 0 gathered) in 0.012576589 sec., 3360211.5804213686 rows/sec., 230.27 MiB/sec.
14352 2025.03.18 03:57:20.709822 [ 5 ] {a902b82d-576e-47d8-ba0e-3689715670a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002057 sec., 29168.69227029655 rows/sec., 1.97 MiB/sec.
14353 2025.03.18 03:57:20.709889 [ 5 ] {a902b82d-576e-47d8-ba0e-3689715670a0} <Debug> TCPHandler: Processed in 0.002335365 sec.
14354 2025.03.18 03:57:20.709999 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_155_38} <Trace> MergedBlockOutputStream: filled checksums all_1_155_38 (state Temporary)
14355 2025.03.18 03:57:20.710310 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_155_38} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_155_38 to all_1_155_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14356 2025.03.18 03:57:20.710388 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_155_38} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 2 parts: [all_1_154_37, all_155_155_0] -> all_1_155_38
14357 2025.03.18 03:57:20.710462 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
14358 2025.03.18 03:57:21.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.86 MiB, peak 280.22 MiB, free memory in arenas 0.00 B, will set to 263.82 MiB (RSS), difference: -1.05 MiB
14359 2025.03.18 03:57:23.275575 [ 217 ] {} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): 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]
14360 2025.03.18 03:57:23.275646 [ 217 ] {} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): 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]
14361 2025.03.18 03:57:23.279381 [ 217 ] {} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): 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]
14362 2025.03.18 03:57:24.216488 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache
14363 2025.03.18 03:57:24.216538 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache
14364 2025.03.18 03:57:24.465332 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43066
14365 2025.03.18 03:57:24.465999 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14366 2025.03.18 03:57:24.466043 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14367 2025.03.18 03:57:24.466583 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
14368 2025.03.18 03:57:24.466862 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14369 2025.03.18 03:57:24.467066 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066
14370 2025.03.18 03:57:25.686491 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14371 2025.03.18 03:57:25.686697 [ 5 ] {0fbdf6d5-984d-4c42-b61c-d7b5a6032785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14372 2025.03.18 03:57:25.686772 [ 5 ] {0fbdf6d5-984d-4c42-b61c-d7b5a6032785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14373 2025.03.18 03:57:25.687581 [ 5 ] {0fbdf6d5-984d-4c42-b61c-d7b5a6032785} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14374 2025.03.18 03:57:25.687645 [ 5 ] {0fbdf6d5-984d-4c42-b61c-d7b5a6032785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14375 2025.03.18 03:57:25.688070 [ 5 ] {0fbdf6d5-984d-4c42-b61c-d7b5a6032785} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary)
14376 2025.03.18 03:57:25.688316 [ 5 ] {0fbdf6d5-984d-4c42-b61c-d7b5a6032785} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14377 2025.03.18 03:57:25.688510 [ 5 ] {0fbdf6d5-984d-4c42-b61c-d7b5a6032785} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001935 sec., 28940.568475452194 rows/sec., 2.22 MiB/sec.
14378 2025.03.18 03:57:25.688647 [ 5 ] {0fbdf6d5-984d-4c42-b61c-d7b5a6032785} <Debug> TCPHandler: Processed in 0.002309315 sec.
14379 2025.03.18 03:57:25.688766 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14380 2025.03.18 03:57:25.688876 [ 5 ] {fda2bf56-bdca-48c2-8478-cc3b6faebdb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14381 2025.03.18 03:57:25.688926 [ 5 ] {fda2bf56-bdca-48c2-8478-cc3b6faebdb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14382 2025.03.18 03:57:25.689474 [ 5 ] {fda2bf56-bdca-48c2-8478-cc3b6faebdb2} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14383 2025.03.18 03:57:25.689513 [ 5 ] {fda2bf56-bdca-48c2-8478-cc3b6faebdb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14384 2025.03.18 03:57:25.689927 [ 5 ] {fda2bf56-bdca-48c2-8478-cc3b6faebdb2} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary)
14385 2025.03.18 03:57:25.690176 [ 5 ] {fda2bf56-bdca-48c2-8478-cc3b6faebdb2} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14386 2025.03.18 03:57:25.690374 [ 5 ] {fda2bf56-bdca-48c2-8478-cc3b6faebdb2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001515 sec., 42244.22442244224 rows/sec., 3.30 MiB/sec.
14387 2025.03.18 03:57:25.690441 [ 5 ] {fda2bf56-bdca-48c2-8478-cc3b6faebdb2} <Debug> TCPHandler: Processed in 0.001727986 sec.
14388 2025.03.18 03:57:25.690586 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14389 2025.03.18 03:57:25.690846 [ 5 ] {9b04c849-f9c4-4476-9ab1-7ee257afeef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14390 2025.03.18 03:57:25.690992 [ 5 ] {9b04c849-f9c4-4476-9ab1-7ee257afeef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14391 2025.03.18 03:57:25.691991 [ 5 ] {9b04c849-f9c4-4476-9ab1-7ee257afeef9} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14392 2025.03.18 03:57:25.692029 [ 5 ] {9b04c849-f9c4-4476-9ab1-7ee257afeef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14393 2025.03.18 03:57:25.692422 [ 5 ] {9b04c849-f9c4-4476-9ab1-7ee257afeef9} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary)
14394 2025.03.18 03:57:25.692675 [ 5 ] {9b04c849-f9c4-4476-9ab1-7ee257afeef9} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14395 2025.03.18 03:57:25.692824 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 2 parts from all_1_155_38 to all_156_156_0
14396 2025.03.18 03:57:25.692861 [ 5 ] {9b04c849-f9c4-4476-9ab1-7ee257afeef9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002118 sec., 75542.96506137865 rows/sec., 5.26 MiB/sec.
14397 2025.03.18 03:57:25.692875 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14398 2025.03.18 03:57:25.692924 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14399 2025.03.18 03:57:25.692933 [ 5 ] {9b04c849-f9c4-4476-9ab1-7ee257afeef9} <Debug> TCPHandler: Processed in 0.002408666 sec.
14400 2025.03.18 03:57:25.693067 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_156_39} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_155_38 to all_156_156_0 into Compact with storage Full
14401 2025.03.18 03:57:25.693097 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14402 2025.03.18 03:57:25.693240 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_156_39} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14403 2025.03.18 03:57:25.693241 [ 5 ] {d5109eca-b852-4eba-928c-cebe7dd8a1ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14404 2025.03.18 03:57:25.693288 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_156_39} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_155_38, total 42260 rows starting from the beginning of the part
14405 2025.03.18 03:57:25.693313 [ 5 ] {d5109eca-b852-4eba-928c-cebe7dd8a1ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14406 2025.03.18 03:57:25.693551 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_156_39} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 160 rows starting from the beginning of the part
14407 2025.03.18 03:57:25.694754 [ 5 ] {d5109eca-b852-4eba-928c-cebe7dd8a1ad} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14408 2025.03.18 03:57:25.694795 [ 5 ] {d5109eca-b852-4eba-928c-cebe7dd8a1ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14409 2025.03.18 03:57:25.695207 [ 5 ] {d5109eca-b852-4eba-928c-cebe7dd8a1ad} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary)
14410 2025.03.18 03:57:25.695492 [ 5 ] {d5109eca-b852-4eba-928c-cebe7dd8a1ad} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14411 2025.03.18 03:57:25.695742 [ 5 ] {d5109eca-b852-4eba-928c-cebe7dd8a1ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002542 sec., 23603.461841070024 rows/sec., 1.59 MiB/sec.
14412 2025.03.18 03:57:25.695876 [ 5 ] {d5109eca-b852-4eba-928c-cebe7dd8a1ad} <Debug> TCPHandler: Processed in 0.002833592 sec.
14413 2025.03.18 03:57:25.701270 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_156_39} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42420 rows, containing 5 columns (5 merged, 0 gathered) in 0.008256004 sec., 5138078.905969522 rows/sec., 352.12 MiB/sec.
14414 2025.03.18 03:57:25.701528 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_156_39} <Trace> MergedBlockOutputStream: filled checksums all_1_156_39 (state Temporary)
14415 2025.03.18 03:57:25.701829 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_156_39} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_156_39 to all_1_156_39 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14416 2025.03.18 03:57:25.701903 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_156_39} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 2 parts: [all_1_155_38, all_156_156_0] -> all_1_156_39
14417 2025.03.18 03:57:25.701968 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
14418 2025.03.18 03:57:27.129048 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14419 2025.03.18 03:57:27.129352 [ 5 ] {37cd0fa2-8b4e-4505-9ebd-69674cde6824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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)
14420 2025.03.18 03:57:27.129897 [ 5 ] {37cd0fa2-8b4e-4505-9ebd-69674cde6824} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
14421 2025.03.18 03:57:27.129952 [ 5 ] {37cd0fa2-8b4e-4505-9ebd-69674cde6824} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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
14422 2025.03.18 03:57:27.130391 [ 5 ] {37cd0fa2-8b4e-4505-9ebd-69674cde6824} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
14423 2025.03.18 03:57:27.130499 [ 5 ] {37cd0fa2-8b4e-4505-9ebd-69674cde6824} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
14424 2025.03.18 03:57:27.130742 [ 5 ] {37cd0fa2-8b4e-4505-9ebd-69674cde6824} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Key condition: (column 0 notIn 36-element set)
14425 2025.03.18 03:57:27.130911 [ 286 ] {37cd0fa2-8b4e-4505-9ebd-69674cde6824} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
14426 2025.03.18 03:57:27.130945 [ 290 ] {37cd0fa2-8b4e-4505-9ebd-69674cde6824} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Used generic exclusion search over index for part all_6_6_0 with 1 steps
14427 2025.03.18 03:57:27.131083 [ 5 ] {37cd0fa2-8b4e-4505-9ebd-69674cde6824} <Debug> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (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
14428 2025.03.18 03:57:27.131116 [ 5 ] {37cd0fa2-8b4e-4505-9ebd-69674cde6824} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86) (SelectExecutor): Spreading mark ranges among streams (default reading)
14429 2025.03.18 03:57:27.131171 [ 5 ] {37cd0fa2-8b4e-4505-9ebd-69674cde6824} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))"
14430 2025.03.18 03:57:27.131197 [ 5 ] {37cd0fa2-8b4e-4505-9ebd-69674cde6824} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 35 rows starting from 0
14431 2025.03.18 03:57:27.132193 [ 5 ] {37cd0fa2-8b4e-4505-9ebd-69674cde6824} <Debug> executeQuery: Read 35 rows, 1.48 KiB in 0.002975 sec., 11764.70588235294 rows/sec., 497.64 KiB/sec.
14432 2025.03.18 03:57:27.132321 [ 5 ] {37cd0fa2-8b4e-4505-9ebd-69674cde6824} <Debug> TCPHandler: Processed in 0.003476582 sec.
14433 2025.03.18 03:57:27.171465 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14434 2025.03.18 03:57:27.171604 [ 5 ] {ead4fb5f-a4b9-48bf-9ab1-879cac4b7f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
14435 2025.03.18 03:57:27.171667 [ 5 ] {ead4fb5f-a4b9-48bf-9ab1-879cac4b7f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
14436 2025.03.18 03:57:27.172397 [ 5 ] {ead4fb5f-a4b9-48bf-9ab1-879cac4b7f86} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14437 2025.03.18 03:57:27.172446 [ 5 ] {ead4fb5f-a4b9-48bf-9ab1-879cac4b7f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14438 2025.03.18 03:57:27.172967 [ 5 ] {ead4fb5f-a4b9-48bf-9ab1-879cac4b7f86} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
14439 2025.03.18 03:57:27.173189 [ 5 ] {ead4fb5f-a4b9-48bf-9ab1-879cac4b7f86} <Trace> oximeter.timeseries_schema (fa5fcb4e-96fa-4a91-9f58-2e486f704c86): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14440 2025.03.18 03:57:27.173432 [ 5 ] {ead4fb5f-a4b9-48bf-9ab1-879cac4b7f86} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.00186 sec., 537.6344086021505 rows/sec., 149.63 KiB/sec.
14441 2025.03.18 03:57:27.173639 [ 5 ] {ead4fb5f-a4b9-48bf-9ab1-879cac4b7f86} <Debug> TCPHandler: Processed in 0.002242033 sec.
14442 2025.03.18 03:57:27.173766 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14443 2025.03.18 03:57:27.173869 [ 5 ] {77f12394-5548-465c-a8c0-cad295e51506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
14444 2025.03.18 03:57:27.173915 [ 5 ] {77f12394-5548-465c-a8c0-cad295e51506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
14445 2025.03.18 03:57:27.174480 [ 5 ] {77f12394-5548-465c-a8c0-cad295e51506} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14446 2025.03.18 03:57:27.174519 [ 5 ] {77f12394-5548-465c-a8c0-cad295e51506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14447 2025.03.18 03:57:27.174908 [ 5 ] {77f12394-5548-465c-a8c0-cad295e51506} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
14448 2025.03.18 03:57:27.175143 [ 5 ] {77f12394-5548-465c-a8c0-cad295e51506} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14449 2025.03.18 03:57:27.175365 [ 5 ] {77f12394-5548-465c-a8c0-cad295e51506} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001518 sec., 15810.276679841896 rows/sec., 1.31 MiB/sec.
14450 2025.03.18 03:57:27.175473 [ 5 ] {77f12394-5548-465c-a8c0-cad295e51506} <Debug> TCPHandler: Processed in 0.001757386 sec.
14451 2025.03.18 03:57:27.175582 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14452 2025.03.18 03:57:27.175693 [ 5 ] {cb7a0ded-2a17-48f2-ba83-4ee1201bc604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14453 2025.03.18 03:57:27.175739 [ 5 ] {cb7a0ded-2a17-48f2-ba83-4ee1201bc604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14454 2025.03.18 03:57:27.176239 [ 5 ] {cb7a0ded-2a17-48f2-ba83-4ee1201bc604} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14455 2025.03.18 03:57:27.176278 [ 5 ] {cb7a0ded-2a17-48f2-ba83-4ee1201bc604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14456 2025.03.18 03:57:27.176623 [ 5 ] {cb7a0ded-2a17-48f2-ba83-4ee1201bc604} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
14457 2025.03.18 03:57:27.176869 [ 5 ] {cb7a0ded-2a17-48f2-ba83-4ee1201bc604} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14458 2025.03.18 03:57:27.177165 [ 5 ] {cb7a0ded-2a17-48f2-ba83-4ee1201bc604} <Debug> executeQuery: Read 3 rows, 243.00 B in 0.001474 sec., 2035.2781546811398 rows/sec., 160.99 KiB/sec.
14459 2025.03.18 03:57:27.177349 [ 5 ] {cb7a0ded-2a17-48f2-ba83-4ee1201bc604} <Debug> TCPHandler: Processed in 0.001815857 sec.
14460 2025.03.18 03:57:27.177464 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14461 2025.03.18 03:57:27.177567 [ 5 ] {01f53a1c-87ec-4727-a35f-aa579ac6a9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14462 2025.03.18 03:57:27.177611 [ 5 ] {01f53a1c-87ec-4727-a35f-aa579ac6a9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14463 2025.03.18 03:57:27.178803 [ 5 ] {01f53a1c-87ec-4727-a35f-aa579ac6a9c3} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14464 2025.03.18 03:57:27.178842 [ 5 ] {01f53a1c-87ec-4727-a35f-aa579ac6a9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14465 2025.03.18 03:57:27.179281 [ 5 ] {01f53a1c-87ec-4727-a35f-aa579ac6a9c3} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary)
14466 2025.03.18 03:57:27.179516 [ 5 ] {01f53a1c-87ec-4727-a35f-aa579ac6a9c3} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14467 2025.03.18 03:57:27.179699 [ 25 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0
14468 2025.03.18 03:57:27.179760 [ 5 ] {01f53a1c-87ec-4727-a35f-aa579ac6a9c3} <Debug> executeQuery: Read 1428 rows, 123.00 KiB in 0.002211 sec., 645861.6010854817 rows/sec., 54.33 MiB/sec.
14469 2025.03.18 03:57:27.179775 [ 25 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14470 2025.03.18 03:57:27.179848 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14471 2025.03.18 03:57:27.179887 [ 5 ] {01f53a1c-87ec-4727-a35f-aa579ac6a9c3} <Debug> TCPHandler: Processed in 0.002469137 sec.
14472 2025.03.18 03:57:27.180048 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
14473 2025.03.18 03:57:27.180061 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14474 2025.03.18 03:57:27.180218 [ 5 ] {c018fd51-dad9-4631-8ff7-7d71cca6f699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14475 2025.03.18 03:57:27.180219 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14476 2025.03.18 03:57:27.180276 [ 5 ] {c018fd51-dad9-4631-8ff7-7d71cca6f699} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14477 2025.03.18 03:57:27.180276 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1404 rows starting from the beginning of the part
14478 2025.03.18 03:57:27.180550 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 136 rows starting from the beginning of the part
14479 2025.03.18 03:57:27.180907 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 56 rows starting from the beginning of the part
14480 2025.03.18 03:57:27.181151 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 160 rows starting from the beginning of the part
14481 2025.03.18 03:57:27.181382 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 56 rows starting from the beginning of the part
14482 2025.03.18 03:57:27.181619 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 1428 rows starting from the beginning of the part
14483 2025.03.18 03:57:27.182173 [ 5 ] {c018fd51-dad9-4631-8ff7-7d71cca6f699} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14484 2025.03.18 03:57:27.182220 [ 5 ] {c018fd51-dad9-4631-8ff7-7d71cca6f699} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14485 2025.03.18 03:57:27.182726 [ 5 ] {c018fd51-dad9-4631-8ff7-7d71cca6f699} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
14486 2025.03.18 03:57:27.183043 [ 5 ] {c018fd51-dad9-4631-8ff7-7d71cca6f699} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14487 2025.03.18 03:57:27.183278 [ 5 ] {c018fd51-dad9-4631-8ff7-7d71cca6f699} <Debug> executeQuery: Read 69 rows, 5.22 KiB in 0.003102 sec., 22243.713733075434 rows/sec., 1.64 MiB/sec.
14488 2025.03.18 03:57:27.183359 [ 5 ] {c018fd51-dad9-4631-8ff7-7d71cca6f699} <Debug> TCPHandler: Processed in 0.00335372 sec.
14489 2025.03.18 03:57:27.183508 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14490 2025.03.18 03:57:27.183642 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3240 rows, containing 5 columns (5 merged, 0 gathered) in 0.003675995 sec., 881394.0171300559 rows/sec., 77.42 MiB/sec.
14491 2025.03.18 03:57:27.183674 [ 5 ] {b3bf7415-f6d2-4ab6-9d87-0802ce53bf01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14492 2025.03.18 03:57:27.183752 [ 5 ] {b3bf7415-f6d2-4ab6-9d87-0802ce53bf01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14493 2025.03.18 03:57:27.183998 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary)
14494 2025.03.18 03:57:27.184650 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_161_32} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14495 2025.03.18 03:57:27.184874 [ 195 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_161_32} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32
14496 2025.03.18 03:57:27.185036 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
14497 2025.03.18 03:57:27.185077 [ 5 ] {b3bf7415-f6d2-4ab6-9d87-0802ce53bf01} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14498 2025.03.18 03:57:27.185125 [ 5 ] {b3bf7415-f6d2-4ab6-9d87-0802ce53bf01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14499 2025.03.18 03:57:27.185491 [ 5 ] {b3bf7415-f6d2-4ab6-9d87-0802ce53bf01} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
14500 2025.03.18 03:57:27.185737 [ 5 ] {b3bf7415-f6d2-4ab6-9d87-0802ce53bf01} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14501 2025.03.18 03:57:27.185947 [ 5 ] {b3bf7415-f6d2-4ab6-9d87-0802ce53bf01} <Debug> executeQuery: Read 253 rows, 17.91 KiB in 0.002326 sec., 108770.42132416165 rows/sec., 7.52 MiB/sec.
14502 2025.03.18 03:57:27.185998 [ 5 ] {b3bf7415-f6d2-4ab6-9d87-0802ce53bf01} <Debug> TCPHandler: Processed in 0.002565268 sec.
14503 2025.03.18 03:57:27.186117 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14504 2025.03.18 03:57:27.186221 [ 5 ] {3eef77ba-2864-45bf-8eb8-a3d963fbc5b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
14505 2025.03.18 03:57:27.186265 [ 5 ] {3eef77ba-2864-45bf-8eb8-a3d963fbc5b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
14506 2025.03.18 03:57:27.186792 [ 5 ] {3eef77ba-2864-45bf-8eb8-a3d963fbc5b1} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14507 2025.03.18 03:57:27.186831 [ 5 ] {3eef77ba-2864-45bf-8eb8-a3d963fbc5b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14508 2025.03.18 03:57:27.187168 [ 5 ] {3eef77ba-2864-45bf-8eb8-a3d963fbc5b1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
14509 2025.03.18 03:57:27.187404 [ 5 ] {3eef77ba-2864-45bf-8eb8-a3d963fbc5b1} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14510 2025.03.18 03:57:27.187612 [ 5 ] {3eef77ba-2864-45bf-8eb8-a3d963fbc5b1} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001413 sec., 8492.569002123142 rows/sec., 663.48 KiB/sec.
14511 2025.03.18 03:57:27.187672 [ 5 ] {3eef77ba-2864-45bf-8eb8-a3d963fbc5b1} <Debug> TCPHandler: Processed in 0.001606244 sec.
14512 2025.03.18 03:57:27.187779 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14513 2025.03.18 03:57:27.187880 [ 5 ] {9ebd29e8-c7c5-4b58-80eb-ea70a98211f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14514 2025.03.18 03:57:27.187925 [ 5 ] {9ebd29e8-c7c5-4b58-80eb-ea70a98211f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14515 2025.03.18 03:57:27.188686 [ 5 ] {9ebd29e8-c7c5-4b58-80eb-ea70a98211f9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14516 2025.03.18 03:57:27.188726 [ 5 ] {9ebd29e8-c7c5-4b58-80eb-ea70a98211f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14517 2025.03.18 03:57:27.189101 [ 5 ] {9ebd29e8-c7c5-4b58-80eb-ea70a98211f9} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary)
14518 2025.03.18 03:57:27.189340 [ 5 ] {9ebd29e8-c7c5-4b58-80eb-ea70a98211f9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14519 2025.03.18 03:57:27.189523 [ 25 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0
14520 2025.03.18 03:57:27.189582 [ 5 ] {9ebd29e8-c7c5-4b58-80eb-ea70a98211f9} <Debug> executeQuery: Read 619 rows, 47.64 KiB in 0.001714 sec., 361143.52392065345 rows/sec., 27.14 MiB/sec.
14521 2025.03.18 03:57:27.189587 [ 25 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14522 2025.03.18 03:57:27.189654 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14523 2025.03.18 03:57:27.189745 [ 5 ] {9ebd29e8-c7c5-4b58-80eb-ea70a98211f9} <Debug> TCPHandler: Processed in 0.00200717 sec.
14524 2025.03.18 03:57:27.189901 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
14525 2025.03.18 03:57:27.189933 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14526 2025.03.18 03:57:27.190200 [ 5 ] {fa75b68d-051f-4470-a47e-aab491b623fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14527 2025.03.18 03:57:27.190245 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14528 2025.03.18 03:57:27.190340 [ 5 ] {fa75b68d-051f-4470-a47e-aab491b623fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14529 2025.03.18 03:57:27.190349 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
14530 2025.03.18 03:57:27.190758 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 107 rows starting from the beginning of the part
14531 2025.03.18 03:57:27.191341 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 64 rows starting from the beginning of the part
14532 2025.03.18 03:57:27.192023 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 125 rows starting from the beginning of the part
14533 2025.03.18 03:57:27.192651 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 64 rows starting from the beginning of the part
14534 2025.03.18 03:57:27.193191 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 619 rows starting from the beginning of the part
14535 2025.03.18 03:57:27.194011 [ 5 ] {fa75b68d-051f-4470-a47e-aab491b623fc} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14536 2025.03.18 03:57:27.194058 [ 5 ] {fa75b68d-051f-4470-a47e-aab491b623fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14537 2025.03.18 03:57:27.194715 [ 5 ] {fa75b68d-051f-4470-a47e-aab491b623fc} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary)
14538 2025.03.18 03:57:27.194988 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1610 rows, containing 5 columns (5 merged, 0 gathered) in 0.005222608 sec., 308275.09933734254 rows/sec., 24.58 MiB/sec.
14539 2025.03.18 03:57:27.195050 [ 5 ] {fa75b68d-051f-4470-a47e-aab491b623fc} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14540 2025.03.18 03:57:27.195161 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary)
14541 2025.03.18 03:57:27.195308 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_156_39 to all_161_161_0
14542 2025.03.18 03:57:27.195406 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14543 2025.03.18 03:57:27.195463 [ 5 ] {fa75b68d-051f-4470-a47e-aab491b623fc} <Debug> executeQuery: Read 938 rows, 64.81 KiB in 0.005335 sec., 175820.05623242736 rows/sec., 11.86 MiB/sec.
14544 2025.03.18 03:57:27.195490 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14545 2025.03.18 03:57:27.195781 [ 5 ] {fa75b68d-051f-4470-a47e-aab491b623fc} <Debug> TCPHandler: Processed in 0.005913349 sec.
14546 2025.03.18 03:57:27.196053 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_161_40} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_39 to all_161_161_0 into Compact with storage Full
14547 2025.03.18 03:57:27.196062 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_161_32} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14548 2025.03.18 03:57:27.196101 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14549 2025.03.18 03:57:27.196338 [ 201 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_161_32} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32
14550 2025.03.18 03:57:27.196406 [ 5 ] {18e195e0-6888-4d32-a1c5-1d35c752edf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14551 2025.03.18 03:57:27.196595 [ 5 ] {18e195e0-6888-4d32-a1c5-1d35c752edf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14552 2025.03.18 03:57:27.196606 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
14553 2025.03.18 03:57:27.196610 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_161_40} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14554 2025.03.18 03:57:27.196729 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_161_40} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_156_39, total 42420 rows starting from the beginning of the part
14555 2025.03.18 03:57:27.197049 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_161_40} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 160 rows starting from the beginning of the part
14556 2025.03.18 03:57:27.197481 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_161_40} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 160 rows starting from the beginning of the part
14557 2025.03.18 03:57:27.197953 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_161_40} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 160 rows starting from the beginning of the part
14558 2025.03.18 03:57:27.198143 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_161_40} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 160 rows starting from the beginning of the part
14559 2025.03.18 03:57:27.198438 [ 200 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_161_40} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 938 rows starting from the beginning of the part
14560 2025.03.18 03:57:27.199252 [ 5 ] {18e195e0-6888-4d32-a1c5-1d35c752edf6} <Trace> oximeter.measurements_f64 (500a8a06-e033-49a9-9dc0-e55e460e4902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14561 2025.03.18 03:57:27.199312 [ 5 ] {18e195e0-6888-4d32-a1c5-1d35c752edf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14562 2025.03.18 03:57:27.200303 [ 5 ] {18e195e0-6888-4d32-a1c5-1d35c752edf6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
14563 2025.03.18 03:57:27.200786 [ 5 ] {18e195e0-6888-4d32-a1c5-1d35c752edf6} <Trace> oximeter.measurements_f64 (500a8a06-e033-49a9-9dc0-e55e460e4902): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14564 2025.03.18 03:57:27.201527 [ 5 ] {18e195e0-6888-4d32-a1c5-1d35c752edf6} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.005168 sec., 193.4984520123839 rows/sec., 12.28 KiB/sec.
14565 2025.03.18 03:57:27.201770 [ 5 ] {18e195e0-6888-4d32-a1c5-1d35c752edf6} <Debug> TCPHandler: Processed in 0.005742286 sec.
14566 2025.03.18 03:57:27.201991 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14567 2025.03.18 03:57:27.202154 [ 5 ] {27cb4d22-d3d6-4c91-80cb-eb7aac8a5d4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14568 2025.03.18 03:57:27.202250 [ 5 ] {27cb4d22-d3d6-4c91-80cb-eb7aac8a5d4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14569 2025.03.18 03:57:27.203954 [ 5 ] {27cb4d22-d3d6-4c91-80cb-eb7aac8a5d4a} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14570 2025.03.18 03:57:27.203998 [ 5 ] {27cb4d22-d3d6-4c91-80cb-eb7aac8a5d4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14571 2025.03.18 03:57:27.204941 [ 5 ] {27cb4d22-d3d6-4c91-80cb-eb7aac8a5d4a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
14572 2025.03.18 03:57:27.205283 [ 5 ] {27cb4d22-d3d6-4c91-80cb-eb7aac8a5d4a} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14573 2025.03.18 03:57:27.205610 [ 5 ] {27cb4d22-d3d6-4c91-80cb-eb7aac8a5d4a} <Debug> executeQuery: Read 54 rows, 99.09 KiB in 0.003515 sec., 15362.731152204837 rows/sec., 27.53 MiB/sec.
14574 2025.03.18 03:57:27.205734 [ 5 ] {27cb4d22-d3d6-4c91-80cb-eb7aac8a5d4a} <Debug> TCPHandler: Processed in 0.003819947 sec.
14575 2025.03.18 03:57:27.205866 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14576 2025.03.18 03:57:27.205971 [ 5 ] {9f95b031-7335-40db-9faf-646f13293a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14577 2025.03.18 03:57:27.206017 [ 5 ] {9f95b031-7335-40db-9faf-646f13293a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14578 2025.03.18 03:57:27.206718 [ 5 ] {9f95b031-7335-40db-9faf-646f13293a73} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14579 2025.03.18 03:57:27.206758 [ 5 ] {9f95b031-7335-40db-9faf-646f13293a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14580 2025.03.18 03:57:27.207192 [ 5 ] {9f95b031-7335-40db-9faf-646f13293a73} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary)
14581 2025.03.18 03:57:27.207461 [ 5 ] {9f95b031-7335-40db-9faf-646f13293a73} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14582 2025.03.18 03:57:27.207670 [ 25 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0
14583 2025.03.18 03:57:27.207767 [ 25 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14584 2025.03.18 03:57:27.207830 [ 5 ] {9f95b031-7335-40db-9faf-646f13293a73} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001858 sec., 10764.262648008611 rows/sec., 740.04 KiB/sec.
14585 2025.03.18 03:57:27.207839 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14586 2025.03.18 03:57:27.208155 [ 5 ] {9f95b031-7335-40db-9faf-646f13293a73} <Debug> TCPHandler: Processed in 0.002346955 sec.
14587 2025.03.18 03:57:27.208304 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
14588 2025.03.18 03:57:27.208645 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14589 2025.03.18 03:57:27.208732 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 8028 rows starting from the beginning of the part
14590 2025.03.18 03:57:27.209041 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 60 rows starting from the beginning of the part
14591 2025.03.18 03:57:27.209533 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
14592 2025.03.18 03:57:27.210109 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
14593 2025.03.18 03:57:27.210427 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
14594 2025.03.18 03:57:27.210825 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 20 rows starting from the beginning of the part
14595 2025.03.18 03:57:27.211322 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_161_40} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43998 rows, containing 5 columns (5 merged, 0 gathered) in 0.015654725 sec., 2810525.2567515555 rows/sec., 192.59 MiB/sec.
14596 2025.03.18 03:57:27.211802 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_161_40} <Trace> MergedBlockOutputStream: filled checksums all_1_161_40 (state Temporary)
14597 2025.03.18 03:57:27.212191 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_161_40} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_161_40 to all_1_161_40 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14598 2025.03.18 03:57:27.212298 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_161_40} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_156_39, all_161_161_0] -> all_1_161_40
14599 2025.03.18 03:57:27.212438 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB.
14600 2025.03.18 03:57:27.214501 [ 199 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8288 rows, containing 4 columns (4 merged, 0 gathered) in 0.006442797 sec., 1286397.8175938183 rows/sec., 86.69 MiB/sec.
14601 2025.03.18 03:57:27.214712 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary)
14602 2025.03.18 03:57:27.215078 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_161_32} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14603 2025.03.18 03:57:27.215172 [ 190 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_161_32} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32
14604 2025.03.18 03:57:27.215278 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB.
14605 2025.03.18 03:57:27.535178 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709
14606 2025.03.18 03:57:27.559553 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14607 2025.03.18 03:57:27.559620 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14608 2025.03.18 03:57:27.567240 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
14609 2025.03.18 03:57:27.568041 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14610 2025.03.18 03:57:27.571543 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709
14611 2025.03.18 03:57:28.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.41 MiB, peak 280.22 MiB, free memory in arenas 0.00 B, will set to 263.83 MiB (RSS), difference: -1.58 MiB
14612 2025.03.18 03:57:28.385645 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): 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]
14613 2025.03.18 03:57:28.385703 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): 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]
14614 2025.03.18 03:57:28.387591 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): 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]
14615 2025.03.18 03:57:29.713374 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1936
14616 2025.03.18 03:57:29.717188 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14617 2025.03.18 03:57:29.717245 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14618 2025.03.18 03:57:29.718829 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
14619 2025.03.18 03:57:29.719149 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14620 2025.03.18 03:57:29.719814 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1936
14621 2025.03.18 03:57:30.684662 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14622 2025.03.18 03:57:30.684880 [ 5 ] {411ed2e0-baba-400d-a2e6-eb503087dd99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14623 2025.03.18 03:57:30.684962 [ 5 ] {411ed2e0-baba-400d-a2e6-eb503087dd99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14624 2025.03.18 03:57:30.685821 [ 5 ] {411ed2e0-baba-400d-a2e6-eb503087dd99} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14625 2025.03.18 03:57:30.685871 [ 5 ] {411ed2e0-baba-400d-a2e6-eb503087dd99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14626 2025.03.18 03:57:30.686323 [ 5 ] {411ed2e0-baba-400d-a2e6-eb503087dd99} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary)
14627 2025.03.18 03:57:30.686582 [ 5 ] {411ed2e0-baba-400d-a2e6-eb503087dd99} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14628 2025.03.18 03:57:30.686849 [ 5 ] {411ed2e0-baba-400d-a2e6-eb503087dd99} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002013 sec., 27819.175360158966 rows/sec., 2.14 MiB/sec.
14629 2025.03.18 03:57:30.686953 [ 5 ] {411ed2e0-baba-400d-a2e6-eb503087dd99} <Debug> TCPHandler: Processed in 0.002422607 sec.
14630 2025.03.18 03:57:30.687112 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14631 2025.03.18 03:57:30.687388 [ 5 ] {bd81e3df-9857-4af7-8dd2-2736f57b0efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14632 2025.03.18 03:57:30.687517 [ 5 ] {bd81e3df-9857-4af7-8dd2-2736f57b0efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14633 2025.03.18 03:57:30.688218 [ 5 ] {bd81e3df-9857-4af7-8dd2-2736f57b0efd} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14634 2025.03.18 03:57:30.688261 [ 5 ] {bd81e3df-9857-4af7-8dd2-2736f57b0efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14635 2025.03.18 03:57:30.688631 [ 5 ] {bd81e3df-9857-4af7-8dd2-2736f57b0efd} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary)
14636 2025.03.18 03:57:30.688881 [ 5 ] {bd81e3df-9857-4af7-8dd2-2736f57b0efd} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14637 2025.03.18 03:57:30.689097 [ 5 ] {bd81e3df-9857-4af7-8dd2-2736f57b0efd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001808 sec., 35398.23008849558 rows/sec., 2.76 MiB/sec.
14638 2025.03.18 03:57:30.689150 [ 5 ] {bd81e3df-9857-4af7-8dd2-2736f57b0efd} <Debug> TCPHandler: Processed in 0.002129061 sec.
14639 2025.03.18 03:57:30.689265 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14640 2025.03.18 03:57:30.689370 [ 5 ] {165849d2-3efd-4213-9f7e-60d610f45ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14641 2025.03.18 03:57:30.689419 [ 5 ] {165849d2-3efd-4213-9f7e-60d610f45ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14642 2025.03.18 03:57:30.689914 [ 5 ] {165849d2-3efd-4213-9f7e-60d610f45ece} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14643 2025.03.18 03:57:30.689954 [ 5 ] {165849d2-3efd-4213-9f7e-60d610f45ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14644 2025.03.18 03:57:30.690344 [ 5 ] {165849d2-3efd-4213-9f7e-60d610f45ece} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary)
14645 2025.03.18 03:57:30.690576 [ 5 ] {165849d2-3efd-4213-9f7e-60d610f45ece} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14646 2025.03.18 03:57:30.690803 [ 5 ] {165849d2-3efd-4213-9f7e-60d610f45ece} <Debug> executeQuery: Read 106 rows, 7.56 KiB in 0.001448 sec., 73204.41988950277 rows/sec., 5.10 MiB/sec.
14647 2025.03.18 03:57:30.690867 [ 5 ] {165849d2-3efd-4213-9f7e-60d610f45ece} <Debug> TCPHandler: Processed in 0.001650114 sec.
14648 2025.03.18 03:57:30.691007 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14649 2025.03.18 03:57:30.691313 [ 5 ] {2e1f7497-d479-41eb-95d3-5e2b9095363f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14650 2025.03.18 03:57:30.691473 [ 5 ] {2e1f7497-d479-41eb-95d3-5e2b9095363f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14651 2025.03.18 03:57:30.692313 [ 5 ] {2e1f7497-d479-41eb-95d3-5e2b9095363f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14652 2025.03.18 03:57:30.692352 [ 5 ] {2e1f7497-d479-41eb-95d3-5e2b9095363f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14653 2025.03.18 03:57:30.692716 [ 5 ] {2e1f7497-d479-41eb-95d3-5e2b9095363f} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary)
14654 2025.03.18 03:57:30.692958 [ 5 ] {2e1f7497-d479-41eb-95d3-5e2b9095363f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14655 2025.03.18 03:57:30.693187 [ 5 ] {2e1f7497-d479-41eb-95d3-5e2b9095363f} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001987 sec., 20130.850528434825 rows/sec., 1.36 MiB/sec.
14656 2025.03.18 03:57:30.693238 [ 5 ] {2e1f7497-d479-41eb-95d3-5e2b9095363f} <Debug> TCPHandler: Processed in 0.002299385 sec.
14657 2025.03.18 03:57:31.282204 [ 224 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
14658 2025.03.18 03:57:31.282282 [ 224 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
14659 2025.03.18 03:57:31.284340 [ 224 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
14660 2025.03.18 03:57:31.967306 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43493
14661 2025.03.18 03:57:31.968152 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14662 2025.03.18 03:57:31.968193 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14663 2025.03.18 03:57:31.968719 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
14664 2025.03.18 03:57:31.968974 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14665 2025.03.18 03:57:31.969211 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43493
14666 2025.03.18 03:57:33.509387 [ 223 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
14667 2025.03.18 03:57:33.509495 [ 223 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
14668 2025.03.18 03:57:33.511644 [ 223 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
14669 2025.03.18 03:57:34.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 259.83 MiB, peak 280.22 MiB, free memory in arenas 0.00 B, will set to 263.83 MiB (RSS), difference: 4.00 MiB
14670 2025.03.18 03:57:35.071699 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 716
14671 2025.03.18 03:57:35.094913 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14672 2025.03.18 03:57:35.094974 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14673 2025.03.18 03:57:35.102635 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
14674 2025.03.18 03:57:35.103482 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14675 2025.03.18 03:57:35.107334 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 716
14676 2025.03.18 03:57:35.262000 [ 222 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
14677 2025.03.18 03:57:35.262054 [ 222 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
14678 2025.03.18 03:57:35.264301 [ 222 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
14679 2025.03.18 03:57:35.686504 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14680 2025.03.18 03:57:35.686718 [ 5 ] {c5e220d2-a15a-4056-9550-acf90f463a9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14681 2025.03.18 03:57:35.686798 [ 5 ] {c5e220d2-a15a-4056-9550-acf90f463a9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14682 2025.03.18 03:57:35.687608 [ 5 ] {c5e220d2-a15a-4056-9550-acf90f463a9f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14683 2025.03.18 03:57:35.687659 [ 5 ] {c5e220d2-a15a-4056-9550-acf90f463a9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14684 2025.03.18 03:57:35.688089 [ 5 ] {c5e220d2-a15a-4056-9550-acf90f463a9f} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary)
14685 2025.03.18 03:57:35.688338 [ 5 ] {c5e220d2-a15a-4056-9550-acf90f463a9f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14686 2025.03.18 03:57:35.688583 [ 5 ] {c5e220d2-a15a-4056-9550-acf90f463a9f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001925 sec., 29090.90909090909 rows/sec., 2.23 MiB/sec.
14687 2025.03.18 03:57:35.688638 [ 5 ] {c5e220d2-a15a-4056-9550-acf90f463a9f} <Debug> TCPHandler: Processed in 0.002278514 sec.
14688 2025.03.18 03:57:35.688777 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14689 2025.03.18 03:57:35.688881 [ 5 ] {e1f8ac3b-86ed-41a0-ac12-cf931760a899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14690 2025.03.18 03:57:35.688926 [ 5 ] {e1f8ac3b-86ed-41a0-ac12-cf931760a899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14691 2025.03.18 03:57:35.689475 [ 5 ] {e1f8ac3b-86ed-41a0-ac12-cf931760a899} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14692 2025.03.18 03:57:35.689513 [ 5 ] {e1f8ac3b-86ed-41a0-ac12-cf931760a899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14693 2025.03.18 03:57:35.689881 [ 5 ] {e1f8ac3b-86ed-41a0-ac12-cf931760a899} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary)
14694 2025.03.18 03:57:35.690123 [ 5 ] {e1f8ac3b-86ed-41a0-ac12-cf931760a899} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14695 2025.03.18 03:57:35.690336 [ 5 ] {e1f8ac3b-86ed-41a0-ac12-cf931760a899} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001476 sec., 43360.43360433604 rows/sec., 3.38 MiB/sec.
14696 2025.03.18 03:57:35.690386 [ 5 ] {e1f8ac3b-86ed-41a0-ac12-cf931760a899} <Debug> TCPHandler: Processed in 0.001660915 sec.
14697 2025.03.18 03:57:35.690513 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14698 2025.03.18 03:57:35.690617 [ 5 ] {aae9deb4-b5ed-460d-a14c-8ea7bf560114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14699 2025.03.18 03:57:35.690665 [ 5 ] {aae9deb4-b5ed-460d-a14c-8ea7bf560114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14700 2025.03.18 03:57:35.691193 [ 5 ] {aae9deb4-b5ed-460d-a14c-8ea7bf560114} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14701 2025.03.18 03:57:35.691231 [ 5 ] {aae9deb4-b5ed-460d-a14c-8ea7bf560114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14702 2025.03.18 03:57:35.691617 [ 5 ] {aae9deb4-b5ed-460d-a14c-8ea7bf560114} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary)
14703 2025.03.18 03:57:35.691850 [ 5 ] {aae9deb4-b5ed-460d-a14c-8ea7bf560114} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14704 2025.03.18 03:57:35.692059 [ 5 ] {aae9deb4-b5ed-460d-a14c-8ea7bf560114} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001463 sec., 109364.31989063567 rows/sec., 7.62 MiB/sec.
14705 2025.03.18 03:57:35.692151 [ 5 ] {aae9deb4-b5ed-460d-a14c-8ea7bf560114} <Debug> TCPHandler: Processed in 0.001688725 sec.
14706 2025.03.18 03:57:35.692252 [ 217 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
14707 2025.03.18 03:57:35.692286 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14708 2025.03.18 03:57:35.692333 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
14709 2025.03.18 03:57:35.692461 [ 5 ] {d63dec6e-c71b-4d37-831b-f16911648884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14710 2025.03.18 03:57:35.692615 [ 5 ] {d63dec6e-c71b-4d37-831b-f16911648884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14711 2025.03.18 03:57:35.693422 [ 5 ] {d63dec6e-c71b-4d37-831b-f16911648884} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14712 2025.03.18 03:57:35.693462 [ 5 ] {d63dec6e-c71b-4d37-831b-f16911648884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14713 2025.03.18 03:57:35.694149 [ 5 ] {d63dec6e-c71b-4d37-831b-f16911648884} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary)
14714 2025.03.18 03:57:35.694580 [ 5 ] {d63dec6e-c71b-4d37-831b-f16911648884} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14715 2025.03.18 03:57:35.694862 [ 5 ] {d63dec6e-c71b-4d37-831b-f16911648884} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002437 sec., 24620.434961017647 rows/sec., 1.66 MiB/sec.
14716 2025.03.18 03:57:35.694992 [ 5 ] {d63dec6e-c71b-4d37-831b-f16911648884} <Debug> TCPHandler: Processed in 0.002763761 sec.
14717 2025.03.18 03:57:35.695708 [ 217 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
14718 2025.03.18 03:57:36.480102 [ 220 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
14719 2025.03.18 03:57:36.480149 [ 220 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
14720 2025.03.18 03:57:36.482117 [ 220 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
14721 2025.03.18 03:57:36.856482 [ 220 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
14722 2025.03.18 03:57:36.856535 [ 220 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
14723 2025.03.18 03:57:36.858606 [ 220 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
14724 2025.03.18 03:57:38.852488 [ 153 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Selected 5 parts from all_1_65_14 to all_69_69_0
14725 2025.03.18 03:57:38.852570 [ 153 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14726 2025.03.18 03:57:38.852596 [ 153 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14727 2025.03.18 03:57:38.852814 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_69_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_14 to all_69_69_0 into Compact with storage Full
14728 2025.03.18 03:57:38.853141 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_69_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14729 2025.03.18 03:57:38.853181 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_14, total 69 rows starting from the beginning of the part
14730 2025.03.18 03:57:38.853266 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 67 rows starting from the beginning of the part
14731 2025.03.18 03:57:38.853335 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 40 rows starting from the beginning of the part
14732 2025.03.18 03:57:38.853703 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 52 rows starting from the beginning of the part
14733 2025.03.18 03:57:38.853854 [ 199 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 69 rows starting from the beginning of the part
14734 2025.03.18 03:57:38.854903 [ 190 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_69_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 297 rows, containing 5 columns (5 merged, 0 gathered) in 0.002220384 sec., 133760.64680703878 rows/sec., 10.32 MiB/sec.
14735 2025.03.18 03:57:38.855117 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_69_15} <Trace> MergedBlockOutputStream: filled checksums all_1_69_15 (state Temporary)
14736 2025.03.18 03:57:38.855468 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_69_15} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_merge_all_1_69_15 to all_1_69_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14737 2025.03.18 03:57:38.855643 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_69_15} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Merged 5 parts: [all_1_65_14, all_69_69_0] -> all_1_69_15
14738 2025.03.18 03:57:38.855844 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
14739 2025.03.18 03:57:39.216577 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache
14740 2025.03.18 03:57:39.216625 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache
14741 2025.03.18 03:57:39.469413 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43981
14742 2025.03.18 03:57:39.470066 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14743 2025.03.18 03:57:39.470109 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14744 2025.03.18 03:57:39.470668 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
14745 2025.03.18 03:57:39.470936 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14746 2025.03.18 03:57:39.471096 [ 152 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
14747 2025.03.18 03:57:39.471146 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981
14748 2025.03.18 03:57:39.471157 [ 152 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14749 2025.03.18 03:57:39.471187 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14750 2025.03.18 03:57:39.471355 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::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
14751 2025.03.18 03:57:39.471539 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14752 2025.03.18 03:57:39.471590 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41663 rows starting from the beginning of the part
14753 2025.03.18 03:57:39.471696 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::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
14754 2025.03.18 03:57:39.471833 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::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
14755 2025.03.18 03:57:39.471945 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::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
14756 2025.03.18 03:57:39.472034 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::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
14757 2025.03.18 03:57:39.472119 [ 199 ] {5aa70344-bffa-4328-b262-9125757f4448::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
14758 2025.03.18 03:57:39.475483 [ 190 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.004210403 sec., 10445793.431175116 rows/sec., 149.43 MiB/sec.
14759 2025.03.18 03:57:39.475885 [ 190 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
14760 2025.03.18 03:57:39.476240 [ 190 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_96_19} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14761 2025.03.18 03:57:39.476336 [ 190 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_96_19} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
14762 2025.03.18 03:57:39.476464 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
14763 2025.03.18 03:57:39.720214 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1952
14764 2025.03.18 03:57:39.723128 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14765 2025.03.18 03:57:39.723186 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14766 2025.03.18 03:57:39.725216 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
14767 2025.03.18 03:57:39.725538 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14768 2025.03.18 03:57:39.725793 [ 152 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
14769 2025.03.18 03:57:39.725948 [ 152 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14770 2025.03.18 03:57:39.726049 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14771 2025.03.18 03:57:39.726552 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
14772 2025.03.18 03:57:39.727177 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1952
14773 2025.03.18 03:57:39.727648 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14774 2025.03.18 03:57:39.727824 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1810 rows starting from the beginning of the part
14775 2025.03.18 03:57:39.728357 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 40 rows starting from the beginning of the part
14776 2025.03.18 03:57:39.728861 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 16 rows starting from the beginning of the part
14777 2025.03.18 03:57:39.729377 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
14778 2025.03.18 03:57:39.729872 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 48 rows starting from the beginning of the part
14779 2025.03.18 03:57:39.730349 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 16 rows starting from the beginning of the part
14780 2025.03.18 03:57:39.739421 [ 190 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1952 rows, containing 72 columns (72 merged, 0 gathered) in 0.013185008 sec., 148046.93330485656 rows/sec., 111.83 MiB/sec.
14781 2025.03.18 03:57:39.740991 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
14782 2025.03.18 03:57:39.741664 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_71_14} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14783 2025.03.18 03:57:39.741746 [ 196 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_71_14} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
14784 2025.03.18 03:57:39.741972 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.01 MiB.
14785 2025.03.18 03:57:40.006453 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.006075541 sec.
14786 2025.03.18 03:57:40.690180 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14787 2025.03.18 03:57:40.690373 [ 5 ] {e6d9ceac-ac30-4783-97d4-dc5b013bda76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
14788 2025.03.18 03:57:40.690448 [ 5 ] {e6d9ceac-ac30-4783-97d4-dc5b013bda76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
14789 2025.03.18 03:57:40.691189 [ 5 ] {e6d9ceac-ac30-4783-97d4-dc5b013bda76} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14790 2025.03.18 03:57:40.691241 [ 5 ] {e6d9ceac-ac30-4783-97d4-dc5b013bda76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14791 2025.03.18 03:57:40.691666 [ 5 ] {e6d9ceac-ac30-4783-97d4-dc5b013bda76} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
14792 2025.03.18 03:57:40.691916 [ 5 ] {e6d9ceac-ac30-4783-97d4-dc5b013bda76} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14793 2025.03.18 03:57:40.692167 [ 5 ] {e6d9ceac-ac30-4783-97d4-dc5b013bda76} <Debug> executeQuery: Read 1 rows, 76.00 B in 0.001836 sec., 544.6623093681917 rows/sec., 40.42 KiB/sec.
14794 2025.03.18 03:57:40.692324 [ 5 ] {e6d9ceac-ac30-4783-97d4-dc5b013bda76} <Debug> TCPHandler: Processed in 0.002276314 sec.
14795 2025.03.18 03:57:40.692496 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14796 2025.03.18 03:57:40.692603 [ 5 ] {9f08b39f-1926-4152-bbe3-8f6a31b611d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14797 2025.03.18 03:57:40.692649 [ 5 ] {9f08b39f-1926-4152-bbe3-8f6a31b611d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14798 2025.03.18 03:57:40.693291 [ 5 ] {9f08b39f-1926-4152-bbe3-8f6a31b611d4} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14799 2025.03.18 03:57:40.693332 [ 5 ] {9f08b39f-1926-4152-bbe3-8f6a31b611d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14800 2025.03.18 03:57:40.693705 [ 5 ] {9f08b39f-1926-4152-bbe3-8f6a31b611d4} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary)
14801 2025.03.18 03:57:40.693948 [ 5 ] {9f08b39f-1926-4152-bbe3-8f6a31b611d4} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14802 2025.03.18 03:57:40.694187 [ 5 ] {9f08b39f-1926-4152-bbe3-8f6a31b611d4} <Debug> executeQuery: Read 173 rows, 15.47 KiB in 0.0016 sec., 108125 rows/sec., 9.44 MiB/sec.
14803 2025.03.18 03:57:40.694249 [ 5 ] {9f08b39f-1926-4152-bbe3-8f6a31b611d4} <Debug> TCPHandler: Processed in 0.001803667 sec.
14804 2025.03.18 03:57:40.694378 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14805 2025.03.18 03:57:40.694665 [ 5 ] {0b325acc-b55a-49df-a731-94704680acde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14806 2025.03.18 03:57:40.694791 [ 5 ] {0b325acc-b55a-49df-a731-94704680acde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14807 2025.03.18 03:57:40.695760 [ 5 ] {0b325acc-b55a-49df-a731-94704680acde} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14808 2025.03.18 03:57:40.695800 [ 5 ] {0b325acc-b55a-49df-a731-94704680acde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14809 2025.03.18 03:57:40.696144 [ 5 ] {0b325acc-b55a-49df-a731-94704680acde} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
14810 2025.03.18 03:57:40.696390 [ 5 ] {0b325acc-b55a-49df-a731-94704680acde} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14811 2025.03.18 03:57:40.696618 [ 5 ] {0b325acc-b55a-49df-a731-94704680acde} <Debug> executeQuery: Read 58 rows, 4.35 KiB in 0.002055 sec., 28223.844282238442 rows/sec., 2.07 MiB/sec.
14812 2025.03.18 03:57:40.696719 [ 5 ] {0b325acc-b55a-49df-a731-94704680acde} <Debug> TCPHandler: Processed in 0.002385507 sec.
14813 2025.03.18 03:57:40.696966 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14814 2025.03.18 03:57:40.697073 [ 5 ] {34cea7ac-e011-475a-aa2d-98824b04660a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
14815 2025.03.18 03:57:40.697118 [ 5 ] {34cea7ac-e011-475a-aa2d-98824b04660a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
14816 2025.03.18 03:57:40.697636 [ 5 ] {34cea7ac-e011-475a-aa2d-98824b04660a} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14817 2025.03.18 03:57:40.697675 [ 5 ] {34cea7ac-e011-475a-aa2d-98824b04660a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14818 2025.03.18 03:57:40.698007 [ 5 ] {34cea7ac-e011-475a-aa2d-98824b04660a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
14819 2025.03.18 03:57:40.698242 [ 5 ] {34cea7ac-e011-475a-aa2d-98824b04660a} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14820 2025.03.18 03:57:40.698495 [ 5 ] {34cea7ac-e011-475a-aa2d-98824b04660a} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001445 sec., 692.0415224913494 rows/sec., 45.96 KiB/sec.
14821 2025.03.18 03:57:40.698701 [ 5 ] {34cea7ac-e011-475a-aa2d-98824b04660a} <Debug> TCPHandler: Processed in 0.001814787 sec.
14822 2025.03.18 03:57:40.698840 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14823 2025.03.18 03:57:40.698942 [ 5 ] {9c319497-a262-4440-a9b0-a90da66afb17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14824 2025.03.18 03:57:40.698986 [ 5 ] {9c319497-a262-4440-a9b0-a90da66afb17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14825 2025.03.18 03:57:40.699575 [ 5 ] {9c319497-a262-4440-a9b0-a90da66afb17} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14826 2025.03.18 03:57:40.699615 [ 5 ] {9c319497-a262-4440-a9b0-a90da66afb17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14827 2025.03.18 03:57:40.699973 [ 5 ] {9c319497-a262-4440-a9b0-a90da66afb17} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary)
14828 2025.03.18 03:57:40.700203 [ 5 ] {9c319497-a262-4440-a9b0-a90da66afb17} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14829 2025.03.18 03:57:40.700399 [ 5 ] {9c319497-a262-4440-a9b0-a90da66afb17} <Debug> executeQuery: Read 128 rows, 10.17 KiB in 0.00148 sec., 86486.4864864865 rows/sec., 6.71 MiB/sec.
14830 2025.03.18 03:57:40.700451 [ 5 ] {9c319497-a262-4440-a9b0-a90da66afb17} <Debug> TCPHandler: Processed in 0.001661024 sec.
14831 2025.03.18 03:57:40.700569 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14832 2025.03.18 03:57:40.700671 [ 5 ] {45accff5-b5d5-43ef-9c11-bbe0c088348f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14833 2025.03.18 03:57:40.700721 [ 5 ] {45accff5-b5d5-43ef-9c11-bbe0c088348f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14834 2025.03.18 03:57:40.701228 [ 5 ] {45accff5-b5d5-43ef-9c11-bbe0c088348f} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14835 2025.03.18 03:57:40.701267 [ 5 ] {45accff5-b5d5-43ef-9c11-bbe0c088348f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14836 2025.03.18 03:57:40.701642 [ 5 ] {45accff5-b5d5-43ef-9c11-bbe0c088348f} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary)
14837 2025.03.18 03:57:40.701883 [ 5 ] {45accff5-b5d5-43ef-9c11-bbe0c088348f} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14838 2025.03.18 03:57:40.702086 [ 5 ] {45accff5-b5d5-43ef-9c11-bbe0c088348f} <Debug> executeQuery: Read 161 rows, 11.47 KiB in 0.001436 sec., 112116.99164345404 rows/sec., 7.80 MiB/sec.
14839 2025.03.18 03:57:40.702138 [ 5 ] {45accff5-b5d5-43ef-9c11-bbe0c088348f} <Debug> TCPHandler: Processed in 0.001619835 sec.
14840 2025.03.18 03:57:40.702243 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14841 2025.03.18 03:57:40.702344 [ 5 ] {9af131a1-85f5-4841-a743-6fefc845b974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
14842 2025.03.18 03:57:40.702390 [ 5 ] {9af131a1-85f5-4841-a743-6fefc845b974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
14843 2025.03.18 03:57:40.702799 [ 5 ] {9af131a1-85f5-4841-a743-6fefc845b974} <Trace> oximeter.measurements_f64 (500a8a06-e033-49a9-9dc0-e55e460e4902): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14844 2025.03.18 03:57:40.702838 [ 5 ] {9af131a1-85f5-4841-a743-6fefc845b974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14845 2025.03.18 03:57:40.703186 [ 5 ] {9af131a1-85f5-4841-a743-6fefc845b974} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
14846 2025.03.18 03:57:40.703410 [ 5 ] {9af131a1-85f5-4841-a743-6fefc845b974} <Trace> oximeter.measurements_f64 (500a8a06-e033-49a9-9dc0-e55e460e4902): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14847 2025.03.18 03:57:40.703611 [ 5 ] {9af131a1-85f5-4841-a743-6fefc845b974} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001288 sec., 776.3975155279503 rows/sec., 49.28 KiB/sec.
14848 2025.03.18 03:57:40.703659 [ 5 ] {9af131a1-85f5-4841-a743-6fefc845b974} <Debug> TCPHandler: Processed in 0.001466152 sec.
14849 2025.03.18 03:57:40.703761 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14850 2025.03.18 03:57:40.703863 [ 5 ] {2af74f66-2695-4fd8-8e8c-66a55b293084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
14851 2025.03.18 03:57:40.703927 [ 5 ] {2af74f66-2695-4fd8-8e8c-66a55b293084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
14852 2025.03.18 03:57:40.705144 [ 5 ] {2af74f66-2695-4fd8-8e8c-66a55b293084} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14853 2025.03.18 03:57:40.705184 [ 5 ] {2af74f66-2695-4fd8-8e8c-66a55b293084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14854 2025.03.18 03:57:40.705863 [ 5 ] {2af74f66-2695-4fd8-8e8c-66a55b293084} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
14855 2025.03.18 03:57:40.706118 [ 5 ] {2af74f66-2695-4fd8-8e8c-66a55b293084} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14856 2025.03.18 03:57:40.706407 [ 5 ] {2af74f66-2695-4fd8-8e8c-66a55b293084} <Debug> executeQuery: Read 57 rows, 104.59 KiB in 0.002557 sec., 22291.74814235432 rows/sec., 39.95 MiB/sec.
14857 2025.03.18 03:57:40.706940 [ 5 ] {2af74f66-2695-4fd8-8e8c-66a55b293084} <Debug> TCPHandler: Processed in 0.003222378 sec.
14858 2025.03.18 03:57:40.707139 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14859 2025.03.18 03:57:40.707244 [ 5 ] {6ccda368-956b-4e81-b2ae-5dd187033c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14860 2025.03.18 03:57:40.707290 [ 5 ] {6ccda368-956b-4e81-b2ae-5dd187033c9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14861 2025.03.18 03:57:40.707754 [ 5 ] {6ccda368-956b-4e81-b2ae-5dd187033c9d} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14862 2025.03.18 03:57:40.707792 [ 5 ] {6ccda368-956b-4e81-b2ae-5dd187033c9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14863 2025.03.18 03:57:40.708148 [ 5 ] {6ccda368-956b-4e81-b2ae-5dd187033c9d} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary)
14864 2025.03.18 03:57:40.708388 [ 5 ] {6ccda368-956b-4e81-b2ae-5dd187033c9d} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14865 2025.03.18 03:57:40.708596 [ 5 ] {6ccda368-956b-4e81-b2ae-5dd187033c9d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec.
14866 2025.03.18 03:57:40.708645 [ 5 ] {6ccda368-956b-4e81-b2ae-5dd187033c9d} <Debug> TCPHandler: Processed in 0.001557484 sec.
14867 2025.03.18 03:57:42.607482 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 724
14868 2025.03.18 03:57:42.631111 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14869 2025.03.18 03:57:42.631169 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14870 2025.03.18 03:57:42.638904 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
14871 2025.03.18 03:57:42.639660 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14872 2025.03.18 03:57:42.640037 [ 54 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
14873 2025.03.18 03:57:42.640117 [ 54 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14874 2025.03.18 03:57:42.640175 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14875 2025.03.18 03:57:42.640592 [ 186 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
14876 2025.03.18 03:57:42.652117 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 724
14877 2025.03.18 03:57:42.653197 [ 186 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14878 2025.03.18 03:57:42.654120 [ 186 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
14879 2025.03.18 03:57:42.658862 [ 186 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
14880 2025.03.18 03:57:42.663819 [ 186 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
14881 2025.03.18 03:57:42.669478 [ 186 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
14882 2025.03.18 03:57:42.675452 [ 186 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 7 rows starting from the beginning of the part
14883 2025.03.18 03:57:42.681526 [ 186 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 8 rows starting from the beginning of the part
14884 2025.03.18 03:57:42.745312 [ 196 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 679 columns (679 merged, 0 gathered) in 0.105036018 sec., 6892.873642639423 rows/sec., 35.64 MiB/sec.
14885 2025.03.18 03:57:42.747923 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
14886 2025.03.18 03:57:42.750369 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_96_19} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14887 2025.03.18 03:57:42.750466 [ 198 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_96_19} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
14888 2025.03.18 03:57:42.751796 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB.
14889 2025.03.18 03:57:43.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.89 MiB, peak 282.31 MiB, free memory in arenas 0.00 B, will set to 263.83 MiB (RSS), difference: -1.06 MiB
14890 2025.03.18 03:57:45.687001 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14891 2025.03.18 03:57:45.687236 [ 5 ] {41086c3e-c27a-4df7-b20b-63d6f8a89e2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14892 2025.03.18 03:57:45.687332 [ 5 ] {41086c3e-c27a-4df7-b20b-63d6f8a89e2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14893 2025.03.18 03:57:45.688410 [ 5 ] {41086c3e-c27a-4df7-b20b-63d6f8a89e2b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14894 2025.03.18 03:57:45.688479 [ 5 ] {41086c3e-c27a-4df7-b20b-63d6f8a89e2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14895 2025.03.18 03:57:45.689060 [ 5 ] {41086c3e-c27a-4df7-b20b-63d6f8a89e2b} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary)
14896 2025.03.18 03:57:45.689418 [ 5 ] {41086c3e-c27a-4df7-b20b-63d6f8a89e2b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14897 2025.03.18 03:57:45.689731 [ 5 ] {41086c3e-c27a-4df7-b20b-63d6f8a89e2b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002563 sec., 21849.395239953177 rows/sec., 1.68 MiB/sec.
14898 2025.03.18 03:57:45.689827 [ 5 ] {41086c3e-c27a-4df7-b20b-63d6f8a89e2b} <Debug> TCPHandler: Processed in 0.003030886 sec.
14899 2025.03.18 03:57:45.690006 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14900 2025.03.18 03:57:45.690138 [ 5 ] {f1914d2f-f922-4cd1-8dbb-cc84685b464f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14901 2025.03.18 03:57:45.690197 [ 5 ] {f1914d2f-f922-4cd1-8dbb-cc84685b464f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14902 2025.03.18 03:57:45.690970 [ 5 ] {f1914d2f-f922-4cd1-8dbb-cc84685b464f} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14903 2025.03.18 03:57:45.691019 [ 5 ] {f1914d2f-f922-4cd1-8dbb-cc84685b464f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14904 2025.03.18 03:57:45.691538 [ 5 ] {f1914d2f-f922-4cd1-8dbb-cc84685b464f} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary)
14905 2025.03.18 03:57:45.692036 [ 5 ] {f1914d2f-f922-4cd1-8dbb-cc84685b464f} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14906 2025.03.18 03:57:45.692298 [ 5 ] {f1914d2f-f922-4cd1-8dbb-cc84685b464f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002195 sec., 29157.17539863326 rows/sec., 2.28 MiB/sec.
14907 2025.03.18 03:57:45.692361 [ 5 ] {f1914d2f-f922-4cd1-8dbb-cc84685b464f} <Debug> TCPHandler: Processed in 0.002421697 sec.
14908 2025.03.18 03:57:45.692515 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14909 2025.03.18 03:57:45.692633 [ 5 ] {c4328def-9108-4956-9450-9b09f1eee892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14910 2025.03.18 03:57:45.692691 [ 5 ] {c4328def-9108-4956-9450-9b09f1eee892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14911 2025.03.18 03:57:45.693378 [ 5 ] {c4328def-9108-4956-9450-9b09f1eee892} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14912 2025.03.18 03:57:45.693424 [ 5 ] {c4328def-9108-4956-9450-9b09f1eee892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14913 2025.03.18 03:57:45.693911 [ 5 ] {c4328def-9108-4956-9450-9b09f1eee892} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary)
14914 2025.03.18 03:57:45.694237 [ 5 ] {c4328def-9108-4956-9450-9b09f1eee892} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14915 2025.03.18 03:57:45.694500 [ 5 ] {c4328def-9108-4956-9450-9b09f1eee892} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001894 sec., 84477.29672650475 rows/sec., 5.88 MiB/sec.
14916 2025.03.18 03:57:45.694564 [ 5 ] {c4328def-9108-4956-9450-9b09f1eee892} <Debug> TCPHandler: Processed in 0.002108202 sec.
14917 2025.03.18 03:57:45.694712 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14918 2025.03.18 03:57:45.694831 [ 5 ] {2d8bf031-0e67-4292-89dc-c1abe92e911c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
14919 2025.03.18 03:57:45.694886 [ 5 ] {2d8bf031-0e67-4292-89dc-c1abe92e911c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
14920 2025.03.18 03:57:45.695445 [ 5 ] {2d8bf031-0e67-4292-89dc-c1abe92e911c} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14921 2025.03.18 03:57:45.695491 [ 5 ] {2d8bf031-0e67-4292-89dc-c1abe92e911c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14922 2025.03.18 03:57:45.695928 [ 5 ] {2d8bf031-0e67-4292-89dc-c1abe92e911c} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary)
14923 2025.03.18 03:57:45.696224 [ 5 ] {2d8bf031-0e67-4292-89dc-c1abe92e911c} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14924 2025.03.18 03:57:45.696480 [ 5 ] {2d8bf031-0e67-4292-89dc-c1abe92e911c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001675 sec., 35820.89552238806 rows/sec., 2.41 MiB/sec.
14925 2025.03.18 03:57:45.696544 [ 5 ] {2d8bf031-0e67-4292-89dc-c1abe92e911c} <Debug> TCPHandler: Processed in 0.001889889 sec.
14926 2025.03.18 03:57:46.971387 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44408
14927 2025.03.18 03:57:46.972457 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14928 2025.03.18 03:57:46.972502 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB.
14929 2025.03.18 03:57:46.973038 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
14930 2025.03.18 03:57:46.973290 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14931 2025.03.18 03:57:46.973579 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44408
14932 2025.03.18 03:57:49.727440 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1978
14933 2025.03.18 03:57:49.730948 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14934 2025.03.18 03:57:49.730998 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
14935 2025.03.18 03:57:49.732539 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
14936 2025.03.18 03:57:49.732874 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14937 2025.03.18 03:57:49.734505 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1978
14938 2025.03.18 03:57:50.152277 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 731
14939 2025.03.18 03:57:50.177034 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14940 2025.03.18 03:57:50.177101 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
14941 2025.03.18 03:57:50.184687 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
14942 2025.03.18 03:57:50.185512 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14943 2025.03.18 03:57:50.190954 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 731
14944 2025.03.18 03:57:50.690642 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14945 2025.03.18 03:57:50.690833 [ 5 ] {0642005a-6c01-4e56-98d3-7098b806ac9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
14946 2025.03.18 03:57:50.690908 [ 5 ] {0642005a-6c01-4e56-98d3-7098b806ac9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
14947 2025.03.18 03:57:50.691757 [ 5 ] {0642005a-6c01-4e56-98d3-7098b806ac9d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14948 2025.03.18 03:57:50.691803 [ 5 ] {0642005a-6c01-4e56-98d3-7098b806ac9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
14949 2025.03.18 03:57:50.692220 [ 5 ] {0642005a-6c01-4e56-98d3-7098b806ac9d} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary)
14950 2025.03.18 03:57:50.692484 [ 5 ] {0642005a-6c01-4e56-98d3-7098b806ac9d} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14951 2025.03.18 03:57:50.692729 [ 12 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0
14952 2025.03.18 03:57:50.692741 [ 5 ] {0642005a-6c01-4e56-98d3-7098b806ac9d} <Debug> executeQuery: Read 172 rows, 15.42 KiB in 0.001945 sec., 88431.87660668381 rows/sec., 7.74 MiB/sec.
14953 2025.03.18 03:57:50.692854 [ 12 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14954 2025.03.18 03:57:50.692921 [ 5 ] {0642005a-6c01-4e56-98d3-7098b806ac9d} <Debug> TCPHandler: Processed in 0.002415516 sec.
14955 2025.03.18 03:57:50.692948 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
14956 2025.03.18 03:57:50.693161 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14957 2025.03.18 03:57:50.693320 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
14958 2025.03.18 03:57:50.693408 [ 5 ] {7fd20254-af97-4c39-b6bf-c20477de28c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
14959 2025.03.18 03:57:50.693533 [ 5 ] {7fd20254-af97-4c39-b6bf-c20477de28c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
14960 2025.03.18 03:57:50.693884 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14961 2025.03.18 03:57:50.694050 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 1437 rows starting from the beginning of the part
14962 2025.03.18 03:57:50.694589 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 56 rows starting from the beginning of the part
14963 2025.03.18 03:57:50.695111 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 56 rows starting from the beginning of the part
14964 2025.03.18 03:57:50.695669 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 173 rows starting from the beginning of the part
14965 2025.03.18 03:57:50.696123 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 56 rows starting from the beginning of the part
14966 2025.03.18 03:57:50.696613 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 172 rows starting from the beginning of the part
14967 2025.03.18 03:57:50.698266 [ 5 ] {7fd20254-af97-4c39-b6bf-c20477de28c2} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14968 2025.03.18 03:57:50.698344 [ 5 ] {7fd20254-af97-4c39-b6bf-c20477de28c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
14969 2025.03.18 03:57:50.699296 [ 5 ] {7fd20254-af97-4c39-b6bf-c20477de28c2} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
14970 2025.03.18 03:57:50.699885 [ 5 ] {7fd20254-af97-4c39-b6bf-c20477de28c2} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14971 2025.03.18 03:57:50.700287 [ 5 ] {7fd20254-af97-4c39-b6bf-c20477de28c2} <Debug> executeQuery: Read 58 rows, 4.36 KiB in 0.006909 sec., 8394.847300622376 rows/sec., 631.25 KiB/sec.
14972 2025.03.18 03:57:50.700741 [ 5 ] {7fd20254-af97-4c39-b6bf-c20477de28c2} <Debug> TCPHandler: Processed in 0.007696266 sec.
14973 2025.03.18 03:57:50.701240 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1950 rows, containing 5 columns (5 merged, 0 gathered) in 0.008145252 sec., 239403.27444749407 rows/sec., 21.03 MiB/sec.
14974 2025.03.18 03:57:50.701259 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14975 2025.03.18 03:57:50.701421 [ 5 ] {eea2f5c5-4ca0-48f7-9397-5d6af37e9e1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
14976 2025.03.18 03:57:50.701505 [ 5 ] {eea2f5c5-4ca0-48f7-9397-5d6af37e9e1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
14977 2025.03.18 03:57:50.701529 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary)
14978 2025.03.18 03:57:50.702219 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_166_33} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14979 2025.03.18 03:57:50.702384 [ 189 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_166_33} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33
14980 2025.03.18 03:57:50.702521 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
14981 2025.03.18 03:57:50.702775 [ 5 ] {eea2f5c5-4ca0-48f7-9397-5d6af37e9e1b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14982 2025.03.18 03:57:50.702819 [ 5 ] {eea2f5c5-4ca0-48f7-9397-5d6af37e9e1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
14983 2025.03.18 03:57:50.703194 [ 5 ] {eea2f5c5-4ca0-48f7-9397-5d6af37e9e1b} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary)
14984 2025.03.18 03:57:50.703431 [ 5 ] {eea2f5c5-4ca0-48f7-9397-5d6af37e9e1b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
14985 2025.03.18 03:57:50.703619 [ 12 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0
14986 2025.03.18 03:57:50.703677 [ 12 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
14987 2025.03.18 03:57:50.703685 [ 5 ] {eea2f5c5-4ca0-48f7-9397-5d6af37e9e1b} <Debug> executeQuery: Read 131 rows, 10.48 KiB in 0.002284 sec., 57355.51663747811 rows/sec., 4.48 MiB/sec.
14988 2025.03.18 03:57:50.703705 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
14989 2025.03.18 03:57:50.703866 [ 5 ] {eea2f5c5-4ca0-48f7-9397-5d6af37e9e1b} <Debug> TCPHandler: Processed in 0.00273219 sec.
14990 2025.03.18 03:57:50.703946 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
14991 2025.03.18 03:57:50.704032 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
14992 2025.03.18 03:57:50.704148 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
14993 2025.03.18 03:57:50.704243 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 656 rows starting from the beginning of the part
14994 2025.03.18 03:57:50.704248 [ 5 ] {10bbd959-1a32-4c4b-912a-68e437e9f705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
14995 2025.03.18 03:57:50.704463 [ 5 ] {10bbd959-1a32-4c4b-912a-68e437e9f705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
14996 2025.03.18 03:57:50.704498 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 64 rows starting from the beginning of the part
14997 2025.03.18 03:57:50.704931 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 64 rows starting from the beginning of the part
14998 2025.03.18 03:57:50.705373 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 128 rows starting from the beginning of the part
14999 2025.03.18 03:57:50.705716 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 64 rows starting from the beginning of the part
15000 2025.03.18 03:57:50.705915 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 131 rows starting from the beginning of the part
15001 2025.03.18 03:57:50.706883 [ 5 ] {10bbd959-1a32-4c4b-912a-68e437e9f705} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15002 2025.03.18 03:57:50.706963 [ 5 ] {10bbd959-1a32-4c4b-912a-68e437e9f705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15003 2025.03.18 03:57:50.708098 [ 5 ] {10bbd959-1a32-4c4b-912a-68e437e9f705} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary)
15004 2025.03.18 03:57:50.708565 [ 5 ] {10bbd959-1a32-4c4b-912a-68e437e9f705} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15005 2025.03.18 03:57:50.708882 [ 12 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 2 parts from all_1_161_40 to all_162_162_0
15006 2025.03.18 03:57:50.709009 [ 12 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15007 2025.03.18 03:57:50.709110 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15008 2025.03.18 03:57:50.709390 [ 5 ] {10bbd959-1a32-4c4b-912a-68e437e9f705} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005165 sec., 30977.734753146175 rows/sec., 2.16 MiB/sec.
15009 2025.03.18 03:57:50.709547 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_162_41} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_161_40 to all_162_162_0 into Compact with storage Full
15010 2025.03.18 03:57:50.709625 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1107 rows, containing 5 columns (5 merged, 0 gathered) in 0.005758886 sec., 192224.67678644793 rows/sec., 15.42 MiB/sec.
15011 2025.03.18 03:57:50.709766 [ 5 ] {10bbd959-1a32-4c4b-912a-68e437e9f705} <Debug> TCPHandler: Processed in 0.005789007 sec.
15012 2025.03.18 03:57:50.710158 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_162_41} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15013 2025.03.18 03:57:50.710161 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15014 2025.03.18 03:57:50.710299 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_162_41} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_161_40, total 43998 rows starting from the beginning of the part
15015 2025.03.18 03:57:50.710729 [ 5 ] {e367ac56-a4d2-4b6d-bbfb-a66c06129666} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15016 2025.03.18 03:57:50.710965 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_162_41} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 106 rows starting from the beginning of the part
15017 2025.03.18 03:57:50.711253 [ 5 ] {e367ac56-a4d2-4b6d-bbfb-a66c06129666} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15018 2025.03.18 03:57:50.712095 [ 197 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary)
15019 2025.03.18 03:57:50.714954 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_166_33} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15020 2025.03.18 03:57:50.715482 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_166_33} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33
15021 2025.03.18 03:57:50.715742 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB.
15022 2025.03.18 03:57:50.716804 [ 5 ] {e367ac56-a4d2-4b6d-bbfb-a66c06129666} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15023 2025.03.18 03:57:50.716849 [ 5 ] {e367ac56-a4d2-4b6d-bbfb-a66c06129666} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15024 2025.03.18 03:57:50.717610 [ 5 ] {e367ac56-a4d2-4b6d-bbfb-a66c06129666} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
15025 2025.03.18 03:57:50.717901 [ 5 ] {e367ac56-a4d2-4b6d-bbfb-a66c06129666} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15026 2025.03.18 03:57:50.718114 [ 12 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
15027 2025.03.18 03:57:50.718240 [ 12 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15028 2025.03.18 03:57:50.718311 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15029 2025.03.18 03:57:50.718388 [ 5 ] {e367ac56-a4d2-4b6d-bbfb-a66c06129666} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.007896 sec., 7345.491388044579 rows/sec., 13.16 MiB/sec.
15030 2025.03.18 03:57:50.718792 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
15031 2025.03.18 03:57:50.719615 [ 5 ] {e367ac56-a4d2-4b6d-bbfb-a66c06129666} <Debug> TCPHandler: Processed in 0.009607974 sec.
15032 2025.03.18 03:57:50.720430 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15033 2025.03.18 03:57:50.720782 [ 5 ] {19e72a58-94c6-4b21-b620-2dd2c5a9082c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
15034 2025.03.18 03:57:50.720825 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15035 2025.03.18 03:57:50.720845 [ 5 ] {19e72a58-94c6-4b21-b620-2dd2c5a9082c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
15036 2025.03.18 03:57:50.720988 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2466 rows starting from the beginning of the part
15037 2025.03.18 03:57:50.722135 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 40 rows starting from the beginning of the part
15038 2025.03.18 03:57:50.722915 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 52 rows starting from the beginning of the part
15039 2025.03.18 03:57:50.723208 [ 5 ] {19e72a58-94c6-4b21-b620-2dd2c5a9082c} <Trace> oximeter.measurements_i64 (6ee254b1-b745-46b3-b499-ae63e3a6c4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15040 2025.03.18 03:57:50.723361 [ 5 ] {19e72a58-94c6-4b21-b620-2dd2c5a9082c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15041 2025.03.18 03:57:50.723720 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 54 rows starting from the beginning of the part
15042 2025.03.18 03:57:50.724736 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 57 rows starting from the beginning of the part
15043 2025.03.18 03:57:50.724842 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_162_41} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44104 rows, containing 5 columns (5 merged, 0 gathered) in 0.015535054 sec., 2838998.8216326768 rows/sec., 194.55 MiB/sec.
15044 2025.03.18 03:57:50.724868 [ 5 ] {19e72a58-94c6-4b21-b620-2dd2c5a9082c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
15045 2025.03.18 03:57:50.725215 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 58 rows starting from the beginning of the part
15046 2025.03.18 03:57:50.725278 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_162_41} <Trace> MergedBlockOutputStream: filled checksums all_1_162_41 (state Temporary)
15047 2025.03.18 03:57:50.725556 [ 5 ] {19e72a58-94c6-4b21-b620-2dd2c5a9082c} <Trace> oximeter.measurements_i64 (6ee254b1-b745-46b3-b499-ae63e3a6c4d5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15048 2025.03.18 03:57:50.726311 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_162_41} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_162_41 to all_1_162_41 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15049 2025.03.18 03:57:50.726495 [ 5 ] {19e72a58-94c6-4b21-b620-2dd2c5a9082c} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.005777 sec., 1557.902025272633 rows/sec., 110.05 KiB/sec.
15050 2025.03.18 03:57:50.726616 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_162_41} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 2 parts: [all_1_161_40, all_162_162_0] -> all_1_162_41
15051 2025.03.18 03:57:50.726687 [ 5 ] {19e72a58-94c6-4b21-b620-2dd2c5a9082c} <Debug> TCPHandler: Processed in 0.006458417 sec.
15052 2025.03.18 03:57:50.726770 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
15053 2025.03.18 03:57:50.726890 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15054 2025.03.18 03:57:50.727018 [ 5 ] {fc4a7f4c-cb40-4e14-846d-8d77ac0eb7b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15055 2025.03.18 03:57:50.727082 [ 5 ] {fc4a7f4c-cb40-4e14-846d-8d77ac0eb7b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15056 2025.03.18 03:57:50.727793 [ 5 ] {fc4a7f4c-cb40-4e14-846d-8d77ac0eb7b4} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15057 2025.03.18 03:57:50.727832 [ 5 ] {fc4a7f4c-cb40-4e14-846d-8d77ac0eb7b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15058 2025.03.18 03:57:50.728210 [ 5 ] {fc4a7f4c-cb40-4e14-846d-8d77ac0eb7b4} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary)
15059 2025.03.18 03:57:50.728448 [ 5 ] {fc4a7f4c-cb40-4e14-846d-8d77ac0eb7b4} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15060 2025.03.18 03:57:50.728633 [ 33 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0
15061 2025.03.18 03:57:50.728699 [ 33 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15062 2025.03.18 03:57:50.728704 [ 5 ] {fc4a7f4c-cb40-4e14-846d-8d77ac0eb7b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001707 sec., 35149.3848857645 rows/sec., 2.37 MiB/sec.
15063 2025.03.18 03:57:50.728742 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15064 2025.03.18 03:57:50.728838 [ 5 ] {fc4a7f4c-cb40-4e14-846d-8d77ac0eb7b4} <Debug> TCPHandler: Processed in 0.002015491 sec.
15065 2025.03.18 03:57:50.729072 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
15066 2025.03.18 03:57:50.729232 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15067 2025.03.18 03:57:50.729276 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 8288 rows starting from the beginning of the part
15068 2025.03.18 03:57:50.729429 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 40 rows starting from the beginning of the part
15069 2025.03.18 03:57:50.729710 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 60 rows starting from the beginning of the part
15070 2025.03.18 03:57:50.730157 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 60 rows starting from the beginning of the part
15071 2025.03.18 03:57:50.730505 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
15072 2025.03.18 03:57:50.730807 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
15073 2025.03.18 03:57:50.736427 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8568 rows, containing 4 columns (4 merged, 0 gathered) in 0.007542264 sec., 1135998.4216940696 rows/sec., 76.56 MiB/sec.
15074 2025.03.18 03:57:50.737130 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary)
15075 2025.03.18 03:57:50.737525 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_166_33} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15076 2025.03.18 03:57:50.737622 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_166_33} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33
15077 2025.03.18 03:57:50.737726 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB.
15078 2025.03.18 03:57:50.741321 [ 200 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2727 rows, containing 19 columns (19 merged, 0 gathered) in 0.022900004 sec., 119082.94863179936 rows/sec., 213.39 MiB/sec.
15079 2025.03.18 03:57:50.743631 [ 200 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
15080 2025.03.18 03:57:50.744039 [ 200 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15081 2025.03.18 03:57:50.744122 [ 200 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
15082 2025.03.18 03:57:50.744274 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.80 MiB.
15083 2025.03.18 03:57:52.840489 [ 27 ] {} <Debug> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
15084 2025.03.18 03:57:52.840624 [ 27 ] {} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15085 2025.03.18 03:57:52.840674 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15086 2025.03.18 03:57:52.841031 [ 192 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
15087 2025.03.18 03:57:52.841228 [ 192 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15088 2025.03.18 03:57:52.841270 [ 192 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 253 rows starting from the beginning of the part
15089 2025.03.18 03:57:52.841367 [ 192 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
15090 2025.03.18 03:57:52.841592 [ 192 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
15091 2025.03.18 03:57:52.841751 [ 192 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 253 rows starting from the beginning of the part
15092 2025.03.18 03:57:52.841922 [ 192 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part
15093 2025.03.18 03:57:52.843183 [ 199 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1011 rows, containing 5 columns (5 merged, 0 gathered) in 0.002376556 sec., 425405.5027527228 rows/sec., 31.04 MiB/sec.
15094 2025.03.18 03:57:52.843487 [ 199 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
15095 2025.03.18 03:57:52.843850 [ 199 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_25_6} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15096 2025.03.18 03:57:52.843941 [ 199 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_25_6} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
15097 2025.03.18 03:57:52.844043 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
15098 2025.03.18 03:57:54.216671 [ 7 ] {} <Debug> DNSResolver: Updating DNS cache
15099 2025.03.18 03:57:54.216727 [ 7 ] {} <Debug> DNSResolver: Updated DNS cache
15100 2025.03.18 03:57:54.473821 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44896
15101 2025.03.18 03:57:54.475017 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15102 2025.03.18 03:57:54.475074 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15103 2025.03.18 03:57:54.475608 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
15104 2025.03.18 03:57:54.475870 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15105 2025.03.18 03:57:54.476179 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896
15106 2025.03.18 03:57:55.687463 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15107 2025.03.18 03:57:55.687678 [ 5 ] {59767d18-31a1-460e-883d-d0526b32eb09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15108 2025.03.18 03:57:55.687753 [ 5 ] {59767d18-31a1-460e-883d-d0526b32eb09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15109 2025.03.18 03:57:55.688571 [ 5 ] {59767d18-31a1-460e-883d-d0526b32eb09} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15110 2025.03.18 03:57:55.688621 [ 5 ] {59767d18-31a1-460e-883d-d0526b32eb09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15111 2025.03.18 03:57:55.689070 [ 5 ] {59767d18-31a1-460e-883d-d0526b32eb09} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary)
15112 2025.03.18 03:57:55.689332 [ 5 ] {59767d18-31a1-460e-883d-d0526b32eb09} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15113 2025.03.18 03:57:55.689573 [ 5 ] {59767d18-31a1-460e-883d-d0526b32eb09} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001957 sec., 28615.2273888605 rows/sec., 2.20 MiB/sec.
15114 2025.03.18 03:57:55.689642 [ 5 ] {59767d18-31a1-460e-883d-d0526b32eb09} <Debug> TCPHandler: Processed in 0.002323435 sec.
15115 2025.03.18 03:57:55.689774 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15116 2025.03.18 03:57:55.689890 [ 5 ] {f38ccc48-d980-4e9e-adba-fccec44fc05b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15117 2025.03.18 03:57:55.689940 [ 5 ] {f38ccc48-d980-4e9e-adba-fccec44fc05b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15118 2025.03.18 03:57:55.690512 [ 5 ] {f38ccc48-d980-4e9e-adba-fccec44fc05b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15119 2025.03.18 03:57:55.690554 [ 5 ] {f38ccc48-d980-4e9e-adba-fccec44fc05b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15120 2025.03.18 03:57:55.690930 [ 5 ] {f38ccc48-d980-4e9e-adba-fccec44fc05b} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary)
15121 2025.03.18 03:57:55.691174 [ 5 ] {f38ccc48-d980-4e9e-adba-fccec44fc05b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15122 2025.03.18 03:57:55.691386 [ 5 ] {f38ccc48-d980-4e9e-adba-fccec44fc05b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001525 sec., 41967.21311475409 rows/sec., 3.28 MiB/sec.
15123 2025.03.18 03:57:55.691440 [ 5 ] {f38ccc48-d980-4e9e-adba-fccec44fc05b} <Debug> TCPHandler: Processed in 0.001719506 sec.
15124 2025.03.18 03:57:55.691561 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15125 2025.03.18 03:57:55.691669 [ 5 ] {c7465790-d145-4419-829f-23924be6f5f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15126 2025.03.18 03:57:55.691718 [ 5 ] {c7465790-d145-4419-829f-23924be6f5f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15127 2025.03.18 03:57:55.692256 [ 5 ] {c7465790-d145-4419-829f-23924be6f5f2} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15128 2025.03.18 03:57:55.692296 [ 5 ] {c7465790-d145-4419-829f-23924be6f5f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15129 2025.03.18 03:57:55.692690 [ 5 ] {c7465790-d145-4419-829f-23924be6f5f2} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary)
15130 2025.03.18 03:57:55.692927 [ 5 ] {c7465790-d145-4419-829f-23924be6f5f2} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15131 2025.03.18 03:57:55.693121 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 2 parts from all_1_162_41 to all_163_163_0
15132 2025.03.18 03:57:55.693155 [ 5 ] {c7465790-d145-4419-829f-23924be6f5f2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001509 sec., 106030.48376408218 rows/sec., 7.38 MiB/sec.
15133 2025.03.18 03:57:55.693200 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15134 2025.03.18 03:57:55.693268 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15135 2025.03.18 03:57:55.693275 [ 5 ] {c7465790-d145-4419-829f-23924be6f5f2} <Debug> TCPHandler: Processed in 0.001765887 sec.
15136 2025.03.18 03:57:55.693469 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_163_42} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_162_41 to all_163_163_0 into Compact with storage Full
15137 2025.03.18 03:57:55.693490 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15138 2025.03.18 03:57:55.693715 [ 5 ] {2472c0bf-7b61-44fe-acaf-0f23836c670e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15139 2025.03.18 03:57:55.693746 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_163_42} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15140 2025.03.18 03:57:55.693800 [ 5 ] {2472c0bf-7b61-44fe-acaf-0f23836c670e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15141 2025.03.18 03:57:55.693823 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_163_42} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_162_41, total 44104 rows starting from the beginning of the part
15142 2025.03.18 03:57:55.694209 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_163_42} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 160 rows starting from the beginning of the part
15143 2025.03.18 03:57:55.695562 [ 5 ] {2472c0bf-7b61-44fe-acaf-0f23836c670e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15144 2025.03.18 03:57:55.695622 [ 5 ] {2472c0bf-7b61-44fe-acaf-0f23836c670e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15145 2025.03.18 03:57:55.696168 [ 5 ] {2472c0bf-7b61-44fe-acaf-0f23836c670e} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary)
15146 2025.03.18 03:57:55.696581 [ 5 ] {2472c0bf-7b61-44fe-acaf-0f23836c670e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15147 2025.03.18 03:57:55.696863 [ 5 ] {2472c0bf-7b61-44fe-acaf-0f23836c670e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003233 sec., 18558.614290133002 rows/sec., 1.25 MiB/sec.
15148 2025.03.18 03:57:55.696918 [ 5 ] {2472c0bf-7b61-44fe-acaf-0f23836c670e} <Debug> TCPHandler: Processed in 0.003486282 sec.
15149 2025.03.18 03:57:55.702683 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_163_42} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44264 rows, containing 5 columns (5 merged, 0 gathered) in 0.00929833 sec., 4760424.721428472 rows/sec., 326.24 MiB/sec.
15150 2025.03.18 03:57:55.703147 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_163_42} <Trace> MergedBlockOutputStream: filled checksums all_1_163_42 (state Temporary)
15151 2025.03.18 03:57:55.703464 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_163_42} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_163_42 to all_1_163_42 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15152 2025.03.18 03:57:55.703544 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_163_42} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 2 parts: [all_1_162_41, all_163_163_0] -> all_1_163_42
15153 2025.03.18 03:57:55.703631 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
15154 2025.03.18 03:57:57.110703 [ 217 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
15155 2025.03.18 03:57:57.110786 [ 217 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
15156 2025.03.18 03:57:57.112860 [ 217 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
15157 2025.03.18 03:57:57.169840 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15158 2025.03.18 03:57:57.170041 [ 5 ] {da7b72f7-dcb1-4394-a79e-742236780a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15159 2025.03.18 03:57:57.170123 [ 5 ] {da7b72f7-dcb1-4394-a79e-742236780a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15160 2025.03.18 03:57:57.170939 [ 5 ] {da7b72f7-dcb1-4394-a79e-742236780a73} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15161 2025.03.18 03:57:57.170994 [ 5 ] {da7b72f7-dcb1-4394-a79e-742236780a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15162 2025.03.18 03:57:57.171446 [ 5 ] {da7b72f7-dcb1-4394-a79e-742236780a73} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
15163 2025.03.18 03:57:57.171707 [ 5 ] {da7b72f7-dcb1-4394-a79e-742236780a73} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15164 2025.03.18 03:57:57.172003 [ 5 ] {da7b72f7-dcb1-4394-a79e-742236780a73} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002015 sec., 11910.669975186105 rows/sec., 1011.94 KiB/sec.
15165 2025.03.18 03:57:57.172184 [ 5 ] {da7b72f7-dcb1-4394-a79e-742236780a73} <Debug> TCPHandler: Processed in 0.002483748 sec.
15166 2025.03.18 03:57:57.172443 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15167 2025.03.18 03:57:57.172558 [ 5 ] {48971e3a-996a-4b1b-b5f9-96b5ef6de611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15168 2025.03.18 03:57:57.172611 [ 5 ] {48971e3a-996a-4b1b-b5f9-96b5ef6de611} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15169 2025.03.18 03:57:57.173175 [ 5 ] {48971e3a-996a-4b1b-b5f9-96b5ef6de611} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15170 2025.03.18 03:57:57.173216 [ 5 ] {48971e3a-996a-4b1b-b5f9-96b5ef6de611} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15171 2025.03.18 03:57:57.173572 [ 5 ] {48971e3a-996a-4b1b-b5f9-96b5ef6de611} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
15172 2025.03.18 03:57:57.173811 [ 5 ] {48971e3a-996a-4b1b-b5f9-96b5ef6de611} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15173 2025.03.18 03:57:57.174020 [ 5 ] {48971e3a-996a-4b1b-b5f9-96b5ef6de611} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00149 sec., 10738.255033557047 rows/sec., 875.63 KiB/sec.
15174 2025.03.18 03:57:57.174073 [ 5 ] {48971e3a-996a-4b1b-b5f9-96b5ef6de611} <Debug> TCPHandler: Processed in 0.001711556 sec.
15175 2025.03.18 03:57:57.174181 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15176 2025.03.18 03:57:57.174283 [ 5 ] {df4e0335-0bec-4c5d-a837-857acff14b92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15177 2025.03.18 03:57:57.174327 [ 5 ] {df4e0335-0bec-4c5d-a837-857acff14b92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15178 2025.03.18 03:57:57.175619 [ 5 ] {df4e0335-0bec-4c5d-a837-857acff14b92} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15179 2025.03.18 03:57:57.175660 [ 5 ] {df4e0335-0bec-4c5d-a837-857acff14b92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15180 2025.03.18 03:57:57.176112 [ 5 ] {df4e0335-0bec-4c5d-a837-857acff14b92} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary)
15181 2025.03.18 03:57:57.176359 [ 5 ] {df4e0335-0bec-4c5d-a837-857acff14b92} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15182 2025.03.18 03:57:57.176567 [ 5 ] {df4e0335-0bec-4c5d-a837-857acff14b92} <Debug> executeQuery: Read 1440 rows, 124.03 KiB in 0.002305 sec., 624728.8503253795 rows/sec., 52.55 MiB/sec.
15183 2025.03.18 03:57:57.176620 [ 5 ] {df4e0335-0bec-4c5d-a837-857acff14b92} <Debug> TCPHandler: Processed in 0.002489977 sec.
15184 2025.03.18 03:57:57.176725 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15185 2025.03.18 03:57:57.176830 [ 5 ] {4a05bf8a-64a2-47e4-8943-e59cd55c1442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15186 2025.03.18 03:57:57.176875 [ 5 ] {4a05bf8a-64a2-47e4-8943-e59cd55c1442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15187 2025.03.18 03:57:57.177438 [ 5 ] {4a05bf8a-64a2-47e4-8943-e59cd55c1442} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15188 2025.03.18 03:57:57.177479 [ 5 ] {4a05bf8a-64a2-47e4-8943-e59cd55c1442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15189 2025.03.18 03:57:57.177844 [ 5 ] {4a05bf8a-64a2-47e4-8943-e59cd55c1442} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
15190 2025.03.18 03:57:57.178086 [ 5 ] {4a05bf8a-64a2-47e4-8943-e59cd55c1442} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15191 2025.03.18 03:57:57.178295 [ 5 ] {4a05bf8a-64a2-47e4-8943-e59cd55c1442} <Debug> executeQuery: Read 86 rows, 6.44 KiB in 0.001488 sec., 57795.69892473119 rows/sec., 4.23 MiB/sec.
15192 2025.03.18 03:57:57.178348 [ 5 ] {4a05bf8a-64a2-47e4-8943-e59cd55c1442} <Debug> TCPHandler: Processed in 0.001672685 sec.
15193 2025.03.18 03:57:57.178465 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15194 2025.03.18 03:57:57.178579 [ 5 ] {1284c88f-d09b-4f48-84c0-e9398d86f25c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15195 2025.03.18 03:57:57.178624 [ 5 ] {1284c88f-d09b-4f48-84c0-e9398d86f25c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15196 2025.03.18 03:57:57.179256 [ 5 ] {1284c88f-d09b-4f48-84c0-e9398d86f25c} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15197 2025.03.18 03:57:57.179296 [ 5 ] {1284c88f-d09b-4f48-84c0-e9398d86f25c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15198 2025.03.18 03:57:57.179667 [ 5 ] {1284c88f-d09b-4f48-84c0-e9398d86f25c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
15199 2025.03.18 03:57:57.179903 [ 5 ] {1284c88f-d09b-4f48-84c0-e9398d86f25c} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15200 2025.03.18 03:57:57.180392 [ 5 ] {1284c88f-d09b-4f48-84c0-e9398d86f25c} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001802 sec., 139844.61709211988 rows/sec., 9.67 MiB/sec.
15201 2025.03.18 03:57:57.180725 [ 5 ] {1284c88f-d09b-4f48-84c0-e9398d86f25c} <Debug> TCPHandler: Processed in 0.002303705 sec.
15202 2025.03.18 03:57:57.180966 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15203 2025.03.18 03:57:57.181071 [ 5 ] {846e4261-1359-4145-adcd-30a9520f8598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15204 2025.03.18 03:57:57.181117 [ 5 ] {846e4261-1359-4145-adcd-30a9520f8598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15205 2025.03.18 03:57:57.181673 [ 5 ] {846e4261-1359-4145-adcd-30a9520f8598} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15206 2025.03.18 03:57:57.181712 [ 5 ] {846e4261-1359-4145-adcd-30a9520f8598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15207 2025.03.18 03:57:57.182067 [ 5 ] {846e4261-1359-4145-adcd-30a9520f8598} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
15208 2025.03.18 03:57:57.182299 [ 5 ] {846e4261-1359-4145-adcd-30a9520f8598} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15209 2025.03.18 03:57:57.182576 [ 5 ] {846e4261-1359-4145-adcd-30a9520f8598} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001527 sec., 7858.546168958743 rows/sec., 613.95 KiB/sec.
15210 2025.03.18 03:57:57.182793 [ 5 ] {846e4261-1359-4145-adcd-30a9520f8598} <Debug> TCPHandler: Processed in 0.001892299 sec.
15211 2025.03.18 03:57:57.182956 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15212 2025.03.18 03:57:57.183059 [ 5 ] {c6c8d3cf-c2f8-4e9b-810d-6765d5cd5de4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15213 2025.03.18 03:57:57.183104 [ 5 ] {c6c8d3cf-c2f8-4e9b-810d-6765d5cd5de4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15214 2025.03.18 03:57:57.183915 [ 5 ] {c6c8d3cf-c2f8-4e9b-810d-6765d5cd5de4} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15215 2025.03.18 03:57:57.183954 [ 5 ] {c6c8d3cf-c2f8-4e9b-810d-6765d5cd5de4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15216 2025.03.18 03:57:57.184339 [ 5 ] {c6c8d3cf-c2f8-4e9b-810d-6765d5cd5de4} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary)
15217 2025.03.18 03:57:57.184579 [ 5 ] {c6c8d3cf-c2f8-4e9b-810d-6765d5cd5de4} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15218 2025.03.18 03:57:57.184791 [ 5 ] {c6c8d3cf-c2f8-4e9b-810d-6765d5cd5de4} <Debug> executeQuery: Read 630 rows, 48.61 KiB in 0.001754 sec., 359179.01938426454 rows/sec., 27.06 MiB/sec.
15219 2025.03.18 03:57:57.184843 [ 5 ] {c6c8d3cf-c2f8-4e9b-810d-6765d5cd5de4} <Debug> TCPHandler: Processed in 0.001937029 sec.
15220 2025.03.18 03:57:57.184946 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15221 2025.03.18 03:57:57.185047 [ 5 ] {21806fe0-b6a0-4c89-8b9b-54a6255a2a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15222 2025.03.18 03:57:57.185096 [ 5 ] {21806fe0-b6a0-4c89-8b9b-54a6255a2a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15223 2025.03.18 03:57:57.185804 [ 5 ] {21806fe0-b6a0-4c89-8b9b-54a6255a2a6a} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15224 2025.03.18 03:57:57.185843 [ 5 ] {21806fe0-b6a0-4c89-8b9b-54a6255a2a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15225 2025.03.18 03:57:57.186274 [ 5 ] {21806fe0-b6a0-4c89-8b9b-54a6255a2a6a} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary)
15226 2025.03.18 03:57:57.186508 [ 5 ] {21806fe0-b6a0-4c89-8b9b-54a6255a2a6a} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15227 2025.03.18 03:57:57.186681 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_163_42 to all_168_168_0
15228 2025.03.18 03:57:57.186748 [ 5 ] {21806fe0-b6a0-4c89-8b9b-54a6255a2a6a} <Debug> executeQuery: Read 944 rows, 65.24 KiB in 0.001714 sec., 550758.4597432906 rows/sec., 37.17 MiB/sec.
15229 2025.03.18 03:57:57.186748 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15230 2025.03.18 03:57:57.186833 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15231 2025.03.18 03:57:57.186873 [ 5 ] {21806fe0-b6a0-4c89-8b9b-54a6255a2a6a} <Debug> TCPHandler: Processed in 0.00197349 sec.
15232 2025.03.18 03:57:57.187013 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_168_43} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_163_42 to all_168_168_0 into Compact with storage Full
15233 2025.03.18 03:57:57.187025 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15234 2025.03.18 03:57:57.187178 [ 5 ] {69e6821d-9c37-4568-b8f1-6e397afd8841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15235 2025.03.18 03:57:57.187188 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_168_43} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15236 2025.03.18 03:57:57.187245 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_168_43} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_163_42, total 44264 rows starting from the beginning of the part
15237 2025.03.18 03:57:57.187274 [ 5 ] {69e6821d-9c37-4568-b8f1-6e397afd8841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15238 2025.03.18 03:57:57.187524 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_168_43} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 161 rows starting from the beginning of the part
15239 2025.03.18 03:57:57.187983 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_168_43} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 160 rows starting from the beginning of the part
15240 2025.03.18 03:57:57.188387 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_168_43} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 160 rows starting from the beginning of the part
15241 2025.03.18 03:57:57.188693 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_168_43} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 160 rows starting from the beginning of the part
15242 2025.03.18 03:57:57.189058 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_168_43} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 944 rows starting from the beginning of the part
15243 2025.03.18 03:57:57.191142 [ 5 ] {69e6821d-9c37-4568-b8f1-6e397afd8841} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15244 2025.03.18 03:57:57.191188 [ 5 ] {69e6821d-9c37-4568-b8f1-6e397afd8841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15245 2025.03.18 03:57:57.192222 [ 5 ] {69e6821d-9c37-4568-b8f1-6e397afd8841} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
15246 2025.03.18 03:57:57.192545 [ 5 ] {69e6821d-9c37-4568-b8f1-6e397afd8841} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15247 2025.03.18 03:57:57.192792 [ 5 ] {69e6821d-9c37-4568-b8f1-6e397afd8841} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.00565 sec., 10265.486725663717 rows/sec., 18.40 MiB/sec.
15248 2025.03.18 03:57:57.192918 [ 5 ] {69e6821d-9c37-4568-b8f1-6e397afd8841} <Debug> TCPHandler: Processed in 0.005949439 sec.
15249 2025.03.18 03:57:57.193038 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15250 2025.03.18 03:57:57.193166 [ 5 ] {ff3efb86-dae6-4ca6-9cba-4ea35b0b2484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15251 2025.03.18 03:57:57.193215 [ 5 ] {ff3efb86-dae6-4ca6-9cba-4ea35b0b2484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15252 2025.03.18 03:57:57.193684 [ 5 ] {ff3efb86-dae6-4ca6-9cba-4ea35b0b2484} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15253 2025.03.18 03:57:57.193726 [ 5 ] {ff3efb86-dae6-4ca6-9cba-4ea35b0b2484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15254 2025.03.18 03:57:57.194115 [ 5 ] {ff3efb86-dae6-4ca6-9cba-4ea35b0b2484} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary)
15255 2025.03.18 03:57:57.194387 [ 5 ] {ff3efb86-dae6-4ca6-9cba-4ea35b0b2484} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15256 2025.03.18 03:57:57.194650 [ 5 ] {ff3efb86-dae6-4ca6-9cba-4ea35b0b2484} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.001532 sec., 13054.830287206267 rows/sec., 897.52 KiB/sec.
15257 2025.03.18 03:57:57.194704 [ 5 ] {ff3efb86-dae6-4ca6-9cba-4ea35b0b2484} <Debug> TCPHandler: Processed in 0.001715366 sec.
15258 2025.03.18 03:57:57.198588 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_168_43} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45849 rows, containing 5 columns (5 merged, 0 gathered) in 0.011650285 sec., 3935440.2059692102 rows/sec., 269.68 MiB/sec.
15259 2025.03.18 03:57:57.199528 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_168_43} <Trace> MergedBlockOutputStream: filled checksums all_1_168_43 (state Temporary)
15260 2025.03.18 03:57:57.199964 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_168_43} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_168_43 to all_1_168_43 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15261 2025.03.18 03:57:57.200065 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_168_43} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_163_42, all_168_168_0] -> all_1_168_43
15262 2025.03.18 03:57:57.200180 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB.
15263 2025.03.18 03:57:57.691102 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 739
15264 2025.03.18 03:57:57.714930 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15265 2025.03.18 03:57:57.714990 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15266 2025.03.18 03:57:57.722543 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
15267 2025.03.18 03:57:57.723348 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15268 2025.03.18 03:57:57.728017 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 739
15269 2025.03.18 03:57:57.893751 [ 222 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
15270 2025.03.18 03:57:57.893783 [ 222 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
15271 2025.03.18 03:57:57.895792 [ 222 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
15272 2025.03.18 03:57:58.000301 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.80 MiB, peak 282.78 MiB, free memory in arenas 0.00 B, will set to 265.55 MiB (RSS), difference: -1.25 MiB
15273 2025.03.18 03:57:58.156022 [ 224 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
15274 2025.03.18 03:57:58.156107 [ 224 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
15275 2025.03.18 03:57:58.158209 [ 224 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
15276 2025.03.18 03:57:58.228154 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
15277 2025.03.18 03:57:58.228211 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
15278 2025.03.18 03:57:58.230741 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
15279 2025.03.18 03:57:59.734809 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2020
15280 2025.03.18 03:57:59.738337 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15281 2025.03.18 03:57:59.738396 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15282 2025.03.18 03:57:59.739966 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
15283 2025.03.18 03:57:59.740280 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15284 2025.03.18 03:57:59.740841 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2020
15285 2025.03.18 03:58:00.684343 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15286 2025.03.18 03:58:00.684543 [ 5 ] {e5f3efe6-0351-4cc5-bc41-d800b52941c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15287 2025.03.18 03:58:00.684617 [ 5 ] {e5f3efe6-0351-4cc5-bc41-d800b52941c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15288 2025.03.18 03:58:00.685429 [ 5 ] {e5f3efe6-0351-4cc5-bc41-d800b52941c6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15289 2025.03.18 03:58:00.685485 [ 5 ] {e5f3efe6-0351-4cc5-bc41-d800b52941c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15290 2025.03.18 03:58:00.685932 [ 5 ] {e5f3efe6-0351-4cc5-bc41-d800b52941c6} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary)
15291 2025.03.18 03:58:00.686187 [ 5 ] {e5f3efe6-0351-4cc5-bc41-d800b52941c6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15292 2025.03.18 03:58:00.686441 [ 5 ] {e5f3efe6-0351-4cc5-bc41-d800b52941c6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001951 sec., 28703.229113275243 rows/sec., 2.21 MiB/sec.
15293 2025.03.18 03:58:00.686513 [ 5 ] {e5f3efe6-0351-4cc5-bc41-d800b52941c6} <Debug> TCPHandler: Processed in 0.002303115 sec.
15294 2025.03.18 03:58:00.686627 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15295 2025.03.18 03:58:00.686736 [ 5 ] {6dacec78-6ebc-45fe-8df4-e883d5309442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15296 2025.03.18 03:58:00.686785 [ 5 ] {6dacec78-6ebc-45fe-8df4-e883d5309442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15297 2025.03.18 03:58:00.687335 [ 5 ] {6dacec78-6ebc-45fe-8df4-e883d5309442} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15298 2025.03.18 03:58:00.687377 [ 5 ] {6dacec78-6ebc-45fe-8df4-e883d5309442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15299 2025.03.18 03:58:00.687746 [ 5 ] {6dacec78-6ebc-45fe-8df4-e883d5309442} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary)
15300 2025.03.18 03:58:00.688002 [ 5 ] {6dacec78-6ebc-45fe-8df4-e883d5309442} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15301 2025.03.18 03:58:00.688220 [ 5 ] {6dacec78-6ebc-45fe-8df4-e883d5309442} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001512 sec., 42328.04232804233 rows/sec., 3.30 MiB/sec.
15302 2025.03.18 03:58:00.688273 [ 5 ] {6dacec78-6ebc-45fe-8df4-e883d5309442} <Debug> TCPHandler: Processed in 0.001698265 sec.
15303 2025.03.18 03:58:00.688392 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15304 2025.03.18 03:58:00.688510 [ 5 ] {aa4163cb-dd60-4a29-8338-2b6203f120e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15305 2025.03.18 03:58:00.688561 [ 5 ] {aa4163cb-dd60-4a29-8338-2b6203f120e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15306 2025.03.18 03:58:00.689069 [ 5 ] {aa4163cb-dd60-4a29-8338-2b6203f120e4} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15307 2025.03.18 03:58:00.689111 [ 5 ] {aa4163cb-dd60-4a29-8338-2b6203f120e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15308 2025.03.18 03:58:00.689518 [ 5 ] {aa4163cb-dd60-4a29-8338-2b6203f120e4} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary)
15309 2025.03.18 03:58:00.689762 [ 5 ] {aa4163cb-dd60-4a29-8338-2b6203f120e4} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15310 2025.03.18 03:58:00.689980 [ 5 ] {aa4163cb-dd60-4a29-8338-2b6203f120e4} <Debug> executeQuery: Read 106 rows, 7.56 KiB in 0.001492 sec., 71045.5764075067 rows/sec., 4.95 MiB/sec.
15311 2025.03.18 03:58:00.690034 [ 5 ] {aa4163cb-dd60-4a29-8338-2b6203f120e4} <Debug> TCPHandler: Processed in 0.001698456 sec.
15312 2025.03.18 03:58:00.690141 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15313 2025.03.18 03:58:00.690246 [ 5 ] {a3e93acd-a721-4943-bf59-88966eb8ba3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15314 2025.03.18 03:58:00.690294 [ 5 ] {a3e93acd-a721-4943-bf59-88966eb8ba3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15315 2025.03.18 03:58:00.690726 [ 5 ] {a3e93acd-a721-4943-bf59-88966eb8ba3b} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15316 2025.03.18 03:58:00.690766 [ 5 ] {a3e93acd-a721-4943-bf59-88966eb8ba3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15317 2025.03.18 03:58:00.691131 [ 5 ] {a3e93acd-a721-4943-bf59-88966eb8ba3b} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary)
15318 2025.03.18 03:58:00.691364 [ 5 ] {a3e93acd-a721-4943-bf59-88966eb8ba3b} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15319 2025.03.18 03:58:00.691568 [ 5 ] {a3e93acd-a721-4943-bf59-88966eb8ba3b} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001344 sec., 29761.904761904763 rows/sec., 2.01 MiB/sec.
15320 2025.03.18 03:58:00.691619 [ 5 ] {a3e93acd-a721-4943-bf59-88966eb8ba3b} <Debug> TCPHandler: Processed in 0.001529623 sec.
15321 2025.03.18 03:58:01.871080 [ 48 ] {} <Debug> oximeter.measurements_i64 (6ee254b1-b745-46b3-b499-ae63e3a6c4d5) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
15322 2025.03.18 03:58:01.871144 [ 48 ] {} <Trace> oximeter.measurements_i64 (6ee254b1-b745-46b3-b499-ae63e3a6c4d5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15323 2025.03.18 03:58:01.871165 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15324 2025.03.18 03:58:01.871344 [ 196 ] {6ee254b1-b745-46b3-b499-ae63e3a6c4d5::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
15325 2025.03.18 03:58:01.871498 [ 196 ] {6ee254b1-b745-46b3-b499-ae63e3a6c4d5::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15326 2025.03.18 03:58:01.871537 [ 196 ] {6ee254b1-b745-46b3-b499-ae63e3a6c4d5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part
15327 2025.03.18 03:58:01.871615 [ 196 ] {6ee254b1-b745-46b3-b499-ae63e3a6c4d5::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part
15328 2025.03.18 03:58:01.871823 [ 196 ] {6ee254b1-b745-46b3-b499-ae63e3a6c4d5::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
15329 2025.03.18 03:58:01.871901 [ 196 ] {6ee254b1-b745-46b3-b499-ae63e3a6c4d5::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
15330 2025.03.18 03:58:01.871980 [ 196 ] {6ee254b1-b745-46b3-b499-ae63e3a6c4d5::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
15331 2025.03.18 03:58:01.874395 [ 199 ] {6ee254b1-b745-46b3-b499-ae63e3a6c4d5::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.003168678 sec., 16095.040266003678 rows/sec., 1.15 MiB/sec.
15332 2025.03.18 03:58:01.874629 [ 198 ] {6ee254b1-b745-46b3-b499-ae63e3a6c4d5::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
15333 2025.03.18 03:58:01.875011 [ 198 ] {6ee254b1-b745-46b3-b499-ae63e3a6c4d5::all_1_5_1} <Trace> oximeter.measurements_i64 (6ee254b1-b745-46b3-b499-ae63e3a6c4d5): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15334 2025.03.18 03:58:01.875099 [ 198 ] {6ee254b1-b745-46b3-b499-ae63e3a6c4d5::all_1_5_1} <Trace> oximeter.measurements_i64 (6ee254b1-b745-46b3-b499-ae63e3a6c4d5) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
15335 2025.03.18 03:58:01.875202 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
15336 2025.03.18 03:58:01.976407 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45323
15337 2025.03.18 03:58:01.977210 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15338 2025.03.18 03:58:01.977246 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15339 2025.03.18 03:58:01.977720 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
15340 2025.03.18 03:58:01.978004 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15341 2025.03.18 03:58:01.978187 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45323
15342 2025.03.18 03:58:05.228168 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 746
15343 2025.03.18 03:58:05.252191 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15344 2025.03.18 03:58:05.252253 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15345 2025.03.18 03:58:05.260201 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
15346 2025.03.18 03:58:05.261052 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15347 2025.03.18 03:58:05.264827 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 746
15348 2025.03.18 03:58:05.686862 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15349 2025.03.18 03:58:05.687073 [ 5 ] {f0d9267c-1e23-41ab-8c56-601b6bad5428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15350 2025.03.18 03:58:05.687146 [ 5 ] {f0d9267c-1e23-41ab-8c56-601b6bad5428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15351 2025.03.18 03:58:05.687961 [ 5 ] {f0d9267c-1e23-41ab-8c56-601b6bad5428} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15352 2025.03.18 03:58:05.688004 [ 5 ] {f0d9267c-1e23-41ab-8c56-601b6bad5428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15353 2025.03.18 03:58:05.688451 [ 5 ] {f0d9267c-1e23-41ab-8c56-601b6bad5428} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary)
15354 2025.03.18 03:58:05.688713 [ 5 ] {f0d9267c-1e23-41ab-8c56-601b6bad5428} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15355 2025.03.18 03:58:05.688918 [ 5 ] {f0d9267c-1e23-41ab-8c56-601b6bad5428} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001903 sec., 29427.220178665266 rows/sec., 2.26 MiB/sec.
15356 2025.03.18 03:58:05.688974 [ 5 ] {f0d9267c-1e23-41ab-8c56-601b6bad5428} <Debug> TCPHandler: Processed in 0.002253944 sec.
15357 2025.03.18 03:58:05.689109 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15358 2025.03.18 03:58:05.689218 [ 5 ] {3807b1b9-2c62-434a-a641-b49ad0a090b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15359 2025.03.18 03:58:05.689265 [ 5 ] {3807b1b9-2c62-434a-a641-b49ad0a090b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15360 2025.03.18 03:58:05.689829 [ 5 ] {3807b1b9-2c62-434a-a641-b49ad0a090b6} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15361 2025.03.18 03:58:05.689868 [ 5 ] {3807b1b9-2c62-434a-a641-b49ad0a090b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15362 2025.03.18 03:58:05.690218 [ 5 ] {3807b1b9-2c62-434a-a641-b49ad0a090b6} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary)
15363 2025.03.18 03:58:05.690455 [ 5 ] {3807b1b9-2c62-434a-a641-b49ad0a090b6} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15364 2025.03.18 03:58:05.690630 [ 5 ] {3807b1b9-2c62-434a-a641-b49ad0a090b6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001435 sec., 44599.3031358885 rows/sec., 3.48 MiB/sec.
15365 2025.03.18 03:58:05.690682 [ 5 ] {3807b1b9-2c62-434a-a641-b49ad0a090b6} <Debug> TCPHandler: Processed in 0.001625195 sec.
15366 2025.03.18 03:58:05.690800 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15367 2025.03.18 03:58:05.690906 [ 5 ] {0296d099-be26-42a7-88c2-2798365712aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15368 2025.03.18 03:58:05.690957 [ 5 ] {0296d099-be26-42a7-88c2-2798365712aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15369 2025.03.18 03:58:05.691488 [ 5 ] {0296d099-be26-42a7-88c2-2798365712aa} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15370 2025.03.18 03:58:05.691526 [ 5 ] {0296d099-be26-42a7-88c2-2798365712aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15371 2025.03.18 03:58:05.691911 [ 5 ] {0296d099-be26-42a7-88c2-2798365712aa} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary)
15372 2025.03.18 03:58:05.692151 [ 5 ] {0296d099-be26-42a7-88c2-2798365712aa} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15373 2025.03.18 03:58:05.692327 [ 5 ] {0296d099-be26-42a7-88c2-2798365712aa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001443 sec., 110880.11088011088 rows/sec., 7.72 MiB/sec.
15374 2025.03.18 03:58:05.692377 [ 5 ] {0296d099-be26-42a7-88c2-2798365712aa} <Debug> TCPHandler: Processed in 0.001628304 sec.
15375 2025.03.18 03:58:05.692502 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15376 2025.03.18 03:58:05.692609 [ 5 ] {d9ec3948-dac4-40fd-a596-badde4570f88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15377 2025.03.18 03:58:05.692658 [ 5 ] {d9ec3948-dac4-40fd-a596-badde4570f88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15378 2025.03.18 03:58:05.693111 [ 5 ] {d9ec3948-dac4-40fd-a596-badde4570f88} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15379 2025.03.18 03:58:05.693149 [ 5 ] {d9ec3948-dac4-40fd-a596-badde4570f88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15380 2025.03.18 03:58:05.693508 [ 5 ] {d9ec3948-dac4-40fd-a596-badde4570f88} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary)
15381 2025.03.18 03:58:05.693742 [ 5 ] {d9ec3948-dac4-40fd-a596-badde4570f88} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15382 2025.03.18 03:58:05.693931 [ 5 ] {d9ec3948-dac4-40fd-a596-badde4570f88} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00134 sec., 44776.119402985074 rows/sec., 3.02 MiB/sec.
15383 2025.03.18 03:58:05.693985 [ 5 ] {d9ec3948-dac4-40fd-a596-badde4570f88} <Debug> TCPHandler: Processed in 0.001535883 sec.
15384 2025.03.18 03:58:08.732086 [ 225 ] {} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): 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]
15385 2025.03.18 03:58:08.732161 [ 225 ] {} <Debug> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): 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]
15386 2025.03.18 03:58:08.734471 [ 225 ] {} <Debug> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): 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]
15387 2025.03.18 03:58:09.216976 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache
15388 2025.03.18 03:58:09.217027 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache
15389 2025.03.18 03:58:09.478432 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45811
15390 2025.03.18 03:58:09.479273 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15391 2025.03.18 03:58:09.479322 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15392 2025.03.18 03:58:09.479855 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
15393 2025.03.18 03:58:09.480117 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15394 2025.03.18 03:58:09.480378 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45811
15395 2025.03.18 03:58:09.480419 [ 224 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
15396 2025.03.18 03:58:09.480456 [ 224 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
15397 2025.03.18 03:58:09.482363 [ 224 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
15398 2025.03.18 03:58:09.645699 [ 220 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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]
15399 2025.03.18 03:58:09.645732 [ 220 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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]
15400 2025.03.18 03:58:09.647704 [ 220 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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]
15401 2025.03.18 03:58:09.741257 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2036
15402 2025.03.18 03:58:09.744592 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15403 2025.03.18 03:58:09.744641 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15404 2025.03.18 03:58:09.746228 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
15405 2025.03.18 03:58:09.746536 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15406 2025.03.18 03:58:09.747186 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2036
15407 2025.03.18 03:58:09.761849 [ 219 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Found 5 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0]
15408 2025.03.18 03:58:09.761882 [ 219 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Removing 5 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0]
15409 2025.03.18 03:58:09.763536 [ 219 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Removing 5 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0]
15410 2025.03.18 03:58:10.494375 [ 219 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
15411 2025.03.18 03:58:10.494447 [ 219 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
15412 2025.03.18 03:58:10.496862 [ 219 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
15413 2025.03.18 03:58:10.690301 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15414 2025.03.18 03:58:10.690517 [ 5 ] {f7ebec9d-6a03-4b26-8daa-7ebac358a2b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15415 2025.03.18 03:58:10.690598 [ 5 ] {f7ebec9d-6a03-4b26-8daa-7ebac358a2b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15416 2025.03.18 03:58:10.691519 [ 5 ] {f7ebec9d-6a03-4b26-8daa-7ebac358a2b1} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15417 2025.03.18 03:58:10.691565 [ 5 ] {f7ebec9d-6a03-4b26-8daa-7ebac358a2b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15418 2025.03.18 03:58:10.692024 [ 5 ] {f7ebec9d-6a03-4b26-8daa-7ebac358a2b1} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary)
15419 2025.03.18 03:58:10.692296 [ 5 ] {f7ebec9d-6a03-4b26-8daa-7ebac358a2b1} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15420 2025.03.18 03:58:10.692513 [ 145 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0
15421 2025.03.18 03:58:10.692555 [ 5 ] {f7ebec9d-6a03-4b26-8daa-7ebac358a2b1} <Debug> executeQuery: Read 172 rows, 15.42 KiB in 0.002093 sec., 82178.69087434305 rows/sec., 7.20 MiB/sec.
15422 2025.03.18 03:58:10.692605 [ 145 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15423 2025.03.18 03:58:10.692678 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15424 2025.03.18 03:58:10.692692 [ 5 ] {f7ebec9d-6a03-4b26-8daa-7ebac358a2b1} <Debug> TCPHandler: Processed in 0.002549848 sec.
15425 2025.03.18 03:58:10.692925 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
15426 2025.03.18 03:58:10.692937 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15427 2025.03.18 03:58:10.693217 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15428 2025.03.18 03:58:10.693226 [ 5 ] {99a7154a-ed11-4899-9cab-7dff2bd37240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15429 2025.03.18 03:58:10.693283 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 1445 rows starting from the beginning of the part
15430 2025.03.18 03:58:10.693332 [ 5 ] {99a7154a-ed11-4899-9cab-7dff2bd37240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15431 2025.03.18 03:58:10.693602 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 56 rows starting from the beginning of the part
15432 2025.03.18 03:58:10.694021 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 1440 rows starting from the beginning of the part
15433 2025.03.18 03:58:10.694428 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 56 rows starting from the beginning of the part
15434 2025.03.18 03:58:10.694785 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 56 rows starting from the beginning of the part
15435 2025.03.18 03:58:10.695169 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 172 rows starting from the beginning of the part
15436 2025.03.18 03:58:10.696637 [ 5 ] {99a7154a-ed11-4899-9cab-7dff2bd37240} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15437 2025.03.18 03:58:10.696711 [ 5 ] {99a7154a-ed11-4899-9cab-7dff2bd37240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15438 2025.03.18 03:58:10.697733 [ 5 ] {99a7154a-ed11-4899-9cab-7dff2bd37240} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
15439 2025.03.18 03:58:10.698141 [ 5 ] {99a7154a-ed11-4899-9cab-7dff2bd37240} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15440 2025.03.18 03:58:10.698465 [ 5 ] {99a7154a-ed11-4899-9cab-7dff2bd37240} <Debug> executeQuery: Read 58 rows, 4.36 KiB in 0.005332 sec., 10877.719429857465 rows/sec., 817.95 KiB/sec.
15441 2025.03.18 03:58:10.698727 [ 5 ] {99a7154a-ed11-4899-9cab-7dff2bd37240} <Debug> TCPHandler: Processed in 0.005865539 sec.
15442 2025.03.18 03:58:10.698950 [ 199 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3225 rows, containing 5 columns (5 merged, 0 gathered) in 0.006154033 sec., 524046.58863545256 rows/sec., 45.97 MiB/sec.
15443 2025.03.18 03:58:10.698983 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15444 2025.03.18 03:58:10.699116 [ 5 ] {472768c6-e963-4b3e-abf7-66b4c3689096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15445 2025.03.18 03:58:10.699192 [ 5 ] {472768c6-e963-4b3e-abf7-66b4c3689096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15446 2025.03.18 03:58:10.699327 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary)
15447 2025.03.18 03:58:10.699971 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_171_34} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15448 2025.03.18 03:58:10.700193 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_171_34} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34
15449 2025.03.18 03:58:10.700403 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
15450 2025.03.18 03:58:10.700521 [ 5 ] {472768c6-e963-4b3e-abf7-66b4c3689096} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15451 2025.03.18 03:58:10.700564 [ 5 ] {472768c6-e963-4b3e-abf7-66b4c3689096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15452 2025.03.18 03:58:10.700920 [ 5 ] {472768c6-e963-4b3e-abf7-66b4c3689096} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary)
15453 2025.03.18 03:58:10.701150 [ 5 ] {472768c6-e963-4b3e-abf7-66b4c3689096} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15454 2025.03.18 03:58:10.701339 [ 145 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0
15455 2025.03.18 03:58:10.701389 [ 145 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15456 2025.03.18 03:58:10.701396 [ 5 ] {472768c6-e963-4b3e-abf7-66b4c3689096} <Debug> executeQuery: Read 122 rows, 9.76 KiB in 0.002296 sec., 53135.88850174216 rows/sec., 4.15 MiB/sec.
15457 2025.03.18 03:58:10.701421 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15458 2025.03.18 03:58:10.701573 [ 5 ] {472768c6-e963-4b3e-abf7-66b4c3689096} <Debug> TCPHandler: Processed in 0.002647929 sec.
15459 2025.03.18 03:58:10.701813 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
15460 2025.03.18 03:58:10.701859 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15461 2025.03.18 03:58:10.702307 [ 5 ] {f41cf4ce-515e-4c1c-abd0-9fe642494710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15462 2025.03.18 03:58:10.702394 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15463 2025.03.18 03:58:10.702510 [ 5 ] {f41cf4ce-515e-4c1c-abd0-9fe642494710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15464 2025.03.18 03:58:10.702559 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 660 rows starting from the beginning of the part
15465 2025.03.18 03:58:10.703542 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 64 rows starting from the beginning of the part
15466 2025.03.18 03:58:10.704350 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 630 rows starting from the beginning of the part
15467 2025.03.18 03:58:10.704638 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 64 rows starting from the beginning of the part
15468 2025.03.18 03:58:10.705040 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 64 rows starting from the beginning of the part
15469 2025.03.18 03:58:10.705352 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 122 rows starting from the beginning of the part
15470 2025.03.18 03:58:10.706132 [ 5 ] {f41cf4ce-515e-4c1c-abd0-9fe642494710} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15471 2025.03.18 03:58:10.706211 [ 5 ] {f41cf4ce-515e-4c1c-abd0-9fe642494710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15472 2025.03.18 03:58:10.707325 [ 5 ] {f41cf4ce-515e-4c1c-abd0-9fe642494710} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary)
15473 2025.03.18 03:58:10.707851 [ 5 ] {f41cf4ce-515e-4c1c-abd0-9fe642494710} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15474 2025.03.18 03:58:10.708233 [ 5 ] {f41cf4ce-515e-4c1c-abd0-9fe642494710} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006067 sec., 26372.177352892697 rows/sec., 1.84 MiB/sec.
15475 2025.03.18 03:58:10.708530 [ 5 ] {f41cf4ce-515e-4c1c-abd0-9fe642494710} <Debug> TCPHandler: Processed in 0.006737201 sec.
15476 2025.03.18 03:58:10.708780 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15477 2025.03.18 03:58:10.708785 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1604 rows, containing 5 columns (5 merged, 0 gathered) in 0.007187618 sec., 223161.55366075382 rows/sec., 17.79 MiB/sec.
15478 2025.03.18 03:58:10.708921 [ 5 ] {9192d0d3-d622-4928-814b-daa420585a50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15479 2025.03.18 03:58:10.709022 [ 5 ] {9192d0d3-d622-4928-814b-daa420585a50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15480 2025.03.18 03:58:10.709076 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary)
15481 2025.03.18 03:58:10.709823 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_171_34} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15482 2025.03.18 03:58:10.710076 [ 189 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_171_34} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34
15483 2025.03.18 03:58:10.710316 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
15484 2025.03.18 03:58:10.711161 [ 5 ] {9192d0d3-d622-4928-814b-daa420585a50} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15485 2025.03.18 03:58:10.711204 [ 5 ] {9192d0d3-d622-4928-814b-daa420585a50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15486 2025.03.18 03:58:10.711932 [ 5 ] {9192d0d3-d622-4928-814b-daa420585a50} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
15487 2025.03.18 03:58:10.712186 [ 5 ] {9192d0d3-d622-4928-814b-daa420585a50} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15488 2025.03.18 03:58:10.712470 [ 5 ] {9192d0d3-d622-4928-814b-daa420585a50} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.00357 sec., 16246.498599439778 rows/sec., 29.11 MiB/sec.
15489 2025.03.18 03:58:10.712979 [ 5 ] {9192d0d3-d622-4928-814b-daa420585a50} <Debug> TCPHandler: Processed in 0.004273964 sec.
15490 2025.03.18 03:58:10.713237 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15491 2025.03.18 03:58:10.713346 [ 5 ] {da3a8984-cc14-4882-b487-8bc98da479d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15492 2025.03.18 03:58:10.713394 [ 5 ] {da3a8984-cc14-4882-b487-8bc98da479d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15493 2025.03.18 03:58:10.713852 [ 5 ] {da3a8984-cc14-4882-b487-8bc98da479d5} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15494 2025.03.18 03:58:10.713889 [ 5 ] {da3a8984-cc14-4882-b487-8bc98da479d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15495 2025.03.18 03:58:10.714255 [ 5 ] {da3a8984-cc14-4882-b487-8bc98da479d5} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary)
15496 2025.03.18 03:58:10.714485 [ 5 ] {da3a8984-cc14-4882-b487-8bc98da479d5} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15497 2025.03.18 03:58:10.714655 [ 145 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0
15498 2025.03.18 03:58:10.714716 [ 145 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15499 2025.03.18 03:58:10.714719 [ 5 ] {da3a8984-cc14-4882-b487-8bc98da479d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001382 sec., 43415.34008683068 rows/sec., 2.93 MiB/sec.
15500 2025.03.18 03:58:10.714756 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15501 2025.03.18 03:58:10.714885 [ 5 ] {da3a8984-cc14-4882-b487-8bc98da479d5} <Debug> TCPHandler: Processed in 0.001705235 sec.
15502 2025.03.18 03:58:10.715077 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
15503 2025.03.18 03:58:10.715442 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15504 2025.03.18 03:58:10.715539 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_166_33, total 8568 rows starting from the beginning of the part
15505 2025.03.18 03:58:10.715825 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
15506 2025.03.18 03:58:10.716098 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 20 rows starting from the beginning of the part
15507 2025.03.18 03:58:10.716710 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 40 rows starting from the beginning of the part
15508 2025.03.18 03:58:10.716918 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 60 rows starting from the beginning of the part
15509 2025.03.18 03:58:10.717116 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 60 rows starting from the beginning of the part
15510 2025.03.18 03:58:10.719844 [ 191 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8808 rows, containing 4 columns (4 merged, 0 gathered) in 0.004966905 sec., 1773337.7223844628 rows/sec., 119.51 MiB/sec.
15511 2025.03.18 03:58:10.720051 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary)
15512 2025.03.18 03:58:10.720408 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_171_34} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15513 2025.03.18 03:58:10.720496 [ 195 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_171_34} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34
15514 2025.03.18 03:58:10.720587 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB.
15515 2025.03.18 03:58:11.000216 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.06 MiB, peak 282.78 MiB, free memory in arenas 0.00 B, will set to 265.55 MiB (RSS), difference: 3.49 MiB
15516 2025.03.18 03:58:12.764980 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 754
15517 2025.03.18 03:58:12.788467 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15518 2025.03.18 03:58:12.788524 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15519 2025.03.18 03:58:12.796210 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
15520 2025.03.18 03:58:12.797056 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15521 2025.03.18 03:58:12.800417 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 754
15522 2025.03.18 03:58:15.686963 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15523 2025.03.18 03:58:15.687156 [ 5 ] {7f3e716f-5f39-4782-b187-1f59bee54214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15524 2025.03.18 03:58:15.687230 [ 5 ] {7f3e716f-5f39-4782-b187-1f59bee54214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15525 2025.03.18 03:58:15.688049 [ 5 ] {7f3e716f-5f39-4782-b187-1f59bee54214} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15526 2025.03.18 03:58:15.688102 [ 5 ] {7f3e716f-5f39-4782-b187-1f59bee54214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15527 2025.03.18 03:58:15.688674 [ 5 ] {7f3e716f-5f39-4782-b187-1f59bee54214} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary)
15528 2025.03.18 03:58:15.688955 [ 5 ] {7f3e716f-5f39-4782-b187-1f59bee54214} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15529 2025.03.18 03:58:15.689160 [ 5 ] {7f3e716f-5f39-4782-b187-1f59bee54214} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002059 sec., 27197.668771248176 rows/sec., 2.09 MiB/sec.
15530 2025.03.18 03:58:15.689224 [ 5 ] {7f3e716f-5f39-4782-b187-1f59bee54214} <Debug> TCPHandler: Processed in 0.002397756 sec.
15531 2025.03.18 03:58:15.689353 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15532 2025.03.18 03:58:15.689466 [ 5 ] {9fabfbf5-1ffa-457e-9825-f80a6238f501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15533 2025.03.18 03:58:15.689515 [ 5 ] {9fabfbf5-1ffa-457e-9825-f80a6238f501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15534 2025.03.18 03:58:15.690068 [ 5 ] {9fabfbf5-1ffa-457e-9825-f80a6238f501} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15535 2025.03.18 03:58:15.690108 [ 5 ] {9fabfbf5-1ffa-457e-9825-f80a6238f501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15536 2025.03.18 03:58:15.690491 [ 5 ] {9fabfbf5-1ffa-457e-9825-f80a6238f501} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary)
15537 2025.03.18 03:58:15.690734 [ 5 ] {9fabfbf5-1ffa-457e-9825-f80a6238f501} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15538 2025.03.18 03:58:15.690907 [ 5 ] {9fabfbf5-1ffa-457e-9825-f80a6238f501} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001469 sec., 43567.052416609935 rows/sec., 3.40 MiB/sec.
15539 2025.03.18 03:58:15.690957 [ 5 ] {9fabfbf5-1ffa-457e-9825-f80a6238f501} <Debug> TCPHandler: Processed in 0.001657115 sec.
15540 2025.03.18 03:58:15.691077 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15541 2025.03.18 03:58:15.691182 [ 5 ] {fa67841a-3549-4407-bdae-9ad7a39c6bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15542 2025.03.18 03:58:15.691232 [ 5 ] {fa67841a-3549-4407-bdae-9ad7a39c6bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15543 2025.03.18 03:58:15.691762 [ 5 ] {fa67841a-3549-4407-bdae-9ad7a39c6bf3} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15544 2025.03.18 03:58:15.691799 [ 5 ] {fa67841a-3549-4407-bdae-9ad7a39c6bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15545 2025.03.18 03:58:15.692184 [ 5 ] {fa67841a-3549-4407-bdae-9ad7a39c6bf3} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary)
15546 2025.03.18 03:58:15.692437 [ 5 ] {fa67841a-3549-4407-bdae-9ad7a39c6bf3} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15547 2025.03.18 03:58:15.692616 [ 5 ] {fa67841a-3549-4407-bdae-9ad7a39c6bf3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001456 sec., 109890.10989010989 rows/sec., 7.65 MiB/sec.
15548 2025.03.18 03:58:15.692667 [ 5 ] {fa67841a-3549-4407-bdae-9ad7a39c6bf3} <Debug> TCPHandler: Processed in 0.001641825 sec.
15549 2025.03.18 03:58:15.692773 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15550 2025.03.18 03:58:15.692873 [ 5 ] {6195ea3c-f106-4ab9-9f90-fd68af4b646e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15551 2025.03.18 03:58:15.692920 [ 5 ] {6195ea3c-f106-4ab9-9f90-fd68af4b646e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15552 2025.03.18 03:58:15.693364 [ 5 ] {6195ea3c-f106-4ab9-9f90-fd68af4b646e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15553 2025.03.18 03:58:15.693402 [ 5 ] {6195ea3c-f106-4ab9-9f90-fd68af4b646e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15554 2025.03.18 03:58:15.693756 [ 5 ] {6195ea3c-f106-4ab9-9f90-fd68af4b646e} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary)
15555 2025.03.18 03:58:15.693999 [ 5 ] {6195ea3c-f106-4ab9-9f90-fd68af4b646e} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15556 2025.03.18 03:58:15.694196 [ 5 ] {6195ea3c-f106-4ab9-9f90-fd68af4b646e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001336 sec., 44910.17964071856 rows/sec., 3.03 MiB/sec.
15557 2025.03.18 03:58:15.694246 [ 5 ] {6195ea3c-f106-4ab9-9f90-fd68af4b646e} <Debug> TCPHandler: Processed in 0.001523083 sec.
15558 2025.03.18 03:58:16.980590 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 46238
15559 2025.03.18 03:58:16.981225 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15560 2025.03.18 03:58:16.981267 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15561 2025.03.18 03:58:16.981831 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
15562 2025.03.18 03:58:16.982091 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15563 2025.03.18 03:58:16.982340 [ 139 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
15564 2025.03.18 03:58:16.982347 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46238
15565 2025.03.18 03:58:16.982439 [ 139 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15566 2025.03.18 03:58:16.982473 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15567 2025.03.18 03:58:16.982719 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::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
15568 2025.03.18 03:58:16.983120 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15569 2025.03.18 03:58:16.983223 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 43981 rows starting from the beginning of the part
15570 2025.03.18 03:58:16.983393 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::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
15571 2025.03.18 03:58:16.983574 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::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
15572 2025.03.18 03:58:16.983786 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::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
15573 2025.03.18 03:58:16.983943 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::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
15574 2025.03.18 03:58:16.984173 [ 197 ] {5aa70344-bffa-4328-b262-9125757f4448::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
15575 2025.03.18 03:58:16.987540 [ 191 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46238 rows, containing 4 columns (4 merged, 0 gathered) in 0.004969094 sec., 9305116.7878893 rows/sec., 133.11 MiB/sec.
15576 2025.03.18 03:58:16.988034 [ 194 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
15577 2025.03.18 03:58:16.988462 [ 194 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_101_20} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15578 2025.03.18 03:58:16.988564 [ 194 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_101_20} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
15579 2025.03.18 03:58:16.988694 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
15580 2025.03.18 03:58:19.747443 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2056
15581 2025.03.18 03:58:19.750409 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15582 2025.03.18 03:58:19.750453 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15583 2025.03.18 03:58:19.752181 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
15584 2025.03.18 03:58:19.752779 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15585 2025.03.18 03:58:19.753373 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2056
15586 2025.03.18 03:58:20.096397 [ 225 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
15587 2025.03.18 03:58:20.096453 [ 225 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
15588 2025.03.18 03:58:20.098521 [ 225 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
15589 2025.03.18 03:58:20.300574 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 762
15590 2025.03.18 03:58:20.324699 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15591 2025.03.18 03:58:20.324772 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15592 2025.03.18 03:58:20.332684 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
15593 2025.03.18 03:58:20.333888 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15594 2025.03.18 03:58:20.334352 [ 135 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
15595 2025.03.18 03:58:20.334474 [ 135 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15596 2025.03.18 03:58:20.334553 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15597 2025.03.18 03:58:20.334856 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
15598 2025.03.18 03:58:20.344501 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 762
15599 2025.03.18 03:58:20.345653 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15600 2025.03.18 03:58:20.346583 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
15601 2025.03.18 03:58:20.351437 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 7 rows starting from the beginning of the part
15602 2025.03.18 03:58:20.356235 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 8 rows starting from the beginning of the part
15603 2025.03.18 03:58:20.361539 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 7 rows starting from the beginning of the part
15604 2025.03.18 03:58:20.367332 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 8 rows starting from the beginning of the part
15605 2025.03.18 03:58:20.373225 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
15606 2025.03.18 03:58:20.438550 [ 191 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 679 columns (679 merged, 0 gathered) in 0.10386651 sec., 7336.3396921683425 rows/sec., 37.93 MiB/sec.
15607 2025.03.18 03:58:20.442452 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
15608 2025.03.18 03:58:20.445934 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_101_20} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15609 2025.03.18 03:58:20.446062 [ 200 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_101_20} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
15610 2025.03.18 03:58:20.448593 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB.
15611 2025.03.18 03:58:20.690486 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15612 2025.03.18 03:58:20.690664 [ 5 ] {2f663de1-dc3a-4d1f-a9c5-84548c28b87a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15613 2025.03.18 03:58:20.690731 [ 5 ] {2f663de1-dc3a-4d1f-a9c5-84548c28b87a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15614 2025.03.18 03:58:20.691570 [ 5 ] {2f663de1-dc3a-4d1f-a9c5-84548c28b87a} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15615 2025.03.18 03:58:20.691618 [ 5 ] {2f663de1-dc3a-4d1f-a9c5-84548c28b87a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15616 2025.03.18 03:58:20.692164 [ 5 ] {2f663de1-dc3a-4d1f-a9c5-84548c28b87a} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary)
15617 2025.03.18 03:58:20.692642 [ 5 ] {2f663de1-dc3a-4d1f-a9c5-84548c28b87a} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15618 2025.03.18 03:58:20.692874 [ 5 ] {2f663de1-dc3a-4d1f-a9c5-84548c28b87a} <Debug> executeQuery: Read 172 rows, 15.42 KiB in 0.002261 sec., 76072.53427686864 rows/sec., 6.66 MiB/sec.
15619 2025.03.18 03:58:20.692932 [ 5 ] {2f663de1-dc3a-4d1f-a9c5-84548c28b87a} <Debug> TCPHandler: Processed in 0.002571709 sec.
15620 2025.03.18 03:58:20.693057 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15621 2025.03.18 03:58:20.693163 [ 5 ] {dc98443f-38b6-41e2-801e-60b1c5854f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15622 2025.03.18 03:58:20.693208 [ 5 ] {dc98443f-38b6-41e2-801e-60b1c5854f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15623 2025.03.18 03:58:20.693783 [ 5 ] {dc98443f-38b6-41e2-801e-60b1c5854f55} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15624 2025.03.18 03:58:20.693824 [ 5 ] {dc98443f-38b6-41e2-801e-60b1c5854f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15625 2025.03.18 03:58:20.694271 [ 5 ] {dc98443f-38b6-41e2-801e-60b1c5854f55} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
15626 2025.03.18 03:58:20.694757 [ 5 ] {dc98443f-38b6-41e2-801e-60b1c5854f55} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15627 2025.03.18 03:58:20.694931 [ 135 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Selected 6 parts from all_1_69_15 to all_74_74_0
15628 2025.03.18 03:58:20.694993 [ 5 ] {dc98443f-38b6-41e2-801e-60b1c5854f55} <Debug> executeQuery: Read 58 rows, 4.36 KiB in 0.001845 sec., 31436.31436314363 rows/sec., 2.31 MiB/sec.
15629 2025.03.18 03:58:20.695001 [ 135 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15630 2025.03.18 03:58:20.695081 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15631 2025.03.18 03:58:20.695121 [ 5 ] {dc98443f-38b6-41e2-801e-60b1c5854f55} <Debug> TCPHandler: Processed in 0.002107661 sec.
15632 2025.03.18 03:58:20.695382 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_74_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_69_15 to all_74_74_0 into Compact with storage Full
15633 2025.03.18 03:58:20.695471 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15634 2025.03.18 03:58:20.695876 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_74_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15635 2025.03.18 03:58:20.695900 [ 5 ] {8d82e9b7-6abf-4a16-b82f-6966f074bb3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15636 2025.03.18 03:58:20.695998 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_15, total 85 rows starting from the beginning of the part
15637 2025.03.18 03:58:20.696065 [ 5 ] {8d82e9b7-6abf-4a16-b82f-6966f074bb3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15638 2025.03.18 03:58:20.696395 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 58 rows starting from the beginning of the part
15639 2025.03.18 03:58:20.696677 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 58 rows starting from the beginning of the part
15640 2025.03.18 03:58:20.697092 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 86 rows starting from the beginning of the part
15641 2025.03.18 03:58:20.697432 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 58 rows starting from the beginning of the part
15642 2025.03.18 03:58:20.697831 [ 192 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 58 rows starting from the beginning of the part
15643 2025.03.18 03:58:20.699030 [ 5 ] {8d82e9b7-6abf-4a16-b82f-6966f074bb3e} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15644 2025.03.18 03:58:20.699102 [ 5 ] {8d82e9b7-6abf-4a16-b82f-6966f074bb3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15645 2025.03.18 03:58:20.700297 [ 5 ] {8d82e9b7-6abf-4a16-b82f-6966f074bb3e} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary)
15646 2025.03.18 03:58:20.700466 [ 190 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_74_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 403 rows, containing 5 columns (5 merged, 0 gathered) in 0.00528117 sec., 76308.84822870689 rows/sec., 5.88 MiB/sec.
15647 2025.03.18 03:58:20.700734 [ 190 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_74_16} <Trace> MergedBlockOutputStream: filled checksums all_1_74_16 (state Temporary)
15648 2025.03.18 03:58:20.700881 [ 5 ] {8d82e9b7-6abf-4a16-b82f-6966f074bb3e} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15649 2025.03.18 03:58:20.701166 [ 5 ] {8d82e9b7-6abf-4a16-b82f-6966f074bb3e} <Debug> executeQuery: Read 122 rows, 9.76 KiB in 0.005447 sec., 22397.650082614284 rows/sec., 1.75 MiB/sec.
15650 2025.03.18 03:58:20.701238 [ 5 ] {8d82e9b7-6abf-4a16-b82f-6966f074bb3e} <Debug> TCPHandler: Processed in 0.005889168 sec.
15651 2025.03.18 03:58:20.701379 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15652 2025.03.18 03:58:20.701402 [ 190 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_74_16} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_merge_all_1_74_16 to all_1_74_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15653 2025.03.18 03:58:20.701502 [ 190 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_74_16} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Merged 6 parts: [all_1_69_15, all_74_74_0] -> all_1_74_16
15654 2025.03.18 03:58:20.701509 [ 5 ] {f2fbab1b-62c8-467b-ab3a-c56b99b2d642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15655 2025.03.18 03:58:20.701584 [ 5 ] {f2fbab1b-62c8-467b-ab3a-c56b99b2d642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15656 2025.03.18 03:58:20.701601 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
15657 2025.03.18 03:58:20.702116 [ 5 ] {f2fbab1b-62c8-467b-ab3a-c56b99b2d642} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15658 2025.03.18 03:58:20.702153 [ 5 ] {f2fbab1b-62c8-467b-ab3a-c56b99b2d642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15659 2025.03.18 03:58:20.702645 [ 5 ] {f2fbab1b-62c8-467b-ab3a-c56b99b2d642} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary)
15660 2025.03.18 03:58:20.703097 [ 5 ] {f2fbab1b-62c8-467b-ab3a-c56b99b2d642} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15661 2025.03.18 03:58:20.703272 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 2 parts from all_1_168_43 to all_169_169_0
15662 2025.03.18 03:58:20.703329 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15663 2025.03.18 03:58:20.703339 [ 5 ] {f2fbab1b-62c8-467b-ab3a-c56b99b2d642} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001853 sec., 86346.46519158121 rows/sec., 6.01 MiB/sec.
15664 2025.03.18 03:58:20.703385 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB.
15665 2025.03.18 03:58:20.703477 [ 5 ] {f2fbab1b-62c8-467b-ab3a-c56b99b2d642} <Debug> TCPHandler: Processed in 0.002157003 sec.
15666 2025.03.18 03:58:20.703605 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_169_44} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_168_43 to all_169_169_0 into Compact with storage Full
15667 2025.03.18 03:58:20.703672 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15668 2025.03.18 03:58:20.703823 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_169_44} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15669 2025.03.18 03:58:20.703889 [ 5 ] {6a03fbbd-fb93-406b-b10f-6919cd919f34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15670 2025.03.18 03:58:20.703897 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_169_44} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_168_43, total 45849 rows starting from the beginning of the part
15671 2025.03.18 03:58:20.704197 [ 5 ] {6a03fbbd-fb93-406b-b10f-6919cd919f34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15672 2025.03.18 03:58:20.704230 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_169_44} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 106 rows starting from the beginning of the part
15673 2025.03.18 03:58:20.707323 [ 5 ] {6a03fbbd-fb93-406b-b10f-6919cd919f34} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15674 2025.03.18 03:58:20.707377 [ 5 ] {6a03fbbd-fb93-406b-b10f-6919cd919f34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15675 2025.03.18 03:58:20.708356 [ 5 ] {6a03fbbd-fb93-406b-b10f-6919cd919f34} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
15676 2025.03.18 03:58:20.708903 [ 5 ] {6a03fbbd-fb93-406b-b10f-6919cd919f34} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15677 2025.03.18 03:58:20.709284 [ 5 ] {6a03fbbd-fb93-406b-b10f-6919cd919f34} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.00545 sec., 10642.201834862386 rows/sec., 19.07 MiB/sec.
15678 2025.03.18 03:58:20.709308 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): 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]
15679 2025.03.18 03:58:20.709362 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): 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]
15680 2025.03.18 03:58:20.709597 [ 5 ] {6a03fbbd-fb93-406b-b10f-6919cd919f34} <Debug> TCPHandler: Processed in 0.0059846 sec.
15681 2025.03.18 03:58:20.709742 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15682 2025.03.18 03:58:20.709967 [ 5 ] {df111c6a-8081-4b50-a189-f026ae012c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15683 2025.03.18 03:58:20.710094 [ 5 ] {df111c6a-8081-4b50-a189-f026ae012c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15684 2025.03.18 03:58:20.711482 [ 5 ] {df111c6a-8081-4b50-a189-f026ae012c09} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15685 2025.03.18 03:58:20.711523 [ 5 ] {df111c6a-8081-4b50-a189-f026ae012c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15686 2025.03.18 03:58:20.712561 [ 5 ] {df111c6a-8081-4b50-a189-f026ae012c09} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary)
15687 2025.03.18 03:58:20.713459 [ 5 ] {df111c6a-8081-4b50-a189-f026ae012c09} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15688 2025.03.18 03:58:20.713837 [ 5 ] {df111c6a-8081-4b50-a189-f026ae012c09} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003987 sec., 15048.908954100827 rows/sec., 1.01 MiB/sec.
15689 2025.03.18 03:58:20.714073 [ 5 ] {df111c6a-8081-4b50-a189-f026ae012c09} <Debug> TCPHandler: Processed in 0.004376706 sec.
15690 2025.03.18 03:58:20.714073 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): 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]
15691 2025.03.18 03:58:20.715374 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_169_44} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45955 rows, containing 5 columns (5 merged, 0 gathered) in 0.011873378 sec., 3870423.395936691 rows/sec., 265.24 MiB/sec.
15692 2025.03.18 03:58:20.716084 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_169_44} <Trace> MergedBlockOutputStream: filled checksums all_1_169_44 (state Temporary)
15693 2025.03.18 03:58:20.716647 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_169_44} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_169_44 to all_1_169_44 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15694 2025.03.18 03:58:20.716730 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_169_44} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 2 parts: [all_1_168_43, all_169_169_0] -> all_1_169_44
15695 2025.03.18 03:58:20.716802 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
15696 2025.03.18 03:58:21.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.17 MiB, peak 284.04 MiB, free memory in arenas 0.00 B, will set to 265.55 MiB (RSS), difference: -1.62 MiB
15697 2025.03.18 03:58:21.545843 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
15698 2025.03.18 03:58:21.545889 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
15699 2025.03.18 03:58:21.548102 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
15700 2025.03.18 03:58:21.667212 [ 217 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
15701 2025.03.18 03:58:21.667265 [ 217 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
15702 2025.03.18 03:58:21.669167 [ 217 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
15703 2025.03.18 03:58:21.753482 [ 223 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
15704 2025.03.18 03:58:21.753524 [ 223 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
15705 2025.03.18 03:58:21.755984 [ 223 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
15706 2025.03.18 03:58:24.217078 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache
15707 2025.03.18 03:58:24.217182 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache
15708 2025.03.18 03:58:24.482638 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 46726
15709 2025.03.18 03:58:24.483773 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15710 2025.03.18 03:58:24.483860 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15711 2025.03.18 03:58:24.484702 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
15712 2025.03.18 03:58:24.485233 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15713 2025.03.18 03:58:24.485452 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46726
15714 2025.03.18 03:58:25.687298 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15715 2025.03.18 03:58:25.687524 [ 5 ] {f0246733-3654-47ce-88a6-690641656059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15716 2025.03.18 03:58:25.687605 [ 5 ] {f0246733-3654-47ce-88a6-690641656059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15717 2025.03.18 03:58:25.688436 [ 5 ] {f0246733-3654-47ce-88a6-690641656059} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15718 2025.03.18 03:58:25.688488 [ 5 ] {f0246733-3654-47ce-88a6-690641656059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15719 2025.03.18 03:58:25.689089 [ 5 ] {f0246733-3654-47ce-88a6-690641656059} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary)
15720 2025.03.18 03:58:25.689554 [ 5 ] {f0246733-3654-47ce-88a6-690641656059} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15721 2025.03.18 03:58:25.689825 [ 5 ] {f0246733-3654-47ce-88a6-690641656059} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002354 sec., 23789.2948173322 rows/sec., 1.83 MiB/sec.
15722 2025.03.18 03:58:25.689924 [ 5 ] {f0246733-3654-47ce-88a6-690641656059} <Debug> TCPHandler: Processed in 0.002768452 sec.
15723 2025.03.18 03:58:25.690091 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15724 2025.03.18 03:58:25.690402 [ 5 ] {236291a9-260e-40d0-8030-3fd21895d3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15725 2025.03.18 03:58:25.690503 [ 5 ] {236291a9-260e-40d0-8030-3fd21895d3bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15726 2025.03.18 03:58:25.691069 [ 5 ] {236291a9-260e-40d0-8030-3fd21895d3bf} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15727 2025.03.18 03:58:25.691109 [ 5 ] {236291a9-260e-40d0-8030-3fd21895d3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15728 2025.03.18 03:58:25.691585 [ 5 ] {236291a9-260e-40d0-8030-3fd21895d3bf} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary)
15729 2025.03.18 03:58:25.692028 [ 5 ] {236291a9-260e-40d0-8030-3fd21895d3bf} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15730 2025.03.18 03:58:25.692252 [ 5 ] {236291a9-260e-40d0-8030-3fd21895d3bf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001971 sec., 32470.826991374935 rows/sec., 2.53 MiB/sec.
15731 2025.03.18 03:58:25.692303 [ 5 ] {236291a9-260e-40d0-8030-3fd21895d3bf} <Debug> TCPHandler: Processed in 0.002290654 sec.
15732 2025.03.18 03:58:25.692423 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15733 2025.03.18 03:58:25.692528 [ 5 ] {489da978-71b8-42c1-9cd2-2c7fcb7f79ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15734 2025.03.18 03:58:25.692577 [ 5 ] {489da978-71b8-42c1-9cd2-2c7fcb7f79ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15735 2025.03.18 03:58:25.693087 [ 5 ] {489da978-71b8-42c1-9cd2-2c7fcb7f79ab} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15736 2025.03.18 03:58:25.693125 [ 5 ] {489da978-71b8-42c1-9cd2-2c7fcb7f79ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15737 2025.03.18 03:58:25.693660 [ 5 ] {489da978-71b8-42c1-9cd2-2c7fcb7f79ab} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary)
15738 2025.03.18 03:58:25.694103 [ 5 ] {489da978-71b8-42c1-9cd2-2c7fcb7f79ab} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15739 2025.03.18 03:58:25.694309 [ 128 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 2 parts from all_1_169_44 to all_170_170_0
15740 2025.03.18 03:58:25.694332 [ 5 ] {489da978-71b8-42c1-9cd2-2c7fcb7f79ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001825 sec., 87671.23287671233 rows/sec., 6.11 MiB/sec.
15741 2025.03.18 03:58:25.694419 [ 128 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15742 2025.03.18 03:58:25.694477 [ 5 ] {489da978-71b8-42c1-9cd2-2c7fcb7f79ab} <Debug> TCPHandler: Processed in 0.002104082 sec.
15743 2025.03.18 03:58:25.694496 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15744 2025.03.18 03:58:25.694691 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15745 2025.03.18 03:58:25.694738 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_170_45} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_169_44 to all_170_170_0 into Compact with storage Full
15746 2025.03.18 03:58:25.694880 [ 5 ] {4a1ccb13-2d77-4b24-846e-b037f0f6dd05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15747 2025.03.18 03:58:25.694991 [ 5 ] {4a1ccb13-2d77-4b24-846e-b037f0f6dd05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15748 2025.03.18 03:58:25.695157 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_170_45} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15749 2025.03.18 03:58:25.695261 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_170_45} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_169_44, total 45955 rows starting from the beginning of the part
15750 2025.03.18 03:58:25.695699 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_170_45} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 160 rows starting from the beginning of the part
15751 2025.03.18 03:58:25.696614 [ 5 ] {4a1ccb13-2d77-4b24-846e-b037f0f6dd05} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15752 2025.03.18 03:58:25.696679 [ 5 ] {4a1ccb13-2d77-4b24-846e-b037f0f6dd05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15753 2025.03.18 03:58:25.697401 [ 5 ] {4a1ccb13-2d77-4b24-846e-b037f0f6dd05} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary)
15754 2025.03.18 03:58:25.697951 [ 5 ] {4a1ccb13-2d77-4b24-846e-b037f0f6dd05} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15755 2025.03.18 03:58:25.698214 [ 5 ] {4a1ccb13-2d77-4b24-846e-b037f0f6dd05} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003401 sec., 17641.870038224053 rows/sec., 1.19 MiB/sec.
15756 2025.03.18 03:58:25.698264 [ 5 ] {4a1ccb13-2d77-4b24-846e-b037f0f6dd05} <Debug> TCPHandler: Processed in 0.003684896 sec.
15757 2025.03.18 03:58:25.703937 [ 186 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_170_45} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46115 rows, containing 5 columns (5 merged, 0 gathered) in 0.00929682 sec., 4960298.252520754 rows/sec., 339.94 MiB/sec.
15758 2025.03.18 03:58:25.704719 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_170_45} <Trace> MergedBlockOutputStream: filled checksums all_1_170_45 (state Temporary)
15759 2025.03.18 03:58:25.705337 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_170_45} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_170_45 to all_1_170_45 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15760 2025.03.18 03:58:25.705418 [ 198 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_170_45} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 2 parts: [all_1_169_44, all_170_170_0] -> all_1_170_45
15761 2025.03.18 03:58:25.705502 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
15762 2025.03.18 03:58:27.171171 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15763 2025.03.18 03:58:27.171365 [ 5 ] {0d1a81e0-fb09-4dbe-9042-7fea752552dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
15764 2025.03.18 03:58:27.171448 [ 5 ] {0d1a81e0-fb09-4dbe-9042-7fea752552dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
15765 2025.03.18 03:58:27.172289 [ 5 ] {0d1a81e0-fb09-4dbe-9042-7fea752552dc} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15766 2025.03.18 03:58:27.172344 [ 5 ] {0d1a81e0-fb09-4dbe-9042-7fea752552dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15767 2025.03.18 03:58:27.172948 [ 5 ] {0d1a81e0-fb09-4dbe-9042-7fea752552dc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
15768 2025.03.18 03:58:27.173474 [ 5 ] {0d1a81e0-fb09-4dbe-9042-7fea752552dc} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15769 2025.03.18 03:58:27.173653 [ 127 ] {} <Debug> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
15770 2025.03.18 03:58:27.173725 [ 5 ] {0d1a81e0-fb09-4dbe-9042-7fea752552dc} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002428 sec., 9884.678747940692 rows/sec., 839.81 KiB/sec.
15771 2025.03.18 03:58:27.173732 [ 127 ] {} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15772 2025.03.18 03:58:27.173800 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15773 2025.03.18 03:58:27.173859 [ 5 ] {0d1a81e0-fb09-4dbe-9042-7fea752552dc} <Debug> TCPHandler: Processed in 0.002845493 sec.
15774 2025.03.18 03:58:27.173961 [ 217 ] {} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): 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]
15775 2025.03.18 03:58:27.174041 [ 217 ] {} <Debug> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): 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]
15776 2025.03.18 03:58:27.174157 [ 193 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
15777 2025.03.18 03:58:27.174198 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15778 2025.03.18 03:58:27.174595 [ 5 ] {1274e128-5f10-40a7-b65e-7eb9ec81a519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
15779 2025.03.18 03:58:27.174617 [ 193 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15780 2025.03.18 03:58:27.174720 [ 193 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
15781 2025.03.18 03:58:27.174727 [ 5 ] {1274e128-5f10-40a7-b65e-7eb9ec81a519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
15782 2025.03.18 03:58:27.175247 [ 193 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
15783 2025.03.18 03:58:27.175779 [ 193 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
15784 2025.03.18 03:58:27.176330 [ 193 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
15785 2025.03.18 03:58:27.176837 [ 193 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::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
15786 2025.03.18 03:58:27.179077 [ 5 ] {1274e128-5f10-40a7-b65e-7eb9ec81a519} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15787 2025.03.18 03:58:27.179203 [ 5 ] {1274e128-5f10-40a7-b65e-7eb9ec81a519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15788 2025.03.18 03:58:27.179947 [ 217 ] {} <Debug> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): 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]
15789 2025.03.18 03:58:27.180994 [ 5 ] {1274e128-5f10-40a7-b65e-7eb9ec81a519} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
15790 2025.03.18 03:58:27.181232 [ 186 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.007290939 sec., 16458.785349870574 rows/sec., 1.43 MiB/sec.
15791 2025.03.18 03:58:27.181496 [ 186 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
15792 2025.03.18 03:58:27.181594 [ 5 ] {1274e128-5f10-40a7-b65e-7eb9ec81a519} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15793 2025.03.18 03:58:27.182031 [ 5 ] {1274e128-5f10-40a7-b65e-7eb9ec81a519} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.007499 sec., 266.70222696359514 rows/sec., 21.75 KiB/sec.
15794 2025.03.18 03:58:27.182368 [ 5 ] {1274e128-5f10-40a7-b65e-7eb9ec81a519} <Debug> TCPHandler: Processed in 0.008194083 sec.
15795 2025.03.18 03:58:27.182388 [ 186 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_25_6} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15796 2025.03.18 03:58:27.182546 [ 186 ] {9ff0c721-dee2-45d8-ae8a-070cf2fbac2b::all_1_25_6} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
15797 2025.03.18 03:58:27.182564 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15798 2025.03.18 03:58:27.182640 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
15799 2025.03.18 03:58:27.182689 [ 5 ] {d72635d3-222f-44c0-b5f9-c214418e2f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15800 2025.03.18 03:58:27.182733 [ 5 ] {d72635d3-222f-44c0-b5f9-c214418e2f1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15801 2025.03.18 03:58:27.184049 [ 5 ] {d72635d3-222f-44c0-b5f9-c214418e2f1c} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15802 2025.03.18 03:58:27.184086 [ 5 ] {d72635d3-222f-44c0-b5f9-c214418e2f1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15803 2025.03.18 03:58:27.184678 [ 5 ] {d72635d3-222f-44c0-b5f9-c214418e2f1c} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary)
15804 2025.03.18 03:58:27.185139 [ 5 ] {d72635d3-222f-44c0-b5f9-c214418e2f1c} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15805 2025.03.18 03:58:27.185377 [ 5 ] {d72635d3-222f-44c0-b5f9-c214418e2f1c} <Debug> executeQuery: Read 1433 rows, 123.52 KiB in 0.002716 sec., 527614.1384388807 rows/sec., 44.41 MiB/sec.
15806 2025.03.18 03:58:27.185429 [ 5 ] {d72635d3-222f-44c0-b5f9-c214418e2f1c} <Debug> TCPHandler: Processed in 0.002923195 sec.
15807 2025.03.18 03:58:27.185542 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15808 2025.03.18 03:58:27.185643 [ 5 ] {8da4e81a-8acc-46eb-84de-a82db6d25e89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
15809 2025.03.18 03:58:27.185687 [ 5 ] {8da4e81a-8acc-46eb-84de-a82db6d25e89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
15810 2025.03.18 03:58:27.186219 [ 5 ] {8da4e81a-8acc-46eb-84de-a82db6d25e89} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15811 2025.03.18 03:58:27.186258 [ 5 ] {8da4e81a-8acc-46eb-84de-a82db6d25e89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15812 2025.03.18 03:58:27.186729 [ 5 ] {8da4e81a-8acc-46eb-84de-a82db6d25e89} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
15813 2025.03.18 03:58:27.187163 [ 5 ] {8da4e81a-8acc-46eb-84de-a82db6d25e89} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15814 2025.03.18 03:58:27.187362 [ 5 ] {8da4e81a-8acc-46eb-84de-a82db6d25e89} <Debug> executeQuery: Read 72 rows, 5.46 KiB in 0.00174 sec., 41379.31034482759 rows/sec., 3.07 MiB/sec.
15815 2025.03.18 03:58:27.187414 [ 5 ] {8da4e81a-8acc-46eb-84de-a82db6d25e89} <Debug> TCPHandler: Processed in 0.001923019 sec.
15816 2025.03.18 03:58:27.187532 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15817 2025.03.18 03:58:27.187637 [ 5 ] {a096c9b2-2766-4af1-aa57-a1371c08a4a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
15818 2025.03.18 03:58:27.187680 [ 5 ] {a096c9b2-2766-4af1-aa57-a1371c08a4a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
15819 2025.03.18 03:58:27.188271 [ 5 ] {a096c9b2-2766-4af1-aa57-a1371c08a4a3} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15820 2025.03.18 03:58:27.188309 [ 5 ] {a096c9b2-2766-4af1-aa57-a1371c08a4a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15821 2025.03.18 03:58:27.188769 [ 5 ] {a096c9b2-2766-4af1-aa57-a1371c08a4a3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
15822 2025.03.18 03:58:27.189262 [ 5 ] {a096c9b2-2766-4af1-aa57-a1371c08a4a3} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15823 2025.03.18 03:58:27.189491 [ 5 ] {a096c9b2-2766-4af1-aa57-a1371c08a4a3} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001873 sec., 134543.51308061933 rows/sec., 9.31 MiB/sec.
15824 2025.03.18 03:58:27.189596 [ 5 ] {a096c9b2-2766-4af1-aa57-a1371c08a4a3} <Debug> TCPHandler: Processed in 0.002112362 sec.
15825 2025.03.18 03:58:27.189720 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15826 2025.03.18 03:58:27.189820 [ 5 ] {9b8b2268-3934-4b4c-82e0-0bca9fd379d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
15827 2025.03.18 03:58:27.189863 [ 5 ] {9b8b2268-3934-4b4c-82e0-0bca9fd379d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
15828 2025.03.18 03:58:27.190363 [ 5 ] {9b8b2268-3934-4b4c-82e0-0bca9fd379d8} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15829 2025.03.18 03:58:27.190400 [ 5 ] {9b8b2268-3934-4b4c-82e0-0bca9fd379d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15830 2025.03.18 03:58:27.190852 [ 5 ] {9b8b2268-3934-4b4c-82e0-0bca9fd379d8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
15831 2025.03.18 03:58:27.191276 [ 5 ] {9b8b2268-3934-4b4c-82e0-0bca9fd379d8} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15832 2025.03.18 03:58:27.191433 [ 124 ] {} <Debug> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
15833 2025.03.18 03:58:27.191500 [ 5 ] {9b8b2268-3934-4b4c-82e0-0bca9fd379d8} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001697 sec., 7071.302298173247 rows/sec., 552.45 KiB/sec.
15834 2025.03.18 03:58:27.191508 [ 124 ] {} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15835 2025.03.18 03:58:27.191578 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15836 2025.03.18 03:58:27.191620 [ 5 ] {9b8b2268-3934-4b4c-82e0-0bca9fd379d8} <Debug> TCPHandler: Processed in 0.001950069 sec.
15837 2025.03.18 03:58:27.191794 [ 225 ] {} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): 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]
15838 2025.03.18 03:58:27.191875 [ 225 ] {} <Debug> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): 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]
15839 2025.03.18 03:58:27.191887 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15840 2025.03.18 03:58:27.191908 [ 187 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
15841 2025.03.18 03:58:27.192173 [ 5 ] {b224402a-dc62-426c-9a1f-4330c0ba2c82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15842 2025.03.18 03:58:27.192345 [ 5 ] {b224402a-dc62-426c-9a1f-4330c0ba2c82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15843 2025.03.18 03:58:27.192458 [ 187 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15844 2025.03.18 03:58:27.192573 [ 187 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
15845 2025.03.18 03:58:27.192940 [ 187 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
15846 2025.03.18 03:58:27.193439 [ 187 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
15847 2025.03.18 03:58:27.193985 [ 187 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
15848 2025.03.18 03:58:27.194456 [ 187 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::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
15849 2025.03.18 03:58:27.195659 [ 5 ] {b224402a-dc62-426c-9a1f-4330c0ba2c82} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15850 2025.03.18 03:58:27.195742 [ 5 ] {b224402a-dc62-426c-9a1f-4330c0ba2c82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15851 2025.03.18 03:58:27.197306 [ 5 ] {b224402a-dc62-426c-9a1f-4330c0ba2c82} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary)
15852 2025.03.18 03:58:27.198183 [ 199 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.006478748 sec., 9261.048585313089 rows/sec., 759.70 KiB/sec.
15853 2025.03.18 03:58:27.198408 [ 5 ] {b224402a-dc62-426c-9a1f-4330c0ba2c82} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15854 2025.03.18 03:58:27.198570 [ 225 ] {} <Debug> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): 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]
15855 2025.03.18 03:58:27.199119 [ 199 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
15856 2025.03.18 03:58:27.199144 [ 5 ] {b224402a-dc62-426c-9a1f-4330c0ba2c82} <Debug> executeQuery: Read 616 rows, 47.47 KiB in 0.007047 sec., 87413.08358166595 rows/sec., 6.58 MiB/sec.
15857 2025.03.18 03:58:27.199406 [ 5 ] {b224402a-dc62-426c-9a1f-4330c0ba2c82} <Debug> TCPHandler: Processed in 0.007616024 sec.
15858 2025.03.18 03:58:27.199567 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15859 2025.03.18 03:58:27.199707 [ 5 ] {859e30ce-ff51-4d85-af3a-f5f49fe20b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15860 2025.03.18 03:58:27.199777 [ 5 ] {859e30ce-ff51-4d85-af3a-f5f49fe20b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15861 2025.03.18 03:58:27.200116 [ 199 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_25_6} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15862 2025.03.18 03:58:27.200221 [ 199 ] {85f8d203-5382-4fab-be76-308d73ce2d1b::all_1_25_6} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
15863 2025.03.18 03:58:27.200325 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
15864 2025.03.18 03:58:27.200709 [ 5 ] {859e30ce-ff51-4d85-af3a-f5f49fe20b1c} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15865 2025.03.18 03:58:27.200752 [ 5 ] {859e30ce-ff51-4d85-af3a-f5f49fe20b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15866 2025.03.18 03:58:27.201304 [ 5 ] {859e30ce-ff51-4d85-af3a-f5f49fe20b1c} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary)
15867 2025.03.18 03:58:27.201799 [ 5 ] {859e30ce-ff51-4d85-af3a-f5f49fe20b1c} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15868 2025.03.18 03:58:27.201982 [ 124 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_170_45 to all_175_175_0
15869 2025.03.18 03:58:27.202047 [ 5 ] {859e30ce-ff51-4d85-af3a-f5f49fe20b1c} <Debug> executeQuery: Read 937 rows, 64.75 KiB in 0.00237 sec., 395358.6497890295 rows/sec., 26.68 MiB/sec.
15870 2025.03.18 03:58:27.202047 [ 124 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15871 2025.03.18 03:58:27.202125 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15872 2025.03.18 03:58:27.202170 [ 5 ] {859e30ce-ff51-4d85-af3a-f5f49fe20b1c} <Debug> TCPHandler: Processed in 0.00266578 sec.
15873 2025.03.18 03:58:27.202401 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15874 2025.03.18 03:58:27.202422 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_175_46} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_170_45 to all_175_175_0 into Compact with storage Full
15875 2025.03.18 03:58:27.202599 [ 5 ] {a4975049-6e6f-4b22-af66-04c77bc01dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
15876 2025.03.18 03:58:27.202847 [ 5 ] {a4975049-6e6f-4b22-af66-04c77bc01dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
15877 2025.03.18 03:58:27.202961 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_175_46} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15878 2025.03.18 03:58:27.203082 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_175_46} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_170_45, total 46115 rows starting from the beginning of the part
15879 2025.03.18 03:58:27.203557 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_175_46} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 160 rows starting from the beginning of the part
15880 2025.03.18 03:58:27.204002 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_175_46} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 160 rows starting from the beginning of the part
15881 2025.03.18 03:58:27.204553 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_175_46} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 160 rows starting from the beginning of the part
15882 2025.03.18 03:58:27.205041 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_175_46} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 160 rows starting from the beginning of the part
15883 2025.03.18 03:58:27.205395 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_175_46} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 937 rows starting from the beginning of the part
15884 2025.03.18 03:58:27.207533 [ 5 ] {a4975049-6e6f-4b22-af66-04c77bc01dd4} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15885 2025.03.18 03:58:27.207613 [ 5 ] {a4975049-6e6f-4b22-af66-04c77bc01dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15886 2025.03.18 03:58:27.209597 [ 5 ] {a4975049-6e6f-4b22-af66-04c77bc01dd4} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
15887 2025.03.18 03:58:27.210212 [ 5 ] {a4975049-6e6f-4b22-af66-04c77bc01dd4} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15888 2025.03.18 03:58:27.210709 [ 5 ] {a4975049-6e6f-4b22-af66-04c77bc01dd4} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.008118 sec., 7144.616900714462 rows/sec., 12.80 MiB/sec.
15889 2025.03.18 03:58:27.211302 [ 5 ] {a4975049-6e6f-4b22-af66-04c77bc01dd4} <Debug> TCPHandler: Processed in 0.008981525 sec.
15890 2025.03.18 03:58:27.211517 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15891 2025.03.18 03:58:27.211659 [ 5 ] {76ed1d43-bc1d-4183-9e6d-1da80b1ce4b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15892 2025.03.18 03:58:27.211707 [ 5 ] {76ed1d43-bc1d-4183-9e6d-1da80b1ce4b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15893 2025.03.18 03:58:27.212251 [ 5 ] {76ed1d43-bc1d-4183-9e6d-1da80b1ce4b8} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15894 2025.03.18 03:58:27.212290 [ 5 ] {76ed1d43-bc1d-4183-9e6d-1da80b1ce4b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15895 2025.03.18 03:58:27.212941 [ 5 ] {76ed1d43-bc1d-4183-9e6d-1da80b1ce4b8} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary)
15896 2025.03.18 03:58:27.213475 [ 5 ] {76ed1d43-bc1d-4183-9e6d-1da80b1ce4b8} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15897 2025.03.18 03:58:27.213709 [ 5 ] {76ed1d43-bc1d-4183-9e6d-1da80b1ce4b8} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.002081 sec., 9610.764055742431 rows/sec., 660.74 KiB/sec.
15898 2025.03.18 03:58:27.213795 [ 5 ] {76ed1d43-bc1d-4183-9e6d-1da80b1ce4b8} <Debug> TCPHandler: Processed in 0.002346336 sec.
15899 2025.03.18 03:58:27.218323 [ 191 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_175_46} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47692 rows, containing 5 columns (5 merged, 0 gathered) in 0.016054621 sec., 2970608.898210677 rows/sec., 203.57 MiB/sec.
15900 2025.03.18 03:58:27.219153 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_175_46} <Trace> MergedBlockOutputStream: filled checksums all_1_175_46 (state Temporary)
15901 2025.03.18 03:58:27.219689 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_175_46} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_175_46 to all_1_175_46 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15902 2025.03.18 03:58:27.219772 [ 194 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_175_46} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_170_45, all_175_175_0] -> all_1_175_46
15903 2025.03.18 03:58:27.219863 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB.
15904 2025.03.18 03:58:27.844664 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 769
15905 2025.03.18 03:58:27.869164 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15906 2025.03.18 03:58:27.869229 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15907 2025.03.18 03:58:27.877133 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
15908 2025.03.18 03:58:27.878536 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15909 2025.03.18 03:58:27.881754 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 769
15910 2025.03.18 03:58:28.000244 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.87 MiB, peak 284.04 MiB, free memory in arenas 0.00 B, will set to 265.55 MiB (RSS), difference: 2.68 MiB
15911 2025.03.18 03:58:29.753686 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2096
15912 2025.03.18 03:58:29.757168 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15913 2025.03.18 03:58:29.757219 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15914 2025.03.18 03:58:29.758897 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
15915 2025.03.18 03:58:29.759413 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15916 2025.03.18 03:58:29.759653 [ 122 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
15917 2025.03.18 03:58:29.759779 [ 122 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15918 2025.03.18 03:58:29.759847 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15919 2025.03.18 03:58:29.760309 [ 192 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
15920 2025.03.18 03:58:29.760772 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2096
15921 2025.03.18 03:58:29.761343 [ 192 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15922 2025.03.18 03:58:29.761543 [ 192 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1952 rows starting from the beginning of the part
15923 2025.03.18 03:58:29.762185 [ 192 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 26 rows starting from the beginning of the part
15924 2025.03.18 03:58:29.762840 [ 192 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 42 rows starting from the beginning of the part
15925 2025.03.18 03:58:29.763494 [ 192 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 16 rows starting from the beginning of the part
15926 2025.03.18 03:58:29.764109 [ 192 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
15927 2025.03.18 03:58:29.764722 [ 192 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 40 rows starting from the beginning of the part
15928 2025.03.18 03:58:29.773699 [ 191 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2096 rows, containing 72 columns (72 merged, 0 gathered) in 0.013693306 sec., 153067.49151738812 rows/sec., 115.12 MiB/sec.
15929 2025.03.18 03:58:29.775886 [ 191 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
15930 2025.03.18 03:58:29.776940 [ 191 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_76_15} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15931 2025.03.18 03:58:29.777025 [ 191 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_76_15} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
15932 2025.03.18 03:58:29.777356 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.68 MiB.
15933 2025.03.18 03:58:30.684366 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15934 2025.03.18 03:58:30.684573 [ 5 ] {31f00f30-8a9f-4bd8-a965-ed1cfc974cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
15935 2025.03.18 03:58:30.684645 [ 5 ] {31f00f30-8a9f-4bd8-a965-ed1cfc974cd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
15936 2025.03.18 03:58:30.685461 [ 5 ] {31f00f30-8a9f-4bd8-a965-ed1cfc974cd8} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15937 2025.03.18 03:58:30.685515 [ 5 ] {31f00f30-8a9f-4bd8-a965-ed1cfc974cd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15938 2025.03.18 03:58:30.686077 [ 5 ] {31f00f30-8a9f-4bd8-a965-ed1cfc974cd8} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary)
15939 2025.03.18 03:58:30.686553 [ 5 ] {31f00f30-8a9f-4bd8-a965-ed1cfc974cd8} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15940 2025.03.18 03:58:30.686733 [ 122 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0
15941 2025.03.18 03:58:30.686765 [ 5 ] {31f00f30-8a9f-4bd8-a965-ed1cfc974cd8} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002245 sec., 24944.320712694876 rows/sec., 1.92 MiB/sec.
15942 2025.03.18 03:58:30.686783 [ 122 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15943 2025.03.18 03:58:30.686821 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15944 2025.03.18 03:58:30.686854 [ 5 ] {31f00f30-8a9f-4bd8-a965-ed1cfc974cd8} <Debug> TCPHandler: Processed in 0.002622289 sec.
15945 2025.03.18 03:58:30.687061 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15946 2025.03.18 03:58:30.687060 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
15947 2025.03.18 03:58:30.687258 [ 5 ] {6d3b9dd6-028a-4dab-b4d4-fa47d89c1a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
15948 2025.03.18 03:58:30.687367 [ 5 ] {6d3b9dd6-028a-4dab-b4d4-fa47d89c1a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
15949 2025.03.18 03:58:30.687381 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15950 2025.03.18 03:58:30.687472 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 1445 rows starting from the beginning of the part
15951 2025.03.18 03:58:30.687772 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 56 rows starting from the beginning of the part
15952 2025.03.18 03:58:30.688170 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 172 rows starting from the beginning of the part
15953 2025.03.18 03:58:30.688527 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 56 rows starting from the beginning of the part
15954 2025.03.18 03:58:30.688860 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 1433 rows starting from the beginning of the part
15955 2025.03.18 03:58:30.689203 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 56 rows starting from the beginning of the part
15956 2025.03.18 03:58:30.689914 [ 5 ] {6d3b9dd6-028a-4dab-b4d4-fa47d89c1a3f} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15957 2025.03.18 03:58:30.689968 [ 5 ] {6d3b9dd6-028a-4dab-b4d4-fa47d89c1a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15958 2025.03.18 03:58:30.690930 [ 5 ] {6d3b9dd6-028a-4dab-b4d4-fa47d89c1a3f} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary)
15959 2025.03.18 03:58:30.691574 [ 5 ] {6d3b9dd6-028a-4dab-b4d4-fa47d89c1a3f} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15960 2025.03.18 03:58:30.691920 [ 121 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0
15961 2025.03.18 03:58:30.692066 [ 5 ] {6d3b9dd6-028a-4dab-b4d4-fa47d89c1a3f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004835 sec., 13236.814891416752 rows/sec., 1.03 MiB/sec.
15962 2025.03.18 03:58:30.692088 [ 121 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15963 2025.03.18 03:58:30.692452 [ 5 ] {6d3b9dd6-028a-4dab-b4d4-fa47d89c1a3f} <Debug> TCPHandler: Processed in 0.005468312 sec.
15964 2025.03.18 03:58:30.692463 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15965 2025.03.18 03:58:30.692515 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3218 rows, containing 5 columns (5 merged, 0 gathered) in 0.005591034 sec., 575564.3768218902 rows/sec., 50.51 MiB/sec.
15966 2025.03.18 03:58:30.692809 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15967 2025.03.18 03:58:30.692910 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
15968 2025.03.18 03:58:30.693093 [ 5 ] {dcc2cdf5-818b-4288-8a67-65caae01a95c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
15969 2025.03.18 03:58:30.693148 [ 201 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary)
15970 2025.03.18 03:58:30.693310 [ 5 ] {dcc2cdf5-818b-4288-8a67-65caae01a95c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
15971 2025.03.18 03:58:30.693545 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
15972 2025.03.18 03:58:30.693671 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 660 rows starting from the beginning of the part
15973 2025.03.18 03:58:30.694189 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 64 rows starting from the beginning of the part
15974 2025.03.18 03:58:30.694667 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 122 rows starting from the beginning of the part
15975 2025.03.18 03:58:30.694912 [ 198 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_176_35} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15976 2025.03.18 03:58:30.695156 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 64 rows starting from the beginning of the part
15977 2025.03.18 03:58:30.695660 [ 198 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_176_35} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35
15978 2025.03.18 03:58:30.695736 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 616 rows starting from the beginning of the part
15979 2025.03.18 03:58:30.696224 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
15980 2025.03.18 03:58:30.696369 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 64 rows starting from the beginning of the part
15981 2025.03.18 03:58:30.698580 [ 5 ] {dcc2cdf5-818b-4288-8a67-65caae01a95c} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15982 2025.03.18 03:58:30.698694 [ 5 ] {dcc2cdf5-818b-4288-8a67-65caae01a95c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15983 2025.03.18 03:58:30.700438 [ 5 ] {dcc2cdf5-818b-4288-8a67-65caae01a95c} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary)
15984 2025.03.18 03:58:30.700771 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1590 rows, containing 5 columns (5 merged, 0 gathered) in 0.008165142 sec., 194730.23249320098 rows/sec., 15.52 MiB/sec.
15985 2025.03.18 03:58:30.701047 [ 5 ] {dcc2cdf5-818b-4288-8a67-65caae01a95c} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15986 2025.03.18 03:58:30.701053 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary)
15987 2025.03.18 03:58:30.701382 [ 5 ] {dcc2cdf5-818b-4288-8a67-65caae01a95c} <Debug> executeQuery: Read 106 rows, 7.56 KiB in 0.008421 sec., 12587.578672366702 rows/sec., 897.36 KiB/sec.
15988 2025.03.18 03:58:30.701513 [ 5 ] {dcc2cdf5-818b-4288-8a67-65caae01a95c} <Debug> TCPHandler: Processed in 0.008833222 sec.
15989 2025.03.18 03:58:30.701767 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
15990 2025.03.18 03:58:30.701993 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_176_35} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15991 2025.03.18 03:58:30.702174 [ 5 ] {8a954681-8146-443e-8fde-aa4124c8bc7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
15992 2025.03.18 03:58:30.702384 [ 5 ] {8a954681-8146-443e-8fde-aa4124c8bc7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
15993 2025.03.18 03:58:30.702425 [ 198 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_176_35} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35
15994 2025.03.18 03:58:30.702775 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
15995 2025.03.18 03:58:30.703594 [ 5 ] {8a954681-8146-443e-8fde-aa4124c8bc7f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
15996 2025.03.18 03:58:30.703633 [ 5 ] {8a954681-8146-443e-8fde-aa4124c8bc7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
15997 2025.03.18 03:58:30.704135 [ 5 ] {8a954681-8146-443e-8fde-aa4124c8bc7f} <Trace> MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary)
15998 2025.03.18 03:58:30.704584 [ 5 ] {8a954681-8146-443e-8fde-aa4124c8bc7f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
15999 2025.03.18 03:58:30.704758 [ 121 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0
16000 2025.03.18 03:58:30.704811 [ 121 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16001 2025.03.18 03:58:30.704823 [ 5 ] {8a954681-8146-443e-8fde-aa4124c8bc7f} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.002785 sec., 14362.657091561938 rows/sec., 993.04 KiB/sec.
16002 2025.03.18 03:58:30.704853 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16003 2025.03.18 03:58:30.704963 [ 5 ] {8a954681-8146-443e-8fde-aa4124c8bc7f} <Debug> TCPHandler: Processed in 0.003313149 sec.
16004 2025.03.18 03:58:30.705040 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
16005 2025.03.18 03:58:30.705153 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_176_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16006 2025.03.18 03:58:30.705190 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_171_34, total 8808 rows starting from the beginning of the part
16007 2025.03.18 03:58:30.705317 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
16008 2025.03.18 03:58:30.705516 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
16009 2025.03.18 03:58:30.705730 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
16010 2025.03.18 03:58:30.705888 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 20 rows starting from the beginning of the part
16011 2025.03.18 03:58:30.706005 [ 201 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_176_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 40 rows starting from the beginning of the part
16012 2025.03.18 03:58:30.708929 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_176_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9048 rows, containing 4 columns (4 merged, 0 gathered) in 0.00395636 sec., 2286950.631388448 rows/sec., 154.12 MiB/sec.
16013 2025.03.18 03:58:30.709461 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_176_35} <Trace> MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary)
16014 2025.03.18 03:58:30.710322 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_176_35} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16015 2025.03.18 03:58:30.710413 [ 189 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_176_35} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35
16016 2025.03.18 03:58:30.710516 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.89 MiB.
16017 2025.03.18 03:58:31.985701 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 47153
16018 2025.03.18 03:58:31.986514 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16019 2025.03.18 03:58:31.986556 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16020 2025.03.18 03:58:31.987270 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
16021 2025.03.18 03:58:31.987775 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16022 2025.03.18 03:58:31.987994 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47153
16023 2025.03.18 03:58:34.000190 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.55 MiB, peak 284.04 MiB, free memory in arenas 0.00 B, will set to 265.55 MiB (RSS), difference: -4.00 MiB
16024 2025.03.18 03:58:35.381909 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 777
16025 2025.03.18 03:58:35.405793 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16026 2025.03.18 03:58:35.405864 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16027 2025.03.18 03:58:35.413641 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
16028 2025.03.18 03:58:35.414841 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16029 2025.03.18 03:58:35.418207 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 777
16030 2025.03.18 03:58:35.687476 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16031 2025.03.18 03:58:35.687658 [ 5 ] {f5021068-41a7-4af6-a1fb-b1b63301731f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16032 2025.03.18 03:58:35.687725 [ 5 ] {f5021068-41a7-4af6-a1fb-b1b63301731f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16033 2025.03.18 03:58:35.688460 [ 5 ] {f5021068-41a7-4af6-a1fb-b1b63301731f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16034 2025.03.18 03:58:35.688509 [ 5 ] {f5021068-41a7-4af6-a1fb-b1b63301731f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16035 2025.03.18 03:58:35.689056 [ 5 ] {f5021068-41a7-4af6-a1fb-b1b63301731f} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary)
16036 2025.03.18 03:58:35.689529 [ 5 ] {f5021068-41a7-4af6-a1fb-b1b63301731f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16037 2025.03.18 03:58:35.689774 [ 5 ] {f5021068-41a7-4af6-a1fb-b1b63301731f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002164 sec., 25878.003696857668 rows/sec., 1.99 MiB/sec.
16038 2025.03.18 03:58:35.689831 [ 5 ] {f5021068-41a7-4af6-a1fb-b1b63301731f} <Debug> TCPHandler: Processed in 0.002478057 sec.
16039 2025.03.18 03:58:35.689949 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16040 2025.03.18 03:58:35.690055 [ 5 ] {7b508b7c-6c56-4bf8-8566-39dd03b28925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16041 2025.03.18 03:58:35.690100 [ 5 ] {7b508b7c-6c56-4bf8-8566-39dd03b28925} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16042 2025.03.18 03:58:35.690653 [ 5 ] {7b508b7c-6c56-4bf8-8566-39dd03b28925} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16043 2025.03.18 03:58:35.690694 [ 5 ] {7b508b7c-6c56-4bf8-8566-39dd03b28925} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16044 2025.03.18 03:58:35.691227 [ 5 ] {7b508b7c-6c56-4bf8-8566-39dd03b28925} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary)
16045 2025.03.18 03:58:35.691709 [ 5 ] {7b508b7c-6c56-4bf8-8566-39dd03b28925} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16046 2025.03.18 03:58:35.691934 [ 5 ] {7b508b7c-6c56-4bf8-8566-39dd03b28925} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001896 sec., 33755.27426160338 rows/sec., 2.63 MiB/sec.
16047 2025.03.18 03:58:35.691989 [ 5 ] {7b508b7c-6c56-4bf8-8566-39dd03b28925} <Debug> TCPHandler: Processed in 0.002091051 sec.
16048 2025.03.18 03:58:35.692126 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16049 2025.03.18 03:58:35.692427 [ 5 ] {e634511c-0d23-43ba-bb2e-cd5d673e431f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16050 2025.03.18 03:58:35.692605 [ 5 ] {e634511c-0d23-43ba-bb2e-cd5d673e431f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16051 2025.03.18 03:58:35.693595 [ 5 ] {e634511c-0d23-43ba-bb2e-cd5d673e431f} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16052 2025.03.18 03:58:35.693635 [ 5 ] {e634511c-0d23-43ba-bb2e-cd5d673e431f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16053 2025.03.18 03:58:35.694139 [ 5 ] {e634511c-0d23-43ba-bb2e-cd5d673e431f} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary)
16054 2025.03.18 03:58:35.694597 [ 5 ] {e634511c-0d23-43ba-bb2e-cd5d673e431f} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16055 2025.03.18 03:58:35.694812 [ 5 ] {e634511c-0d23-43ba-bb2e-cd5d673e431f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002505 sec., 63872.25548902196 rows/sec., 4.45 MiB/sec.
16056 2025.03.18 03:58:35.694866 [ 5 ] {e634511c-0d23-43ba-bb2e-cd5d673e431f} <Debug> TCPHandler: Processed in 0.002792872 sec.
16057 2025.03.18 03:58:35.694972 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16058 2025.03.18 03:58:35.695073 [ 5 ] {2f124e37-d090-4f24-a5e5-8069840c7f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16059 2025.03.18 03:58:35.695119 [ 5 ] {2f124e37-d090-4f24-a5e5-8069840c7f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16060 2025.03.18 03:58:35.695543 [ 5 ] {2f124e37-d090-4f24-a5e5-8069840c7f24} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16061 2025.03.18 03:58:35.695588 [ 5 ] {2f124e37-d090-4f24-a5e5-8069840c7f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16062 2025.03.18 03:58:35.696046 [ 5 ] {2f124e37-d090-4f24-a5e5-8069840c7f24} <Trace> MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary)
16063 2025.03.18 03:58:35.696503 [ 5 ] {2f124e37-d090-4f24-a5e5-8069840c7f24} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16064 2025.03.18 03:58:35.696716 [ 5 ] {2f124e37-d090-4f24-a5e5-8069840c7f24} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001663 sec., 36079.37462417318 rows/sec., 2.43 MiB/sec.
16065 2025.03.18 03:58:35.696765 [ 5 ] {2f124e37-d090-4f24-a5e5-8069840c7f24} <Debug> TCPHandler: Processed in 0.001844628 sec.
16066 2025.03.18 03:58:38.051473 [ 115 ] {} <Debug> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0
16067 2025.03.18 03:58:38.051554 [ 115 ] {} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16068 2025.03.18 03:58:38.051582 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16069 2025.03.18 03:58:38.051845 [ 190 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
16070 2025.03.18 03:58:38.052071 [ 190 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16071 2025.03.18 03:58:38.052116 [ 190 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
16072 2025.03.18 03:58:38.052249 [ 190 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 3 rows starting from the beginning of the part
16073 2025.03.18 03:58:38.052439 [ 190 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part
16074 2025.03.18 03:58:38.052708 [ 190 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part
16075 2025.03.18 03:58:38.052938 [ 190 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::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
16076 2025.03.18 03:58:38.054225 [ 188 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.002549739 sec., 15687.880210484289 rows/sec., 1.30 MiB/sec.
16077 2025.03.18 03:58:38.054563 [ 197 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary)
16078 2025.03.18 03:58:38.055177 [ 197 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_25_6} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16079 2025.03.18 03:58:38.055267 [ 197 ] {176a4f1b-418d-46ca-9bd1-dac654007ce2::all_1_25_6} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6
16080 2025.03.18 03:58:38.055377 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
16081 2025.03.18 03:58:39.217253 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache
16082 2025.03.18 03:58:39.217332 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache
16083 2025.03.18 03:58:39.488198 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 47641
16084 2025.03.18 03:58:39.488868 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16085 2025.03.18 03:58:39.488915 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16086 2025.03.18 03:58:39.489637 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
16087 2025.03.18 03:58:39.490167 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16088 2025.03.18 03:58:39.490424 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47641
16089 2025.03.18 03:58:39.761179 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2112
16090 2025.03.18 03:58:39.764170 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16091 2025.03.18 03:58:39.764215 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16092 2025.03.18 03:58:39.765841 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
16093 2025.03.18 03:58:39.766347 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16094 2025.03.18 03:58:39.766933 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2112
16095 2025.03.18 03:58:40.161483 [ 217 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
16096 2025.03.18 03:58:40.161535 [ 217 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
16097 2025.03.18 03:58:40.163873 [ 217 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
16098 2025.03.18 03:58:40.428719 [ 223 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
16099 2025.03.18 03:58:40.428786 [ 223 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
16100 2025.03.18 03:58:40.431412 [ 223 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
16101 2025.03.18 03:58:40.690439 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16102 2025.03.18 03:58:40.690629 [ 5 ] {5992d5df-e698-4a25-838c-3483700019d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16103 2025.03.18 03:58:40.690702 [ 5 ] {5992d5df-e698-4a25-838c-3483700019d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16104 2025.03.18 03:58:40.691550 [ 5 ] {5992d5df-e698-4a25-838c-3483700019d6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16105 2025.03.18 03:58:40.691595 [ 5 ] {5992d5df-e698-4a25-838c-3483700019d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16106 2025.03.18 03:58:40.692170 [ 5 ] {5992d5df-e698-4a25-838c-3483700019d6} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary)
16107 2025.03.18 03:58:40.692729 [ 5 ] {5992d5df-e698-4a25-838c-3483700019d6} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16108 2025.03.18 03:58:40.692932 [ 5 ] {5992d5df-e698-4a25-838c-3483700019d6} <Debug> executeQuery: Read 172 rows, 15.42 KiB in 0.002362 sec., 72819.64436917867 rows/sec., 6.38 MiB/sec.
16109 2025.03.18 03:58:40.692997 [ 5 ] {5992d5df-e698-4a25-838c-3483700019d6} <Debug> TCPHandler: Processed in 0.002688971 sec.
16110 2025.03.18 03:58:40.693119 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16111 2025.03.18 03:58:40.693231 [ 5 ] {8ac13b2f-4f0b-4916-bb8f-23af17da27e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16112 2025.03.18 03:58:40.693280 [ 5 ] {8ac13b2f-4f0b-4916-bb8f-23af17da27e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16113 2025.03.18 03:58:40.693833 [ 5 ] {8ac13b2f-4f0b-4916-bb8f-23af17da27e3} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16114 2025.03.18 03:58:40.693871 [ 5 ] {8ac13b2f-4f0b-4916-bb8f-23af17da27e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16115 2025.03.18 03:58:40.694326 [ 5 ] {8ac13b2f-4f0b-4916-bb8f-23af17da27e3} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
16116 2025.03.18 03:58:40.694781 [ 5 ] {8ac13b2f-4f0b-4916-bb8f-23af17da27e3} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16117 2025.03.18 03:58:40.694958 [ 5 ] {8ac13b2f-4f0b-4916-bb8f-23af17da27e3} <Debug> executeQuery: Read 58 rows, 4.36 KiB in 0.001753 sec., 33086.138049058754 rows/sec., 2.43 MiB/sec.
16118 2025.03.18 03:58:40.695010 [ 5 ] {8ac13b2f-4f0b-4916-bb8f-23af17da27e3} <Debug> TCPHandler: Processed in 0.001944959 sec.
16119 2025.03.18 03:58:40.695115 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16120 2025.03.18 03:58:40.695218 [ 5 ] {7e39dac8-592b-4b6e-aa6d-9bebb5275374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16121 2025.03.18 03:58:40.695264 [ 5 ] {7e39dac8-592b-4b6e-aa6d-9bebb5275374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16122 2025.03.18 03:58:40.695821 [ 5 ] {7e39dac8-592b-4b6e-aa6d-9bebb5275374} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16123 2025.03.18 03:58:40.695858 [ 5 ] {7e39dac8-592b-4b6e-aa6d-9bebb5275374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16124 2025.03.18 03:58:40.696332 [ 5 ] {7e39dac8-592b-4b6e-aa6d-9bebb5275374} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary)
16125 2025.03.18 03:58:40.696790 [ 5 ] {7e39dac8-592b-4b6e-aa6d-9bebb5275374} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16126 2025.03.18 03:58:40.696979 [ 5 ] {7e39dac8-592b-4b6e-aa6d-9bebb5275374} <Debug> executeQuery: Read 122 rows, 9.76 KiB in 0.001778 sec., 68616.4229471316 rows/sec., 5.36 MiB/sec.
16127 2025.03.18 03:58:40.697063 [ 217 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
16128 2025.03.18 03:58:40.697066 [ 5 ] {7e39dac8-592b-4b6e-aa6d-9bebb5275374} <Debug> TCPHandler: Processed in 0.002001441 sec.
16129 2025.03.18 03:58:40.697117 [ 217 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
16130 2025.03.18 03:58:40.697314 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16131 2025.03.18 03:58:40.697438 [ 5 ] {09526523-9ce2-4a75-b381-fabfd10281cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16132 2025.03.18 03:58:40.697491 [ 5 ] {09526523-9ce2-4a75-b381-fabfd10281cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16133 2025.03.18 03:58:40.698547 [ 5 ] {09526523-9ce2-4a75-b381-fabfd10281cd} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16134 2025.03.18 03:58:40.698719 [ 5 ] {09526523-9ce2-4a75-b381-fabfd10281cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16135 2025.03.18 03:58:40.699506 [ 5 ] {09526523-9ce2-4a75-b381-fabfd10281cd} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary)
16136 2025.03.18 03:58:40.700281 [ 5 ] {09526523-9ce2-4a75-b381-fabfd10281cd} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16137 2025.03.18 03:58:40.700592 [ 5 ] {09526523-9ce2-4a75-b381-fabfd10281cd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003163 sec., 50584.88776478027 rows/sec., 3.52 MiB/sec.
16138 2025.03.18 03:58:40.700722 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
16139 2025.03.18 03:58:40.700788 [ 5 ] {09526523-9ce2-4a75-b381-fabfd10281cd} <Debug> TCPHandler: Processed in 0.003559743 sec.
16140 2025.03.18 03:58:40.700808 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
16141 2025.03.18 03:58:40.701028 [ 217 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
16142 2025.03.18 03:58:40.701082 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16143 2025.03.18 03:58:40.701481 [ 5 ] {51e01fab-8259-43ca-8a78-2b22b5999183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16144 2025.03.18 03:58:40.701692 [ 5 ] {51e01fab-8259-43ca-8a78-2b22b5999183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16145 2025.03.18 03:58:40.706291 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
16146 2025.03.18 03:58:40.707010 [ 5 ] {51e01fab-8259-43ca-8a78-2b22b5999183} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16147 2025.03.18 03:58:40.707096 [ 5 ] {51e01fab-8259-43ca-8a78-2b22b5999183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16148 2025.03.18 03:58:40.708720 [ 5 ] {51e01fab-8259-43ca-8a78-2b22b5999183} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
16149 2025.03.18 03:58:40.709205 [ 5 ] {51e01fab-8259-43ca-8a78-2b22b5999183} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16150 2025.03.18 03:58:40.709338 [ 110 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
16151 2025.03.18 03:58:40.709383 [ 110 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16152 2025.03.18 03:58:40.709409 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16153 2025.03.18 03:58:40.709415 [ 5 ] {51e01fab-8259-43ca-8a78-2b22b5999183} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.008081 sec., 7177.3295384234625 rows/sec., 12.86 MiB/sec.
16154 2025.03.18 03:58:40.709864 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
16155 2025.03.18 03:58:40.710270 [ 5 ] {51e01fab-8259-43ca-8a78-2b22b5999183} <Debug> TCPHandler: Processed in 0.009264499 sec.
16156 2025.03.18 03:58:40.711103 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16157 2025.03.18 03:58:40.711577 [ 5 ] {d9246c9e-8a7c-4ca3-ac26-7b1118feff3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16158 2025.03.18 03:58:40.711721 [ 5 ] {d9246c9e-8a7c-4ca3-ac26-7b1118feff3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16159 2025.03.18 03:58:40.712207 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16160 2025.03.18 03:58:40.712525 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2727 rows starting from the beginning of the part
16161 2025.03.18 03:58:40.713195 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 58 rows starting from the beginning of the part
16162 2025.03.18 03:58:40.713832 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 58 rows starting from the beginning of the part
16163 2025.03.18 03:58:40.713845 [ 5 ] {d9246c9e-8a7c-4ca3-ac26-7b1118feff3c} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16164 2025.03.18 03:58:40.713890 [ 5 ] {d9246c9e-8a7c-4ca3-ac26-7b1118feff3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16165 2025.03.18 03:58:40.714385 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 58 rows starting from the beginning of the part
16166 2025.03.18 03:58:40.715077 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 58 rows starting from the beginning of the part
16167 2025.03.18 03:58:40.715294 [ 5 ] {d9246c9e-8a7c-4ca3-ac26-7b1118feff3c} <Trace> MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary)
16168 2025.03.18 03:58:40.715527 [ 201 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 58 rows starting from the beginning of the part
16169 2025.03.18 03:58:40.716191 [ 5 ] {d9246c9e-8a7c-4ca3-ac26-7b1118feff3c} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16170 2025.03.18 03:58:40.716446 [ 5 ] {d9246c9e-8a7c-4ca3-ac26-7b1118feff3c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004964 sec., 12087.026591458502 rows/sec., 834.13 KiB/sec.
16171 2025.03.18 03:58:40.716516 [ 5 ] {d9246c9e-8a7c-4ca3-ac26-7b1118feff3c} <Debug> TCPHandler: Processed in 0.005609485 sec.
16172 2025.03.18 03:58:40.723876 [ 197 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3017 rows, containing 19 columns (19 merged, 0 gathered) in 0.014379326 sec., 209815.11929001403 rows/sec., 375.98 MiB/sec.
16173 2025.03.18 03:58:40.726806 [ 197 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
16174 2025.03.18 03:58:40.727531 [ 197 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16175 2025.03.18 03:58:40.727630 [ 197 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
16176 2025.03.18 03:58:40.727809 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.11 MiB.
16177 2025.03.18 03:58:42.918363 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 784
16178 2025.03.18 03:58:42.942941 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16179 2025.03.18 03:58:42.942992 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16180 2025.03.18 03:58:42.951263 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
16181 2025.03.18 03:58:42.952571 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16182 2025.03.18 03:58:42.955708 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 784
16183 2025.03.18 03:58:45.690656 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16184 2025.03.18 03:58:45.690855 [ 5 ] {d65d01bc-24f6-4464-945f-3dc94734f31f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16185 2025.03.18 03:58:45.690924 [ 5 ] {d65d01bc-24f6-4464-945f-3dc94734f31f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16186 2025.03.18 03:58:45.691756 [ 5 ] {d65d01bc-24f6-4464-945f-3dc94734f31f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16187 2025.03.18 03:58:45.691809 [ 5 ] {d65d01bc-24f6-4464-945f-3dc94734f31f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16188 2025.03.18 03:58:45.692401 [ 5 ] {d65d01bc-24f6-4464-945f-3dc94734f31f} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary)
16189 2025.03.18 03:58:45.692903 [ 5 ] {d65d01bc-24f6-4464-945f-3dc94734f31f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16190 2025.03.18 03:58:45.693174 [ 5 ] {d65d01bc-24f6-4464-945f-3dc94734f31f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002355 sec., 23779.1932059448 rows/sec., 1.83 MiB/sec.
16191 2025.03.18 03:58:45.693264 [ 5 ] {d65d01bc-24f6-4464-945f-3dc94734f31f} <Debug> TCPHandler: Processed in 0.002738722 sec.
16192 2025.03.18 03:58:45.693426 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16193 2025.03.18 03:58:45.693599 [ 5 ] {2289132e-815c-4fec-8dcc-864b34713b4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16194 2025.03.18 03:58:45.693652 [ 5 ] {2289132e-815c-4fec-8dcc-864b34713b4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16195 2025.03.18 03:58:45.694281 [ 5 ] {2289132e-815c-4fec-8dcc-864b34713b4e} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16196 2025.03.18 03:58:45.694324 [ 5 ] {2289132e-815c-4fec-8dcc-864b34713b4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16197 2025.03.18 03:58:45.694873 [ 5 ] {2289132e-815c-4fec-8dcc-864b34713b4e} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary)
16198 2025.03.18 03:58:45.695369 [ 5 ] {2289132e-815c-4fec-8dcc-864b34713b4e} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16199 2025.03.18 03:58:45.695598 [ 5 ] {2289132e-815c-4fec-8dcc-864b34713b4e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002041 sec., 31357.177853993144 rows/sec., 2.45 MiB/sec.
16200 2025.03.18 03:58:45.695667 [ 5 ] {2289132e-815c-4fec-8dcc-864b34713b4e} <Debug> TCPHandler: Processed in 0.002314985 sec.
16201 2025.03.18 03:58:45.695810 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16202 2025.03.18 03:58:45.695939 [ 5 ] {1c8397fc-c9d9-4040-b37f-47c1a83b6609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16203 2025.03.18 03:58:45.696007 [ 5 ] {1c8397fc-c9d9-4040-b37f-47c1a83b6609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16204 2025.03.18 03:58:45.696539 [ 5 ] {1c8397fc-c9d9-4040-b37f-47c1a83b6609} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16205 2025.03.18 03:58:45.696578 [ 5 ] {1c8397fc-c9d9-4040-b37f-47c1a83b6609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16206 2025.03.18 03:58:45.697099 [ 5 ] {1c8397fc-c9d9-4040-b37f-47c1a83b6609} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary)
16207 2025.03.18 03:58:45.697561 [ 5 ] {1c8397fc-c9d9-4040-b37f-47c1a83b6609} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16208 2025.03.18 03:58:45.697788 [ 5 ] {1c8397fc-c9d9-4040-b37f-47c1a83b6609} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001877 sec., 85242.40809802877 rows/sec., 5.94 MiB/sec.
16209 2025.03.18 03:58:45.697872 [ 5 ] {1c8397fc-c9d9-4040-b37f-47c1a83b6609} <Debug> TCPHandler: Processed in 0.002122992 sec.
16210 2025.03.18 03:58:45.698047 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16211 2025.03.18 03:58:45.698330 [ 5 ] {8af20be5-657e-4ff5-bb10-0e4fe7282618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16212 2025.03.18 03:58:45.698472 [ 5 ] {8af20be5-657e-4ff5-bb10-0e4fe7282618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16213 2025.03.18 03:58:45.699337 [ 5 ] {8af20be5-657e-4ff5-bb10-0e4fe7282618} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16214 2025.03.18 03:58:45.699382 [ 5 ] {8af20be5-657e-4ff5-bb10-0e4fe7282618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16215 2025.03.18 03:58:45.699883 [ 5 ] {8af20be5-657e-4ff5-bb10-0e4fe7282618} <Trace> MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary)
16216 2025.03.18 03:58:45.700337 [ 5 ] {8af20be5-657e-4ff5-bb10-0e4fe7282618} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16217 2025.03.18 03:58:45.700570 [ 5 ] {8af20be5-657e-4ff5-bb10-0e4fe7282618} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002348 sec., 25553.662691652473 rows/sec., 1.72 MiB/sec.
16218 2025.03.18 03:58:45.700637 [ 5 ] {8af20be5-657e-4ff5-bb10-0e4fe7282618} <Debug> TCPHandler: Processed in 0.00269413 sec.
16219 2025.03.18 03:58:46.990644 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 48068
16220 2025.03.18 03:58:46.991295 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16221 2025.03.18 03:58:46.991343 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16222 2025.03.18 03:58:46.992021 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
16223 2025.03.18 03:58:46.992588 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16224 2025.03.18 03:58:46.992943 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48068
16225 2025.03.18 03:58:46.992975 [ 219 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
16226 2025.03.18 03:58:46.993058 [ 219 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
16227 2025.03.18 03:58:46.995294 [ 219 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
16228 2025.03.18 03:58:49.262710 [ 225 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
16229 2025.03.18 03:58:49.262788 [ 225 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
16230 2025.03.18 03:58:49.264946 [ 225 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
16231 2025.03.18 03:58:49.767192 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2132
16232 2025.03.18 03:58:49.770202 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16233 2025.03.18 03:58:49.770257 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16234 2025.03.18 03:58:49.771920 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
16235 2025.03.18 03:58:49.772530 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16236 2025.03.18 03:58:49.774048 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2132
16237 2025.03.18 03:58:50.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.55 MiB, peak 284.10 MiB, free memory in arenas 0.00 B, will set to 265.55 MiB (RSS), difference: 4.00 MiB
16238 2025.03.18 03:58:50.455855 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 792
16239 2025.03.18 03:58:50.479726 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16240 2025.03.18 03:58:50.479799 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16241 2025.03.18 03:58:50.487575 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
16242 2025.03.18 03:58:50.488796 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16243 2025.03.18 03:58:50.494116 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 792
16244 2025.03.18 03:58:50.690327 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16245 2025.03.18 03:58:50.690512 [ 5 ] {ed208b1f-34ff-42d2-a10f-c9fc272b5500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16246 2025.03.18 03:58:50.690583 [ 5 ] {ed208b1f-34ff-42d2-a10f-c9fc272b5500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16247 2025.03.18 03:58:50.691404 [ 5 ] {ed208b1f-34ff-42d2-a10f-c9fc272b5500} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16248 2025.03.18 03:58:50.691448 [ 5 ] {ed208b1f-34ff-42d2-a10f-c9fc272b5500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16249 2025.03.18 03:58:50.692032 [ 5 ] {ed208b1f-34ff-42d2-a10f-c9fc272b5500} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary)
16250 2025.03.18 03:58:50.692497 [ 5 ] {ed208b1f-34ff-42d2-a10f-c9fc272b5500} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16251 2025.03.18 03:58:50.692724 [ 5 ] {ed208b1f-34ff-42d2-a10f-c9fc272b5500} <Debug> executeQuery: Read 172 rows, 15.42 KiB in 0.002254 sec., 76308.78438331855 rows/sec., 6.68 MiB/sec.
16252 2025.03.18 03:58:50.692795 [ 5 ] {ed208b1f-34ff-42d2-a10f-c9fc272b5500} <Debug> TCPHandler: Processed in 0.002598359 sec.
16253 2025.03.18 03:58:50.692932 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16254 2025.03.18 03:58:50.693197 [ 5 ] {99f2b8c5-c0ef-4a09-a866-83b365383f7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16255 2025.03.18 03:58:50.693318 [ 5 ] {99f2b8c5-c0ef-4a09-a866-83b365383f7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16256 2025.03.18 03:58:50.694365 [ 5 ] {99f2b8c5-c0ef-4a09-a866-83b365383f7b} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16257 2025.03.18 03:58:50.694404 [ 5 ] {99f2b8c5-c0ef-4a09-a866-83b365383f7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16258 2025.03.18 03:58:50.694856 [ 5 ] {99f2b8c5-c0ef-4a09-a866-83b365383f7b} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
16259 2025.03.18 03:58:50.695307 [ 5 ] {99f2b8c5-c0ef-4a09-a866-83b365383f7b} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16260 2025.03.18 03:58:50.695508 [ 5 ] {99f2b8c5-c0ef-4a09-a866-83b365383f7b} <Debug> executeQuery: Read 58 rows, 4.36 KiB in 0.002408 sec., 24086.378737541527 rows/sec., 1.77 MiB/sec.
16261 2025.03.18 03:58:50.695560 [ 5 ] {99f2b8c5-c0ef-4a09-a866-83b365383f7b} <Debug> TCPHandler: Processed in 0.00267707 sec.
16262 2025.03.18 03:58:50.695672 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16263 2025.03.18 03:58:50.695777 [ 5 ] {2894437b-58d3-4f53-b620-1ece00b5f075} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16264 2025.03.18 03:58:50.695821 [ 5 ] {2894437b-58d3-4f53-b620-1ece00b5f075} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16265 2025.03.18 03:58:50.696378 [ 5 ] {2894437b-58d3-4f53-b620-1ece00b5f075} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16266 2025.03.18 03:58:50.696417 [ 5 ] {2894437b-58d3-4f53-b620-1ece00b5f075} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16267 2025.03.18 03:58:50.696887 [ 5 ] {2894437b-58d3-4f53-b620-1ece00b5f075} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary)
16268 2025.03.18 03:58:50.697325 [ 5 ] {2894437b-58d3-4f53-b620-1ece00b5f075} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16269 2025.03.18 03:58:50.697538 [ 5 ] {2894437b-58d3-4f53-b620-1ece00b5f075} <Debug> executeQuery: Read 122 rows, 9.76 KiB in 0.001781 sec., 68500.84222346995 rows/sec., 5.35 MiB/sec.
16270 2025.03.18 03:58:50.697600 [ 5 ] {2894437b-58d3-4f53-b620-1ece00b5f075} <Debug> TCPHandler: Processed in 0.00197687 sec.
16271 2025.03.18 03:58:50.697722 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16272 2025.03.18 03:58:50.697885 [ 5 ] {ccee4bd8-932b-499e-b8af-9fd7030299f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16273 2025.03.18 03:58:50.697967 [ 5 ] {ccee4bd8-932b-499e-b8af-9fd7030299f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16274 2025.03.18 03:58:50.698567 [ 5 ] {ccee4bd8-932b-499e-b8af-9fd7030299f7} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16275 2025.03.18 03:58:50.698605 [ 5 ] {ccee4bd8-932b-499e-b8af-9fd7030299f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16276 2025.03.18 03:58:50.699153 [ 5 ] {ccee4bd8-932b-499e-b8af-9fd7030299f7} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary)
16277 2025.03.18 03:58:50.699633 [ 5 ] {ccee4bd8-932b-499e-b8af-9fd7030299f7} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16278 2025.03.18 03:58:50.699806 [ 99 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 2 parts from all_1_175_46 to all_176_176_0
16279 2025.03.18 03:58:50.699866 [ 5 ] {ccee4bd8-932b-499e-b8af-9fd7030299f7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002024 sec., 79051.38339920947 rows/sec., 5.51 MiB/sec.
16280 2025.03.18 03:58:50.699880 [ 99 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16281 2025.03.18 03:58:50.699953 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16282 2025.03.18 03:58:50.699999 [ 5 ] {ccee4bd8-932b-499e-b8af-9fd7030299f7} <Debug> TCPHandler: Processed in 0.002332795 sec.
16283 2025.03.18 03:58:50.700214 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_176_47} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_175_46 to all_176_176_0 into Compact with storage Full
16284 2025.03.18 03:58:50.700260 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16285 2025.03.18 03:58:50.700632 [ 5 ] {265040d2-6533-4273-ae5a-c54f58fc870c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16286 2025.03.18 03:58:50.700997 [ 5 ] {265040d2-6533-4273-ae5a-c54f58fc870c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16287 2025.03.18 03:58:50.701113 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_176_47} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16288 2025.03.18 03:58:50.701497 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_176_47} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_175_46, total 47692 rows starting from the beginning of the part
16289 2025.03.18 03:58:50.703042 [ 195 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_176_47} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 106 rows starting from the beginning of the part
16290 2025.03.18 03:58:50.705645 [ 5 ] {265040d2-6533-4273-ae5a-c54f58fc870c} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16291 2025.03.18 03:58:50.705720 [ 5 ] {265040d2-6533-4273-ae5a-c54f58fc870c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16292 2025.03.18 03:58:50.706846 [ 5 ] {265040d2-6533-4273-ae5a-c54f58fc870c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
16293 2025.03.18 03:58:50.707444 [ 5 ] {265040d2-6533-4273-ae5a-c54f58fc870c} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16294 2025.03.18 03:58:50.707789 [ 5 ] {265040d2-6533-4273-ae5a-c54f58fc870c} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.007324 sec., 7919.169852539596 rows/sec., 14.19 MiB/sec.
16295 2025.03.18 03:58:50.707916 [ 5 ] {265040d2-6533-4273-ae5a-c54f58fc870c} <Debug> TCPHandler: Processed in 0.007732996 sec.
16296 2025.03.18 03:58:50.708093 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16297 2025.03.18 03:58:50.708204 [ 5 ] {f0881048-1b15-4b72-878d-b29d899f5b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16298 2025.03.18 03:58:50.708251 [ 5 ] {f0881048-1b15-4b72-878d-b29d899f5b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16299 2025.03.18 03:58:50.709068 [ 5 ] {f0881048-1b15-4b72-878d-b29d899f5b62} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16300 2025.03.18 03:58:50.709109 [ 5 ] {f0881048-1b15-4b72-878d-b29d899f5b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16301 2025.03.18 03:58:50.709698 [ 5 ] {f0881048-1b15-4b72-878d-b29d899f5b62} <Trace> MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary)
16302 2025.03.18 03:58:50.710307 [ 5 ] {f0881048-1b15-4b72-878d-b29d899f5b62} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16303 2025.03.18 03:58:50.710570 [ 5 ] {f0881048-1b15-4b72-878d-b29d899f5b62} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00239 sec., 25104.60251046025 rows/sec., 1.69 MiB/sec.
16304 2025.03.18 03:58:50.710636 [ 5 ] {f0881048-1b15-4b72-878d-b29d899f5b62} <Debug> TCPHandler: Processed in 0.002628 sec.
16305 2025.03.18 03:58:50.712981 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_176_47} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47798 rows, containing 5 columns (5 merged, 0 gathered) in 0.012922614 sec., 3698787.257748316 rows/sec., 253.48 MiB/sec.
16306 2025.03.18 03:58:50.713716 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_176_47} <Trace> MergedBlockOutputStream: filled checksums all_1_176_47 (state Temporary)
16307 2025.03.18 03:58:50.714225 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_176_47} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_176_47 to all_1_176_47 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16308 2025.03.18 03:58:50.714308 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_176_47} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 2 parts: [all_1_175_46, all_176_176_0] -> all_1_176_47
16309 2025.03.18 03:58:50.714389 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
16310 2025.03.18 03:58:51.196813 [ 222 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Found 6 old parts to remove. Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0]
16311 2025.03.18 03:58:51.196878 [ 222 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Removing 6 parts from filesystem (serially): Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0]
16312 2025.03.18 03:58:51.198898 [ 222 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Removing 6 parts from memory: Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0]
16313 2025.03.18 03:58:54.217381 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache
16314 2025.03.18 03:58:54.217453 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache
16315 2025.03.18 03:58:54.493183 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 48556
16316 2025.03.18 03:58:54.494146 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16317 2025.03.18 03:58:54.494188 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16318 2025.03.18 03:58:54.494944 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
16319 2025.03.18 03:58:54.495534 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16320 2025.03.18 03:58:54.495699 [ 96 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
16321 2025.03.18 03:58:54.495749 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48556
16322 2025.03.18 03:58:54.495757 [ 96 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16323 2025.03.18 03:58:54.495788 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16324 2025.03.18 03:58:54.496025 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::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
16325 2025.03.18 03:58:54.496467 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16326 2025.03.18 03:58:54.496543 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_101_20, total 46238 rows starting from the beginning of the part
16327 2025.03.18 03:58:54.496643 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::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
16328 2025.03.18 03:58:54.496884 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::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
16329 2025.03.18 03:58:54.497095 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::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
16330 2025.03.18 03:58:54.497275 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::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
16331 2025.03.18 03:58:54.497460 [ 193 ] {5aa70344-bffa-4328-b262-9125757f4448::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
16332 2025.03.18 03:58:54.500850 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48556 rows, containing 4 columns (4 merged, 0 gathered) in 0.004969055 sec., 9771676.908386001 rows/sec., 139.78 MiB/sec.
16333 2025.03.18 03:58:54.501508 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
16334 2025.03.18 03:58:54.502205 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_106_21} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16335 2025.03.18 03:58:54.502305 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_106_21} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
16336 2025.03.18 03:58:54.502433 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
16337 2025.03.18 03:58:55.687542 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16338 2025.03.18 03:58:55.687765 [ 5 ] {585b3281-770d-4be9-9ab0-0172b1ef9631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16339 2025.03.18 03:58:55.687851 [ 5 ] {585b3281-770d-4be9-9ab0-0172b1ef9631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16340 2025.03.18 03:58:55.688641 [ 5 ] {585b3281-770d-4be9-9ab0-0172b1ef9631} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16341 2025.03.18 03:58:55.688697 [ 5 ] {585b3281-770d-4be9-9ab0-0172b1ef9631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16342 2025.03.18 03:58:55.689378 [ 5 ] {585b3281-770d-4be9-9ab0-0172b1ef9631} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary)
16343 2025.03.18 03:58:55.689971 [ 5 ] {585b3281-770d-4be9-9ab0-0172b1ef9631} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16344 2025.03.18 03:58:55.690226 [ 95 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0
16345 2025.03.18 03:58:55.690243 [ 5 ] {585b3281-770d-4be9-9ab0-0172b1ef9631} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002529 sec., 22143.139580862 rows/sec., 1.70 MiB/sec.
16346 2025.03.18 03:58:55.690360 [ 95 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16347 2025.03.18 03:58:55.690439 [ 5 ] {585b3281-770d-4be9-9ab0-0172b1ef9631} <Debug> TCPHandler: Processed in 0.003040515 sec.
16348 2025.03.18 03:58:55.690450 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16349 2025.03.18 03:58:55.690684 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16350 2025.03.18 03:58:55.690731 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
16351 2025.03.18 03:58:55.690957 [ 5 ] {d58b7572-268c-4fa4-b408-a82518901175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16352 2025.03.18 03:58:55.690993 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_181_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16353 2025.03.18 03:58:55.691083 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_176_35, total 1445 rows starting from the beginning of the part
16354 2025.03.18 03:58:55.691088 [ 5 ] {d58b7572-268c-4fa4-b408-a82518901175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16355 2025.03.18 03:58:55.691780 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 56 rows starting from the beginning of the part
16356 2025.03.18 03:58:55.692443 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 172 rows starting from the beginning of the part
16357 2025.03.18 03:58:55.693147 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 56 rows starting from the beginning of the part
16358 2025.03.18 03:58:55.693722 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 172 rows starting from the beginning of the part
16359 2025.03.18 03:58:55.694258 [ 194 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 56 rows starting from the beginning of the part
16360 2025.03.18 03:58:55.695723 [ 5 ] {d58b7572-268c-4fa4-b408-a82518901175} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16361 2025.03.18 03:58:55.695773 [ 5 ] {d58b7572-268c-4fa4-b408-a82518901175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16362 2025.03.18 03:58:55.696538 [ 5 ] {d58b7572-268c-4fa4-b408-a82518901175} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary)
16363 2025.03.18 03:58:55.696867 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_181_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.006279455 sec., 311651.2499890516 rows/sec., 27.39 MiB/sec.
16364 2025.03.18 03:58:55.697082 [ 5 ] {d58b7572-268c-4fa4-b408-a82518901175} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16365 2025.03.18 03:58:55.697334 [ 95 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0
16366 2025.03.18 03:58:55.697363 [ 193 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_181_36} <Trace> MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary)
16367 2025.03.18 03:58:55.697414 [ 95 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16368 2025.03.18 03:58:55.697449 [ 5 ] {d58b7572-268c-4fa4-b408-a82518901175} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.006573 sec., 9736.80206907044 rows/sec., 778.22 KiB/sec.
16369 2025.03.18 03:58:55.697523 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16370 2025.03.18 03:58:55.697807 [ 5 ] {d58b7572-268c-4fa4-b408-a82518901175} <Debug> TCPHandler: Processed in 0.007242839 sec.
16371 2025.03.18 03:58:55.697876 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
16372 2025.03.18 03:58:55.697968 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16373 2025.03.18 03:58:55.698084 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_181_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16374 2025.03.18 03:58:55.698185 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_176_35, total 660 rows starting from the beginning of the part
16375 2025.03.18 03:58:55.698206 [ 5 ] {e8fcc0ed-a1c6-4c2a-a296-c76230a90a91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16376 2025.03.18 03:58:55.698384 [ 5 ] {e8fcc0ed-a1c6-4c2a-a296-c76230a90a91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16377 2025.03.18 03:58:55.698561 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 64 rows starting from the beginning of the part
16378 2025.03.18 03:58:55.699073 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 122 rows starting from the beginning of the part
16379 2025.03.18 03:58:55.699562 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 64 rows starting from the beginning of the part
16380 2025.03.18 03:58:55.699550 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_181_36} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16381 2025.03.18 03:58:55.700097 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 122 rows starting from the beginning of the part
16382 2025.03.18 03:58:55.700585 [ 194 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 64 rows starting from the beginning of the part
16383 2025.03.18 03:58:55.700720 [ 191 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_181_36} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36
16384 2025.03.18 03:58:55.701356 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
16385 2025.03.18 03:58:55.701760 [ 5 ] {e8fcc0ed-a1c6-4c2a-a296-c76230a90a91} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16386 2025.03.18 03:58:55.701811 [ 5 ] {e8fcc0ed-a1c6-4c2a-a296-c76230a90a91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16387 2025.03.18 03:58:55.702575 [ 5 ] {e8fcc0ed-a1c6-4c2a-a296-c76230a90a91} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary)
16388 2025.03.18 03:58:55.702754 [ 193 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_181_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1096 rows, containing 5 columns (5 merged, 0 gathered) in 0.005042206 sec., 217365.1770673392 rows/sec., 17.45 MiB/sec.
16389 2025.03.18 03:58:55.703076 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_181_36} <Trace> MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary)
16390 2025.03.18 03:58:55.703213 [ 5 ] {e8fcc0ed-a1c6-4c2a-a296-c76230a90a91} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16391 2025.03.18 03:58:55.703484 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 2 parts from all_1_176_47 to all_177_177_0
16392 2025.03.18 03:58:55.703569 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16393 2025.03.18 03:58:55.703627 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16394 2025.03.18 03:58:55.703690 [ 5 ] {e8fcc0ed-a1c6-4c2a-a296-c76230a90a91} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005566 sec., 28745.957599712543 rows/sec., 2.00 MiB/sec.
16395 2025.03.18 03:58:55.703940 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_177_48} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_176_47 to all_177_177_0 into Compact with storage Full
16396 2025.03.18 03:58:55.703950 [ 5 ] {e8fcc0ed-a1c6-4c2a-a296-c76230a90a91} <Debug> TCPHandler: Processed in 0.006053381 sec.
16397 2025.03.18 03:58:55.704210 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_181_36} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16398 2025.03.18 03:58:55.704271 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16399 2025.03.18 03:58:55.704345 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_177_48} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16400 2025.03.18 03:58:55.704483 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_177_48} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_176_47, total 47798 rows starting from the beginning of the part
16401 2025.03.18 03:58:55.704517 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_181_36} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36
16402 2025.03.18 03:58:55.704589 [ 5 ] {d3729794-e3cb-473a-a3c8-c84a2d3f2ba4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16403 2025.03.18 03:58:55.704771 [ 5 ] {d3729794-e3cb-473a-a3c8-c84a2d3f2ba4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16404 2025.03.18 03:58:55.704931 [ 193 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_177_48} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 160 rows starting from the beginning of the part
16405 2025.03.18 03:58:55.705300 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB.
16406 2025.03.18 03:58:55.706568 [ 5 ] {d3729794-e3cb-473a-a3c8-c84a2d3f2ba4} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16407 2025.03.18 03:58:55.706613 [ 5 ] {d3729794-e3cb-473a-a3c8-c84a2d3f2ba4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16408 2025.03.18 03:58:55.707327 [ 5 ] {d3729794-e3cb-473a-a3c8-c84a2d3f2ba4} <Trace> MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary)
16409 2025.03.18 03:58:55.707964 [ 5 ] {d3729794-e3cb-473a-a3c8-c84a2d3f2ba4} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16410 2025.03.18 03:58:55.708146 [ 95 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0
16411 2025.03.18 03:58:55.708202 [ 95 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16412 2025.03.18 03:58:55.708268 [ 5 ] {d3729794-e3cb-473a-a3c8-c84a2d3f2ba4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003734 sec., 16068.559185859669 rows/sec., 1.08 MiB/sec.
16413 2025.03.18 03:58:55.708339 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16414 2025.03.18 03:58:55.708524 [ 5 ] {d3729794-e3cb-473a-a3c8-c84a2d3f2ba4} <Debug> TCPHandler: Processed in 0.004363286 sec.
16415 2025.03.18 03:58:55.708617 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
16416 2025.03.18 03:58:55.709021 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_181_36} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16417 2025.03.18 03:58:55.709149 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_176_35, total 9048 rows starting from the beginning of the part
16418 2025.03.18 03:58:55.709549 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 60 rows starting from the beginning of the part
16419 2025.03.18 03:58:55.709938 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_181_36} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 60 rows starting from the beginning of the part
16420 2025.03.18 03:58:55.710337 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
16421 2025.03.18 03:58:55.710660 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
16422 2025.03.18 03:58:55.711083 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
16423 2025.03.18 03:58:55.715785 [ 192 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_181_36} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9348 rows, containing 4 columns (4 merged, 0 gathered) in 0.00728879 sec., 1282517.4000074086 rows/sec., 86.43 MiB/sec.
16424 2025.03.18 03:58:55.716248 [ 196 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_181_36} <Trace> MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary)
16425 2025.03.18 03:58:55.716940 [ 196 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_181_36} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16426 2025.03.18 03:58:55.717187 [ 196 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_181_36} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36
16427 2025.03.18 03:58:55.717290 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB.
16428 2025.03.18 03:58:55.718014 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_177_48} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47958 rows, containing 5 columns (5 merged, 0 gathered) in 0.014225184 sec., 3371344.792446973 rows/sec., 231.05 MiB/sec.
16429 2025.03.18 03:58:55.718793 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_177_48} <Trace> MergedBlockOutputStream: filled checksums all_1_177_48 (state Temporary)
16430 2025.03.18 03:58:55.719304 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_177_48} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_177_48 to all_1_177_48 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16431 2025.03.18 03:58:55.719381 [ 196 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_177_48} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 2 parts: [all_1_176_47, all_177_177_0] -> all_1_177_48
16432 2025.03.18 03:58:55.719462 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB.
16433 2025.03.18 03:58:57.169379 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16434 2025.03.18 03:58:57.169612 [ 5 ] {4d1a89a5-b852-4c4b-8c68-b6ae5a0f3e1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
16435 2025.03.18 03:58:57.169696 [ 5 ] {4d1a89a5-b852-4c4b-8c68-b6ae5a0f3e1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
16436 2025.03.18 03:58:57.170516 [ 5 ] {4d1a89a5-b852-4c4b-8c68-b6ae5a0f3e1f} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16437 2025.03.18 03:58:57.170568 [ 5 ] {4d1a89a5-b852-4c4b-8c68-b6ae5a0f3e1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16438 2025.03.18 03:58:57.171204 [ 5 ] {4d1a89a5-b852-4c4b-8c68-b6ae5a0f3e1f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
16439 2025.03.18 03:58:57.171736 [ 5 ] {4d1a89a5-b852-4c4b-8c68-b6ae5a0f3e1f} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16440 2025.03.18 03:58:57.171984 [ 5 ] {4d1a89a5-b852-4c4b-8c68-b6ae5a0f3e1f} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002432 sec., 9868.421052631578 rows/sec., 838.43 KiB/sec.
16441 2025.03.18 03:58:57.172221 [ 5 ] {4d1a89a5-b852-4c4b-8c68-b6ae5a0f3e1f} <Debug> TCPHandler: Processed in 0.002984915 sec.
16442 2025.03.18 03:58:57.172365 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16443 2025.03.18 03:58:57.172477 [ 5 ] {4d9030b1-ab45-49e7-8f86-2b9c57a15c73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
16444 2025.03.18 03:58:57.172526 [ 5 ] {4d9030b1-ab45-49e7-8f86-2b9c57a15c73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
16445 2025.03.18 03:58:57.173080 [ 5 ] {4d9030b1-ab45-49e7-8f86-2b9c57a15c73} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16446 2025.03.18 03:58:57.173119 [ 5 ] {4d9030b1-ab45-49e7-8f86-2b9c57a15c73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16447 2025.03.18 03:58:57.173627 [ 5 ] {4d9030b1-ab45-49e7-8f86-2b9c57a15c73} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
16448 2025.03.18 03:58:57.174122 [ 5 ] {4d9030b1-ab45-49e7-8f86-2b9c57a15c73} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16449 2025.03.18 03:58:57.174348 [ 5 ] {4d9030b1-ab45-49e7-8f86-2b9c57a15c73} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001897 sec., 8434.370057986294 rows/sec., 687.76 KiB/sec.
16450 2025.03.18 03:58:57.174548 [ 5 ] {4d9030b1-ab45-49e7-8f86-2b9c57a15c73} <Debug> TCPHandler: Processed in 0.002231164 sec.
16451 2025.03.18 03:58:57.174724 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16452 2025.03.18 03:58:57.174829 [ 5 ] {6be60e4c-572e-4923-9a93-300a8d46675b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16453 2025.03.18 03:58:57.174875 [ 5 ] {6be60e4c-572e-4923-9a93-300a8d46675b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16454 2025.03.18 03:58:57.175949 [ 5 ] {6be60e4c-572e-4923-9a93-300a8d46675b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16455 2025.03.18 03:58:57.175987 [ 5 ] {6be60e4c-572e-4923-9a93-300a8d46675b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16456 2025.03.18 03:58:57.176573 [ 5 ] {6be60e4c-572e-4923-9a93-300a8d46675b} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary)
16457 2025.03.18 03:58:57.177127 [ 5 ] {6be60e4c-572e-4923-9a93-300a8d46675b} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16458 2025.03.18 03:58:57.177305 [ 5 ] {6be60e4c-572e-4923-9a93-300a8d46675b} <Debug> executeQuery: Read 1440 rows, 124.03 KiB in 0.002499 sec., 576230.4921968788 rows/sec., 48.47 MiB/sec.
16459 2025.03.18 03:58:57.177356 [ 5 ] {6be60e4c-572e-4923-9a93-300a8d46675b} <Debug> TCPHandler: Processed in 0.00268966 sec.
16460 2025.03.18 03:58:57.177468 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16461 2025.03.18 03:58:57.177573 [ 5 ] {e7243c6d-738e-46d6-8a37-b7c459e07737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16462 2025.03.18 03:58:57.177617 [ 5 ] {e7243c6d-738e-46d6-8a37-b7c459e07737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16463 2025.03.18 03:58:57.178178 [ 5 ] {e7243c6d-738e-46d6-8a37-b7c459e07737} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16464 2025.03.18 03:58:57.178215 [ 5 ] {e7243c6d-738e-46d6-8a37-b7c459e07737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16465 2025.03.18 03:58:57.178679 [ 5 ] {e7243c6d-738e-46d6-8a37-b7c459e07737} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
16466 2025.03.18 03:58:57.179132 [ 5 ] {e7243c6d-738e-46d6-8a37-b7c459e07737} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16467 2025.03.18 03:58:57.179311 [ 5 ] {e7243c6d-738e-46d6-8a37-b7c459e07737} <Debug> executeQuery: Read 86 rows, 6.44 KiB in 0.00176 sec., 48863.63636363636 rows/sec., 3.57 MiB/sec.
16468 2025.03.18 03:58:57.179361 [ 5 ] {e7243c6d-738e-46d6-8a37-b7c459e07737} <Debug> TCPHandler: Processed in 0.001943799 sec.
16469 2025.03.18 03:58:57.179475 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16470 2025.03.18 03:58:57.179579 [ 5 ] {00d371cc-815e-45ff-8c96-3eaf2d770db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
16471 2025.03.18 03:58:57.179622 [ 5 ] {00d371cc-815e-45ff-8c96-3eaf2d770db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
16472 2025.03.18 03:58:57.180197 [ 5 ] {00d371cc-815e-45ff-8c96-3eaf2d770db0} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16473 2025.03.18 03:58:57.180234 [ 5 ] {00d371cc-815e-45ff-8c96-3eaf2d770db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16474 2025.03.18 03:58:57.180700 [ 5 ] {00d371cc-815e-45ff-8c96-3eaf2d770db0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
16475 2025.03.18 03:58:57.181251 [ 5 ] {00d371cc-815e-45ff-8c96-3eaf2d770db0} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16476 2025.03.18 03:58:57.181474 [ 5 ] {00d371cc-815e-45ff-8c96-3eaf2d770db0} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001907 sec., 132144.72994231776 rows/sec., 9.14 MiB/sec.
16477 2025.03.18 03:58:57.181722 [ 5 ] {00d371cc-815e-45ff-8c96-3eaf2d770db0} <Debug> TCPHandler: Processed in 0.002292865 sec.
16478 2025.03.18 03:58:57.181928 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16479 2025.03.18 03:58:57.182033 [ 5 ] {041e4fe5-3858-4394-b93e-6d4ca55db8d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
16480 2025.03.18 03:58:57.182080 [ 5 ] {041e4fe5-3858-4394-b93e-6d4ca55db8d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
16481 2025.03.18 03:58:57.182628 [ 5 ] {041e4fe5-3858-4394-b93e-6d4ca55db8d6} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16482 2025.03.18 03:58:57.182667 [ 5 ] {041e4fe5-3858-4394-b93e-6d4ca55db8d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16483 2025.03.18 03:58:57.183176 [ 5 ] {041e4fe5-3858-4394-b93e-6d4ca55db8d6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
16484 2025.03.18 03:58:57.183802 [ 5 ] {041e4fe5-3858-4394-b93e-6d4ca55db8d6} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16485 2025.03.18 03:58:57.184047 [ 5 ] {041e4fe5-3858-4394-b93e-6d4ca55db8d6} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.002023 sec., 5931.784478497281 rows/sec., 463.42 KiB/sec.
16486 2025.03.18 03:58:57.184127 [ 5 ] {041e4fe5-3858-4394-b93e-6d4ca55db8d6} <Debug> TCPHandler: Processed in 0.002274044 sec.
16487 2025.03.18 03:58:57.184401 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16488 2025.03.18 03:58:57.184525 [ 5 ] {05cd7a05-6e0b-4e6d-a483-f0e1c821e8b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16489 2025.03.18 03:58:57.184572 [ 5 ] {05cd7a05-6e0b-4e6d-a483-f0e1c821e8b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16490 2025.03.18 03:58:57.185322 [ 5 ] {05cd7a05-6e0b-4e6d-a483-f0e1c821e8b0} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16491 2025.03.18 03:58:57.185361 [ 5 ] {05cd7a05-6e0b-4e6d-a483-f0e1c821e8b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16492 2025.03.18 03:58:57.185886 [ 5 ] {05cd7a05-6e0b-4e6d-a483-f0e1c821e8b0} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary)
16493 2025.03.18 03:58:57.186389 [ 5 ] {05cd7a05-6e0b-4e6d-a483-f0e1c821e8b0} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16494 2025.03.18 03:58:57.186605 [ 5 ] {05cd7a05-6e0b-4e6d-a483-f0e1c821e8b0} <Debug> executeQuery: Read 630 rows, 48.61 KiB in 0.002102 sec., 299714.5575642245 rows/sec., 22.58 MiB/sec.
16495 2025.03.18 03:58:57.186656 [ 5 ] {05cd7a05-6e0b-4e6d-a483-f0e1c821e8b0} <Debug> TCPHandler: Processed in 0.002355195 sec.
16496 2025.03.18 03:58:57.186757 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16497 2025.03.18 03:58:57.186857 [ 5 ] {48343ef7-1068-4d1c-b11e-e8692b491516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16498 2025.03.18 03:58:57.186904 [ 5 ] {48343ef7-1068-4d1c-b11e-e8692b491516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16499 2025.03.18 03:58:57.187556 [ 5 ] {48343ef7-1068-4d1c-b11e-e8692b491516} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16500 2025.03.18 03:58:57.187595 [ 5 ] {48343ef7-1068-4d1c-b11e-e8692b491516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16501 2025.03.18 03:58:57.188158 [ 5 ] {48343ef7-1068-4d1c-b11e-e8692b491516} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary)
16502 2025.03.18 03:58:57.188654 [ 5 ] {48343ef7-1068-4d1c-b11e-e8692b491516} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16503 2025.03.18 03:58:57.188849 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_177_48 to all_182_182_0
16504 2025.03.18 03:58:57.188881 [ 5 ] {48343ef7-1068-4d1c-b11e-e8692b491516} <Debug> executeQuery: Read 944 rows, 65.24 KiB in 0.002045 sec., 461613.6919315404 rows/sec., 31.15 MiB/sec.
16505 2025.03.18 03:58:57.188936 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16506 2025.03.18 03:58:57.188994 [ 5 ] {48343ef7-1068-4d1c-b11e-e8692b491516} <Debug> TCPHandler: Processed in 0.002279584 sec.
16507 2025.03.18 03:58:57.189002 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB.
16508 2025.03.18 03:58:57.189207 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16509 2025.03.18 03:58:57.189267 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_182_49} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_177_48 to all_182_182_0 into Compact with storage Full
16510 2025.03.18 03:58:57.189381 [ 5 ] {76264ccf-cf81-4f80-af3a-b0eca9e0e100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16511 2025.03.18 03:58:57.189570 [ 5 ] {76264ccf-cf81-4f80-af3a-b0eca9e0e100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16512 2025.03.18 03:58:57.189659 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_182_49} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16513 2025.03.18 03:58:57.189835 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_182_49} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_177_48, total 47958 rows starting from the beginning of the part
16514 2025.03.18 03:58:57.190199 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_182_49} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 160 rows starting from the beginning of the part
16515 2025.03.18 03:58:57.190610 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_182_49} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 160 rows starting from the beginning of the part
16516 2025.03.18 03:58:57.190977 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_182_49} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 160 rows starting from the beginning of the part
16517 2025.03.18 03:58:57.191380 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_182_49} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 160 rows starting from the beginning of the part
16518 2025.03.18 03:58:57.191792 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_182_49} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 944 rows starting from the beginning of the part
16519 2025.03.18 03:58:57.194311 [ 5 ] {76264ccf-cf81-4f80-af3a-b0eca9e0e100} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16520 2025.03.18 03:58:57.194358 [ 5 ] {76264ccf-cf81-4f80-af3a-b0eca9e0e100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16521 2025.03.18 03:58:57.196247 [ 5 ] {76264ccf-cf81-4f80-af3a-b0eca9e0e100} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
16522 2025.03.18 03:58:57.196847 [ 5 ] {76264ccf-cf81-4f80-af3a-b0eca9e0e100} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16523 2025.03.18 03:58:57.197261 [ 5 ] {76264ccf-cf81-4f80-af3a-b0eca9e0e100} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.00791 sec., 7332.490518331226 rows/sec., 13.14 MiB/sec.
16524 2025.03.18 03:58:57.198072 [ 5 ] {76264ccf-cf81-4f80-af3a-b0eca9e0e100} <Debug> TCPHandler: Processed in 0.008944824 sec.
16525 2025.03.18 03:58:57.198483 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16526 2025.03.18 03:58:57.198594 [ 5 ] {565cb006-6ca2-4ba9-a69d-b9a390a3c964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16527 2025.03.18 03:58:57.198645 [ 5 ] {565cb006-6ca2-4ba9-a69d-b9a390a3c964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16528 2025.03.18 03:58:57.199388 [ 5 ] {565cb006-6ca2-4ba9-a69d-b9a390a3c964} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16529 2025.03.18 03:58:57.199428 [ 5 ] {565cb006-6ca2-4ba9-a69d-b9a390a3c964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16530 2025.03.18 03:58:57.200015 [ 5 ] {565cb006-6ca2-4ba9-a69d-b9a390a3c964} <Trace> MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary)
16531 2025.03.18 03:58:57.200586 [ 5 ] {565cb006-6ca2-4ba9-a69d-b9a390a3c964} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16532 2025.03.18 03:58:57.200910 [ 5 ] {565cb006-6ca2-4ba9-a69d-b9a390a3c964} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.002338 sec., 8554.319931565442 rows/sec., 588.11 KiB/sec.
16533 2025.03.18 03:58:57.200988 [ 5 ] {565cb006-6ca2-4ba9-a69d-b9a390a3c964} <Debug> TCPHandler: Processed in 0.002575708 sec.
16534 2025.03.18 03:58:57.204586 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_182_49} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 49542 rows, containing 5 columns (5 merged, 0 gathered) in 0.015443442 sec., 3207963.613292943 rows/sec., 219.83 MiB/sec.
16535 2025.03.18 03:58:57.205052 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_182_49} <Trace> MergedBlockOutputStream: filled checksums all_1_182_49 (state Temporary)
16536 2025.03.18 03:58:57.205637 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_182_49} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_182_49 to all_1_182_49 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16537 2025.03.18 03:58:57.205725 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_182_49} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_177_48, all_182_182_0] -> all_1_182_49
16538 2025.03.18 03:58:57.205823 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB.
16539 2025.03.18 03:58:57.994272 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 799
16540 2025.03.18 03:58:58.017986 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16541 2025.03.18 03:58:58.018044 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16542 2025.03.18 03:58:58.025847 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
16543 2025.03.18 03:58:58.027066 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16544 2025.03.18 03:58:58.027569 [ 93 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
16545 2025.03.18 03:58:58.027756 [ 93 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16546 2025.03.18 03:58:58.027868 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16547 2025.03.18 03:58:58.028201 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
16548 2025.03.18 03:58:58.036490 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 799
16549 2025.03.18 03:58:58.037883 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16550 2025.03.18 03:58:58.038814 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
16551 2025.03.18 03:58:58.043738 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
16552 2025.03.18 03:58:58.048851 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
16553 2025.03.18 03:58:58.054386 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
16554 2025.03.18 03:58:58.060434 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
16555 2025.03.18 03:58:58.066443 [ 190 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
16556 2025.03.18 03:58:58.133583 [ 188 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 799 rows, containing 679 columns (679 merged, 0 gathered) in 0.105547246 sec., 7570.069616027688 rows/sec., 39.14 MiB/sec.
16557 2025.03.18 03:58:58.136513 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
16558 2025.03.18 03:58:58.139476 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_106_21} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16559 2025.03.18 03:58:58.139592 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_106_21} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
16560 2025.03.18 03:58:58.141232 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB.
16561 2025.03.18 03:58:59.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.62 MiB, peak 284.10 MiB, free memory in arenas 0.00 B, will set to 265.55 MiB (RSS), difference: -1.07 MiB
16562 2025.03.18 03:58:59.774324 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2172
16563 2025.03.18 03:58:59.777615 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16564 2025.03.18 03:58:59.777658 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16565 2025.03.18 03:58:59.779316 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
16566 2025.03.18 03:58:59.779849 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16567 2025.03.18 03:58:59.780228 [ 220 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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]
16568 2025.03.18 03:58:59.780360 [ 220 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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]
16569 2025.03.18 03:58:59.780949 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2172
16570 2025.03.18 03:58:59.783000 [ 220 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): 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]
16571 2025.03.18 03:59:00.154504 [ 224 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
16572 2025.03.18 03:59:00.154545 [ 224 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
16573 2025.03.18 03:59:00.156969 [ 224 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): 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]
16574 2025.03.18 03:59:00.229732 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
16575 2025.03.18 03:59:00.229772 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
16576 2025.03.18 03:59:00.231857 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): 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]
16577 2025.03.18 03:59:00.290944 [ 217 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
16578 2025.03.18 03:59:00.291024 [ 217 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
16579 2025.03.18 03:59:00.293111 [ 217 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): 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]
16580 2025.03.18 03:59:00.650572 [ 219 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
16581 2025.03.18 03:59:00.650621 [ 219 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
16582 2025.03.18 03:59:00.652648 [ 219 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): 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]
16583 2025.03.18 03:59:00.685281 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16584 2025.03.18 03:59:00.685490 [ 5 ] {f12b2213-b1b5-422e-920e-549021bbd09f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16585 2025.03.18 03:59:00.685569 [ 5 ] {f12b2213-b1b5-422e-920e-549021bbd09f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16586 2025.03.18 03:59:00.686423 [ 5 ] {f12b2213-b1b5-422e-920e-549021bbd09f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16587 2025.03.18 03:59:00.686466 [ 5 ] {f12b2213-b1b5-422e-920e-549021bbd09f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16588 2025.03.18 03:59:00.687100 [ 5 ] {f12b2213-b1b5-422e-920e-549021bbd09f} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary)
16589 2025.03.18 03:59:00.687633 [ 5 ] {f12b2213-b1b5-422e-920e-549021bbd09f} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16590 2025.03.18 03:59:00.687835 [ 5 ] {f12b2213-b1b5-422e-920e-549021bbd09f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002402 sec., 23313.90507910075 rows/sec., 1.79 MiB/sec.
16591 2025.03.18 03:59:00.687899 [ 5 ] {f12b2213-b1b5-422e-920e-549021bbd09f} <Debug> TCPHandler: Processed in 0.002758482 sec.
16592 2025.03.18 03:59:00.688014 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16593 2025.03.18 03:59:00.688119 [ 5 ] {548ad132-6304-4193-a854-4a32ba6cd9d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16594 2025.03.18 03:59:00.688163 [ 5 ] {548ad132-6304-4193-a854-4a32ba6cd9d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16595 2025.03.18 03:59:00.688669 [ 5 ] {548ad132-6304-4193-a854-4a32ba6cd9d7} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16596 2025.03.18 03:59:00.688704 [ 5 ] {548ad132-6304-4193-a854-4a32ba6cd9d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16597 2025.03.18 03:59:00.689254 [ 5 ] {548ad132-6304-4193-a854-4a32ba6cd9d7} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary)
16598 2025.03.18 03:59:00.689799 [ 5 ] {548ad132-6304-4193-a854-4a32ba6cd9d7} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16599 2025.03.18 03:59:00.689972 [ 5 ] {548ad132-6304-4193-a854-4a32ba6cd9d7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001862 sec., 34371.64339419979 rows/sec., 2.68 MiB/sec.
16600 2025.03.18 03:59:00.690023 [ 5 ] {548ad132-6304-4193-a854-4a32ba6cd9d7} <Debug> TCPHandler: Processed in 0.002052551 sec.
16601 2025.03.18 03:59:00.690140 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16602 2025.03.18 03:59:00.690247 [ 5 ] {46dea3d7-f968-462a-8d51-dc0da575d79a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16603 2025.03.18 03:59:00.690296 [ 5 ] {46dea3d7-f968-462a-8d51-dc0da575d79a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16604 2025.03.18 03:59:00.690768 [ 5 ] {46dea3d7-f968-462a-8d51-dc0da575d79a} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16605 2025.03.18 03:59:00.690804 [ 5 ] {46dea3d7-f968-462a-8d51-dc0da575d79a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16606 2025.03.18 03:59:00.691313 [ 5 ] {46dea3d7-f968-462a-8d51-dc0da575d79a} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary)
16607 2025.03.18 03:59:00.691806 [ 5 ] {46dea3d7-f968-462a-8d51-dc0da575d79a} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16608 2025.03.18 03:59:00.691984 [ 5 ] {46dea3d7-f968-462a-8d51-dc0da575d79a} <Debug> executeQuery: Read 106 rows, 7.56 KiB in 0.001761 sec., 60193.07211811471 rows/sec., 4.19 MiB/sec.
16609 2025.03.18 03:59:00.692034 [ 5 ] {46dea3d7-f968-462a-8d51-dc0da575d79a} <Debug> TCPHandler: Processed in 0.001945429 sec.
16610 2025.03.18 03:59:00.692146 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16611 2025.03.18 03:59:00.692249 [ 5 ] {147c9dec-5f4a-4efb-bc8e-8ec7e3007309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16612 2025.03.18 03:59:00.692295 [ 5 ] {147c9dec-5f4a-4efb-bc8e-8ec7e3007309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16613 2025.03.18 03:59:00.692704 [ 5 ] {147c9dec-5f4a-4efb-bc8e-8ec7e3007309} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16614 2025.03.18 03:59:00.692741 [ 5 ] {147c9dec-5f4a-4efb-bc8e-8ec7e3007309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16615 2025.03.18 03:59:00.693224 [ 5 ] {147c9dec-5f4a-4efb-bc8e-8ec7e3007309} <Trace> MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary)
16616 2025.03.18 03:59:00.693771 [ 5 ] {147c9dec-5f4a-4efb-bc8e-8ec7e3007309} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16617 2025.03.18 03:59:00.693945 [ 5 ] {147c9dec-5f4a-4efb-bc8e-8ec7e3007309} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001717 sec., 23296.447291788 rows/sec., 1.57 MiB/sec.
16618 2025.03.18 03:59:00.693993 [ 5 ] {147c9dec-5f4a-4efb-bc8e-8ec7e3007309} <Debug> TCPHandler: Processed in 0.001897189 sec.
16619 2025.03.18 03:59:01.995974 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 48983
16620 2025.03.18 03:59:01.996719 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16621 2025.03.18 03:59:01.996779 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16622 2025.03.18 03:59:01.997551 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
16623 2025.03.18 03:59:01.998099 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16624 2025.03.18 03:59:01.998359 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48983
16625 2025.03.18 03:59:05.536668 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 807
16626 2025.03.18 03:59:05.560651 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16627 2025.03.18 03:59:05.560706 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16628 2025.03.18 03:59:05.568696 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary)
16629 2025.03.18 03:59:05.570003 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16630 2025.03.18 03:59:05.574656 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 807
16631 2025.03.18 03:59:05.687730 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16632 2025.03.18 03:59:05.687887 [ 5 ] {8ef63f1c-7111-4d24-8ad5-d934d9239f90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16633 2025.03.18 03:59:05.687947 [ 5 ] {8ef63f1c-7111-4d24-8ad5-d934d9239f90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16634 2025.03.18 03:59:05.688601 [ 5 ] {8ef63f1c-7111-4d24-8ad5-d934d9239f90} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16635 2025.03.18 03:59:05.688642 [ 5 ] {8ef63f1c-7111-4d24-8ad5-d934d9239f90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16636 2025.03.18 03:59:05.689177 [ 5 ] {8ef63f1c-7111-4d24-8ad5-d934d9239f90} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary)
16637 2025.03.18 03:59:05.689697 [ 5 ] {8ef63f1c-7111-4d24-8ad5-d934d9239f90} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16638 2025.03.18 03:59:05.689883 [ 5 ] {8ef63f1c-7111-4d24-8ad5-d934d9239f90} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002039 sec., 27464.443354585583 rows/sec., 2.11 MiB/sec.
16639 2025.03.18 03:59:05.689936 [ 5 ] {8ef63f1c-7111-4d24-8ad5-d934d9239f90} <Debug> TCPHandler: Processed in 0.002324685 sec.
16640 2025.03.18 03:59:05.690058 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16641 2025.03.18 03:59:05.690171 [ 5 ] {a8c0dabe-8a73-4074-bad4-cb82dcf0d601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16642 2025.03.18 03:59:05.690219 [ 5 ] {a8c0dabe-8a73-4074-bad4-cb82dcf0d601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16643 2025.03.18 03:59:05.690760 [ 5 ] {a8c0dabe-8a73-4074-bad4-cb82dcf0d601} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16644 2025.03.18 03:59:05.690799 [ 5 ] {a8c0dabe-8a73-4074-bad4-cb82dcf0d601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16645 2025.03.18 03:59:05.691332 [ 5 ] {a8c0dabe-8a73-4074-bad4-cb82dcf0d601} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary)
16646 2025.03.18 03:59:05.691836 [ 5 ] {a8c0dabe-8a73-4074-bad4-cb82dcf0d601} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16647 2025.03.18 03:59:05.692028 [ 5 ] {a8c0dabe-8a73-4074-bad4-cb82dcf0d601} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001875 sec., 34133.333333333336 rows/sec., 2.66 MiB/sec.
16648 2025.03.18 03:59:05.692145 [ 5 ] {a8c0dabe-8a73-4074-bad4-cb82dcf0d601} <Debug> TCPHandler: Processed in 0.002133622 sec.
16649 2025.03.18 03:59:05.692297 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16650 2025.03.18 03:59:05.692611 [ 5 ] {795acb19-e0e9-46b5-aac0-dbe8b4f9018e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16651 2025.03.18 03:59:05.692749 [ 5 ] {795acb19-e0e9-46b5-aac0-dbe8b4f9018e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16652 2025.03.18 03:59:05.693307 [ 5 ] {795acb19-e0e9-46b5-aac0-dbe8b4f9018e} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16653 2025.03.18 03:59:05.693347 [ 5 ] {795acb19-e0e9-46b5-aac0-dbe8b4f9018e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16654 2025.03.18 03:59:05.693904 [ 5 ] {795acb19-e0e9-46b5-aac0-dbe8b4f9018e} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary)
16655 2025.03.18 03:59:05.694415 [ 5 ] {795acb19-e0e9-46b5-aac0-dbe8b4f9018e} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16656 2025.03.18 03:59:05.694624 [ 5 ] {795acb19-e0e9-46b5-aac0-dbe8b4f9018e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002126 sec., 75258.70178739417 rows/sec., 5.24 MiB/sec.
16657 2025.03.18 03:59:05.694677 [ 5 ] {795acb19-e0e9-46b5-aac0-dbe8b4f9018e} <Debug> TCPHandler: Processed in 0.002456317 sec.
16658 2025.03.18 03:59:05.694782 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16659 2025.03.18 03:59:05.694884 [ 5 ] {e98569ec-32f5-4643-a096-a641af308034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16660 2025.03.18 03:59:05.694930 [ 5 ] {e98569ec-32f5-4643-a096-a641af308034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16661 2025.03.18 03:59:05.695353 [ 5 ] {e98569ec-32f5-4643-a096-a641af308034} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16662 2025.03.18 03:59:05.695392 [ 5 ] {e98569ec-32f5-4643-a096-a641af308034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16663 2025.03.18 03:59:05.695929 [ 5 ] {e98569ec-32f5-4643-a096-a641af308034} <Trace> MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary)
16664 2025.03.18 03:59:05.696401 [ 5 ] {e98569ec-32f5-4643-a096-a641af308034} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16665 2025.03.18 03:59:05.696609 [ 5 ] {e98569ec-32f5-4643-a096-a641af308034} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001747 sec., 34344.5907269605 rows/sec., 2.31 MiB/sec.
16666 2025.03.18 03:59:05.696658 [ 5 ] {e98569ec-32f5-4643-a096-a641af308034} <Debug> TCPHandler: Processed in 0.001925209 sec.
16667 2025.03.18 03:59:09.207361 [ 219 ] {} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): 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]
16668 2025.03.18 03:59:09.207433 [ 219 ] {} <Debug> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): 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]
16669 2025.03.18 03:59:09.209196 [ 219 ] {} <Debug> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): 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]
16670 2025.03.18 03:59:09.217494 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache
16671 2025.03.18 03:59:09.217549 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache
16672 2025.03.18 03:59:09.339892 [ 82 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Selected 5 parts from all_1_74_16 to all_78_78_0
16673 2025.03.18 03:59:09.339955 [ 82 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16674 2025.03.18 03:59:09.339986 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16675 2025.03.18 03:59:09.340222 [ 186 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_78_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_74_16 to all_78_78_0 into Compact with storage Full
16676 2025.03.18 03:59:09.340894 [ 186 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_78_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16677 2025.03.18 03:59:09.341005 [ 186 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_74_16, total 89 rows starting from the beginning of the part
16678 2025.03.18 03:59:09.341104 [ 186 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 72 rows starting from the beginning of the part
16679 2025.03.18 03:59:09.341343 [ 186 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 58 rows starting from the beginning of the part
16680 2025.03.18 03:59:09.341592 [ 186 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 58 rows starting from the beginning of the part
16681 2025.03.18 03:59:09.341756 [ 186 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_78_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 86 rows starting from the beginning of the part
16682 2025.03.18 03:59:09.342912 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_78_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 363 rows, containing 5 columns (5 merged, 0 gathered) in 0.002836603 sec., 127969.96971377383 rows/sec., 9.87 MiB/sec.
16683 2025.03.18 03:59:09.343206 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_78_17} <Trace> MergedBlockOutputStream: filled checksums all_1_78_17 (state Temporary)
16684 2025.03.18 03:59:09.343810 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_78_17} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_merge_all_1_78_17 to all_1_78_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16685 2025.03.18 03:59:09.343903 [ 195 ] {1394eb72-2e79-4a59-9c96-91dc676a5d9e::all_1_78_17} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e) (MergerMutator): Merged 5 parts: [all_1_74_16, all_78_78_0] -> all_1_78_17
16686 2025.03.18 03:59:09.344009 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
16687 2025.03.18 03:59:09.498586 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 49471
16688 2025.03.18 03:59:09.499727 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16689 2025.03.18 03:59:09.499815 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16690 2025.03.18 03:59:09.500513 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
16691 2025.03.18 03:59:09.501029 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16692 2025.03.18 03:59:09.501344 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49471
16693 2025.03.18 03:59:09.781324 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2188
16694 2025.03.18 03:59:09.784245 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16695 2025.03.18 03:59:09.784294 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16696 2025.03.18 03:59:09.785916 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
16697 2025.03.18 03:59:09.786238 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16698 2025.03.18 03:59:09.786959 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2188
16699 2025.03.18 03:59:10.690954 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16700 2025.03.18 03:59:10.691179 [ 5 ] {096f30f5-48f8-45d1-9ce9-ee7e26a40ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16701 2025.03.18 03:59:10.691260 [ 5 ] {096f30f5-48f8-45d1-9ce9-ee7e26a40ab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16702 2025.03.18 03:59:10.692134 [ 5 ] {096f30f5-48f8-45d1-9ce9-ee7e26a40ab2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16703 2025.03.18 03:59:10.692179 [ 5 ] {096f30f5-48f8-45d1-9ce9-ee7e26a40ab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16704 2025.03.18 03:59:10.692655 [ 5 ] {096f30f5-48f8-45d1-9ce9-ee7e26a40ab2} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary)
16705 2025.03.18 03:59:10.692921 [ 5 ] {096f30f5-48f8-45d1-9ce9-ee7e26a40ab2} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16706 2025.03.18 03:59:10.693131 [ 5 ] {096f30f5-48f8-45d1-9ce9-ee7e26a40ab2} <Debug> executeQuery: Read 172 rows, 15.42 KiB in 0.002012 sec., 85487.07753479126 rows/sec., 7.49 MiB/sec.
16707 2025.03.18 03:59:10.693200 [ 5 ] {096f30f5-48f8-45d1-9ce9-ee7e26a40ab2} <Debug> TCPHandler: Processed in 0.002384746 sec.
16708 2025.03.18 03:59:10.693314 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16709 2025.03.18 03:59:10.693422 [ 5 ] {8b54e9b7-4670-474f-b1d5-14ce6fae0792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16710 2025.03.18 03:59:10.693470 [ 5 ] {8b54e9b7-4670-474f-b1d5-14ce6fae0792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16711 2025.03.18 03:59:10.694007 [ 5 ] {8b54e9b7-4670-474f-b1d5-14ce6fae0792} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16712 2025.03.18 03:59:10.694044 [ 5 ] {8b54e9b7-4670-474f-b1d5-14ce6fae0792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16713 2025.03.18 03:59:10.694405 [ 5 ] {8b54e9b7-4670-474f-b1d5-14ce6fae0792} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
16714 2025.03.18 03:59:10.694655 [ 5 ] {8b54e9b7-4670-474f-b1d5-14ce6fae0792} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16715 2025.03.18 03:59:10.694840 [ 5 ] {8b54e9b7-4670-474f-b1d5-14ce6fae0792} <Debug> executeQuery: Read 58 rows, 4.36 KiB in 0.001443 sec., 40194.04019404019 rows/sec., 2.95 MiB/sec.
16716 2025.03.18 03:59:10.694920 [ 5 ] {8b54e9b7-4670-474f-b1d5-14ce6fae0792} <Debug> TCPHandler: Processed in 0.001658285 sec.
16717 2025.03.18 03:59:10.695166 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16718 2025.03.18 03:59:10.695300 [ 5 ] {22104ab8-f826-4b11-ba9b-6d0b61a65435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16719 2025.03.18 03:59:10.695346 [ 5 ] {22104ab8-f826-4b11-ba9b-6d0b61a65435} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16720 2025.03.18 03:59:10.695905 [ 5 ] {22104ab8-f826-4b11-ba9b-6d0b61a65435} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16721 2025.03.18 03:59:10.695944 [ 5 ] {22104ab8-f826-4b11-ba9b-6d0b61a65435} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16722 2025.03.18 03:59:10.696317 [ 5 ] {22104ab8-f826-4b11-ba9b-6d0b61a65435} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary)
16723 2025.03.18 03:59:10.696553 [ 5 ] {22104ab8-f826-4b11-ba9b-6d0b61a65435} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16724 2025.03.18 03:59:10.696732 [ 5 ] {22104ab8-f826-4b11-ba9b-6d0b61a65435} <Debug> executeQuery: Read 122 rows, 9.76 KiB in 0.001456 sec., 83791.20879120879 rows/sec., 6.55 MiB/sec.
16725 2025.03.18 03:59:10.696804 [ 5 ] {22104ab8-f826-4b11-ba9b-6d0b61a65435} <Debug> TCPHandler: Processed in 0.001737006 sec.
16726 2025.03.18 03:59:10.696927 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16727 2025.03.18 03:59:10.697091 [ 5 ] {2fede014-213e-40c3-9f72-c0cadc19cf46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16728 2025.03.18 03:59:10.697149 [ 5 ] {2fede014-213e-40c3-9f72-c0cadc19cf46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16729 2025.03.18 03:59:10.697636 [ 5 ] {2fede014-213e-40c3-9f72-c0cadc19cf46} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16730 2025.03.18 03:59:10.697673 [ 5 ] {2fede014-213e-40c3-9f72-c0cadc19cf46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16731 2025.03.18 03:59:10.698061 [ 5 ] {2fede014-213e-40c3-9f72-c0cadc19cf46} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary)
16732 2025.03.18 03:59:10.698297 [ 5 ] {2fede014-213e-40c3-9f72-c0cadc19cf46} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16733 2025.03.18 03:59:10.698487 [ 5 ] {2fede014-213e-40c3-9f72-c0cadc19cf46} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001441 sec., 111034.00416377516 rows/sec., 7.73 MiB/sec.
16734 2025.03.18 03:59:10.698540 [ 5 ] {2fede014-213e-40c3-9f72-c0cadc19cf46} <Debug> TCPHandler: Processed in 0.001675975 sec.
16735 2025.03.18 03:59:10.698641 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16736 2025.03.18 03:59:10.698742 [ 5 ] {9dab191a-14aa-49ee-9c9b-c9218493c967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16737 2025.03.18 03:59:10.698807 [ 5 ] {9dab191a-14aa-49ee-9c9b-c9218493c967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16738 2025.03.18 03:59:10.699964 [ 5 ] {9dab191a-14aa-49ee-9c9b-c9218493c967} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16739 2025.03.18 03:59:10.700002 [ 5 ] {9dab191a-14aa-49ee-9c9b-c9218493c967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16740 2025.03.18 03:59:10.700702 [ 5 ] {9dab191a-14aa-49ee-9c9b-c9218493c967} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
16741 2025.03.18 03:59:10.700962 [ 5 ] {9dab191a-14aa-49ee-9c9b-c9218493c967} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16742 2025.03.18 03:59:10.701231 [ 225 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): 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]
16743 2025.03.18 03:59:10.701251 [ 5 ] {9dab191a-14aa-49ee-9c9b-c9218493c967} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.002523 sec., 22988.505747126437 rows/sec., 41.19 MiB/sec.
16744 2025.03.18 03:59:10.701300 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): 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]
16745 2025.03.18 03:59:10.701513 [ 5 ] {9dab191a-14aa-49ee-9c9b-c9218493c967} <Debug> TCPHandler: Processed in 0.002919264 sec.
16746 2025.03.18 03:59:10.701734 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16747 2025.03.18 03:59:10.701889 [ 5 ] {a680ef3c-ec66-4151-9df2-0ef437bef1ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16748 2025.03.18 03:59:10.701958 [ 5 ] {a680ef3c-ec66-4151-9df2-0ef437bef1ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16749 2025.03.18 03:59:10.703083 [ 5 ] {a680ef3c-ec66-4151-9df2-0ef437bef1ac} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16750 2025.03.18 03:59:10.703132 [ 5 ] {a680ef3c-ec66-4151-9df2-0ef437bef1ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16751 2025.03.18 03:59:10.703862 [ 5 ] {a680ef3c-ec66-4151-9df2-0ef437bef1ac} <Trace> MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary)
16752 2025.03.18 03:59:10.704289 [ 5 ] {a680ef3c-ec66-4151-9df2-0ef437bef1ac} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16753 2025.03.18 03:59:10.704873 [ 5 ] {a680ef3c-ec66-4151-9df2-0ef437bef1ac} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003035 sec., 19769.357495881384 rows/sec., 1.33 MiB/sec.
16754 2025.03.18 03:59:10.705019 [ 5 ] {a680ef3c-ec66-4151-9df2-0ef437bef1ac} <Debug> TCPHandler: Processed in 0.00332286 sec.
16755 2025.03.18 03:59:10.705437 [ 225 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): 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]
16756 2025.03.18 03:59:13.074818 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 814
16757 2025.03.18 03:59:13.099384 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16758 2025.03.18 03:59:13.099454 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16759 2025.03.18 03:59:13.107214 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary)
16760 2025.03.18 03:59:13.108037 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16761 2025.03.18 03:59:13.111188 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 814
16762 2025.03.18 03:59:15.687828 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16763 2025.03.18 03:59:15.688102 [ 5 ] {5904b5ea-593b-4182-bb32-e1e867e592a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16764 2025.03.18 03:59:15.688183 [ 5 ] {5904b5ea-593b-4182-bb32-e1e867e592a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16765 2025.03.18 03:59:15.689024 [ 5 ] {5904b5ea-593b-4182-bb32-e1e867e592a9} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16766 2025.03.18 03:59:15.689075 [ 5 ] {5904b5ea-593b-4182-bb32-e1e867e592a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16767 2025.03.18 03:59:15.689512 [ 5 ] {5904b5ea-593b-4182-bb32-e1e867e592a9} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary)
16768 2025.03.18 03:59:15.689840 [ 5 ] {5904b5ea-593b-4182-bb32-e1e867e592a9} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16769 2025.03.18 03:59:15.690040 [ 74 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_181_36 to all_186_186_0
16770 2025.03.18 03:59:15.690085 [ 5 ] {5904b5ea-593b-4182-bb32-e1e867e592a9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002038 sec., 27477.91952894995 rows/sec., 2.11 MiB/sec.
16771 2025.03.18 03:59:15.690088 [ 74 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16772 2025.03.18 03:59:15.690129 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16773 2025.03.18 03:59:15.690169 [ 5 ] {5904b5ea-593b-4182-bb32-e1e867e592a9} <Debug> TCPHandler: Processed in 0.002439647 sec.
16774 2025.03.18 03:59:15.690254 [ 186 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::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
16775 2025.03.18 03:59:15.690326 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16776 2025.03.18 03:59:15.690367 [ 186 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_186_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16777 2025.03.18 03:59:15.690402 [ 186 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_181_36, total 1445 rows starting from the beginning of the part
16778 2025.03.18 03:59:15.690462 [ 5 ] {2d81e28b-d035-4c38-bbf0-11786f6c1c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16779 2025.03.18 03:59:15.690493 [ 186 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 1440 rows starting from the beginning of the part
16780 2025.03.18 03:59:15.690628 [ 5 ] {2d81e28b-d035-4c38-bbf0-11786f6c1c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16781 2025.03.18 03:59:15.690940 [ 186 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 56 rows starting from the beginning of the part
16782 2025.03.18 03:59:15.691277 [ 186 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 56 rows starting from the beginning of the part
16783 2025.03.18 03:59:15.691584 [ 186 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_185_185_0, total 172 rows starting from the beginning of the part
16784 2025.03.18 03:59:15.691901 [ 186 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_186_186_0, total 56 rows starting from the beginning of the part
16785 2025.03.18 03:59:15.693061 [ 5 ] {2d81e28b-d035-4c38-bbf0-11786f6c1c66} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16786 2025.03.18 03:59:15.693107 [ 5 ] {2d81e28b-d035-4c38-bbf0-11786f6c1c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16787 2025.03.18 03:59:15.693706 [ 5 ] {2d81e28b-d035-4c38-bbf0-11786f6c1c66} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary)
16788 2025.03.18 03:59:15.693969 [ 5 ] {2d81e28b-d035-4c38-bbf0-11786f6c1c66} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16789 2025.03.18 03:59:15.694119 [ 74 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_181_36 to all_186_186_0
16790 2025.03.18 03:59:15.694159 [ 74 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16791 2025.03.18 03:59:15.694225 [ 5 ] {2d81e28b-d035-4c38-bbf0-11786f6c1c66} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003768 sec., 16985.138004246284 rows/sec., 1.33 MiB/sec.
16792 2025.03.18 03:59:15.694233 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16793 2025.03.18 03:59:15.694637 [ 5 ] {2d81e28b-d035-4c38-bbf0-11786f6c1c66} <Debug> TCPHandler: Processed in 0.004369645 sec.
16794 2025.03.18 03:59:15.694991 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::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
16795 2025.03.18 03:59:15.695022 [ 186 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_186_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3225 rows, containing 5 columns (5 merged, 0 gathered) in 0.004831063 sec., 667554.9459818677 rows/sec., 58.56 MiB/sec.
16796 2025.03.18 03:59:15.695026 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16797 2025.03.18 03:59:15.695332 [ 5 ] {19079040-4d29-4c8f-bec7-2de87957c7cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16798 2025.03.18 03:59:15.695407 [ 186 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_186_37} <Trace> MergedBlockOutputStream: filled checksums all_1_186_37 (state Temporary)
16799 2025.03.18 03:59:15.695435 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_186_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16800 2025.03.18 03:59:15.695525 [ 5 ] {19079040-4d29-4c8f-bec7-2de87957c7cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16801 2025.03.18 03:59:15.695620 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_181_36, total 660 rows starting from the beginning of the part
16802 2025.03.18 03:59:15.696064 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 630 rows starting from the beginning of the part
16803 2025.03.18 03:59:15.696675 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 64 rows starting from the beginning of the part
16804 2025.03.18 03:59:15.696717 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_186_37} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_186_37 to all_1_186_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16805 2025.03.18 03:59:15.697247 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 64 rows starting from the beginning of the part
16806 2025.03.18 03:59:15.697329 [ 200 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_186_37} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_181_36, all_186_186_0] -> all_1_186_37
16807 2025.03.18 03:59:15.697788 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
16808 2025.03.18 03:59:15.697813 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_185_185_0, total 122 rows starting from the beginning of the part
16809 2025.03.18 03:59:15.698165 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_186_186_0, total 64 rows starting from the beginning of the part
16810 2025.03.18 03:59:15.699104 [ 5 ] {19079040-4d29-4c8f-bec7-2de87957c7cc} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16811 2025.03.18 03:59:15.699209 [ 5 ] {19079040-4d29-4c8f-bec7-2de87957c7cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16812 2025.03.18 03:59:15.700411 [ 5 ] {19079040-4d29-4c8f-bec7-2de87957c7cc} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary)
16813 2025.03.18 03:59:15.700871 [ 5 ] {19079040-4d29-4c8f-bec7-2de87957c7cc} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16814 2025.03.18 03:59:15.701514 [ 5 ] {19079040-4d29-4c8f-bec7-2de87957c7cc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006279 sec., 25481.764612199397 rows/sec., 1.77 MiB/sec.
16815 2025.03.18 03:59:15.701632 [ 200 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_186_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1604 rows, containing 5 columns (5 merged, 0 gathered) in 0.007199348 sec., 222797.95337022186 rows/sec., 17.76 MiB/sec.
16816 2025.03.18 03:59:15.701771 [ 5 ] {19079040-4d29-4c8f-bec7-2de87957c7cc} <Debug> TCPHandler: Processed in 0.006821092 sec.
16817 2025.03.18 03:59:15.702051 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_186_37} <Trace> MergedBlockOutputStream: filled checksums all_1_186_37 (state Temporary)
16818 2025.03.18 03:59:15.702158 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16819 2025.03.18 03:59:15.702617 [ 5 ] {20b505cb-e498-4351-bd86-deb3efad6aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16820 2025.03.18 03:59:15.702802 [ 5 ] {20b505cb-e498-4351-bd86-deb3efad6aef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16821 2025.03.18 03:59:15.703091 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_186_37} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_186_37 to all_1_186_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16822 2025.03.18 03:59:15.703460 [ 196 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_186_37} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_181_36, all_186_186_0] -> all_1_186_37
16823 2025.03.18 03:59:15.703732 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
16824 2025.03.18 03:59:15.704499 [ 5 ] {20b505cb-e498-4351-bd86-deb3efad6aef} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16825 2025.03.18 03:59:15.704548 [ 5 ] {20b505cb-e498-4351-bd86-deb3efad6aef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16826 2025.03.18 03:59:15.705041 [ 5 ] {20b505cb-e498-4351-bd86-deb3efad6aef} <Trace> MergedBlockOutputStream: filled checksums all_186_186_0 (state Temporary)
16827 2025.03.18 03:59:15.705410 [ 5 ] {20b505cb-e498-4351-bd86-deb3efad6aef} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_186_186_0 to all_186_186_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16828 2025.03.18 03:59:15.705627 [ 74 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_181_36 to all_186_186_0
16829 2025.03.18 03:59:15.705667 [ 74 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16830 2025.03.18 03:59:15.705694 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16831 2025.03.18 03:59:15.705698 [ 5 ] {20b505cb-e498-4351-bd86-deb3efad6aef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003242 sec., 18507.09438618137 rows/sec., 1.25 MiB/sec.
16832 2025.03.18 03:59:15.705928 [ 5 ] {20b505cb-e498-4351-bd86-deb3efad6aef} <Debug> TCPHandler: Processed in 0.003919899 sec.
16833 2025.03.18 03:59:15.705960 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
16834 2025.03.18 03:59:15.706137 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_186_37} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16835 2025.03.18 03:59:15.706175 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_181_36, total 9348 rows starting from the beginning of the part
16836 2025.03.18 03:59:15.706249 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 20 rows starting from the beginning of the part
16837 2025.03.18 03:59:15.706452 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 40 rows starting from the beginning of the part
16838 2025.03.18 03:59:15.706697 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 60 rows starting from the beginning of the part
16839 2025.03.18 03:59:15.706866 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_186_37} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_185_185_0, total 60 rows starting from the beginning of the part
16840 2025.03.18 03:59:15.706986 [ 200 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::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
16841 2025.03.18 03:59:15.709860 [ 191 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_186_37} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9588 rows, containing 4 columns (4 merged, 0 gathered) in 0.004082312 sec., 2348669.0875170734 rows/sec., 158.28 MiB/sec.
16842 2025.03.18 03:59:15.710191 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_186_37} <Trace> MergedBlockOutputStream: filled checksums all_1_186_37 (state Temporary)
16843 2025.03.18 03:59:15.710563 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_186_37} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_186_37 to all_1_186_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16844 2025.03.18 03:59:15.710660 [ 197 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_186_37} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_181_36, all_186_186_0] -> all_1_186_37
16845 2025.03.18 03:59:15.710772 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.00 MiB.
16846 2025.03.18 03:59:17.001567 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 49959
16847 2025.03.18 03:59:17.002235 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16848 2025.03.18 03:59:17.002273 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16849 2025.03.18 03:59:17.002806 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
16850 2025.03.18 03:59:17.003073 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16851 2025.03.18 03:59:17.003254 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49959
16852 2025.03.18 03:59:19.787210 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2208
16853 2025.03.18 03:59:19.790131 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16854 2025.03.18 03:59:19.790187 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16855 2025.03.18 03:59:19.791695 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
16856 2025.03.18 03:59:19.792004 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16857 2025.03.18 03:59:19.792243 [ 69 ] {} <Debug> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
16858 2025.03.18 03:59:19.792364 [ 69 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16859 2025.03.18 03:59:19.792429 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16860 2025.03.18 03:59:19.792848 [ 193 ] {9d50d43d-1b13-47ef-b353-4996d983b259::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
16861 2025.03.18 03:59:19.793512 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2208
16862 2025.03.18 03:59:19.793977 [ 193 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16863 2025.03.18 03:59:19.794145 [ 193 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2096 rows starting from the beginning of the part
16864 2025.03.18 03:59:19.794806 [ 193 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 16 rows starting from the beginning of the part
16865 2025.03.18 03:59:19.795390 [ 193 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 20 rows starting from the beginning of the part
16866 2025.03.18 03:59:19.795993 [ 193 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 40 rows starting from the beginning of the part
16867 2025.03.18 03:59:19.796657 [ 193 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 16 rows starting from the beginning of the part
16868 2025.03.18 03:59:19.797293 [ 193 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 20 rows starting from the beginning of the part
16869 2025.03.18 03:59:19.806498 [ 191 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2208 rows, containing 72 columns (72 merged, 0 gathered) in 0.013918219 sec., 158640.98704008033 rows/sec., 118.95 MiB/sec.
16870 2025.03.18 03:59:19.808476 [ 191 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
16871 2025.03.18 03:59:19.809251 [ 191 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_81_16} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16872 2025.03.18 03:59:19.809333 [ 191 ] {9d50d43d-1b13-47ef-b353-4996d983b259::all_1_81_16} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
16873 2025.03.18 03:59:19.809648 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB.
16874 2025.03.18 03:59:20.611344 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 822
16875 2025.03.18 03:59:20.635813 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16876 2025.03.18 03:59:20.635866 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16877 2025.03.18 03:59:20.644128 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary)
16878 2025.03.18 03:59:20.645019 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16879 2025.03.18 03:59:20.648462 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 822
16880 2025.03.18 03:59:20.691615 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16881 2025.03.18 03:59:20.691774 [ 5 ] {ab84b14d-0334-4e45-a09c-8ed2760ce071} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16882 2025.03.18 03:59:20.691837 [ 5 ] {ab84b14d-0334-4e45-a09c-8ed2760ce071} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16883 2025.03.18 03:59:20.692598 [ 5 ] {ab84b14d-0334-4e45-a09c-8ed2760ce071} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16884 2025.03.18 03:59:20.692642 [ 5 ] {ab84b14d-0334-4e45-a09c-8ed2760ce071} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16885 2025.03.18 03:59:20.693037 [ 5 ] {ab84b14d-0334-4e45-a09c-8ed2760ce071} <Trace> MergedBlockOutputStream: filled checksums all_187_187_0 (state Temporary)
16886 2025.03.18 03:59:20.693290 [ 5 ] {ab84b14d-0334-4e45-a09c-8ed2760ce071} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_187_187_0 to all_187_187_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16887 2025.03.18 03:59:20.693512 [ 5 ] {ab84b14d-0334-4e45-a09c-8ed2760ce071} <Debug> executeQuery: Read 172 rows, 15.42 KiB in 0.001783 sec., 96466.62927650027 rows/sec., 8.45 MiB/sec.
16888 2025.03.18 03:59:20.693568 [ 5 ] {ab84b14d-0334-4e45-a09c-8ed2760ce071} <Debug> TCPHandler: Processed in 0.002072971 sec.
16889 2025.03.18 03:59:20.693694 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16890 2025.03.18 03:59:20.693806 [ 5 ] {bc2e38c8-8fa3-485c-984d-d498f93369a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
16891 2025.03.18 03:59:20.693854 [ 5 ] {bc2e38c8-8fa3-485c-984d-d498f93369a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
16892 2025.03.18 03:59:20.694401 [ 5 ] {bc2e38c8-8fa3-485c-984d-d498f93369a3} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16893 2025.03.18 03:59:20.694443 [ 5 ] {bc2e38c8-8fa3-485c-984d-d498f93369a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16894 2025.03.18 03:59:20.694797 [ 5 ] {bc2e38c8-8fa3-485c-984d-d498f93369a3} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
16895 2025.03.18 03:59:20.695052 [ 5 ] {bc2e38c8-8fa3-485c-984d-d498f93369a3} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16896 2025.03.18 03:59:20.695266 [ 5 ] {bc2e38c8-8fa3-485c-984d-d498f93369a3} <Debug> executeQuery: Read 58 rows, 4.36 KiB in 0.001486 sec., 39030.95558546433 rows/sec., 2.87 MiB/sec.
16897 2025.03.18 03:59:20.695321 [ 5 ] {bc2e38c8-8fa3-485c-984d-d498f93369a3} <Debug> TCPHandler: Processed in 0.001679056 sec.
16898 2025.03.18 03:59:20.695426 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16899 2025.03.18 03:59:20.695527 [ 5 ] {63bae29d-8cc4-4ea5-ab3e-39b5c0cebe79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16900 2025.03.18 03:59:20.695571 [ 5 ] {63bae29d-8cc4-4ea5-ab3e-39b5c0cebe79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16901 2025.03.18 03:59:20.696127 [ 5 ] {63bae29d-8cc4-4ea5-ab3e-39b5c0cebe79} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16902 2025.03.18 03:59:20.696169 [ 5 ] {63bae29d-8cc4-4ea5-ab3e-39b5c0cebe79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16903 2025.03.18 03:59:20.696534 [ 5 ] {63bae29d-8cc4-4ea5-ab3e-39b5c0cebe79} <Trace> MergedBlockOutputStream: filled checksums all_187_187_0 (state Temporary)
16904 2025.03.18 03:59:20.696786 [ 5 ] {63bae29d-8cc4-4ea5-ab3e-39b5c0cebe79} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_187_187_0 to all_187_187_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16905 2025.03.18 03:59:20.697015 [ 5 ] {63bae29d-8cc4-4ea5-ab3e-39b5c0cebe79} <Debug> executeQuery: Read 122 rows, 9.76 KiB in 0.001507 sec., 80955.5408095554 rows/sec., 6.32 MiB/sec.
16906 2025.03.18 03:59:20.697083 [ 5 ] {63bae29d-8cc4-4ea5-ab3e-39b5c0cebe79} <Debug> TCPHandler: Processed in 0.001706216 sec.
16907 2025.03.18 03:59:20.697251 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16908 2025.03.18 03:59:20.697528 [ 5 ] {e95c087f-617e-4cb3-a7b8-0338dfce71bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16909 2025.03.18 03:59:20.697682 [ 5 ] {e95c087f-617e-4cb3-a7b8-0338dfce71bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16910 2025.03.18 03:59:20.699283 [ 5 ] {e95c087f-617e-4cb3-a7b8-0338dfce71bb} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16911 2025.03.18 03:59:20.699324 [ 5 ] {e95c087f-617e-4cb3-a7b8-0338dfce71bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16912 2025.03.18 03:59:20.699712 [ 5 ] {e95c087f-617e-4cb3-a7b8-0338dfce71bb} <Trace> MergedBlockOutputStream: filled checksums all_187_187_0 (state Temporary)
16913 2025.03.18 03:59:20.699951 [ 5 ] {e95c087f-617e-4cb3-a7b8-0338dfce71bb} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_187_187_0 to all_187_187_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16914 2025.03.18 03:59:20.700150 [ 68 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 2 parts from all_1_182_49 to all_183_183_0
16915 2025.03.18 03:59:20.700161 [ 5 ] {e95c087f-617e-4cb3-a7b8-0338dfce71bb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002746 sec., 58266.569555717404 rows/sec., 4.06 MiB/sec.
16916 2025.03.18 03:59:20.700238 [ 68 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16917 2025.03.18 03:59:20.700316 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16918 2025.03.18 03:59:20.700329 [ 5 ] {e95c087f-617e-4cb3-a7b8-0338dfce71bb} <Debug> TCPHandler: Processed in 0.003133727 sec.
16919 2025.03.18 03:59:20.700556 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_183_50} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_182_49 to all_183_183_0 into Compact with storage Full
16920 2025.03.18 03:59:20.700612 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16921 2025.03.18 03:59:20.700940 [ 5 ] {413b059d-a5a8-4475-a0b0-304337a98ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
16922 2025.03.18 03:59:20.701054 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_183_50} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16923 2025.03.18 03:59:20.701188 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_183_50} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_182_49, total 49542 rows starting from the beginning of the part
16924 2025.03.18 03:59:20.701358 [ 5 ] {413b059d-a5a8-4475-a0b0-304337a98ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
16925 2025.03.18 03:59:20.701647 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_183_50} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 106 rows starting from the beginning of the part
16926 2025.03.18 03:59:20.706430 [ 5 ] {413b059d-a5a8-4475-a0b0-304337a98ba0} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16927 2025.03.18 03:59:20.706477 [ 5 ] {413b059d-a5a8-4475-a0b0-304337a98ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16928 2025.03.18 03:59:20.707339 [ 5 ] {413b059d-a5a8-4475-a0b0-304337a98ba0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
16929 2025.03.18 03:59:20.707679 [ 5 ] {413b059d-a5a8-4475-a0b0-304337a98ba0} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16930 2025.03.18 03:59:20.708021 [ 5 ] {413b059d-a5a8-4475-a0b0-304337a98ba0} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.007228 sec., 8024.349750968456 rows/sec., 14.38 MiB/sec.
16931 2025.03.18 03:59:20.708826 [ 5 ] {413b059d-a5a8-4475-a0b0-304337a98ba0} <Debug> TCPHandler: Processed in 0.008287054 sec.
16932 2025.03.18 03:59:20.708991 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16933 2025.03.18 03:59:20.709098 [ 5 ] {13e395dd-2660-4065-8868-7c3d588a8fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16934 2025.03.18 03:59:20.709148 [ 5 ] {13e395dd-2660-4065-8868-7c3d588a8fc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16935 2025.03.18 03:59:20.709744 [ 5 ] {13e395dd-2660-4065-8868-7c3d588a8fc2} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16936 2025.03.18 03:59:20.709784 [ 5 ] {13e395dd-2660-4065-8868-7c3d588a8fc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16937 2025.03.18 03:59:20.710258 [ 5 ] {13e395dd-2660-4065-8868-7c3d588a8fc2} <Trace> MergedBlockOutputStream: filled checksums all_187_187_0 (state Temporary)
16938 2025.03.18 03:59:20.710539 [ 5 ] {13e395dd-2660-4065-8868-7c3d588a8fc2} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_187_187_0 to all_187_187_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16939 2025.03.18 03:59:20.710827 [ 5 ] {13e395dd-2660-4065-8868-7c3d588a8fc2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001751 sec., 34266.133637921186 rows/sec., 2.31 MiB/sec.
16940 2025.03.18 03:59:20.710900 [ 5 ] {13e395dd-2660-4065-8868-7c3d588a8fc2} <Debug> TCPHandler: Processed in 0.00196074 sec.
16941 2025.03.18 03:59:20.713541 [ 188 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_183_50} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 49648 rows, containing 5 columns (5 merged, 0 gathered) in 0.013119887 sec., 3784178.9338581953 rows/sec., 259.33 MiB/sec.
16942 2025.03.18 03:59:20.713884 [ 197 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_183_50} <Trace> MergedBlockOutputStream: filled checksums all_1_183_50 (state Temporary)
16943 2025.03.18 03:59:20.714251 [ 197 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_183_50} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_183_50 to all_1_183_50 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16944 2025.03.18 03:59:20.714338 [ 197 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_183_50} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 2 parts: [all_1_182_49, all_183_183_0] -> all_1_183_50
16945 2025.03.18 03:59:20.714440 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB.
16946 2025.03.18 03:59:21.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.56 MiB, peak 284.10 MiB, free memory in arenas 0.00 B, will set to 265.55 MiB (RSS), difference: -1.01 MiB
16947 2025.03.18 03:59:24.217586 [ 64 ] {} <Debug> DNSResolver: Updating DNS cache
16948 2025.03.18 03:59:24.217655 [ 64 ] {} <Debug> DNSResolver: Updated DNS cache
16949 2025.03.18 03:59:24.503486 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 50386
16950 2025.03.18 03:59:24.504352 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16951 2025.03.18 03:59:24.504389 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16952 2025.03.18 03:59:24.504915 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
16953 2025.03.18 03:59:24.505199 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16954 2025.03.18 03:59:24.505391 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50386
16955 2025.03.18 03:59:25.076625 [ 221 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Found 6 old parts to remove. Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0]
16956 2025.03.18 03:59:25.076674 [ 221 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Removing 6 parts from filesystem (serially): Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0]
16957 2025.03.18 03:59:25.078632 [ 221 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Removing 6 parts from memory: Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0]
16958 2025.03.18 03:59:25.563315 [ 222 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
16959 2025.03.18 03:59:25.563381 [ 222 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
16960 2025.03.18 03:59:25.565327 [ 222 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): 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]
16961 2025.03.18 03:59:25.649568 [ 219 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
16962 2025.03.18 03:59:25.649630 [ 219 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
16963 2025.03.18 03:59:25.651627 [ 219 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): 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]
16964 2025.03.18 03:59:25.688560 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16965 2025.03.18 03:59:25.688742 [ 5 ] {f4602890-f0c6-40c7-806a-707763ba50f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
16966 2025.03.18 03:59:25.688814 [ 5 ] {f4602890-f0c6-40c7-806a-707763ba50f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
16967 2025.03.18 03:59:25.689559 [ 5 ] {f4602890-f0c6-40c7-806a-707763ba50f1} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16968 2025.03.18 03:59:25.689606 [ 5 ] {f4602890-f0c6-40c7-806a-707763ba50f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16969 2025.03.18 03:59:25.690037 [ 5 ] {f4602890-f0c6-40c7-806a-707763ba50f1} <Trace> MergedBlockOutputStream: filled checksums all_188_188_0 (state Temporary)
16970 2025.03.18 03:59:25.690303 [ 5 ] {f4602890-f0c6-40c7-806a-707763ba50f1} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_188_188_0 to all_188_188_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16971 2025.03.18 03:59:25.690523 [ 5 ] {f4602890-f0c6-40c7-806a-707763ba50f1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001836 sec., 30501.089324618737 rows/sec., 2.34 MiB/sec.
16972 2025.03.18 03:59:25.690584 [ 5 ] {f4602890-f0c6-40c7-806a-707763ba50f1} <Debug> TCPHandler: Processed in 0.002158212 sec.
16973 2025.03.18 03:59:25.690705 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16974 2025.03.18 03:59:25.690820 [ 5 ] {8d1ddcf0-2e46-414b-b40e-371bd06d164b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
16975 2025.03.18 03:59:25.690870 [ 5 ] {8d1ddcf0-2e46-414b-b40e-371bd06d164b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
16976 2025.03.18 03:59:25.691403 [ 5 ] {8d1ddcf0-2e46-414b-b40e-371bd06d164b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16977 2025.03.18 03:59:25.691445 [ 5 ] {8d1ddcf0-2e46-414b-b40e-371bd06d164b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16978 2025.03.18 03:59:25.691801 [ 5 ] {8d1ddcf0-2e46-414b-b40e-371bd06d164b} <Trace> MergedBlockOutputStream: filled checksums all_188_188_0 (state Temporary)
16979 2025.03.18 03:59:25.692037 [ 5 ] {8d1ddcf0-2e46-414b-b40e-371bd06d164b} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_188_188_0 to all_188_188_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16980 2025.03.18 03:59:25.692246 [ 5 ] {8d1ddcf0-2e46-414b-b40e-371bd06d164b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001454 sec., 44016.506189821186 rows/sec., 3.44 MiB/sec.
16981 2025.03.18 03:59:25.692298 [ 5 ] {8d1ddcf0-2e46-414b-b40e-371bd06d164b} <Debug> TCPHandler: Processed in 0.001644945 sec.
16982 2025.03.18 03:59:25.692411 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16983 2025.03.18 03:59:25.692517 [ 5 ] {487bc24d-43d2-472b-b96e-2304e6e1420a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
16984 2025.03.18 03:59:25.692567 [ 5 ] {487bc24d-43d2-472b-b96e-2304e6e1420a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
16985 2025.03.18 03:59:25.693068 [ 5 ] {487bc24d-43d2-472b-b96e-2304e6e1420a} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16986 2025.03.18 03:59:25.693108 [ 5 ] {487bc24d-43d2-472b-b96e-2304e6e1420a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16987 2025.03.18 03:59:25.693494 [ 5 ] {487bc24d-43d2-472b-b96e-2304e6e1420a} <Trace> MergedBlockOutputStream: filled checksums all_188_188_0 (state Temporary)
16988 2025.03.18 03:59:25.693729 [ 5 ] {487bc24d-43d2-472b-b96e-2304e6e1420a} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_188_188_0 to all_188_188_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
16989 2025.03.18 03:59:25.693897 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 2 parts from all_1_183_50 to all_184_184_0
16990 2025.03.18 03:59:25.693949 [ 5 ] {487bc24d-43d2-472b-b96e-2304e6e1420a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001449 sec., 110420.97998619737 rows/sec., 7.69 MiB/sec.
16991 2025.03.18 03:59:25.693981 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
16992 2025.03.18 03:59:25.694054 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
16993 2025.03.18 03:59:25.694072 [ 5 ] {487bc24d-43d2-472b-b96e-2304e6e1420a} <Debug> TCPHandler: Processed in 0.001707076 sec.
16994 2025.03.18 03:59:25.694287 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
16995 2025.03.18 03:59:25.694321 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_184_51} <Debug> MergeTask::PrepareStage: Merging 2 parts: from all_1_183_50 to all_184_184_0 into Compact with storage Full
16996 2025.03.18 03:59:25.694468 [ 5 ] {21fad790-7012-4209-a58d-463449f362b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
16997 2025.03.18 03:59:25.694580 [ 5 ] {21fad790-7012-4209-a58d-463449f362b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
16998 2025.03.18 03:59:25.694919 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_184_51} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
16999 2025.03.18 03:59:25.695098 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_184_51} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_183_50, total 49648 rows starting from the beginning of the part
17000 2025.03.18 03:59:25.695344 [ 192 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_184_51} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 160 rows starting from the beginning of the part
17001 2025.03.18 03:59:25.696312 [ 5 ] {21fad790-7012-4209-a58d-463449f362b3} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17002 2025.03.18 03:59:25.696377 [ 5 ] {21fad790-7012-4209-a58d-463449f362b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17003 2025.03.18 03:59:25.697004 [ 5 ] {21fad790-7012-4209-a58d-463449f362b3} <Trace> MergedBlockOutputStream: filled checksums all_188_188_0 (state Temporary)
17004 2025.03.18 03:59:25.697396 [ 5 ] {21fad790-7012-4209-a58d-463449f362b3} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_188_188_0 to all_188_188_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17005 2025.03.18 03:59:25.697858 [ 5 ] {21fad790-7012-4209-a58d-463449f362b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003424 sec., 17523.36448598131 rows/sec., 1.18 MiB/sec.
17006 2025.03.18 03:59:25.697878 [ 217 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Found 6 old parts to remove. Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0]
17007 2025.03.18 03:59:25.697989 [ 217 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Removing 6 parts from filesystem (serially): Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0]
17008 2025.03.18 03:59:25.698060 [ 5 ] {21fad790-7012-4209-a58d-463449f362b3} <Debug> TCPHandler: Processed in 0.003838448 sec.
17009 2025.03.18 03:59:25.700190 [ 217 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Removing 6 parts from memory: Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0]
17010 2025.03.18 03:59:25.705014 [ 201 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_184_51} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 49808 rows, containing 5 columns (5 merged, 0 gathered) in 0.010794612 sec., 4614153.801915252 rows/sec., 316.22 MiB/sec.
17011 2025.03.18 03:59:25.705337 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_184_51} <Trace> MergedBlockOutputStream: filled checksums all_1_184_51 (state Temporary)
17012 2025.03.18 03:59:25.705657 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_184_51} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_184_51 to all_1_184_51 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17013 2025.03.18 03:59:25.705739 [ 190 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_184_51} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 2 parts: [all_1_183_50, all_184_184_0] -> all_1_184_51
17014 2025.03.18 03:59:25.705829 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB.
17015 2025.03.18 03:59:26.000252 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 261.86 MiB, peak 284.10 MiB, free memory in arenas 0.00 B, will set to 265.55 MiB (RSS), difference: 3.69 MiB
17016 2025.03.18 03:59:26.222420 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Found 6 old parts to remove. Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0]
17017 2025.03.18 03:59:26.222459 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Removing 6 parts from filesystem (serially): Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0]
17018 2025.03.18 03:59:26.224406 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Removing 6 parts from memory: Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0]
17019 2025.03.18 03:59:26.623729 [ 225 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Found 6 old parts to remove. Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0]
17020 2025.03.18 03:59:26.623815 [ 225 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Removing 6 parts from filesystem (serially): Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0]
17021 2025.03.18 03:59:26.625934 [ 225 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Removing 6 parts from memory: Parts: [all_1_71_14, all_72_72_0, all_73_73_0, all_74_74_0, all_75_75_0, all_76_76_0]
17022 2025.03.18 03:59:27.169402 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17023 2025.03.18 03:59:27.169624 [ 5 ] {f7c6d012-328f-492b-8234-5198c917eb52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
17024 2025.03.18 03:59:27.169706 [ 5 ] {f7c6d012-328f-492b-8234-5198c917eb52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
17025 2025.03.18 03:59:27.170582 [ 5 ] {f7c6d012-328f-492b-8234-5198c917eb52} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17026 2025.03.18 03:59:27.170627 [ 5 ] {f7c6d012-328f-492b-8234-5198c917eb52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17027 2025.03.18 03:59:27.171082 [ 5 ] {f7c6d012-328f-492b-8234-5198c917eb52} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
17028 2025.03.18 03:59:27.171376 [ 5 ] {f7c6d012-328f-492b-8234-5198c917eb52} <Trace> oximeter.fields_i16 (9ff0c721-dee2-45d8-ae8a-070cf2fbac2b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17029 2025.03.18 03:59:27.172138 [ 5 ] {f7c6d012-328f-492b-8234-5198c917eb52} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002524 sec., 9508.716323296354 rows/sec., 807.87 KiB/sec.
17030 2025.03.18 03:59:27.172511 [ 5 ] {f7c6d012-328f-492b-8234-5198c917eb52} <Debug> TCPHandler: Processed in 0.003246408 sec.
17031 2025.03.18 03:59:27.172697 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17032 2025.03.18 03:59:27.172809 [ 5 ] {74bf27e0-4c90-480f-a9e2-5a9342afffed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
17033 2025.03.18 03:59:27.172859 [ 5 ] {74bf27e0-4c90-480f-a9e2-5a9342afffed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
17034 2025.03.18 03:59:27.173444 [ 5 ] {74bf27e0-4c90-480f-a9e2-5a9342afffed} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17035 2025.03.18 03:59:27.173484 [ 5 ] {74bf27e0-4c90-480f-a9e2-5a9342afffed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17036 2025.03.18 03:59:27.173832 [ 5 ] {74bf27e0-4c90-480f-a9e2-5a9342afffed} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
17037 2025.03.18 03:59:27.174072 [ 5 ] {74bf27e0-4c90-480f-a9e2-5a9342afffed} <Trace> oximeter.fields_ipaddr (176a4f1b-418d-46ca-9bd1-dac654007ce2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17038 2025.03.18 03:59:27.174288 [ 5 ] {74bf27e0-4c90-480f-a9e2-5a9342afffed} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001506 sec., 1328.0212483399735 rows/sec., 108.29 KiB/sec.
17039 2025.03.18 03:59:27.174421 [ 5 ] {74bf27e0-4c90-480f-a9e2-5a9342afffed} <Debug> TCPHandler: Processed in 0.001774106 sec.
17040 2025.03.18 03:59:27.174599 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17041 2025.03.18 03:59:27.174704 [ 5 ] {d6d9ecd3-f3b2-4dfe-918e-7ad6cc6772c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17042 2025.03.18 03:59:27.174750 [ 5 ] {d6d9ecd3-f3b2-4dfe-918e-7ad6cc6772c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17043 2025.03.18 03:59:27.176029 [ 5 ] {d6d9ecd3-f3b2-4dfe-918e-7ad6cc6772c5} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17044 2025.03.18 03:59:27.176066 [ 5 ] {d6d9ecd3-f3b2-4dfe-918e-7ad6cc6772c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17045 2025.03.18 03:59:27.176517 [ 5 ] {d6d9ecd3-f3b2-4dfe-918e-7ad6cc6772c5} <Trace> MergedBlockOutputStream: filled checksums all_189_189_0 (state Temporary)
17046 2025.03.18 03:59:27.176784 [ 5 ] {d6d9ecd3-f3b2-4dfe-918e-7ad6cc6772c5} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_189_189_0 to all_189_189_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17047 2025.03.18 03:59:27.176965 [ 5 ] {d6d9ecd3-f3b2-4dfe-918e-7ad6cc6772c5} <Debug> executeQuery: Read 1433 rows, 123.52 KiB in 0.002283 sec., 627682.873412177 rows/sec., 52.84 MiB/sec.
17048 2025.03.18 03:59:27.177015 [ 5 ] {d6d9ecd3-f3b2-4dfe-918e-7ad6cc6772c5} <Debug> TCPHandler: Processed in 0.002477027 sec.
17049 2025.03.18 03:59:27.177135 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17050 2025.03.18 03:59:27.177249 [ 5 ] {fac961c1-3f37-4e39-ade3-0e1f88cb1f3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17051 2025.03.18 03:59:27.177294 [ 5 ] {fac961c1-3f37-4e39-ade3-0e1f88cb1f3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17052 2025.03.18 03:59:27.177852 [ 5 ] {fac961c1-3f37-4e39-ade3-0e1f88cb1f3a} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17053 2025.03.18 03:59:27.177890 [ 5 ] {fac961c1-3f37-4e39-ade3-0e1f88cb1f3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17054 2025.03.18 03:59:27.178280 [ 5 ] {fac961c1-3f37-4e39-ade3-0e1f88cb1f3a} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
17055 2025.03.18 03:59:27.178530 [ 5 ] {fac961c1-3f37-4e39-ade3-0e1f88cb1f3a} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17056 2025.03.18 03:59:27.178704 [ 5 ] {fac961c1-3f37-4e39-ade3-0e1f88cb1f3a} <Debug> executeQuery: Read 72 rows, 5.46 KiB in 0.001477 sec., 48747.46106973595 rows/sec., 3.61 MiB/sec.
17057 2025.03.18 03:59:27.178755 [ 5 ] {fac961c1-3f37-4e39-ade3-0e1f88cb1f3a} <Debug> TCPHandler: Processed in 0.001673105 sec.
17058 2025.03.18 03:59:27.178872 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17059 2025.03.18 03:59:27.178978 [ 5 ] {31227876-beb4-4a31-bdbc-b5e8f359a145} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
17060 2025.03.18 03:59:27.179022 [ 5 ] {31227876-beb4-4a31-bdbc-b5e8f359a145} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
17061 2025.03.18 03:59:27.179633 [ 5 ] {31227876-beb4-4a31-bdbc-b5e8f359a145} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17062 2025.03.18 03:59:27.179671 [ 5 ] {31227876-beb4-4a31-bdbc-b5e8f359a145} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17063 2025.03.18 03:59:27.180043 [ 5 ] {31227876-beb4-4a31-bdbc-b5e8f359a145} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
17064 2025.03.18 03:59:27.180284 [ 5 ] {31227876-beb4-4a31-bdbc-b5e8f359a145} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17065 2025.03.18 03:59:27.180497 [ 5 ] {31227876-beb4-4a31-bdbc-b5e8f359a145} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001538 sec., 163849.1547464239 rows/sec., 11.33 MiB/sec.
17066 2025.03.18 03:59:27.180717 [ 5 ] {31227876-beb4-4a31-bdbc-b5e8f359a145} <Debug> TCPHandler: Processed in 0.001890299 sec.
17067 2025.03.18 03:59:27.180888 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17068 2025.03.18 03:59:27.180992 [ 5 ] {e66d2bb1-9b31-4d50-ad7d-2f0f4b2153e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
17069 2025.03.18 03:59:27.181037 [ 5 ] {e66d2bb1-9b31-4d50-ad7d-2f0f4b2153e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
17070 2025.03.18 03:59:27.181594 [ 5 ] {e66d2bb1-9b31-4d50-ad7d-2f0f4b2153e6} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17071 2025.03.18 03:59:27.181632 [ 5 ] {e66d2bb1-9b31-4d50-ad7d-2f0f4b2153e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17072 2025.03.18 03:59:27.181992 [ 5 ] {e66d2bb1-9b31-4d50-ad7d-2f0f4b2153e6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
17073 2025.03.18 03:59:27.182236 [ 5 ] {e66d2bb1-9b31-4d50-ad7d-2f0f4b2153e6} <Trace> oximeter.fields_u8 (85f8d203-5382-4fab-be76-308d73ce2d1b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17074 2025.03.18 03:59:27.182416 [ 5 ] {e66d2bb1-9b31-4d50-ad7d-2f0f4b2153e6} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001446 sec., 8298.755186721992 rows/sec., 648.34 KiB/sec.
17075 2025.03.18 03:59:27.182468 [ 5 ] {e66d2bb1-9b31-4d50-ad7d-2f0f4b2153e6} <Debug> TCPHandler: Processed in 0.001630074 sec.
17076 2025.03.18 03:59:27.182572 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17077 2025.03.18 03:59:27.182673 [ 5 ] {15cba0e0-f720-4cb6-a95e-aac118a1dbf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17078 2025.03.18 03:59:27.182717 [ 5 ] {15cba0e0-f720-4cb6-a95e-aac118a1dbf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17079 2025.03.18 03:59:27.183493 [ 5 ] {15cba0e0-f720-4cb6-a95e-aac118a1dbf9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17080 2025.03.18 03:59:27.183530 [ 5 ] {15cba0e0-f720-4cb6-a95e-aac118a1dbf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17081 2025.03.18 03:59:27.183916 [ 5 ] {15cba0e0-f720-4cb6-a95e-aac118a1dbf9} <Trace> MergedBlockOutputStream: filled checksums all_189_189_0 (state Temporary)
17082 2025.03.18 03:59:27.184168 [ 5 ] {15cba0e0-f720-4cb6-a95e-aac118a1dbf9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_189_189_0 to all_189_189_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17083 2025.03.18 03:59:27.184345 [ 5 ] {15cba0e0-f720-4cb6-a95e-aac118a1dbf9} <Debug> executeQuery: Read 616 rows, 47.47 KiB in 0.001693 sec., 363851.15180153574 rows/sec., 27.38 MiB/sec.
17084 2025.03.18 03:59:27.184395 [ 5 ] {15cba0e0-f720-4cb6-a95e-aac118a1dbf9} <Debug> TCPHandler: Processed in 0.001871148 sec.
17085 2025.03.18 03:59:27.184524 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17086 2025.03.18 03:59:27.184653 [ 5 ] {73d87e35-1848-4632-a006-10a6a368572c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17087 2025.03.18 03:59:27.184711 [ 5 ] {73d87e35-1848-4632-a006-10a6a368572c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17088 2025.03.18 03:59:27.185475 [ 5 ] {73d87e35-1848-4632-a006-10a6a368572c} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17089 2025.03.18 03:59:27.185511 [ 5 ] {73d87e35-1848-4632-a006-10a6a368572c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17090 2025.03.18 03:59:27.185935 [ 5 ] {73d87e35-1848-4632-a006-10a6a368572c} <Trace> MergedBlockOutputStream: filled checksums all_189_189_0 (state Temporary)
17091 2025.03.18 03:59:27.186175 [ 5 ] {73d87e35-1848-4632-a006-10a6a368572c} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_189_189_0 to all_189_189_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17092 2025.03.18 03:59:27.186307 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Selected 6 parts from all_1_184_51 to all_189_189_0
17093 2025.03.18 03:59:27.186359 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17094 2025.03.18 03:59:27.186364 [ 5 ] {73d87e35-1848-4632-a006-10a6a368572c} <Debug> executeQuery: Read 937 rows, 64.75 KiB in 0.001738 sec., 539125.4315304948 rows/sec., 36.38 MiB/sec.
17095 2025.03.18 03:59:27.186388 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB.
17096 2025.03.18 03:59:27.186444 [ 5 ] {73d87e35-1848-4632-a006-10a6a368572c} <Debug> TCPHandler: Processed in 0.00197582 sec.
17097 2025.03.18 03:59:27.186664 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_189_52} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_184_51 to all_189_189_0 into Compact with storage Full
17098 2025.03.18 03:59:27.186687 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17099 2025.03.18 03:59:27.186927 [ 5 ] {e2b6837f-e14b-4bf1-a90d-483b94ae2d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17100 2025.03.18 03:59:27.186971 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_189_52} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17101 2025.03.18 03:59:27.187085 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_189_52} <Debug> MergeTreeSequentialSource: Reading 8 marks from part all_1_184_51, total 49808 rows starting from the beginning of the part
17102 2025.03.18 03:59:27.187099 [ 5 ] {e2b6837f-e14b-4bf1-a90d-483b94ae2d77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17103 2025.03.18 03:59:27.187464 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_189_52} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_185_185_0, total 160 rows starting from the beginning of the part
17104 2025.03.18 03:59:27.187975 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_189_52} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_186_186_0, total 160 rows starting from the beginning of the part
17105 2025.03.18 03:59:27.188373 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_189_52} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_187_187_0, total 160 rows starting from the beginning of the part
17106 2025.03.18 03:59:27.188754 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_189_52} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_188_188_0, total 160 rows starting from the beginning of the part
17107 2025.03.18 03:59:27.189104 [ 199 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_189_52} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_189_189_0, total 937 rows starting from the beginning of the part
17108 2025.03.18 03:59:27.192135 [ 5 ] {e2b6837f-e14b-4bf1-a90d-483b94ae2d77} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17109 2025.03.18 03:59:27.192209 [ 5 ] {e2b6837f-e14b-4bf1-a90d-483b94ae2d77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17110 2025.03.18 03:59:27.193891 [ 5 ] {e2b6837f-e14b-4bf1-a90d-483b94ae2d77} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
17111 2025.03.18 03:59:27.194268 [ 5 ] {e2b6837f-e14b-4bf1-a90d-483b94ae2d77} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17112 2025.03.18 03:59:27.194479 [ 58 ] {} <Debug> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
17113 2025.03.18 03:59:27.194529 [ 58 ] {} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17114 2025.03.18 03:59:27.194563 [ 5 ] {e2b6837f-e14b-4bf1-a90d-483b94ae2d77} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.007715 sec., 7517.822423849644 rows/sec., 13.47 MiB/sec.
17115 2025.03.18 03:59:27.194576 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17116 2025.03.18 03:59:27.195337 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::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
17117 2025.03.18 03:59:27.195675 [ 5 ] {e2b6837f-e14b-4bf1-a90d-483b94ae2d77} <Debug> TCPHandler: Processed in 0.009041986 sec.
17118 2025.03.18 03:59:27.196397 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17119 2025.03.18 03:59:27.196806 [ 5 ] {e20a3910-45cc-4a28-a732-5e0c2d3c4d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17120 2025.03.18 03:59:27.196913 [ 5 ] {e20a3910-45cc-4a28-a732-5e0c2d3c4d4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17121 2025.03.18 03:59:27.197041 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17122 2025.03.18 03:59:27.197319 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3017 rows starting from the beginning of the part
17123 2025.03.18 03:59:27.198238 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 58 rows starting from the beginning of the part
17124 2025.03.18 03:59:27.198990 [ 5 ] {e20a3910-45cc-4a28-a732-5e0c2d3c4d4f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17125 2025.03.18 03:59:27.199044 [ 5 ] {e20a3910-45cc-4a28-a732-5e0c2d3c4d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17126 2025.03.18 03:59:27.199046 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 58 rows starting from the beginning of the part
17127 2025.03.18 03:59:27.200037 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 58 rows starting from the beginning of the part
17128 2025.03.18 03:59:27.200333 [ 5 ] {e20a3910-45cc-4a28-a732-5e0c2d3c4d4f} <Trace> MergedBlockOutputStream: filled checksums all_189_189_0 (state Temporary)
17129 2025.03.18 03:59:27.200723 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 58 rows starting from the beginning of the part
17130 2025.03.18 03:59:27.201221 [ 5 ] {e20a3910-45cc-4a28-a732-5e0c2d3c4d4f} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_189_189_0 to all_189_189_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17131 2025.03.18 03:59:27.201534 [ 190 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 58 rows starting from the beginning of the part
17132 2025.03.18 03:59:27.201936 [ 5 ] {e20a3910-45cc-4a28-a732-5e0c2d3c4d4f} <Debug> executeQuery: Read 20 rows, 1.38 KiB in 0.005242 sec., 3815.337657382678 rows/sec., 262.30 KiB/sec.
17133 2025.03.18 03:59:27.202454 [ 5 ] {e20a3910-45cc-4a28-a732-5e0c2d3c4d4f} <Debug> TCPHandler: Processed in 0.006204683 sec.
17134 2025.03.18 03:59:27.205213 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_189_52} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51385 rows, containing 5 columns (5 merged, 0 gathered) in 0.018715661 sec., 2745561.591439383 rows/sec., 188.15 MiB/sec.
17135 2025.03.18 03:59:27.205626 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_189_52} <Trace> MergedBlockOutputStream: filled checksums all_1_189_52 (state Temporary)
17136 2025.03.18 03:59:27.206038 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_189_52} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_merge_all_1_189_52 to all_1_189_52 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17137 2025.03.18 03:59:27.206140 [ 189 ] {41b586e0-a1f2-4305-97b4-bec92b4c7ed0::all_1_189_52} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0) (MergerMutator): Merged 6 parts: [all_1_184_51, all_189_189_0] -> all_1_189_52
17138 2025.03.18 03:59:27.206332 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB.
17139 2025.03.18 03:59:27.218898 [ 189 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 19 columns (19 merged, 0 gathered) in 0.024237424 sec., 136441.89250474802 rows/sec., 244.50 MiB/sec.
17140 2025.03.18 03:59:27.221845 [ 195 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
17141 2025.03.18 03:59:27.222317 [ 195 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17142 2025.03.18 03:59:27.222403 [ 195 ] {1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
17143 2025.03.18 03:59:27.222574 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 23.56 MiB.
17144 2025.03.18 03:59:28.000244 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.31 MiB, peak 289.83 MiB, free memory in arenas 0.00 B, will set to 271.05 MiB (RSS), difference: 4.74 MiB
17145 2025.03.18 03:59:28.148624 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 829
17146 2025.03.18 03:59:28.173193 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17147 2025.03.18 03:59:28.173264 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17148 2025.03.18 03:59:28.181033 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary)
17149 2025.03.18 03:59:28.181864 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17150 2025.03.18 03:59:28.186265 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 829
17151 2025.03.18 03:59:29.793812 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2248
17152 2025.03.18 03:59:29.797271 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17153 2025.03.18 03:59:29.797331 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17154 2025.03.18 03:59:29.798929 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
17155 2025.03.18 03:59:29.799277 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17156 2025.03.18 03:59:29.800068 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2248
17157 2025.03.18 03:59:30.685348 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17158 2025.03.18 03:59:30.685533 [ 5 ] {27c62381-0ae2-4d15-90b2-b90de3e37be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17159 2025.03.18 03:59:30.685605 [ 5 ] {27c62381-0ae2-4d15-90b2-b90de3e37be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17160 2025.03.18 03:59:30.686391 [ 5 ] {27c62381-0ae2-4d15-90b2-b90de3e37be1} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17161 2025.03.18 03:59:30.686440 [ 5 ] {27c62381-0ae2-4d15-90b2-b90de3e37be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17162 2025.03.18 03:59:30.686884 [ 5 ] {27c62381-0ae2-4d15-90b2-b90de3e37be1} <Trace> MergedBlockOutputStream: filled checksums all_190_190_0 (state Temporary)
17163 2025.03.18 03:59:30.687145 [ 5 ] {27c62381-0ae2-4d15-90b2-b90de3e37be1} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_190_190_0 to all_190_190_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17164 2025.03.18 03:59:30.687411 [ 5 ] {27c62381-0ae2-4d15-90b2-b90de3e37be1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001925 sec., 29090.90909090909 rows/sec., 2.23 MiB/sec.
17165 2025.03.18 03:59:30.687536 [ 5 ] {27c62381-0ae2-4d15-90b2-b90de3e37be1} <Debug> TCPHandler: Processed in 0.002322104 sec.
17166 2025.03.18 03:59:30.687689 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17167 2025.03.18 03:59:30.687995 [ 5 ] {3e2dc8fc-ba15-4e89-a442-b30463ba7ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17168 2025.03.18 03:59:30.688134 [ 5 ] {3e2dc8fc-ba15-4e89-a442-b30463ba7ebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17169 2025.03.18 03:59:30.688787 [ 5 ] {3e2dc8fc-ba15-4e89-a442-b30463ba7ebd} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17170 2025.03.18 03:59:30.688830 [ 5 ] {3e2dc8fc-ba15-4e89-a442-b30463ba7ebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17171 2025.03.18 03:59:30.689210 [ 5 ] {3e2dc8fc-ba15-4e89-a442-b30463ba7ebd} <Trace> MergedBlockOutputStream: filled checksums all_190_190_0 (state Temporary)
17172 2025.03.18 03:59:30.689459 [ 5 ] {3e2dc8fc-ba15-4e89-a442-b30463ba7ebd} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_190_190_0 to all_190_190_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17173 2025.03.18 03:59:30.689677 [ 5 ] {3e2dc8fc-ba15-4e89-a442-b30463ba7ebd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001802 sec., 35516.09322974473 rows/sec., 2.77 MiB/sec.
17174 2025.03.18 03:59:30.689731 [ 5 ] {3e2dc8fc-ba15-4e89-a442-b30463ba7ebd} <Debug> TCPHandler: Processed in 0.002129101 sec.
17175 2025.03.18 03:59:30.689845 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17176 2025.03.18 03:59:30.689951 [ 5 ] {00b78a1b-35fb-4a9f-ab3d-5361c360629c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17177 2025.03.18 03:59:30.690000 [ 5 ] {00b78a1b-35fb-4a9f-ab3d-5361c360629c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17178 2025.03.18 03:59:30.690494 [ 5 ] {00b78a1b-35fb-4a9f-ab3d-5361c360629c} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17179 2025.03.18 03:59:30.690534 [ 5 ] {00b78a1b-35fb-4a9f-ab3d-5361c360629c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17180 2025.03.18 03:59:30.690913 [ 5 ] {00b78a1b-35fb-4a9f-ab3d-5361c360629c} <Trace> MergedBlockOutputStream: filled checksums all_190_190_0 (state Temporary)
17181 2025.03.18 03:59:30.691151 [ 5 ] {00b78a1b-35fb-4a9f-ab3d-5361c360629c} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_190_190_0 to all_190_190_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17182 2025.03.18 03:59:30.691353 [ 5 ] {00b78a1b-35fb-4a9f-ab3d-5361c360629c} <Debug> executeQuery: Read 106 rows, 7.56 KiB in 0.001425 sec., 74385.9649122807 rows/sec., 5.18 MiB/sec.
17183 2025.03.18 03:59:30.691416 [ 5 ] {00b78a1b-35fb-4a9f-ab3d-5361c360629c} <Debug> TCPHandler: Processed in 0.001620955 sec.
17184 2025.03.18 03:59:30.691531 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17185 2025.03.18 03:59:30.691644 [ 5 ] {cd46aa7d-aa89-4e8a-a931-ec9fa03605bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17186 2025.03.18 03:59:30.691691 [ 5 ] {cd46aa7d-aa89-4e8a-a931-ec9fa03605bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17187 2025.03.18 03:59:30.692123 [ 5 ] {cd46aa7d-aa89-4e8a-a931-ec9fa03605bc} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17188 2025.03.18 03:59:30.692163 [ 5 ] {cd46aa7d-aa89-4e8a-a931-ec9fa03605bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17189 2025.03.18 03:59:30.692544 [ 5 ] {cd46aa7d-aa89-4e8a-a931-ec9fa03605bc} <Trace> MergedBlockOutputStream: filled checksums all_190_190_0 (state Temporary)
17190 2025.03.18 03:59:30.692783 [ 5 ] {cd46aa7d-aa89-4e8a-a931-ec9fa03605bc} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_190_190_0 to all_190_190_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17191 2025.03.18 03:59:30.693015 [ 5 ] {cd46aa7d-aa89-4e8a-a931-ec9fa03605bc} <Debug> executeQuery: Read 40 rows, 2.77 KiB in 0.001391 sec., 28756.290438533426 rows/sec., 1.94 MiB/sec.
17192 2025.03.18 03:59:30.693114 [ 5 ] {cd46aa7d-aa89-4e8a-a931-ec9fa03605bc} <Debug> TCPHandler: Processed in 0.001628454 sec.
17193 2025.03.18 03:59:32.005590 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 50874
17194 2025.03.18 03:59:32.006246 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17195 2025.03.18 03:59:32.006285 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17196 2025.03.18 03:59:32.006816 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
17197 2025.03.18 03:59:32.007073 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17198 2025.03.18 03:59:32.007283 [ 55 ] {} <Debug> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
17199 2025.03.18 03:59:32.007339 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50874
17200 2025.03.18 03:59:32.007385 [ 55 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17201 2025.03.18 03:59:32.007418 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17202 2025.03.18 03:59:32.007624 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::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
17203 2025.03.18 03:59:32.008009 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17204 2025.03.18 03:59:32.008118 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_106_21, total 48556 rows starting from the beginning of the part
17205 2025.03.18 03:59:32.008372 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 427 rows starting from the beginning of the part
17206 2025.03.18 03:59:32.008571 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 488 rows starting from the beginning of the part
17207 2025.03.18 03:59:32.008744 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 488 rows starting from the beginning of the part
17208 2025.03.18 03:59:32.008914 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 427 rows starting from the beginning of the part
17209 2025.03.18 03:59:32.009026 [ 200 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 488 rows starting from the beginning of the part
17210 2025.03.18 03:59:32.012422 [ 187 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50874 rows, containing 4 columns (4 merged, 0 gathered) in 0.004933244 sec., 10312484.0368731 rows/sec., 147.52 MiB/sec.
17211 2025.03.18 03:59:32.012769 [ 186 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
17212 2025.03.18 03:59:32.013150 [ 186 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_111_22} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17213 2025.03.18 03:59:32.013258 [ 186 ] {5aa70344-bffa-4328-b262-9125757f4448::all_1_111_22} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
17214 2025.03.18 03:59:32.013401 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB.
17215 2025.03.18 03:59:35.686419 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 837
17216 2025.03.18 03:59:35.688129 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17217 2025.03.18 03:59:35.688381 [ 5 ] {6255a2f1-ab9c-45c5-98dd-b70b07bad020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17218 2025.03.18 03:59:35.688483 [ 5 ] {6255a2f1-ab9c-45c5-98dd-b70b07bad020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17219 2025.03.18 03:59:35.690253 [ 5 ] {6255a2f1-ab9c-45c5-98dd-b70b07bad020} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17220 2025.03.18 03:59:35.690324 [ 5 ] {6255a2f1-ab9c-45c5-98dd-b70b07bad020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17221 2025.03.18 03:59:35.691111 [ 5 ] {6255a2f1-ab9c-45c5-98dd-b70b07bad020} <Trace> MergedBlockOutputStream: filled checksums all_191_191_0 (state Temporary)
17222 2025.03.18 03:59:35.691672 [ 5 ] {6255a2f1-ab9c-45c5-98dd-b70b07bad020} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_191_191_0 to all_191_191_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17223 2025.03.18 03:59:35.692147 [ 44 ] {} <Debug> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Selected 6 parts from all_1_186_37 to all_191_191_0
17224 2025.03.18 03:59:35.692314 [ 5 ] {6255a2f1-ab9c-45c5-98dd-b70b07bad020} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.003987 sec., 14045.648357160771 rows/sec., 1.08 MiB/sec.
17225 2025.03.18 03:59:35.692395 [ 44 ] {} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17226 2025.03.18 03:59:35.692565 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17227 2025.03.18 03:59:35.692663 [ 5 ] {6255a2f1-ab9c-45c5-98dd-b70b07bad020} <Debug> TCPHandler: Processed in 0.004674971 sec.
17228 2025.03.18 03:59:35.693019 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17229 2025.03.18 03:59:35.693204 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_191_38} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_186_37 to all_191_191_0 into Compact with storage Full
17230 2025.03.18 03:59:35.693304 [ 5 ] {2f3a04c3-8319-4eab-ab3e-0bf4e05cadf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17231 2025.03.18 03:59:35.693445 [ 5 ] {2f3a04c3-8319-4eab-ab3e-0bf4e05cadf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17232 2025.03.18 03:59:35.694057 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_191_38} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17233 2025.03.18 03:59:35.694219 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_186_37, total 1445 rows starting from the beginning of the part
17234 2025.03.18 03:59:35.694765 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_187_187_0, total 172 rows starting from the beginning of the part
17235 2025.03.18 03:59:35.695488 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_188_188_0, total 56 rows starting from the beginning of the part
17236 2025.03.18 03:59:35.696734 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_189_189_0, total 1433 rows starting from the beginning of the part
17237 2025.03.18 03:59:35.697292 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_190_190_0, total 56 rows starting from the beginning of the part
17238 2025.03.18 03:59:35.697943 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_191_191_0, total 56 rows starting from the beginning of the part
17239 2025.03.18 03:59:35.698759 [ 5 ] {2f3a04c3-8319-4eab-ab3e-0bf4e05cadf9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17240 2025.03.18 03:59:35.698858 [ 5 ] {2f3a04c3-8319-4eab-ab3e-0bf4e05cadf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17241 2025.03.18 03:59:35.700550 [ 5 ] {2f3a04c3-8319-4eab-ab3e-0bf4e05cadf9} <Trace> MergedBlockOutputStream: filled checksums all_191_191_0 (state Temporary)
17242 2025.03.18 03:59:35.701400 [ 5 ] {2f3a04c3-8319-4eab-ab3e-0bf4e05cadf9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_191_191_0 to all_191_191_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17243 2025.03.18 03:59:35.701882 [ 44 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Selected 6 parts from all_1_186_37 to all_191_191_0
17244 2025.03.18 03:59:35.702044 [ 44 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17245 2025.03.18 03:59:35.702193 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17246 2025.03.18 03:59:35.702403 [ 5 ] {2f3a04c3-8319-4eab-ab3e-0bf4e05cadf9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.009125 sec., 7013.698630136987 rows/sec., 560.57 KiB/sec.
17247 2025.03.18 03:59:35.703213 [ 5 ] {2f3a04c3-8319-4eab-ab3e-0bf4e05cadf9} <Debug> TCPHandler: Processed in 0.010289515 sec.
17248 2025.03.18 03:59:35.703937 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17249 2025.03.18 03:59:35.704576 [ 5 ] {795a3811-6b04-407e-9a34-e7d4723037d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17250 2025.03.18 03:59:35.704868 [ 5 ] {795a3811-6b04-407e-9a34-e7d4723037d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17251 2025.03.18 03:59:35.707349 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_191_38} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3218 rows, containing 5 columns (5 merged, 0 gathered) in 0.014559789 sec., 221019.68648034666 rows/sec., 19.39 MiB/sec.
17252 2025.03.18 03:59:35.708032 [ 196 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_191_38} <Trace> MergedBlockOutputStream: filled checksums all_1_191_38 (state Temporary)
17253 2025.03.18 03:59:35.709829 [ 198 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_191_38} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_merge_all_1_191_38 to all_1_191_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17254 2025.03.18 03:59:35.710690 [ 198 ] {36464d37-5f61-4b1b-8f73-cf8519620d66::all_1_191_38} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66) (MergerMutator): Merged 6 parts: [all_1_186_37, all_191_191_0] -> all_1_191_38
17255 2025.03.18 03:59:35.711977 [ 5 ] {795a3811-6b04-407e-9a34-e7d4723037d8} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17256 2025.03.18 03:59:35.712001 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
17257 2025.03.18 03:59:35.712069 [ 5 ] {795a3811-6b04-407e-9a34-e7d4723037d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17258 2025.03.18 03:59:35.712184 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_191_38} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_186_37 to all_191_191_0 into Compact with storage Full
17259 2025.03.18 03:59:35.713134 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_191_38} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17260 2025.03.18 03:59:35.713386 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_186_37, total 660 rows starting from the beginning of the part
17261 2025.03.18 03:59:35.714007 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_187_187_0, total 122 rows starting from the beginning of the part
17262 2025.03.18 03:59:35.714227 [ 5 ] {795a3811-6b04-407e-9a34-e7d4723037d8} <Trace> MergedBlockOutputStream: filled checksums all_191_191_0 (state Temporary)
17263 2025.03.18 03:59:35.714579 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_188_188_0, total 64 rows starting from the beginning of the part
17264 2025.03.18 03:59:35.715227 [ 5 ] {795a3811-6b04-407e-9a34-e7d4723037d8} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_191_191_0 to all_191_191_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17265 2025.03.18 03:59:35.715881 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_189_189_0, total 616 rows starting from the beginning of the part
17266 2025.03.18 03:59:35.716153 [ 5 ] {795a3811-6b04-407e-9a34-e7d4723037d8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.011815 sec., 13542.107490478205 rows/sec., 965.82 KiB/sec.
17267 2025.03.18 03:59:35.716543 [ 5 ] {795a3811-6b04-407e-9a34-e7d4723037d8} <Debug> TCPHandler: Processed in 0.012801992 sec.
17268 2025.03.18 03:59:35.716587 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_190_190_0, total 64 rows starting from the beginning of the part
17269 2025.03.18 03:59:35.716869 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17270 2025.03.18 03:59:35.717131 [ 187 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_191_191_0, total 64 rows starting from the beginning of the part
17271 2025.03.18 03:59:35.717269 [ 5 ] {9c7f080a-5671-400b-8bab-7790e1e5fce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17272 2025.03.18 03:59:35.717490 [ 5 ] {9c7f080a-5671-400b-8bab-7790e1e5fce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17273 2025.03.18 03:59:35.720985 [ 5 ] {9c7f080a-5671-400b-8bab-7790e1e5fce8} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17274 2025.03.18 03:59:35.721097 [ 5 ] {9c7f080a-5671-400b-8bab-7790e1e5fce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17275 2025.03.18 03:59:35.723027 [ 5 ] {9c7f080a-5671-400b-8bab-7790e1e5fce8} <Trace> MergedBlockOutputStream: filled checksums all_191_191_0 (state Temporary)
17276 2025.03.18 03:59:35.723860 [ 5 ] {9c7f080a-5671-400b-8bab-7790e1e5fce8} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_191_191_0 to all_191_191_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17277 2025.03.18 03:59:35.724550 [ 44 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Selected 6 parts from all_1_186_37 to all_191_191_0
17278 2025.03.18 03:59:35.724686 [ 44 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17279 2025.03.18 03:59:35.724763 [ 5 ] {9c7f080a-5671-400b-8bab-7790e1e5fce8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007564 sec., 7932.310946589106 rows/sec., 547.41 KiB/sec.
17280 2025.03.18 03:59:35.724793 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17281 2025.03.18 03:59:35.725340 [ 5 ] {9c7f080a-5671-400b-8bab-7790e1e5fce8} <Debug> TCPHandler: Processed in 0.008583719 sec.
17282 2025.03.18 03:59:35.726016 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_191_38} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_186_37 to all_191_191_0 into Compact with storage Full
17283 2025.03.18 03:59:35.726724 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_191_38} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17284 2025.03.18 03:59:35.726741 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_191_38} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1590 rows, containing 5 columns (5 merged, 0 gathered) in 0.02399047 sec., 66276.31722096316 rows/sec., 5.28 MiB/sec.
17285 2025.03.18 03:59:35.726810 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_186_37, total 9588 rows starting from the beginning of the part
17286 2025.03.18 03:59:35.727214 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_187_187_0, total 60 rows starting from the beginning of the part
17287 2025.03.18 03:59:35.727217 [ 191 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_191_38} <Trace> MergedBlockOutputStream: filled checksums all_1_191_38 (state Temporary)
17288 2025.03.18 03:59:35.727794 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_188_188_0, total 60 rows starting from the beginning of the part
17289 2025.03.18 03:59:35.728273 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_189_189_0, total 20 rows starting from the beginning of the part
17290 2025.03.18 03:59:35.728870 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_190_190_0, total 40 rows starting from the beginning of the part
17291 2025.03.18 03:59:35.728939 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_191_38} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_merge_all_1_191_38 to all_1_191_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17292 2025.03.18 03:59:35.729237 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_191_38} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_191_191_0, total 60 rows starting from the beginning of the part
17293 2025.03.18 03:59:35.729568 [ 188 ] {ec03dfcd-b59e-4594-a606-73ebff06f933::all_1_191_38} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933) (MergerMutator): Merged 6 parts: [all_1_186_37, all_191_191_0] -> all_1_191_38
17294 2025.03.18 03:59:35.730033 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
17295 2025.03.18 03:59:35.734656 [ 198 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_191_38} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9828 rows, containing 4 columns (4 merged, 0 gathered) in 0.009584583 sec., 1025396.723049923 rows/sec., 69.10 MiB/sec.
17296 2025.03.18 03:59:35.734974 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_191_38} <Trace> MergedBlockOutputStream: filled checksums all_1_191_38 (state Temporary)
17297 2025.03.18 03:59:35.735771 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_191_38} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_merge_all_1_191_38 to all_1_191_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17298 2025.03.18 03:59:35.736031 [ 188 ] {e6241846-9058-4e25-b2f2-bbeacb139bfa::all_1_191_38} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa) (MergerMutator): Merged 6 parts: [all_1_186_37, all_191_191_0] -> all_1_191_38
17299 2025.03.18 03:59:35.736367 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.00 MiB.
17300 2025.03.18 03:59:35.751783 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17301 2025.03.18 03:59:35.751834 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17302 2025.03.18 03:59:35.759490 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary)
17303 2025.03.18 03:59:35.760331 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17304 2025.03.18 03:59:35.760821 [ 44 ] {} <Debug> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0
17305 2025.03.18 03:59:35.760971 [ 44 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17306 2025.03.18 03:59:35.761086 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17307 2025.03.18 03:59:35.761622 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::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
17308 2025.03.18 03:59:35.775548 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 837
17309 2025.03.18 03:59:35.777337 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17310 2025.03.18 03:59:35.778618 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 799 rows starting from the beginning of the part
17311 2025.03.18 03:59:35.784065 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 8 rows starting from the beginning of the part
17312 2025.03.18 03:59:35.789857 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 7 rows starting from the beginning of the part
17313 2025.03.18 03:59:35.795780 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 8 rows starting from the beginning of the part
17314 2025.03.18 03:59:35.801926 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 7 rows starting from the beginning of the part
17315 2025.03.18 03:59:35.807908 [ 192 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 8 rows starting from the beginning of the part
17316 2025.03.18 03:59:35.873708 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 837 rows, containing 679 columns (679 merged, 0 gathered) in 0.112435929 sec., 7444.239643361687 rows/sec., 38.49 MiB/sec.
17317 2025.03.18 03:59:35.877370 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary)
17318 2025.03.18 03:59:35.880407 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_111_22} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17319 2025.03.18 03:59:35.880503 [ 201 ] {aede2349-bf39-4b16-9c18-4e8a30e46d35::all_1_111_22} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22
17320 2025.03.18 03:59:35.882834 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB.
17321 2025.03.18 03:59:36.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.49 MiB, peak 289.91 MiB, free memory in arenas 0.00 B, will set to 271.05 MiB (RSS), difference: -1.44 MiB
17322 2025.03.18 03:59:39.217915 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache
17323 2025.03.18 03:59:39.217988 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache
17324 2025.03.18 03:59:39.437291 [ 39 ] {} <Debug> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0
17325 2025.03.18 03:59:39.437377 [ 39 ] {} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17326 2025.03.18 03:59:39.437423 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17327 2025.03.18 03:59:39.437765 [ 194 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::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
17328 2025.03.18 03:59:39.438145 [ 194 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
17329 2025.03.18 03:59:39.438206 [ 194 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 254 rows starting from the beginning of the part
17330 2025.03.18 03:59:39.438343 [ 194 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 252 rows starting from the beginning of the part
17331 2025.03.18 03:59:39.438588 [ 194 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 252 rows starting from the beginning of the part
17332 2025.03.18 03:59:39.438824 [ 194 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 252 rows starting from the beginning of the part
17333 2025.03.18 03:59:39.438930 [ 194 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 252 rows starting from the beginning of the part
17334 2025.03.18 03:59:39.440165 [ 195 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1262 rows, containing 5 columns (5 merged, 0 gathered) in 0.002634499 sec., 479028.4604397268 rows/sec., 34.96 MiB/sec.
17335 2025.03.18 03:59:39.440321 [ 190 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary)
17336 2025.03.18 03:59:39.440609 [ 190 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_29_7} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17337 2025.03.18 03:59:39.440691 [ 190 ] {377709d2-8b1f-40d4-9fcf-711c88fb63cc::all_1_29_7} <Trace> oximeter.fields_u32 (377709d2-8b1f-40d4-9fcf-711c88fb63cc) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7
17338 2025.03.18 03:59:39.440769 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
17339 2025.03.18 03:59:39.505408 [ 225 ] {} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Found 5 old parts to remove. Parts: [all_1_29_6, all_30_30_0, all_31_31_0, all_32_32_0, all_33_33_0]
17340 2025.03.18 03:59:39.505493 [ 225 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Removing 5 parts from filesystem (serially): Parts: [all_1_29_6, all_30_30_0, all_31_31_0, all_32_32_0, all_33_33_0]
17341 2025.03.18 03:59:39.507244 [ 225 ] {} <Debug> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Removing 5 parts from memory: Parts: [all_1_29_6, all_30_30_0, all_31_31_0, all_32_32_0, all_33_33_0]
17342 2025.03.18 03:59:39.507633 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 51301
17343 2025.03.18 03:59:39.508365 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17344 2025.03.18 03:59:39.508415 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17345 2025.03.18 03:59:39.508973 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
17346 2025.03.18 03:59:39.509244 [ 244 ] {} <Trace> system.asynchronous_metric_log (5aa70344-bffa-4328-b262-9125757f4448): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17347 2025.03.18 03:59:39.509463 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 51301
17348 2025.03.18 03:59:39.800462 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2264
17349 2025.03.18 03:59:39.803528 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17350 2025.03.18 03:59:39.803569 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17351 2025.03.18 03:59:39.805116 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
17352 2025.03.18 03:59:39.805449 [ 243 ] {} <Trace> system.query_log (9d50d43d-1b13-47ef-b353-4996d983b259): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17353 2025.03.18 03:59:39.806945 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2264
17354 2025.03.18 03:59:40.001373 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000988695 sec.
17355 2025.03.18 03:59:40.691385 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17356 2025.03.18 03:59:40.691638 [ 5 ] {c15877ce-9a43-4779-a127-5bfd1d1ead58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17357 2025.03.18 03:59:40.691710 [ 5 ] {c15877ce-9a43-4779-a127-5bfd1d1ead58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17358 2025.03.18 03:59:40.692518 [ 5 ] {c15877ce-9a43-4779-a127-5bfd1d1ead58} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17359 2025.03.18 03:59:40.692562 [ 5 ] {c15877ce-9a43-4779-a127-5bfd1d1ead58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17360 2025.03.18 03:59:40.693017 [ 5 ] {c15877ce-9a43-4779-a127-5bfd1d1ead58} <Trace> MergedBlockOutputStream: filled checksums all_192_192_0 (state Temporary)
17361 2025.03.18 03:59:40.693281 [ 5 ] {c15877ce-9a43-4779-a127-5bfd1d1ead58} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_192_192_0 to all_192_192_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17362 2025.03.18 03:59:40.693487 [ 5 ] {c15877ce-9a43-4779-a127-5bfd1d1ead58} <Debug> executeQuery: Read 172 rows, 15.42 KiB in 0.001902 sec., 90431.12513144058 rows/sec., 7.92 MiB/sec.
17363 2025.03.18 03:59:40.693553 [ 5 ] {c15877ce-9a43-4779-a127-5bfd1d1ead58} <Debug> TCPHandler: Processed in 0.002296515 sec.
17364 2025.03.18 03:59:40.693666 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17365 2025.03.18 03:59:40.693774 [ 5 ] {7e7eeb74-eef4-4f1a-be4c-ab1ddeaa5e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
17366 2025.03.18 03:59:40.693824 [ 5 ] {7e7eeb74-eef4-4f1a-be4c-ab1ddeaa5e3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
17367 2025.03.18 03:59:40.694356 [ 5 ] {7e7eeb74-eef4-4f1a-be4c-ab1ddeaa5e3c} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17368 2025.03.18 03:59:40.694394 [ 5 ] {7e7eeb74-eef4-4f1a-be4c-ab1ddeaa5e3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17369 2025.03.18 03:59:40.694773 [ 5 ] {7e7eeb74-eef4-4f1a-be4c-ab1ddeaa5e3c} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
17370 2025.03.18 03:59:40.695015 [ 5 ] {7e7eeb74-eef4-4f1a-be4c-ab1ddeaa5e3c} <Trace> oximeter.fields_u16 (1394eb72-2e79-4a59-9c96-91dc676a5d9e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17371 2025.03.18 03:59:40.695197 [ 5 ] {7e7eeb74-eef4-4f1a-be4c-ab1ddeaa5e3c} <Debug> executeQuery: Read 58 rows, 4.36 KiB in 0.001448 sec., 40055.24861878453 rows/sec., 2.94 MiB/sec.
17372 2025.03.18 03:59:40.695283 [ 5 ] {7e7eeb74-eef4-4f1a-be4c-ab1ddeaa5e3c} <Debug> TCPHandler: Processed in 0.001668655 sec.
17373 2025.03.18 03:59:40.695435 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17374 2025.03.18 03:59:40.695537 [ 5 ] {206600c4-e1d8-4602-8bc2-ab0777e1c3e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17375 2025.03.18 03:59:40.695581 [ 5 ] {206600c4-e1d8-4602-8bc2-ab0777e1c3e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17376 2025.03.18 03:59:40.696133 [ 5 ] {206600c4-e1d8-4602-8bc2-ab0777e1c3e3} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17377 2025.03.18 03:59:40.696171 [ 5 ] {206600c4-e1d8-4602-8bc2-ab0777e1c3e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17378 2025.03.18 03:59:40.696533 [ 5 ] {206600c4-e1d8-4602-8bc2-ab0777e1c3e3} <Trace> MergedBlockOutputStream: filled checksums all_192_192_0 (state Temporary)
17379 2025.03.18 03:59:40.696779 [ 5 ] {206600c4-e1d8-4602-8bc2-ab0777e1c3e3} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_192_192_0 to all_192_192_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17380 2025.03.18 03:59:40.696954 [ 5 ] {206600c4-e1d8-4602-8bc2-ab0777e1c3e3} <Debug> executeQuery: Read 122 rows, 9.76 KiB in 0.001439 sec., 84781.09798471161 rows/sec., 6.62 MiB/sec.
17381 2025.03.18 03:59:40.697006 [ 5 ] {206600c4-e1d8-4602-8bc2-ab0777e1c3e3} <Debug> TCPHandler: Processed in 0.001632225 sec.
17382 2025.03.18 03:59:40.697120 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17383 2025.03.18 03:59:40.697225 [ 5 ] {0c66ffbb-225e-487f-9a05-413574dd6f88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17384 2025.03.18 03:59:40.697275 [ 5 ] {0c66ffbb-225e-487f-9a05-413574dd6f88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17385 2025.03.18 03:59:40.697773 [ 5 ] {0c66ffbb-225e-487f-9a05-413574dd6f88} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17386 2025.03.18 03:59:40.697810 [ 5 ] {0c66ffbb-225e-487f-9a05-413574dd6f88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17387 2025.03.18 03:59:40.698195 [ 5 ] {0c66ffbb-225e-487f-9a05-413574dd6f88} <Trace> MergedBlockOutputStream: filled checksums all_192_192_0 (state Temporary)
17388 2025.03.18 03:59:40.698435 [ 5 ] {0c66ffbb-225e-487f-9a05-413574dd6f88} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_192_192_0 to all_192_192_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17389 2025.03.18 03:59:40.698628 [ 5 ] {0c66ffbb-225e-487f-9a05-413574dd6f88} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001419 sec., 112755.46159267091 rows/sec., 7.85 MiB/sec.
17390 2025.03.18 03:59:40.698689 [ 5 ] {0c66ffbb-225e-487f-9a05-413574dd6f88} <Debug> TCPHandler: Processed in 0.001620474 sec.
17391 2025.03.18 03:59:40.698845 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17392 2025.03.18 03:59:40.699045 [ 5 ] {7caf3705-21a2-4036-9de4-7587c61cbe23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
17393 2025.03.18 03:59:40.699371 [ 5 ] {7caf3705-21a2-4036-9de4-7587c61cbe23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
17394 2025.03.18 03:59:40.701994 [ 5 ] {7caf3705-21a2-4036-9de4-7587c61cbe23} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17395 2025.03.18 03:59:40.702032 [ 5 ] {7caf3705-21a2-4036-9de4-7587c61cbe23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17396 2025.03.18 03:59:40.702746 [ 5 ] {7caf3705-21a2-4036-9de4-7587c61cbe23} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
17397 2025.03.18 03:59:40.703016 [ 5 ] {7caf3705-21a2-4036-9de4-7587c61cbe23} <Trace> oximeter.measurements_histogramu64 (1dad6c80-2b4c-4bb1-9a14-9c8ccd920fd3): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17398 2025.03.18 03:59:40.703256 [ 5 ] {7caf3705-21a2-4036-9de4-7587c61cbe23} <Debug> executeQuery: Read 58 rows, 106.43 KiB in 0.004328 sec., 13401.109057301293 rows/sec., 24.01 MiB/sec.
17399 2025.03.18 03:59:40.703645 [ 5 ] {7caf3705-21a2-4036-9de4-7587c61cbe23} <Debug> TCPHandler: Processed in 0.004856822 sec.
17400 2025.03.18 03:59:40.703893 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17401 2025.03.18 03:59:40.704001 [ 5 ] {28c7a6b2-761e-4e9e-8017-880d7c1d0ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17402 2025.03.18 03:59:40.704049 [ 5 ] {28c7a6b2-761e-4e9e-8017-880d7c1d0ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17403 2025.03.18 03:59:40.704509 [ 5 ] {28c7a6b2-761e-4e9e-8017-880d7c1d0ed4} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17404 2025.03.18 03:59:40.704546 [ 5 ] {28c7a6b2-761e-4e9e-8017-880d7c1d0ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17405 2025.03.18 03:59:40.704899 [ 5 ] {28c7a6b2-761e-4e9e-8017-880d7c1d0ed4} <Trace> MergedBlockOutputStream: filled checksums all_192_192_0 (state Temporary)
17406 2025.03.18 03:59:40.705136 [ 5 ] {28c7a6b2-761e-4e9e-8017-880d7c1d0ed4} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_192_192_0 to all_192_192_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17407 2025.03.18 03:59:40.705312 [ 5 ] {28c7a6b2-761e-4e9e-8017-880d7c1d0ed4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001336 sec., 44910.17964071856 rows/sec., 3.03 MiB/sec.
17408 2025.03.18 03:59:40.705362 [ 5 ] {28c7a6b2-761e-4e9e-8017-880d7c1d0ed4} <Debug> TCPHandler: Processed in 0.001525103 sec.
17409 2025.03.18 03:59:43.275714 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 845
17410 2025.03.18 03:59:43.299826 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17411 2025.03.18 03:59:43.299892 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17412 2025.03.18 03:59:43.307490 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary)
17413 2025.03.18 03:59:43.308307 [ 242 ] {} <Trace> system.metric_log (aede2349-bf39-4b16-9c18-4e8a30e46d35): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17414 2025.03.18 03:59:43.311490 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 845
17415 2025.03.18 03:59:45.591993 [ 217 ] {} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Found 6 old parts to remove. Parts: [all_1_76_15, all_77_77_0, all_78_78_0, all_79_79_0, all_80_80_0, all_81_81_0]
17416 2025.03.18 03:59:45.592060 [ 217 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Removing 6 parts from filesystem (serially): Parts: [all_1_76_15, all_77_77_0, all_78_78_0, all_79_79_0, all_80_80_0, all_81_81_0]
17417 2025.03.18 03:59:45.594721 [ 217 ] {} <Debug> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Removing 6 parts from memory: Parts: [all_1_76_15, all_77_77_0, all_78_78_0, all_79_79_0, all_80_80_0, all_81_81_0]
17418 2025.03.18 03:59:45.622567 [ 223 ] {} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Found 6 old parts to remove. Parts: [all_1_76_15, all_77_77_0, all_78_78_0, all_79_79_0, all_80_80_0, all_81_81_0]
17419 2025.03.18 03:59:45.622622 [ 223 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Removing 6 parts from filesystem (serially): Parts: [all_1_76_15, all_77_77_0, all_78_78_0, all_79_79_0, all_80_80_0, all_81_81_0]
17420 2025.03.18 03:59:45.624760 [ 223 ] {} <Debug> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Removing 6 parts from memory: Parts: [all_1_76_15, all_77_77_0, all_78_78_0, all_79_79_0, all_80_80_0, all_81_81_0]
17421 2025.03.18 03:59:45.688473 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17422 2025.03.18 03:59:45.688675 [ 5 ] {8612e106-5968-475b-833a-73859b3b3200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
17423 2025.03.18 03:59:45.688755 [ 5 ] {8612e106-5968-475b-833a-73859b3b3200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
17424 2025.03.18 03:59:45.689574 [ 5 ] {8612e106-5968-475b-833a-73859b3b3200} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17425 2025.03.18 03:59:45.689630 [ 5 ] {8612e106-5968-475b-833a-73859b3b3200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17426 2025.03.18 03:59:45.690084 [ 5 ] {8612e106-5968-475b-833a-73859b3b3200} <Trace> MergedBlockOutputStream: filled checksums all_193_193_0 (state Temporary)
17427 2025.03.18 03:59:45.690348 [ 5 ] {8612e106-5968-475b-833a-73859b3b3200} <Trace> oximeter.fields_string (36464d37-5f61-4b1b-8f73-cf8519620d66): Renaming temporary part tmp_insert_all_193_193_0 to all_193_193_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17428 2025.03.18 03:59:45.690584 [ 5 ] {8612e106-5968-475b-833a-73859b3b3200} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00196 sec., 28571.428571428572 rows/sec., 2.19 MiB/sec.
17429 2025.03.18 03:59:45.690654 [ 5 ] {8612e106-5968-475b-833a-73859b3b3200} <Debug> TCPHandler: Processed in 0.002318594 sec.
17430 2025.03.18 03:59:45.690796 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17431 2025.03.18 03:59:45.690911 [ 5 ] {3b34fed0-1f6c-409a-a1ab-dab32ea8e5d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
17432 2025.03.18 03:59:45.690959 [ 5 ] {3b34fed0-1f6c-409a-a1ab-dab32ea8e5d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
17433 2025.03.18 03:59:45.691552 [ 5 ] {3b34fed0-1f6c-409a-a1ab-dab32ea8e5d9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17434 2025.03.18 03:59:45.691594 [ 5 ] {3b34fed0-1f6c-409a-a1ab-dab32ea8e5d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17435 2025.03.18 03:59:45.691964 [ 5 ] {3b34fed0-1f6c-409a-a1ab-dab32ea8e5d9} <Trace> MergedBlockOutputStream: filled checksums all_193_193_0 (state Temporary)
17436 2025.03.18 03:59:45.692216 [ 5 ] {3b34fed0-1f6c-409a-a1ab-dab32ea8e5d9} <Trace> oximeter.fields_uuid (ec03dfcd-b59e-4594-a606-73ebff06f933): Renaming temporary part tmp_insert_all_193_193_0 to all_193_193_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17437 2025.03.18 03:59:45.692431 [ 5 ] {3b34fed0-1f6c-409a-a1ab-dab32ea8e5d9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001547 sec., 41370.39431157078 rows/sec., 3.23 MiB/sec.
17438 2025.03.18 03:59:45.692484 [ 5 ] {3b34fed0-1f6c-409a-a1ab-dab32ea8e5d9} <Debug> TCPHandler: Processed in 0.001748486 sec.
17439 2025.03.18 03:59:45.692619 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17440 2025.03.18 03:59:45.692724 [ 5 ] {a801dcc2-5388-4037-ac7f-9077179d3cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
17441 2025.03.18 03:59:45.692774 [ 5 ] {a801dcc2-5388-4037-ac7f-9077179d3cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
17442 2025.03.18 03:59:45.693296 [ 5 ] {a801dcc2-5388-4037-ac7f-9077179d3cac} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17443 2025.03.18 03:59:45.693335 [ 5 ] {a801dcc2-5388-4037-ac7f-9077179d3cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17444 2025.03.18 03:59:45.693718 [ 5 ] {a801dcc2-5388-4037-ac7f-9077179d3cac} <Trace> MergedBlockOutputStream: filled checksums all_193_193_0 (state Temporary)
17445 2025.03.18 03:59:45.693955 [ 5 ] {a801dcc2-5388-4037-ac7f-9077179d3cac} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Renaming temporary part tmp_insert_all_193_193_0 to all_193_193_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17446 2025.03.18 03:59:45.694194 [ 5 ] {a801dcc2-5388-4037-ac7f-9077179d3cac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001488 sec., 107526.88172043012 rows/sec., 7.49 MiB/sec.
17447 2025.03.18 03:59:45.694279 [ 5 ] {a801dcc2-5388-4037-ac7f-9077179d3cac} <Debug> TCPHandler: Processed in 0.001708186 sec.
17448 2025.03.18 03:59:45.694347 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Found 6 old parts to remove. Parts: [all_1_76_15, all_77_77_0, all_78_78_0, all_79_79_0, all_80_80_0, all_81_81_0]
17449 2025.03.18 03:59:45.694416 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Removing 6 parts from filesystem (serially): Parts: [all_1_76_15, all_77_77_0, all_78_78_0, all_79_79_0, all_80_80_0, all_81_81_0]
17450 2025.03.18 03:59:45.694426 [ 5 ] {} <Trace> TCP-Session: b317bc3f-1cf8-428e-ac7a-99903ded8692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
17451 2025.03.18 03:59:45.694600 [ 5 ] {c27f93d8-1de8-4693-b4c5-298f836bc135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56008) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
17452 2025.03.18 03:59:45.694685 [ 5 ] {c27f93d8-1de8-4693-b4c5-298f836bc135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
17453 2025.03.18 03:59:45.695692 [ 5 ] {c27f93d8-1de8-4693-b4c5-298f836bc135} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Trying to reserve 1.00 MiB using storage policy from min volume index 0
17454 2025.03.18 03:59:45.695769 [ 5 ] {c27f93d8-1de8-4693-b4c5-298f836bc135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB.
17455 2025.03.18 03:59:45.696568 [ 5 ] {c27f93d8-1de8-4693-b4c5-298f836bc135} <Trace> MergedBlockOutputStream: filled checksums all_193_193_0 (state Temporary)
17456 2025.03.18 03:59:45.696887 [ 5 ] {c27f93d8-1de8-4693-b4c5-298f836bc135} <Trace> oximeter.measurements_u64 (e6241846-9058-4e25-b2f2-bbeacb139bfa): Renaming temporary part tmp_insert_all_193_193_0 to all_193_193_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
17457 2025.03.18 03:59:45.697317 [ 5 ] {c27f93d8-1de8-4693-b4c5-298f836bc135} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00277 sec., 21660.649819494585 rows/sec., 1.46 MiB/sec.
17458 2025.03.18 03:59:45.697369 [ 5 ] {c27f93d8-1de8-4693-b4c5-298f836bc135} <Debug> TCPHandler: Processed in 0.003003455 sec.
17459 2025.03.18 03:59:45.697944 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (41b586e0-a1f2-4305-97b4-bec92b4c7ed0): Removing 6 parts from memory: Parts: [all_1_76_15, all_77_77_0, all_78_78_0, all_79_79_0, all_80_80_0, all_81_81_0]