Max level shown:
1 [ Mar 11 22:07:00 Enabled. ]
2 [ Mar 11 22:07:00 Rereading configuration. ]
3 [ Mar 11 22:07:02 Rereading configuration. ]
4 [ Mar 11 22:07:07 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ]
5 + set -o errexit
6 + set -o pipefail
7 + . /lib/svc/share/smf_include.sh
8 ++ SMF_EXIT_OK=0
9 ++ SMF_EXIT_NODAEMON=94
10 ++ SMF_EXIT_ERR_FATAL=95
11 ++ SMF_EXIT_ERR_CONFIG=96
12 ++ SMF_EXIT_MON_DEGRADE=97
13 ++ SMF_EXIT_MON_OFFLINE=98
14 ++ SMF_EXIT_ERR_NOSMF=99
15 ++ SMF_EXIT_ERR_PERM=100
16 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default
17 + LISTEN_ADDR=fd00:1122:3344:101::e
18 ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default
19 + LISTEN_PORT=8123
20 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default
21 + DATASTORE=/data
22 + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT")
23 + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123
24 [ Mar 11 22:07:07 Method "start" exited with status 0. ]
25 Processing configuration file '/opt/oxide/clickhouse/config.xml'.
26 Logging trace to /var/tmp/clickhouse-server.log
27 Logging errors to /var/tmp/clickhouse-server.errlog
28 2025.03.11 22:07:08.027188 [ 1 ] {} <Information> Application: Will watch for the process with pid 22988
29 2025.03.11 22:07:08.027712 [ 1 ] {} <Information> Application: Forked a child process to watch
30 2025.03.11 22:07:08.267124 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22988
31 2025.03.11 22:07:08.267867 [ 1 ] {} <Information> Application: starting up
32 2025.03.11 22:07:08.268575 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc
33 2025.03.11 22:07:08.353359 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48.
34 2025.03.11 22:07:08.434165 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536
35 2025.03.11 22:07:08.434216 [ 1 ] {} <Debug> Application: Initializing DateLUT.
36 2025.03.11 22:07:08.434231 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'.
37 2025.03.11 22:07:08.434314 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it
38 2025.03.11 22:07:08.434706 [ 1 ] {} <Debug> Application: Initializing interserver credentials.
39 2025.03.11 22:07:08.436298 [ 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.11 22:07:08.437016 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
43 2025.03.11 22:07:08.437832 [ 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.11 22:07:08.437853 [ 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.11 22:07:08.437869 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB
46 2025.03.11 22:07:08.438043 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads
47 2025.03.11 22:07:08.439092 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads
48 2025.03.11 22:07:08.444886 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads
49 2025.03.11 22:07:08.445688 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads
50 2025.03.11 22:07:08.446971 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
51 2025.03.11 22:07:08.447038 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
52 2025.03.11 22:07:08.448598 [ 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.11 22:07:08.449140 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration
56 2025.03.11 22:07:08.453284 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration
57 2025.03.11 22:07:08.453680 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml
58 2025.03.11 22:07:08.455253 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin
59 2025.03.11 22:07:08.455610 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8
60 2025.03.11 22:07:08.455964 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8
61 2025.03.11 22:07:08.456315 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8
62 2025.03.11 22:07:08.457644 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds
63 2025.03.11 22:07:08.457670 [ 1 ] {} <Information> Application: Loading metadata from /data/
64 2025.03.11 22:07:08.457770 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache
65 2025.03.11 22:07:08.457933 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache
66 2025.03.11 22:07:08.504297 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total.
67 2025.03.11 22:07:08.504330 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000181561 sec
68 2025.03.11 22:07:08.504382 [ 1 ] {} <Trace> ReferentialDeps: No tables
69 2025.03.11 22:07:08.504400 [ 1 ] {} <Trace> LoadingDeps: No tables
70 2025.03.11 22:07:08.505622 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables.
71 2025.03.11 22:07:08.506636 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log
72 2025.03.11 22:07:08.518095 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config
73 2025.03.11 22:07:08.518140 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config
74 2025.03.11 22:07:08.518162 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config
75 2025.03.11 22:07:08.518175 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config
76 2025.03.11 22:07:08.518204 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config
77 2025.03.11 22:07:08.518225 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log
78 2025.03.11 22:07:08.520802 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config
79 2025.03.11 22:07:08.520845 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config
80 2025.03.11 22:07:08.520866 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log
81 2025.03.11 22:07:08.521047 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config
82 2025.03.11 22:07:08.521066 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config
83 2025.03.11 22:07:08.521098 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config
84 2025.03.11 22:07:08.521118 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config
85 2025.03.11 22:07:08.521130 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config
86 2025.03.11 22:07:08.521157 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config
87 2025.03.11 22:07:08.521174 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config
88 2025.03.11 22:07:08.547479 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal.
89 2025.03.11 22:07:08.551780 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total.
90 2025.03.11 22:07:08.551811 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.9771e-05 sec
91 2025.03.11 22:07:08.551825 [ 1 ] {} <Trace> ReferentialDeps: No tables
92 2025.03.11 22:07:08.551836 [ 1 ] {} <Trace> LoadingDeps: No tables
93 2025.03.11 22:07:08.551858 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables.
94 2025.03.11 22:07:08.552053 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/
95 2025.03.11 22:07:08.552106 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded
96 2025.03.11 22:07:08.552122 [ 1 ] {} <Debug> Application: Loaded metadata.
97 2025.03.11 22:07:08.552136 [ 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.11 22:07:08.552150 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled.
99 2025.03.11 22:07:08.556093 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again.
100 2025.03.11 22:07:08.556279 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.35 MiB
101 2025.03.11 22:07:08.557081 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.2951e-05 sec.
102 2025.03.11 22:07:08.557975 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123
103 2025.03.11 22:07:08.558030 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000
104 2025.03.11 22:07:08.558046 [ 1 ] {} <Information> Application: Ready for connections.
105 2025.03.11 22:07:08.558344 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33090
106 2025.03.11 22:07:08.558691 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
107 2025.03.11 22:07:08.558783 [ 3 ] {} <Debug> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Authenticating user 'default' from [fd00:1122:3344:101::d]:33090
108 2025.03.11 22:07:08.558834 [ 3 ] {} <Debug> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
109 2025.03.11 22:07:08.558872 [ 3 ] {} <Debug> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
110 2025.03.11 22:07:08.559007 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
111 2025.03.11 22:07:08.559055 [ 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.11 22:07:08.559087 [ 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.11 22:07:08.560021 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65050
114 2025.03.11 22:07:08.560108 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
115 2025.03.11 22:07:08.560134 [ 4 ] {} <Debug> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:65050
116 2025.03.11 22:07:08.560157 [ 4 ] {} <Debug> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
117 2025.03.11 22:07:08.560184 [ 4 ] {} <Debug> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
118 2025.03.11 22:07:08.560904 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64289
119 2025.03.11 22:07:08.560904 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55424
120 2025.03.11 22:07:08.561756 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
121 2025.03.11 22:07:08.561029 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52601
122 2025.03.11 22:07:08.561775 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
123 2025.03.11 22:07:08.561816 [ 253 ] {} <Debug> TCP-Session: dad932a6-903e-4730-8a55-40f4dd2cee96 Authenticating user 'default' from [fd00:1122:3344:101::d]:64289
124 2025.03.11 22:07:08.561887 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
125 2025.03.11 22:07:08.561897 [ 5 ] {} <Debug> TCP-Session: 25c8cd2b-3944-4494-bc6b-dd556ea0aee4 Authenticating user 'default' from [fd00:1122:3344:101::d]:55424
126 2025.03.11 22:07:08.562030 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46099
127 2025.03.11 22:07:08.562071 [ 253 ] {} <Debug> TCP-Session: dad932a6-903e-4730-8a55-40f4dd2cee96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
128 2025.03.11 22:07:08.562066 [ 5 ] {} <Debug> TCP-Session: 25c8cd2b-3944-4494-bc6b-dd556ea0aee4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
129 2025.03.11 22:07:08.562066 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41891
130 2025.03.11 22:07:08.562144 [ 5 ] {} <Debug> TCP-Session: 25c8cd2b-3944-4494-bc6b-dd556ea0aee4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
131 2025.03.11 22:07:08.562131 [ 253 ] {} <Debug> TCP-Session: dad932a6-903e-4730-8a55-40f4dd2cee96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
132 2025.03.11 22:07:08.562025 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
133 2025.03.11 22:07:08.562265 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57091
134 2025.03.11 22:07:08.562358 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
135 2025.03.11 22:07:08.562423 [ 254 ] {} <Debug> TCP-Session: 5439cdc4-9405-427f-881a-ef1a2f7135d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:52601
136 2025.03.11 22:07:08.562501 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59700
137 2025.03.11 22:07:08.562591 [ 256 ] {} <Debug> TCP-Session: 5925773b-656b-4591-83ae-09100e91e39e Authenticating user 'default' from [fd00:1122:3344:101::d]:46099
138 2025.03.11 22:07:08.563695 [ 254 ] {} <Debug> TCP-Session: 5439cdc4-9405-427f-881a-ef1a2f7135d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
139 2025.03.11 22:07:08.564914 [ 254 ] {} <Debug> TCP-Session: 5439cdc4-9405-427f-881a-ef1a2f7135d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
140 2025.03.11 22:07:08.564970 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
141 2025.03.11 22:07:08.564981 [ 256 ] {} <Debug> TCP-Session: 5925773b-656b-4591-83ae-09100e91e39e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
142 2025.03.11 22:07:08.564997 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
143 2025.03.11 22:07:08.564960 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
144 2025.03.11 22:07:08.565574 [ 256 ] {} <Debug> TCP-Session: 5925773b-656b-4591-83ae-09100e91e39e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
145 2025.03.11 22:07:08.565647 [ 257 ] {} <Debug> TCP-Session: c19ddb5e-7253-47bb-9ea9-06549161f556 Authenticating user 'default' from [fd00:1122:3344:101::d]:57091
146 2025.03.11 22:07:08.565661 [ 258 ] {} <Debug> TCP-Session: e460f68c-1974-43c0-9ce6-370f9e3e5f09 Authenticating user 'default' from [fd00:1122:3344:101::d]:59700
147 2025.03.11 22:07:08.565688 [ 255 ] {} <Debug> TCP-Session: cdf360a3-937e-4579-900f-3d47d49ff4b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:41891
148 2025.03.11 22:07:08.565734 [ 257 ] {} <Debug> TCP-Session: c19ddb5e-7253-47bb-9ea9-06549161f556 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
149 2025.03.11 22:07:08.565795 [ 258 ] {} <Debug> TCP-Session: e460f68c-1974-43c0-9ce6-370f9e3e5f09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
150 2025.03.11 22:07:08.565813 [ 257 ] {} <Debug> TCP-Session: c19ddb5e-7253-47bb-9ea9-06549161f556 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
151 2025.03.11 22:07:08.565873 [ 255 ] {} <Debug> TCP-Session: cdf360a3-937e-4579-900f-3d47d49ff4b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
152 2025.03.11 22:07:08.565932 [ 258 ] {} <Debug> TCP-Session: e460f68c-1974-43c0-9ce6-370f9e3e5f09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
153 2025.03.11 22:07:08.566051 [ 255 ] {} <Debug> TCP-Session: cdf360a3-937e-4579-900f-3d47d49ff4b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
154 2025.03.11 22:07:08.566120 [ 3 ] {2f75e674-966b-415f-9086-308488ae2909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
155 2025.03.11 22:07:08.617172 [ 3 ] {2f75e674-966b-415f-9086-308488ae2909} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33090) (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.11 22:07:08.618424 [ 3 ] {2f75e674-966b-415f-9086-308488ae2909} <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.11 22:07:08.618539 [ 3 ] {2f75e674-966b-415f-9086-308488ae2909} <Debug> TCPHandler: Processed in 0.058284676 sec.
204 2025.03.11 22:07:08.618879 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
205 2025.03.11 22:07:08.619053 [ 4 ] {70894cfe-7fbb-4580-a10a-d52d94451d96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete)
206 2025.03.11 22:07:08.619429 [ 4 ] {70894cfe-7fbb-4580-a10a-d52d94451d96} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:65050) (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.11 22:07:08.619572 [ 4 ] {70894cfe-7fbb-4580-a10a-d52d94451d96} <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.11 22:07:08.619667 [ 4 ] {70894cfe-7fbb-4580-a10a-d52d94451d96} <Debug> TCPHandler: Processed in 0.000921928 sec.
255 2025.03.11 22:07:08.619929 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
256 2025.03.11 22:07:08.621098 [ 3 ] {570c6399-bb81-455e-818f-96a76529e30f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete)
257 2025.03.11 22:07:08.621194 [ 3 ] {570c6399-bb81-455e-818f-96a76529e30f} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.*
258 2025.03.11 22:07:08.635948 [ 3 ] {570c6399-bb81-455e-818f-96a76529e30f} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total.
259 2025.03.11 22:07:08.635977 [ 3 ] {570c6399-bb81-455e-818f-96a76529e30f} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.603e-05 sec
260 2025.03.11 22:07:08.636005 [ 3 ] {570c6399-bb81-455e-818f-96a76529e30f} <Trace> ReferentialDeps: No tables
261 2025.03.11 22:07:08.636037 [ 3 ] {570c6399-bb81-455e-818f-96a76529e30f} <Trace> LoadingDeps: No tables
262 2025.03.11 22:07:08.636095 [ 3 ] {570c6399-bb81-455e-818f-96a76529e30f} <Information> DatabaseAtomic (oximeter): Starting up tables.
263 2025.03.11 22:07:08.637222 [ 3 ] {570c6399-bb81-455e-818f-96a76529e30f} <Debug> TCPHandler: Processed in 0.017406779 sec.
264 2025.03.11 22:07:08.637482 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
265 2025.03.11 22:07:08.637655 [ 3 ] {61c9b4c0-a27f-4f9b-9680-860832fa74dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) /* 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.11 22:07:08.637698 [ 3 ] {61c9b4c0-a27f-4f9b-9680-860832fa74dd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version
268 2025.03.11 22:07:08.645068 [ 3 ] {61c9b4c0-a27f-4f9b-9680-860832fa74dd} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1
269 2025.03.11 22:07:08.651367 [ 3 ] {61c9b4c0-a27f-4f9b-9680-860832fa74dd} <Debug> oximeter.version (c5e977c0-aed1-4256-8b7d-0701268273e5): Loading data parts
270 2025.03.11 22:07:08.652171 [ 3 ] {61c9b4c0-a27f-4f9b-9680-860832fa74dd} <Debug> oximeter.version (c5e977c0-aed1-4256-8b7d-0701268273e5): There are no data parts
271 2025.03.11 22:07:08.654779 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54642
272 2025.03.11 22:07:08.655263 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
273 2025.03.11 22:07:08.655297 [ 260 ] {} <Debug> TCP-Session: df10d00d-5fbb-4a1a-95c9-131c10e0db51 Authenticating user 'default' from [fd00:1122:3344:101::c]:54642
274 2025.03.11 22:07:08.655318 [ 260 ] {} <Debug> TCP-Session: df10d00d-5fbb-4a1a-95c9-131c10e0db51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
275 2025.03.11 22:07:08.655357 [ 260 ] {} <Debug> TCP-Session: df10d00d-5fbb-4a1a-95c9-131c10e0db51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
276 2025.03.11 22:07:08.655421 [ 260 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
277 2025.03.11 22:07:08.655451 [ 260 ] {} <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
278 2025.03.11 22:07:08.655480 [ 260 ] {} <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
279 2025.03.11 22:07:08.656851 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44311
280 2025.03.11 22:07:08.657066 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39623
281 2025.03.11 22:07:08.657074 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
282 2025.03.11 22:07:08.657196 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65413
283 2025.03.11 22:07:08.657259 [ 261 ] {} <Debug> TCP-Session: 491b648f-dd08-4d78-9441-1fc0a992069d Authenticating user 'default' from [fd00:1122:3344:101::c]:44311
284 2025.03.11 22:07:08.657283 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
285 2025.03.11 22:07:08.657297 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35526
286 2025.03.11 22:07:08.657340 [ 261 ] {} <Debug> TCP-Session: 491b648f-dd08-4d78-9441-1fc0a992069d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
287 2025.03.11 22:07:08.657481 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60565
288 2025.03.11 22:07:08.657550 [ 261 ] {} <Debug> TCP-Session: 491b648f-dd08-4d78-9441-1fc0a992069d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
289 2025.03.11 22:07:08.657604 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
290 2025.03.11 22:07:08.657671 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36898
291 2025.03.11 22:07:08.657844 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61980
292 2025.03.11 22:07:08.657869 [ 264 ] {} <Debug> TCP-Session: 6ef1b93d-4ea5-44c1-aba3-99b434883ae1 Authenticating user 'default' from [fd00:1122:3344:101::c]:35526
293 2025.03.11 22:07:08.657875 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
294 2025.03.11 22:07:08.657735 [ 262 ] {} <Debug> TCP-Session: b01f238a-121f-4c60-a104-49c777ebd61e Authenticating user 'default' from [fd00:1122:3344:101::c]:39623
295 2025.03.11 22:07:08.657740 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
296 2025.03.11 22:07:08.658039 [ 264 ] {} <Debug> TCP-Session: 6ef1b93d-4ea5-44c1-aba3-99b434883ae1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
297 2025.03.11 22:07:08.658043 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
298 2025.03.11 22:07:08.658096 [ 262 ] {} <Debug> TCP-Session: b01f238a-121f-4c60-a104-49c777ebd61e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
299 2025.03.11 22:07:08.658140 [ 264 ] {} <Debug> TCP-Session: 6ef1b93d-4ea5-44c1-aba3-99b434883ae1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
300 2025.03.11 22:07:08.658180 [ 266 ] {} <Debug> TCP-Session: b2bc7c28-ea06-4588-88d2-81692672de78 Authenticating user 'default' from [fd00:1122:3344:101::c]:36898
301 2025.03.11 22:07:08.658189 [ 262 ] {} <Debug> TCP-Session: b01f238a-121f-4c60-a104-49c777ebd61e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
302 2025.03.11 22:07:08.658164 [ 265 ] {} <Debug> TCP-Session: 3f7e3d4f-9acd-4950-8f82-8d4af8e1f235 Authenticating user 'default' from [fd00:1122:3344:101::c]:60565
303 2025.03.11 22:07:08.658311 [ 266 ] {} <Debug> TCP-Session: b2bc7c28-ea06-4588-88d2-81692672de78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
304 2025.03.11 22:07:08.658346 [ 265 ] {} <Debug> TCP-Session: 3f7e3d4f-9acd-4950-8f82-8d4af8e1f235 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
305 2025.03.11 22:07:08.658387 [ 266 ] {} <Debug> TCP-Session: b2bc7c28-ea06-4588-88d2-81692672de78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
306 2025.03.11 22:07:08.658504 [ 263 ] {} <Debug> TCP-Session: 9e529dbe-82c4-4e27-a9be-6871f98294ec Authenticating user 'default' from [fd00:1122:3344:101::c]:65413
307 2025.03.11 22:07:08.658556 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
308 2025.03.11 22:07:08.658596 [ 265 ] {} <Debug> TCP-Session: 3f7e3d4f-9acd-4950-8f82-8d4af8e1f235 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
309 2025.03.11 22:07:08.658611 [ 263 ] {} <Debug> TCP-Session: 9e529dbe-82c4-4e27-a9be-6871f98294ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
310 2025.03.11 22:07:08.658630 [ 267 ] {} <Debug> TCP-Session: d10868fd-48ec-4da8-8cc5-a9983c2bc1df Authenticating user 'default' from [fd00:1122:3344:101::c]:61980
311 2025.03.11 22:07:08.658699 [ 263 ] {} <Debug> TCP-Session: 9e529dbe-82c4-4e27-a9be-6871f98294ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
312 2025.03.11 22:07:08.658705 [ 267 ] {} <Debug> TCP-Session: d10868fd-48ec-4da8-8cc5-a9983c2bc1df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
313 2025.03.11 22:07:08.658775 [ 267 ] {} <Debug> TCP-Session: d10868fd-48ec-4da8-8cc5-a9983c2bc1df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
314 2025.03.11 22:07:08.674651 [ 3 ] {61c9b4c0-a27f-4f9b-9680-860832fa74dd} <Debug> TCPHandler: Processed in 0.037229288 sec.
315 2025.03.11 22:07:08.674837 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
316 2025.03.11 22:07:08.675212 [ 3 ] {d8330f90-b732-441a-b574-5d4fa5afdadf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) /* The measurement tables contain all individual samples from each timeseries.
317 *
318 * Each table stores a single datum type, and otherwise contains nearly the same
319 * structure. The primary sorting key is on the timeseries name, key, and then
320 * timestamp, so that all timeseries from the same schema are grouped, followed
321 * by all samples from the same timeseries.
322 *
323 * This reflects that one usually looks up the _key_ in one or more field table,
324 * and then uses that to index quickly into the measurements tables.
325 */
326 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)
327 2025.03.11 22:07:08.675290 [ 3 ] {d8330f90-b732-441a-b574-5d4fa5afdadf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool
328 2025.03.11 22:07:08.709733 [ 3 ] {d8330f90-b732-441a-b574-5d4fa5afdadf} <Debug> oximeter.measurements_bool (00dd2df1-f8be-475d-84a6-876a027ed6e1): Loading data parts
329 2025.03.11 22:07:08.709991 [ 3 ] {d8330f90-b732-441a-b574-5d4fa5afdadf} <Debug> oximeter.measurements_bool (00dd2df1-f8be-475d-84a6-876a027ed6e1): There are no data parts
330 2025.03.11 22:07:08.716961 [ 3 ] {d8330f90-b732-441a-b574-5d4fa5afdadf} <Debug> TCPHandler: Processed in 0.04217728 sec.
331 2025.03.11 22:07:08.717122 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
332 2025.03.11 22:07:08.717324 [ 3 ] {5a4b25a3-490c-456f-89d0-42c7d810f272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
333 2025.03.11 22:07:08.717374 [ 3 ] {5a4b25a3-490c-456f-89d0-42c7d810f272} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8
334 2025.03.11 22:07:08.741555 [ 3 ] {5a4b25a3-490c-456f-89d0-42c7d810f272} <Debug> oximeter.measurements_i8 (f5fef9f3-18cc-499e-847a-2698854fdebc): Loading data parts
335 2025.03.11 22:07:08.741762 [ 3 ] {5a4b25a3-490c-456f-89d0-42c7d810f272} <Debug> oximeter.measurements_i8 (f5fef9f3-18cc-499e-847a-2698854fdebc): There are no data parts
336 2025.03.11 22:07:08.751032 [ 3 ] {5a4b25a3-490c-456f-89d0-42c7d810f272} <Debug> TCPHandler: Processed in 0.033960489 sec.
337 2025.03.11 22:07:08.751205 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
338 2025.03.11 22:07:08.751453 [ 3 ] {c5548642-3843-4e07-a451-99a5c1b88939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
339 2025.03.11 22:07:08.751510 [ 3 ] {c5548642-3843-4e07-a451-99a5c1b88939} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8
340 2025.03.11 22:07:08.757294 [ 3 ] {c5548642-3843-4e07-a451-99a5c1b88939} <Debug> oximeter.measurements_u8 (0ffe4e1d-9630-4986-8dbd-350aeaf7c1d3): Loading data parts
341 2025.03.11 22:07:08.757483 [ 3 ] {c5548642-3843-4e07-a451-99a5c1b88939} <Debug> oximeter.measurements_u8 (0ffe4e1d-9630-4986-8dbd-350aeaf7c1d3): There are no data parts
342 2025.03.11 22:07:08.767349 [ 3 ] {c5548642-3843-4e07-a451-99a5c1b88939} <Debug> TCPHandler: Processed in 0.016204478 sec.
343 2025.03.11 22:07:08.767826 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
344 2025.03.11 22:07:08.768275 [ 3 ] {4e7c06fc-d344-485d-8a4d-f9b38700a99d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
345 2025.03.11 22:07:08.768400 [ 3 ] {4e7c06fc-d344-485d-8a4d-f9b38700a99d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16
346 2025.03.11 22:07:08.822053 [ 3 ] {4e7c06fc-d344-485d-8a4d-f9b38700a99d} <Debug> oximeter.measurements_i16 (8a3032d0-a173-4cc8-8e0d-b0f4942ff08f): Loading data parts
347 2025.03.11 22:07:08.822410 [ 3 ] {4e7c06fc-d344-485d-8a4d-f9b38700a99d} <Debug> oximeter.measurements_i16 (8a3032d0-a173-4cc8-8e0d-b0f4942ff08f): There are no data parts
348 2025.03.11 22:07:08.909033 [ 3 ] {4e7c06fc-d344-485d-8a4d-f9b38700a99d} <Debug> TCPHandler: Processed in 0.141356825 sec.
349 2025.03.11 22:07:08.909266 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
350 2025.03.11 22:07:08.909495 [ 3 ] {6d01f1f5-2f90-4911-9be0-2e55b9521bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
351 2025.03.11 22:07:08.909559 [ 3 ] {6d01f1f5-2f90-4911-9be0-2e55b9521bd7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16
352 2025.03.11 22:07:08.934298 [ 3 ] {6d01f1f5-2f90-4911-9be0-2e55b9521bd7} <Debug> oximeter.measurements_u16 (cd91865b-50c7-4fe4-a743-38f0eb8fb010): Loading data parts
353 2025.03.11 22:07:08.934487 [ 3 ] {6d01f1f5-2f90-4911-9be0-2e55b9521bd7} <Debug> oximeter.measurements_u16 (cd91865b-50c7-4fe4-a743-38f0eb8fb010): There are no data parts
354 2025.03.11 22:07:08.949732 [ 3 ] {6d01f1f5-2f90-4911-9be0-2e55b9521bd7} <Debug> TCPHandler: Processed in 0.040535986 sec.
355 2025.03.11 22:07:08.950036 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
356 2025.03.11 22:07:08.950271 [ 3 ] {c1e87b78-2dcf-40ce-9c8c-2fdd8be8507c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
357 2025.03.11 22:07:08.950343 [ 3 ] {c1e87b78-2dcf-40ce-9c8c-2fdd8be8507c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32
358 2025.03.11 22:07:08.952155 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56106
359 2025.03.11 22:07:08.952669 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
360 2025.03.11 22:07:08.952704 [ 269 ] {} <Debug> TCP-Session: 41c28aa8-58a2-4e41-9ac1-ab1514df9253 Authenticating user 'default' from [fd00:1122:3344:101::b]:56106
361 2025.03.11 22:07:08.952726 [ 269 ] {} <Debug> TCP-Session: 41c28aa8-58a2-4e41-9ac1-ab1514df9253 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
362 2025.03.11 22:07:08.952760 [ 269 ] {} <Debug> TCP-Session: 41c28aa8-58a2-4e41-9ac1-ab1514df9253 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
363 2025.03.11 22:07:08.952829 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
364 2025.03.11 22:07:08.952854 [ 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
365 2025.03.11 22:07:08.952886 [ 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
366 2025.03.11 22:07:08.953797 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61528
367 2025.03.11 22:07:08.953967 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52589
368 2025.03.11 22:07:08.953978 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
369 2025.03.11 22:07:08.954046 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57005
370 2025.03.11 22:07:08.954263 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
371 2025.03.11 22:07:08.954131 [ 270 ] {} <Debug> TCP-Session: 55b0a4fe-c341-41c4-9d7a-e92b18ebd65d Authenticating user 'default' from [fd00:1122:3344:101::b]:61528
372 2025.03.11 22:07:08.954315 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
373 2025.03.11 22:07:08.954343 [ 271 ] {} <Debug> TCP-Session: 3735de95-7b74-4b5c-a177-5d00818b8f9c Authenticating user 'default' from [fd00:1122:3344:101::b]:52589
374 2025.03.11 22:07:08.954303 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38948
375 2025.03.11 22:07:08.954368 [ 270 ] {} <Debug> TCP-Session: 55b0a4fe-c341-41c4-9d7a-e92b18ebd65d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
376 2025.03.11 22:07:08.954417 [ 272 ] {} <Debug> TCP-Session: 0094d4b6-0354-4167-91e8-621db538ba3d Authenticating user 'default' from [fd00:1122:3344:101::b]:57005
377 2025.03.11 22:07:08.954441 [ 271 ] {} <Debug> TCP-Session: 3735de95-7b74-4b5c-a177-5d00818b8f9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
378 2025.03.11 22:07:08.954464 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34143
379 2025.03.11 22:07:08.954489 [ 272 ] {} <Debug> TCP-Session: 0094d4b6-0354-4167-91e8-621db538ba3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
380 2025.03.11 22:07:08.954519 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61998
381 2025.03.11 22:07:08.954740 [ 270 ] {} <Debug> TCP-Session: 55b0a4fe-c341-41c4-9d7a-e92b18ebd65d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
382 2025.03.11 22:07:08.954875 [ 271 ] {} <Debug> TCP-Session: 3735de95-7b74-4b5c-a177-5d00818b8f9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
383 2025.03.11 22:07:08.954933 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
384 2025.03.11 22:07:08.954952 [ 272 ] {} <Debug> TCP-Session: 0094d4b6-0354-4167-91e8-621db538ba3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
385 2025.03.11 22:07:08.954908 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
386 2025.03.11 22:07:08.954933 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51222
387 2025.03.11 22:07:08.955259 [ 273 ] {} <Debug> TCP-Session: 99e60296-0afc-4f5b-a71c-bb8e1f814089 Authenticating user 'default' from [fd00:1122:3344:101::b]:38948
388 2025.03.11 22:07:08.955409 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
389 2025.03.11 22:07:08.955435 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
390 2025.03.11 22:07:08.955456 [ 273 ] {} <Debug> TCP-Session: 99e60296-0afc-4f5b-a71c-bb8e1f814089 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
391 2025.03.11 22:07:08.955463 [ 274 ] {} <Debug> TCP-Session: 491d242e-3b37-4261-a1f6-81fd82328fd9 Authenticating user 'default' from [fd00:1122:3344:101::b]:34143
392 2025.03.11 22:07:08.955563 [ 275 ] {} <Debug> TCP-Session: 481a274a-3bae-456c-82c9-e32dc85106f7 Authenticating user 'default' from [fd00:1122:3344:101::b]:61998
393 2025.03.11 22:07:08.955581 [ 273 ] {} <Debug> TCP-Session: 99e60296-0afc-4f5b-a71c-bb8e1f814089 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
394 2025.03.11 22:07:08.955635 [ 276 ] {} <Debug> TCP-Session: 6680a102-ae31-4ce3-8168-d5ccb3f4af97 Authenticating user 'default' from [fd00:1122:3344:101::b]:51222
395 2025.03.11 22:07:08.955697 [ 275 ] {} <Debug> TCP-Session: 481a274a-3bae-456c-82c9-e32dc85106f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
396 2025.03.11 22:07:08.955605 [ 274 ] {} <Debug> TCP-Session: 491d242e-3b37-4261-a1f6-81fd82328fd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
397 2025.03.11 22:07:08.955739 [ 276 ] {} <Debug> TCP-Session: 6680a102-ae31-4ce3-8168-d5ccb3f4af97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
398 2025.03.11 22:07:08.955758 [ 275 ] {} <Debug> TCP-Session: 481a274a-3bae-456c-82c9-e32dc85106f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
399 2025.03.11 22:07:08.955775 [ 274 ] {} <Debug> TCP-Session: 491d242e-3b37-4261-a1f6-81fd82328fd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
400 2025.03.11 22:07:08.955790 [ 276 ] {} <Debug> TCP-Session: 6680a102-ae31-4ce3-8168-d5ccb3f4af97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
401 2025.03.11 22:07:08.983099 [ 3 ] {c1e87b78-2dcf-40ce-9c8c-2fdd8be8507c} <Debug> oximeter.measurements_i32 (441d1cb9-06c0-404e-9dd1-abc842719529): Loading data parts
402 2025.03.11 22:07:08.983306 [ 3 ] {c1e87b78-2dcf-40ce-9c8c-2fdd8be8507c} <Debug> oximeter.measurements_i32 (441d1cb9-06c0-404e-9dd1-abc842719529): There are no data parts
403 2025.03.11 22:07:09.000150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 121.82 MiB, peak 121.82 MiB, free memory in arenas 0.00 B, will set to 133.80 MiB (RSS), difference: 11.97 MiB
404 2025.03.11 22:07:09.004688 [ 3 ] {c1e87b78-2dcf-40ce-9c8c-2fdd8be8507c} <Debug> TCPHandler: Processed in 0.054771807 sec.
405 2025.03.11 22:07:09.004930 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
406 2025.03.11 22:07:09.005152 [ 3 ] {b29706cf-5d77-430a-af91-e87248be4d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
407 2025.03.11 22:07:09.005229 [ 3 ] {b29706cf-5d77-430a-af91-e87248be4d24} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32
408 2025.03.11 22:07:09.021811 [ 3 ] {b29706cf-5d77-430a-af91-e87248be4d24} <Debug> oximeter.measurements_u32 (878b4170-58df-4dbf-89f9-32ca7334f21d): Loading data parts
409 2025.03.11 22:07:09.022046 [ 3 ] {b29706cf-5d77-430a-af91-e87248be4d24} <Debug> oximeter.measurements_u32 (878b4170-58df-4dbf-89f9-32ca7334f21d): There are no data parts
410 2025.03.11 22:07:09.030529 [ 3 ] {b29706cf-5d77-430a-af91-e87248be4d24} <Debug> TCPHandler: Processed in 0.025686828 sec.
411 2025.03.11 22:07:09.030812 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
412 2025.03.11 22:07:09.031127 [ 3 ] {6fefc0eb-e5ec-4652-abc8-5f5792617c43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
413 2025.03.11 22:07:09.031196 [ 3 ] {6fefc0eb-e5ec-4652-abc8-5f5792617c43} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64
414 2025.03.11 22:07:09.059209 [ 3 ] {6fefc0eb-e5ec-4652-abc8-5f5792617c43} <Debug> oximeter.measurements_i64 (a686026f-f1a2-4f22-9588-6f8d7c325e5d): Loading data parts
415 2025.03.11 22:07:09.059437 [ 3 ] {6fefc0eb-e5ec-4652-abc8-5f5792617c43} <Debug> oximeter.measurements_i64 (a686026f-f1a2-4f22-9588-6f8d7c325e5d): There are no data parts
416 2025.03.11 22:07:09.073735 [ 3 ] {6fefc0eb-e5ec-4652-abc8-5f5792617c43} <Debug> TCPHandler: Processed in 0.043030307 sec.
417 2025.03.11 22:07:09.073904 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
418 2025.03.11 22:07:09.074138 [ 3 ] {d2c9e559-0798-4c94-982d-8f50f9495777} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
419 2025.03.11 22:07:09.074204 [ 3 ] {d2c9e559-0798-4c94-982d-8f50f9495777} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64
420 2025.03.11 22:07:09.101985 [ 3 ] {d2c9e559-0798-4c94-982d-8f50f9495777} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Loading data parts
421 2025.03.11 22:07:09.102309 [ 3 ] {d2c9e559-0798-4c94-982d-8f50f9495777} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): There are no data parts
422 2025.03.11 22:07:09.121369 [ 3 ] {d2c9e559-0798-4c94-982d-8f50f9495777} <Debug> TCPHandler: Processed in 0.047528495 sec.
423 2025.03.11 22:07:09.121702 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
424 2025.03.11 22:07:09.122078 [ 3 ] {4d53fa78-bce1-4f2b-8768-89595774e4ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
425 2025.03.11 22:07:09.122153 [ 3 ] {4d53fa78-bce1-4f2b-8768-89595774e4ce} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32
426 2025.03.11 22:07:09.142315 [ 3 ] {4d53fa78-bce1-4f2b-8768-89595774e4ce} <Debug> oximeter.measurements_f32 (b821aa55-ee1d-427a-b0ab-43a968bc26c6): Loading data parts
427 2025.03.11 22:07:09.142543 [ 3 ] {4d53fa78-bce1-4f2b-8768-89595774e4ce} <Debug> oximeter.measurements_f32 (b821aa55-ee1d-427a-b0ab-43a968bc26c6): There are no data parts
428 2025.03.11 22:07:09.161840 [ 3 ] {4d53fa78-bce1-4f2b-8768-89595774e4ce} <Debug> TCPHandler: Processed in 0.040241083 sec.
429 2025.03.11 22:07:09.162109 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
430 2025.03.11 22:07:09.162320 [ 3 ] {4a156f10-d08d-4df9-b4a6-231903d85d9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
431 2025.03.11 22:07:09.162385 [ 3 ] {4a156f10-d08d-4df9-b4a6-231903d85d9c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64
432 2025.03.11 22:07:09.177257 [ 3 ] {4a156f10-d08d-4df9-b4a6-231903d85d9c} <Debug> oximeter.measurements_f64 (6df1dd5b-3b28-409d-9084-b3803d0ba6f3): Loading data parts
433 2025.03.11 22:07:09.177435 [ 3 ] {4a156f10-d08d-4df9-b4a6-231903d85d9c} <Debug> oximeter.measurements_f64 (6df1dd5b-3b28-409d-9084-b3803d0ba6f3): There are no data parts
434 2025.03.11 22:07:09.190943 [ 3 ] {4a156f10-d08d-4df9-b4a6-231903d85d9c} <Debug> TCPHandler: Processed in 0.028916996 sec.
435 2025.03.11 22:07:09.191156 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
436 2025.03.11 22:07:09.191529 [ 3 ] {738e24c6-86da-4186-a054-fd01bbf8e22c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
437 2025.03.11 22:07:09.191649 [ 3 ] {738e24c6-86da-4186-a054-fd01bbf8e22c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string
438 2025.03.11 22:07:09.201844 [ 3 ] {738e24c6-86da-4186-a054-fd01bbf8e22c} <Debug> oximeter.measurements_string (9843d5eb-b775-48a9-b5c9-eaa87380feca): Loading data parts
439 2025.03.11 22:07:09.202048 [ 3 ] {738e24c6-86da-4186-a054-fd01bbf8e22c} <Debug> oximeter.measurements_string (9843d5eb-b775-48a9-b5c9-eaa87380feca): There are no data parts
440 2025.03.11 22:07:09.218930 [ 3 ] {738e24c6-86da-4186-a054-fd01bbf8e22c} <Debug> TCPHandler: Processed in 0.027880158 sec.
441 2025.03.11 22:07:09.219087 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
442 2025.03.11 22:07:09.219298 [ 3 ] {261b7c38-496c-444d-bb8c-bbc23f025952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /*
443 * NOTE: Right now we can't unambiguously record a nullable byte array.
444 * Arrays cannot be nested in `Nullable()` types, and encoding the array as
445 * a string isn't palatable for a few reasons.
446 * See: https://github.com/oxidecomputer/omicron/issues/4551 for more
447 * details.
448 */
449 datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete)
450 2025.03.11 22:07:09.219370 [ 3 ] {261b7c38-496c-444d-bb8c-bbc23f025952} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes
451 2025.03.11 22:07:09.241709 [ 3 ] {261b7c38-496c-444d-bb8c-bbc23f025952} <Debug> oximeter.measurements_bytes (5ddad7de-ec76-4942-968d-9bbc0b872e12): Loading data parts
452 2025.03.11 22:07:09.241887 [ 3 ] {261b7c38-496c-444d-bb8c-bbc23f025952} <Debug> oximeter.measurements_bytes (5ddad7de-ec76-4942-968d-9bbc0b872e12): There are no data parts
453 2025.03.11 22:07:09.261565 [ 3 ] {261b7c38-496c-444d-bb8c-bbc23f025952} <Debug> TCPHandler: Processed in 0.042526432 sec.
454 2025.03.11 22:07:09.261835 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
455 2025.03.11 22:07:09.262325 [ 3 ] {05b28bc8-f824-4627-82ca-c8392520c25b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
456 2025.03.11 22:07:09.262444 [ 3 ] {05b28bc8-f824-4627-82ca-c8392520c25b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64
457 2025.03.11 22:07:09.276354 [ 3 ] {05b28bc8-f824-4627-82ca-c8392520c25b} <Debug> oximeter.measurements_cumulativei64 (de3c9f29-e6a1-4a3b-9fed-c17df8281443): Loading data parts
458 2025.03.11 22:07:09.276643 [ 3 ] {05b28bc8-f824-4627-82ca-c8392520c25b} <Debug> oximeter.measurements_cumulativei64 (de3c9f29-e6a1-4a3b-9fed-c17df8281443): There are no data parts
459 2025.03.11 22:07:09.290160 [ 3 ] {05b28bc8-f824-4627-82ca-c8392520c25b} <Debug> TCPHandler: Processed in 0.028429242 sec.
460 2025.03.11 22:07:09.290318 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
461 2025.03.11 22:07:09.290536 [ 3 ] {d6572851-adc3-4651-ba81-a8bf4058cb43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
462 2025.03.11 22:07:09.290594 [ 3 ] {d6572851-adc3-4651-ba81-a8bf4058cb43} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64
463 2025.03.11 22:07:09.308194 [ 3 ] {d6572851-adc3-4651-ba81-a8bf4058cb43} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Loading data parts
464 2025.03.11 22:07:09.308451 [ 3 ] {d6572851-adc3-4651-ba81-a8bf4058cb43} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): There are no data parts
465 2025.03.11 22:07:09.326586 [ 3 ] {d6572851-adc3-4651-ba81-a8bf4058cb43} <Debug> TCPHandler: Processed in 0.03632088 sec.
466 2025.03.11 22:07:09.326759 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
467 2025.03.11 22:07:09.326957 [ 3 ] {ff9bc34b-d130-45a3-b426-0eed1d8063af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
468 2025.03.11 22:07:09.327024 [ 3 ] {ff9bc34b-d130-45a3-b426-0eed1d8063af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32
469 2025.03.11 22:07:09.351071 [ 3 ] {ff9bc34b-d130-45a3-b426-0eed1d8063af} <Debug> oximeter.measurements_cumulativef32 (88d916e4-3a84-41eb-b398-385d2228fa16): Loading data parts
470 2025.03.11 22:07:09.351294 [ 3 ] {ff9bc34b-d130-45a3-b426-0eed1d8063af} <Debug> oximeter.measurements_cumulativef32 (88d916e4-3a84-41eb-b398-385d2228fa16): There are no data parts
471 2025.03.11 22:07:09.374126 [ 3 ] {ff9bc34b-d130-45a3-b426-0eed1d8063af} <Debug> TCPHandler: Processed in 0.047414504 sec.
472 2025.03.11 22:07:09.374426 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
473 2025.03.11 22:07:09.374853 [ 3 ] {b754f6cc-5c3c-4172-bcb5-02e7620017c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
474 2025.03.11 22:07:09.374976 [ 3 ] {b754f6cc-5c3c-4172-bcb5-02e7620017c1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64
475 2025.03.11 22:07:09.391688 [ 3 ] {b754f6cc-5c3c-4172-bcb5-02e7620017c1} <Debug> oximeter.measurements_cumulativef64 (bf2a690e-398d-48a7-ba26-1ac852867f2a): Loading data parts
476 2025.03.11 22:07:09.391891 [ 3 ] {b754f6cc-5c3c-4172-bcb5-02e7620017c1} <Debug> oximeter.measurements_cumulativef64 (bf2a690e-398d-48a7-ba26-1ac852867f2a): There are no data parts
477 2025.03.11 22:07:09.411106 [ 3 ] {b754f6cc-5c3c-4172-bcb5-02e7620017c1} <Debug> TCPHandler: Processed in 0.036780503 sec.
478 2025.03.11 22:07:09.411276 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
479 2025.03.11 22:07:09.411608 [ 3 ] {505d19fd-ad4a-4d2a-9cc9-7054eb0ca209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /*
480 * NOTE: Array types cannot be Nullable, see
481 * https://clickhouse.com/docs/en/sql-reference/data-types/nullable
482 * for more details.
483 *
484 * This means we need to use empty arrays to indicate a missing value. This
485 * is unfortunate, and at this point relies on the fact that an
486 * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need
487 * to figure out another way to represent missing samples here.
488 */
489 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)
490 2025.03.11 22:07:09.411704 [ 3 ] {505d19fd-ad4a-4d2a-9cc9-7054eb0ca209} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8
491 2025.03.11 22:07:09.420312 [ 3 ] {505d19fd-ad4a-4d2a-9cc9-7054eb0ca209} <Debug> oximeter.measurements_histogrami8 (45efa244-1dfc-452e-b6b0-5710eee711f6): Loading data parts
492 2025.03.11 22:07:09.420503 [ 3 ] {505d19fd-ad4a-4d2a-9cc9-7054eb0ca209} <Debug> oximeter.measurements_histogrami8 (45efa244-1dfc-452e-b6b0-5710eee711f6): There are no data parts
493 2025.03.11 22:07:09.432569 [ 3 ] {505d19fd-ad4a-4d2a-9cc9-7054eb0ca209} <Debug> TCPHandler: Processed in 0.021354602 sec.
494 2025.03.11 22:07:09.432761 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
495 2025.03.11 22:07:09.433106 [ 3 ] {b9be7a3e-d947-4e82-9e82-713c2ec2453b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
496 2025.03.11 22:07:09.433184 [ 3 ] {b9be7a3e-d947-4e82-9e82-713c2ec2453b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8
497 2025.03.11 22:07:09.445269 [ 3 ] {b9be7a3e-d947-4e82-9e82-713c2ec2453b} <Debug> oximeter.measurements_histogramu8 (1fa64b10-1c0a-4a78-80f6-6248b158369d): Loading data parts
498 2025.03.11 22:07:09.445538 [ 3 ] {b9be7a3e-d947-4e82-9e82-713c2ec2453b} <Debug> oximeter.measurements_histogramu8 (1fa64b10-1c0a-4a78-80f6-6248b158369d): There are no data parts
499 2025.03.11 22:07:09.457355 [ 3 ] {b9be7a3e-d947-4e82-9e82-713c2ec2453b} <Debug> TCPHandler: Processed in 0.0246571 sec.
500 2025.03.11 22:07:09.457555 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
501 2025.03.11 22:07:09.457881 [ 3 ] {f80e4cfd-71de-4447-a9f8-efeca38913ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
502 2025.03.11 22:07:09.457975 [ 3 ] {f80e4cfd-71de-4447-a9f8-efeca38913ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16
503 2025.03.11 22:07:09.470336 [ 3 ] {f80e4cfd-71de-4447-a9f8-efeca38913ea} <Debug> oximeter.measurements_histogrami16 (6d9d8a8e-e467-45a6-bb74-b9714b66e7b4): Loading data parts
504 2025.03.11 22:07:09.470601 [ 3 ] {f80e4cfd-71de-4447-a9f8-efeca38913ea} <Debug> oximeter.measurements_histogrami16 (6d9d8a8e-e467-45a6-bb74-b9714b66e7b4): There are no data parts
505 2025.03.11 22:07:09.482330 [ 3 ] {f80e4cfd-71de-4447-a9f8-efeca38913ea} <Debug> TCPHandler: Processed in 0.024836572 sec.
506 2025.03.11 22:07:09.482567 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
507 2025.03.11 22:07:09.483103 [ 3 ] {d43fd629-4158-449e-9098-f578ebe7d6e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
508 2025.03.11 22:07:09.483214 [ 3 ] {d43fd629-4158-449e-9098-f578ebe7d6e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16
509 2025.03.11 22:07:09.495307 [ 3 ] {d43fd629-4158-449e-9098-f578ebe7d6e9} <Debug> oximeter.measurements_histogramu16 (f11783be-9eb9-4df9-96e5-16dbb53558ed): Loading data parts
510 2025.03.11 22:07:09.495498 [ 3 ] {d43fd629-4158-449e-9098-f578ebe7d6e9} <Debug> oximeter.measurements_histogramu16 (f11783be-9eb9-4df9-96e5-16dbb53558ed): There are no data parts
511 2025.03.11 22:07:09.517062 [ 3 ] {d43fd629-4158-449e-9098-f578ebe7d6e9} <Debug> TCPHandler: Processed in 0.034587064 sec.
512 2025.03.11 22:07:09.517289 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
513 2025.03.11 22:07:09.517615 [ 3 ] {a54b214e-c811-4f87-bdc5-992bfabbbd5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
514 2025.03.11 22:07:09.517709 [ 3 ] {a54b214e-c811-4f87-bdc5-992bfabbbd5f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32
515 2025.03.11 22:07:09.557100 [ 3 ] {a54b214e-c811-4f87-bdc5-992bfabbbd5f} <Debug> oximeter.measurements_histogrami32 (687b2b15-a83e-4c35-ba31-564f0fa4e348): Loading data parts
516 2025.03.11 22:07:09.557361 [ 3 ] {a54b214e-c811-4f87-bdc5-992bfabbbd5f} <Debug> oximeter.measurements_histogrami32 (687b2b15-a83e-4c35-ba31-564f0fa4e348): There are no data parts
517 2025.03.11 22:07:09.569070 [ 3 ] {a54b214e-c811-4f87-bdc5-992bfabbbd5f} <Debug> TCPHandler: Processed in 0.051844052 sec.
518 2025.03.11 22:07:09.569269 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
519 2025.03.11 22:07:09.569584 [ 3 ] {8c1b915f-6df4-4e53-8362-476f65b05985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
520 2025.03.11 22:07:09.569663 [ 3 ] {8c1b915f-6df4-4e53-8362-476f65b05985} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32
521 2025.03.11 22:07:09.585154 [ 3 ] {8c1b915f-6df4-4e53-8362-476f65b05985} <Debug> oximeter.measurements_histogramu32 (d99edde9-9973-47c8-a948-a79bc63f1a0e): Loading data parts
522 2025.03.11 22:07:09.585358 [ 3 ] {8c1b915f-6df4-4e53-8362-476f65b05985} <Debug> oximeter.measurements_histogramu32 (d99edde9-9973-47c8-a948-a79bc63f1a0e): There are no data parts
523 2025.03.11 22:07:09.597067 [ 3 ] {8c1b915f-6df4-4e53-8362-476f65b05985} <Debug> TCPHandler: Processed in 0.027877007 sec.
524 2025.03.11 22:07:09.597252 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
525 2025.03.11 22:07:09.597523 [ 3 ] {6819744f-42ae-4ad3-86df-9a25d5a08c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
526 2025.03.11 22:07:09.597616 [ 3 ] {6819744f-42ae-4ad3-86df-9a25d5a08c80} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64
527 2025.03.11 22:07:09.612686 [ 3 ] {6819744f-42ae-4ad3-86df-9a25d5a08c80} <Debug> oximeter.measurements_histogrami64 (ec7f9022-81aa-4ad1-a785-f0e5890f6a10): Loading data parts
528 2025.03.11 22:07:09.612950 [ 3 ] {6819744f-42ae-4ad3-86df-9a25d5a08c80} <Debug> oximeter.measurements_histogrami64 (ec7f9022-81aa-4ad1-a785-f0e5890f6a10): There are no data parts
529 2025.03.11 22:07:09.646941 [ 3 ] {6819744f-42ae-4ad3-86df-9a25d5a08c80} <Debug> TCPHandler: Processed in 0.049740593 sec.
530 2025.03.11 22:07:09.647213 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
531 2025.03.11 22:07:09.647569 [ 3 ] {d5c5fc78-d315-411a-bd24-3e97dd06933e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
532 2025.03.11 22:07:09.647663 [ 3 ] {d5c5fc78-d315-411a-bd24-3e97dd06933e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64
533 2025.03.11 22:07:09.671728 [ 3 ] {d5c5fc78-d315-411a-bd24-3e97dd06933e} <Debug> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Loading data parts
534 2025.03.11 22:07:09.671941 [ 3 ] {d5c5fc78-d315-411a-bd24-3e97dd06933e} <Debug> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): There are no data parts
535 2025.03.11 22:07:09.693660 [ 3 ] {d5c5fc78-d315-411a-bd24-3e97dd06933e} <Debug> TCPHandler: Processed in 0.046557107 sec.
536 2025.03.11 22:07:09.694009 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
537 2025.03.11 22:07:09.694338 [ 3 ] {6ad238a7-f6ea-4af3-b928-6a6b7e4c3ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
538 2025.03.11 22:07:09.694432 [ 3 ] {6ad238a7-f6ea-4af3-b928-6a6b7e4c3ea7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32
539 2025.03.11 22:07:09.762769 [ 3 ] {6ad238a7-f6ea-4af3-b928-6a6b7e4c3ea7} <Debug> oximeter.measurements_histogramf32 (1ad7f89b-e9fc-49af-9557-56391a48e0f8): Loading data parts
540 2025.03.11 22:07:09.762972 [ 3 ] {6ad238a7-f6ea-4af3-b928-6a6b7e4c3ea7} <Debug> oximeter.measurements_histogramf32 (1ad7f89b-e9fc-49af-9557-56391a48e0f8): There are no data parts
541 2025.03.11 22:07:09.776351 [ 3 ] {6ad238a7-f6ea-4af3-b928-6a6b7e4c3ea7} <Debug> TCPHandler: Processed in 0.082466923 sec.
542 2025.03.11 22:07:09.776556 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
543 2025.03.11 22:07:09.776912 [ 3 ] {abb049c8-e388-4b29-b049-7b1c52d7e4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
544 2025.03.11 22:07:09.777011 [ 3 ] {abb049c8-e388-4b29-b049-7b1c52d7e4fe} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64
545 2025.03.11 22:07:09.792528 [ 3 ] {abb049c8-e388-4b29-b049-7b1c52d7e4fe} <Debug> oximeter.measurements_histogramf64 (e7e3d5cd-1449-4a85-8e18-648a5e174c75): Loading data parts
546 2025.03.11 22:07:09.792725 [ 3 ] {abb049c8-e388-4b29-b049-7b1c52d7e4fe} <Debug> oximeter.measurements_histogramf64 (e7e3d5cd-1449-4a85-8e18-648a5e174c75): There are no data parts
547 2025.03.11 22:07:09.805487 [ 3 ] {abb049c8-e388-4b29-b049-7b1c52d7e4fe} <Debug> TCPHandler: Processed in 0.028998977 sec.
548 2025.03.11 22:07:09.805741 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
549 2025.03.11 22:07:09.805983 [ 3 ] {c2a6524f-689d-483d-b080-ceb4bbcbed60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) /* The field tables store named dimensions of each timeseries.
550 *
551 * As with the measurement tables, there is one field table for each field data
552 * type. Fields are deduplicated by using the "replacing merge tree", though
553 * this behavior **must not** be relied upon for query correctness.
554 *
555 * The index for the fields differs from the measurements, however. Rows are
556 * sorted by timeseries name, then field name, field value, and finally
557 * timeseries key. This reflects the most common pattern for looking them up:
558 * by field name and possibly value, within a timeseries. The resulting keys are
559 * usually then used to look up measurements.
560 *
561 * NOTE: We may want to consider a secondary index on these tables, sorting by
562 * timeseries name and then key, since it would improve lookups where one
563 * already has the key. Realistically though, these tables are quite small and
564 * so performance benefits will be low in absolute terms.
565 *
566 * TTL: We use a materialized column to expire old field table records. This
567 * column is generated automatically by the database whenever a new row is
568 * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *`
569 * query. Since these tables are `ReplacingMergeTree`s, that means the last
570 * record will remain during a deduplication, which will have the last
571 * timestamp. ClickHouse will then expire old data for us, similar to the
572 * measurement tables.
573 */
574 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)
575 2025.03.11 22:07:09.806075 [ 3 ] {c2a6524f-689d-483d-b080-ceb4bbcbed60} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool
576 2025.03.11 22:07:09.828451 [ 3 ] {c2a6524f-689d-483d-b080-ceb4bbcbed60} <Debug> oximeter.fields_bool (c3cb4b33-6394-4203-a757-8104992b5f5f): Loading data parts
577 2025.03.11 22:07:09.828648 [ 3 ] {c2a6524f-689d-483d-b080-ceb4bbcbed60} <Debug> oximeter.fields_bool (c3cb4b33-6394-4203-a757-8104992b5f5f): There are no data parts
578 2025.03.11 22:07:09.841017 [ 3 ] {c2a6524f-689d-483d-b080-ceb4bbcbed60} <Debug> TCPHandler: Processed in 0.035343671 sec.
579 2025.03.11 22:07:09.841158 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
580 2025.03.11 22:07:09.841354 [ 3 ] {3ee474c9-5d36-4536-bf01-8621bfb61125} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
581 2025.03.11 22:07:09.841428 [ 3 ] {3ee474c9-5d36-4536-bf01-8621bfb61125} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8
582 2025.03.11 22:07:09.850352 [ 3 ] {3ee474c9-5d36-4536-bf01-8621bfb61125} <Debug> oximeter.fields_i8 (79923bff-b61a-469d-ac30-de8a4f5f959d): Loading data parts
583 2025.03.11 22:07:09.850549 [ 3 ] {3ee474c9-5d36-4536-bf01-8621bfb61125} <Debug> oximeter.fields_i8 (79923bff-b61a-469d-ac30-de8a4f5f959d): There are no data parts
584 2025.03.11 22:07:09.864917 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59658
585 2025.03.11 22:07:09.865393 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
586 2025.03.11 22:07:09.865463 [ 277 ] {} <Debug> TCP-Session: 21c2595c-1c5e-4db8-957b-b7bd89d0f07f Authenticating user 'default' from [fd00:1122:3344:101::a]:59658
587 2025.03.11 22:07:09.865490 [ 277 ] {} <Debug> TCP-Session: 21c2595c-1c5e-4db8-957b-b7bd89d0f07f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
588 2025.03.11 22:07:09.865506 [ 277 ] {} <Debug> TCP-Session: 21c2595c-1c5e-4db8-957b-b7bd89d0f07f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
589 2025.03.11 22:07:09.865592 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false
590 2025.03.11 22:07:09.865621 [ 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
591 2025.03.11 22:07:09.865669 [ 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
592 2025.03.11 22:07:09.866619 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60674
593 2025.03.11 22:07:09.866718 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48134
594 2025.03.11 22:07:09.866813 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
595 2025.03.11 22:07:09.866848 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41059
596 2025.03.11 22:07:09.866867 [ 278 ] {} <Debug> TCP-Session: b9da2bb5-50d1-4915-8ac3-55932947a840 Authenticating user 'default' from [fd00:1122:3344:101::a]:60674
597 2025.03.11 22:07:09.867138 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
598 2025.03.11 22:07:09.867165 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41539
599 2025.03.11 22:07:09.867206 [ 279 ] {} <Debug> TCP-Session: 99dff19f-4018-46ce-82af-6b534ba085be Authenticating user 'default' from [fd00:1122:3344:101::a]:48134
600 2025.03.11 22:07:09.867147 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
601 2025.03.11 22:07:09.867262 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49645
602 2025.03.11 22:07:09.867128 [ 278 ] {} <Debug> TCP-Session: b9da2bb5-50d1-4915-8ac3-55932947a840 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
603 2025.03.11 22:07:09.867428 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
604 2025.03.11 22:07:09.867456 [ 280 ] {} <Debug> TCP-Session: 779f854e-351d-4f81-846a-af7abe648e8f Authenticating user 'default' from [fd00:1122:3344:101::a]:41059
605 2025.03.11 22:07:09.867463 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55089
606 2025.03.11 22:07:09.867610 [ 279 ] {} <Debug> TCP-Session: 99dff19f-4018-46ce-82af-6b534ba085be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
607 2025.03.11 22:07:09.867651 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38877
608 2025.03.11 22:07:09.867625 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
609 2025.03.11 22:07:09.867725 [ 278 ] {} <Debug> TCP-Session: b9da2bb5-50d1-4915-8ac3-55932947a840 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
610 2025.03.11 22:07:09.867698 [ 280 ] {} <Debug> TCP-Session: 779f854e-351d-4f81-846a-af7abe648e8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
611 2025.03.11 22:07:09.867798 [ 279 ] {} <Debug> TCP-Session: 99dff19f-4018-46ce-82af-6b534ba085be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
612 2025.03.11 22:07:09.867977 [ 280 ] {} <Debug> TCP-Session: 779f854e-351d-4f81-846a-af7abe648e8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
613 2025.03.11 22:07:09.868239 [ 281 ] {} <Debug> TCP-Session: 93847f1e-3c9d-4a87-a503-517670baa4dd Authenticating user 'default' from [fd00:1122:3344:101::a]:41539
614 2025.03.11 22:07:09.868226 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
615 2025.03.11 22:07:09.867906 [ 282 ] {} <Debug> TCP-Session: 7afc9656-6b65-4132-8249-d6a7e6c2f5be Authenticating user 'default' from [fd00:1122:3344:101::a]:49645
616 2025.03.11 22:07:09.868389 [ 281 ] {} <Debug> TCP-Session: 93847f1e-3c9d-4a87-a503-517670baa4dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
617 2025.03.11 22:07:09.868403 [ 282 ] {} <Debug> TCP-Session: 7afc9656-6b65-4132-8249-d6a7e6c2f5be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
618 2025.03.11 22:07:09.868454 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default.
619 2025.03.11 22:07:09.868490 [ 281 ] {} <Debug> TCP-Session: 93847f1e-3c9d-4a87-a503-517670baa4dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
620 2025.03.11 22:07:09.868515 [ 282 ] {} <Debug> TCP-Session: 7afc9656-6b65-4132-8249-d6a7e6c2f5be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
621 2025.03.11 22:07:09.868584 [ 284 ] {} <Debug> TCP-Session: 4eda17d4-aa56-4646-8f4b-286f1c05d769 Authenticating user 'default' from [fd00:1122:3344:101::a]:38877
622 2025.03.11 22:07:09.868686 [ 284 ] {} <Debug> TCP-Session: 4eda17d4-aa56-4646-8f4b-286f1c05d769 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
623 2025.03.11 22:07:09.868721 [ 3 ] {3ee474c9-5d36-4536-bf01-8621bfb61125} <Debug> TCPHandler: Processed in 0.027614005 sec.
624 2025.03.11 22:07:09.868702 [ 283 ] {} <Debug> TCP-Session: 3c2afa63-5496-4950-8674-269270ac29ef Authenticating user 'default' from [fd00:1122:3344:101::a]:55089
625 2025.03.11 22:07:09.868757 [ 284 ] {} <Debug> TCP-Session: 4eda17d4-aa56-4646-8f4b-286f1c05d769 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
626 2025.03.11 22:07:09.868794 [ 283 ] {} <Debug> TCP-Session: 3c2afa63-5496-4950-8674-269270ac29ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db
627 2025.03.11 22:07:09.868881 [ 283 ] {} <Debug> TCP-Session: 3c2afa63-5496-4950-8674-269270ac29ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db
628 2025.03.11 22:07:09.868938 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
629 2025.03.11 22:07:09.869183 [ 3 ] {5e24071d-9c3d-4202-8d75-04475ee502e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
630 2025.03.11 22:07:09.869231 [ 3 ] {5e24071d-9c3d-4202-8d75-04475ee502e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8
631 2025.03.11 22:07:09.891169 [ 3 ] {5e24071d-9c3d-4202-8d75-04475ee502e0} <Debug> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Loading data parts
632 2025.03.11 22:07:09.891338 [ 3 ] {5e24071d-9c3d-4202-8d75-04475ee502e0} <Debug> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): There are no data parts
633 2025.03.11 22:07:09.915665 [ 3 ] {5e24071d-9c3d-4202-8d75-04475ee502e0} <Debug> TCPHandler: Processed in 0.046815109 sec.
634 2025.03.11 22:07:09.915858 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
635 2025.03.11 22:07:09.916081 [ 3 ] {63dad134-02b6-4899-ba67-d1880e3982ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
636 2025.03.11 22:07:09.916142 [ 3 ] {63dad134-02b6-4899-ba67-d1880e3982ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16
637 2025.03.11 22:07:09.925686 [ 3 ] {63dad134-02b6-4899-ba67-d1880e3982ba} <Debug> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Loading data parts
638 2025.03.11 22:07:09.925895 [ 3 ] {63dad134-02b6-4899-ba67-d1880e3982ba} <Debug> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): There are no data parts
639 2025.03.11 22:07:09.954971 [ 3 ] {63dad134-02b6-4899-ba67-d1880e3982ba} <Debug> TCPHandler: Processed in 0.039175834 sec.
640 2025.03.11 22:07:09.955127 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
641 2025.03.11 22:07:09.955332 [ 3 ] {3eecfdad-9ea4-4aab-87fd-25988b9671e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
642 2025.03.11 22:07:09.955386 [ 3 ] {3eecfdad-9ea4-4aab-87fd-25988b9671e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16
643 2025.03.11 22:07:09.983383 [ 3 ] {3eecfdad-9ea4-4aab-87fd-25988b9671e3} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Loading data parts
644 2025.03.11 22:07:09.983572 [ 3 ] {3eecfdad-9ea4-4aab-87fd-25988b9671e3} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): There are no data parts
645 2025.03.11 22:07:09.996382 [ 3 ] {3eecfdad-9ea4-4aab-87fd-25988b9671e3} <Debug> TCPHandler: Processed in 0.041308572 sec.
646 2025.03.11 22:07:09.996574 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
647 2025.03.11 22:07:09.996807 [ 3 ] {458d15e5-7994-4b89-bf10-a433c78372ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
648 2025.03.11 22:07:09.996880 [ 3 ] {458d15e5-7994-4b89-bf10-a433c78372ae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32
649 2025.03.11 22:07:10.017129 [ 3 ] {458d15e5-7994-4b89-bf10-a433c78372ae} <Debug> oximeter.fields_i32 (57ed24e5-d19b-48ec-9459-929b827b6fa5): Loading data parts
650 2025.03.11 22:07:10.017526 [ 3 ] {458d15e5-7994-4b89-bf10-a433c78372ae} <Debug> oximeter.fields_i32 (57ed24e5-d19b-48ec-9459-929b827b6fa5): There are no data parts
651 2025.03.11 22:07:10.033942 [ 3 ] {458d15e5-7994-4b89-bf10-a433c78372ae} <Debug> TCPHandler: Processed in 0.037431139 sec.
652 2025.03.11 22:07:10.034128 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
653 2025.03.11 22:07:10.034335 [ 3 ] {2ef6ea5d-8e34-41d7-b9ab-9a79e5818be5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
654 2025.03.11 22:07:10.034389 [ 3 ] {2ef6ea5d-8e34-41d7-b9ab-9a79e5818be5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32
655 2025.03.11 22:07:10.055661 [ 3 ] {2ef6ea5d-8e34-41d7-b9ab-9a79e5818be5} <Debug> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Loading data parts
656 2025.03.11 22:07:10.055865 [ 3 ] {2ef6ea5d-8e34-41d7-b9ab-9a79e5818be5} <Debug> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): There are no data parts
657 2025.03.11 22:07:10.067354 [ 3 ] {2ef6ea5d-8e34-41d7-b9ab-9a79e5818be5} <Debug> TCPHandler: Processed in 0.033279534 sec.
658 2025.03.11 22:07:10.067559 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
659 2025.03.11 22:07:10.067790 [ 3 ] {83a18595-8ce2-4d74-a42d-7ef3379b8e76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
660 2025.03.11 22:07:10.067875 [ 3 ] {83a18595-8ce2-4d74-a42d-7ef3379b8e76} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64
661 2025.03.11 22:07:10.087963 [ 3 ] {83a18595-8ce2-4d74-a42d-7ef3379b8e76} <Debug> oximeter.fields_i64 (b7e1d3a6-e382-48e6-90d5-8c1657259fea): Loading data parts
662 2025.03.11 22:07:10.088181 [ 3 ] {83a18595-8ce2-4d74-a42d-7ef3379b8e76} <Debug> oximeter.fields_i64 (b7e1d3a6-e382-48e6-90d5-8c1657259fea): There are no data parts
663 2025.03.11 22:07:10.100367 [ 3 ] {83a18595-8ce2-4d74-a42d-7ef3379b8e76} <Debug> TCPHandler: Processed in 0.03287141 sec.
664 2025.03.11 22:07:10.100530 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
665 2025.03.11 22:07:10.100745 [ 3 ] {9a4176a2-befb-48cf-a849-28b45efce572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
666 2025.03.11 22:07:10.100805 [ 3 ] {9a4176a2-befb-48cf-a849-28b45efce572} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64
667 2025.03.11 22:07:10.118586 [ 3 ] {9a4176a2-befb-48cf-a849-28b45efce572} <Debug> oximeter.fields_u64 (404cfac7-df35-43c2-aa97-46477975f96f): Loading data parts
668 2025.03.11 22:07:10.118774 [ 3 ] {9a4176a2-befb-48cf-a849-28b45efce572} <Debug> oximeter.fields_u64 (404cfac7-df35-43c2-aa97-46477975f96f): There are no data parts
669 2025.03.11 22:07:10.123966 [ 3 ] {9a4176a2-befb-48cf-a849-28b45efce572} <Debug> TCPHandler: Processed in 0.02348853 sec.
670 2025.03.11 22:07:10.124157 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
671 2025.03.11 22:07:10.124348 [ 3 ] {8d21957e-79aa-4cf7-a45e-9e5bea2ed650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
672 2025.03.11 22:07:10.124420 [ 3 ] {8d21957e-79aa-4cf7-a45e-9e5bea2ed650} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr
673 2025.03.11 22:07:10.144407 [ 3 ] {8d21957e-79aa-4cf7-a45e-9e5bea2ed650} <Debug> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Loading data parts
674 2025.03.11 22:07:10.144620 [ 3 ] {8d21957e-79aa-4cf7-a45e-9e5bea2ed650} <Debug> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): There are no data parts
675 2025.03.11 22:07:10.158627 [ 3 ] {8d21957e-79aa-4cf7-a45e-9e5bea2ed650} <Debug> TCPHandler: Processed in 0.034522314 sec.
676 2025.03.11 22:07:10.158810 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
677 2025.03.11 22:07:10.159069 [ 3 ] {1ba4409d-497b-41e9-b753-9f4b6b7e046b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
678 2025.03.11 22:07:10.159130 [ 3 ] {1ba4409d-497b-41e9-b753-9f4b6b7e046b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string
679 2025.03.11 22:07:10.181506 [ 3 ] {1ba4409d-497b-41e9-b753-9f4b6b7e046b} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Loading data parts
680 2025.03.11 22:07:10.181709 [ 3 ] {1ba4409d-497b-41e9-b753-9f4b6b7e046b} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): There are no data parts
681 2025.03.11 22:07:10.196297 [ 3 ] {1ba4409d-497b-41e9-b753-9f4b6b7e046b} <Debug> TCPHandler: Processed in 0.03755229 sec.
682 2025.03.11 22:07:10.196517 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
683 2025.03.11 22:07:10.196768 [ 3 ] {7cef5b02-f7fd-4817-a668-8f0adb22e183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
684 2025.03.11 22:07:10.196851 [ 3 ] {7cef5b02-f7fd-4817-a668-8f0adb22e183} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid
685 2025.03.11 22:07:10.220248 [ 3 ] {7cef5b02-f7fd-4817-a668-8f0adb22e183} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Loading data parts
686 2025.03.11 22:07:10.220477 [ 3 ] {7cef5b02-f7fd-4817-a668-8f0adb22e183} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): There are no data parts
687 2025.03.11 22:07:10.231712 [ 3 ] {7cef5b02-f7fd-4817-a668-8f0adb22e183} <Debug> TCPHandler: Processed in 0.035280831 sec.
688 2025.03.11 22:07:10.231949 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
689 2025.03.11 22:07:10.232292 [ 3 ] {cbf37d04-36d5-4b60-ab7f-1330701a25d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) /* The timeseries schema table stores the extracted schema for the samples
690 * oximeter collects.
691 */
692 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)
693 2025.03.11 22:07:10.232383 [ 3 ] {cbf37d04-36d5-4b60-ab7f-1330701a25d5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema
694 2025.03.11 22:07:10.244244 [ 3 ] {cbf37d04-36d5-4b60-ab7f-1330701a25d5} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d): Loading data parts
695 2025.03.11 22:07:10.244438 [ 3 ] {cbf37d04-36d5-4b60-ab7f-1330701a25d5} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d): There are no data parts
696 2025.03.11 22:07:10.254568 [ 3 ] {cbf37d04-36d5-4b60-ab7f-1330701a25d5} <Debug> TCPHandler: Processed in 0.022697634 sec.
697 2025.03.11 22:07:10.256810 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
698 2025.03.11 22:07:10.257132 [ 4 ] {6aed436a-4a49-4dbb-b656-3bca9b6ba519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.version (*) VALUES (stage: Complete)
699 2025.03.11 22:07:10.258395 [ 4 ] {6aed436a-4a49-4dbb-b656-3bca9b6ba519} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version
700 2025.03.11 22:07:10.266454 [ 259 ] {6aed436a-4a49-4dbb-b656-3bca9b6ba519} <Trace> oximeter.version (c5e977c0-aed1-4256-8b7d-0701268273e5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
701 2025.03.11 22:07:10.266553 [ 259 ] {6aed436a-4a49-4dbb-b656-3bca9b6ba519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
702 2025.03.11 22:07:10.271098 [ 259 ] {6aed436a-4a49-4dbb-b656-3bca9b6ba519} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
703 2025.03.11 22:07:10.271457 [ 259 ] {6aed436a-4a49-4dbb-b656-3bca9b6ba519} <Trace> oximeter.version (c5e977c0-aed1-4256-8b7d-0701268273e5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
704 2025.03.11 22:07:10.271790 [ 4 ] {6aed436a-4a49-4dbb-b656-3bca9b6ba519} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014795 sec., 67.59040216289287 rows/sec., 1.06 KiB/sec.
705 2025.03.11 22:07:10.272094 [ 4 ] {6aed436a-4a49-4dbb-b656-3bca9b6ba519} <Debug> TCPHandler: Processed in 0.015415061 sec.
706 2025.03.11 22:07:11.000248 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 137.31 MiB, peak 137.31 MiB, free memory in arenas 0.00 B, will set to 140.82 MiB (RSS), difference: 3.51 MiB
707 2025.03.11 22:07:16.022453 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549
708 2025.03.11 22:07:16.022474 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8
709 2025.03.11 22:07:16.022544 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog
710 2025.03.11 22:07:16.022573 [ 242 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog
711 2025.03.11 22:07:16.030007 [ 244 ] {} <Debug> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Loading data parts
712 2025.03.11 22:07:16.030438 [ 244 ] {} <Debug> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): There are no data parts
713 2025.03.11 22:07:16.040790 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
714 2025.03.11 22:07:16.041020 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
715 2025.03.11 22:07:16.044424 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
716 2025.03.11 22:07:16.045365 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
717 2025.03.11 22:07:16.046037 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549
718 2025.03.11 22:07:16.050231 [ 242 ] {} <Debug> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Loading data parts
719 2025.03.11 22:07:16.050438 [ 242 ] {} <Debug> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): There are no data parts
720 2025.03.11 22:07:16.075987 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
721 2025.03.11 22:07:16.076165 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
722 2025.03.11 22:07:16.083446 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
723 2025.03.11 22:07:16.084602 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
724 2025.03.11 22:07:16.087033 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8
725 2025.03.11 22:07:17.000152 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.81 MiB, peak 149.81 MiB, free memory in arenas 0.00 B, will set to 150.51 MiB (RSS), difference: 4.70 MiB
726 2025.03.11 22:07:18.522405 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88
727 2025.03.11 22:07:18.522532 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog
728 2025.03.11 22:07:18.529908 [ 243 ] {} <Debug> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Loading data parts
729 2025.03.11 22:07:18.530138 [ 243 ] {} <Debug> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): There are no data parts
730 2025.03.11 22:07:18.538321 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
731 2025.03.11 22:07:18.538516 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
732 2025.03.11 22:07:18.540243 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
733 2025.03.11 22:07:18.540823 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
734 2025.03.11 22:07:18.541277 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88
735 2025.03.11 22:07:19.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.69 MiB, peak 154.69 MiB, free memory in arenas 0.00 B, will set to 150.89 MiB (RSS), difference: -3.79 MiB
736 2025.03.11 22:07:23.457976 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache
737 2025.03.11 22:07:23.458037 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache
738 2025.03.11 22:07:23.546187 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976
739 2025.03.11 22:07:23.547502 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
740 2025.03.11 22:07:23.547556 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
741 2025.03.11 22:07:23.548429 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
742 2025.03.11 22:07:23.548995 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
743 2025.03.11 22:07:23.549284 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976
744 2025.03.11 22:07:23.587134 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16
745 2025.03.11 22:07:23.608585 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
746 2025.03.11 22:07:23.608773 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
747 2025.03.11 22:07:23.615747 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
748 2025.03.11 22:07:23.616902 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
749 2025.03.11 22:07:23.619635 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16
750 2025.03.11 22:07:29.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.58 MiB, peak 155.57 MiB, free memory in arenas 0.00 B, will set to 152.59 MiB (RSS), difference: 4.02 MiB
751 2025.03.11 22:07:30.284483 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
752 2025.03.11 22:07:30.284729 [ 3 ] {520c2ad4-40dc-4142-94dc-49b62e681062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete)
753 2025.03.11 22:07:30.285165 [ 3 ] {520c2ad4-40dc-4142-94dc-49b62e681062} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
754 2025.03.11 22:07:30.285512 [ 3 ] {520c2ad4-40dc-4142-94dc-49b62e681062} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
755 2025.03.11 22:07:30.286397 [ 3 ] {520c2ad4-40dc-4142-94dc-49b62e681062} <Debug> TCPHandler: Processed in 0.002047168 sec.
756 2025.03.11 22:07:30.287429 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
757 2025.03.11 22:07:30.287593 [ 3 ] {191d9208-545f-441a-9c10-6d319a7dbae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete)
758 2025.03.11 22:07:30.289293 [ 3 ] {191d9208-545f-441a-9c10-6d319a7dbae8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
759 2025.03.11 22:07:30.289348 [ 3 ] {191d9208-545f-441a-9c10-6d319a7dbae8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
760 2025.03.11 22:07:30.289953 [ 3 ] {191d9208-545f-441a-9c10-6d319a7dbae8} <Debug> TCPHandler: Processed in 0.002577482 sec.
761 2025.03.11 22:07:30.290236 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
762 2025.03.11 22:07:30.290370 [ 3 ] {c77c826c-496a-4872-a9f8-aa675312284c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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.11 22:07:30.290717 [ 3 ] {c77c826c-496a-4872-a9f8-aa675312284c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
764 2025.03.11 22:07:30.290768 [ 3 ] {c77c826c-496a-4872-a9f8-aa675312284c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
765 2025.03.11 22:07:30.291241 [ 3 ] {c77c826c-496a-4872-a9f8-aa675312284c} <Debug> TCPHandler: Processed in 0.001056219 sec.
766 2025.03.11 22:07:30.291454 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
767 2025.03.11 22:07:30.291587 [ 3 ] {b0fccb6e-c8da-4a5f-9ba8-feb64f96e034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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.11 22:07:30.291895 [ 3 ] {b0fccb6e-c8da-4a5f-9ba8-feb64f96e034} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
769 2025.03.11 22:07:30.291946 [ 3 ] {b0fccb6e-c8da-4a5f-9ba8-feb64f96e034} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
770 2025.03.11 22:07:30.292440 [ 3 ] {b0fccb6e-c8da-4a5f-9ba8-feb64f96e034} <Debug> TCPHandler: Processed in 0.001036139 sec.
771 2025.03.11 22:07:30.292700 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
772 2025.03.11 22:07:30.292839 [ 3 ] {e244b0e7-8f1e-4a35-9a33-5423fe87e1f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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.11 22:07:30.293163 [ 3 ] {e244b0e7-8f1e-4a35-9a33-5423fe87e1f3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
774 2025.03.11 22:07:30.293216 [ 3 ] {e244b0e7-8f1e-4a35-9a33-5423fe87e1f3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
775 2025.03.11 22:07:30.293707 [ 3 ] {e244b0e7-8f1e-4a35-9a33-5423fe87e1f3} <Debug> TCPHandler: Processed in 0.001057649 sec.
776 2025.03.11 22:07:30.293941 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
777 2025.03.11 22:07:30.294101 [ 3 ] {8c39333b-fbee-4efc-802e-b00421ca0b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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.11 22:07:30.294490 [ 3 ] {8c39333b-fbee-4efc-802e-b00421ca0b4f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
779 2025.03.11 22:07:30.294552 [ 3 ] {8c39333b-fbee-4efc-802e-b00421ca0b4f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
780 2025.03.11 22:07:30.295147 [ 3 ] {8c39333b-fbee-4efc-802e-b00421ca0b4f} <Debug> TCPHandler: Processed in 0.001264251 sec.
781 2025.03.11 22:07:30.295440 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
782 2025.03.11 22:07:30.295590 [ 3 ] {fde892fa-85ba-490c-b43f-f0b275dd1214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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.11 22:07:30.295932 [ 3 ] {fde892fa-85ba-490c-b43f-f0b275dd1214} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
784 2025.03.11 22:07:30.295985 [ 3 ] {fde892fa-85ba-490c-b43f-f0b275dd1214} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
785 2025.03.11 22:07:30.296489 [ 3 ] {fde892fa-85ba-490c-b43f-f0b275dd1214} <Debug> TCPHandler: Processed in 0.00112312 sec.
786 2025.03.11 22:07:30.296754 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
787 2025.03.11 22:07:30.296899 [ 3 ] {b3ab84af-45d0-4dc6-9124-ab45aff89269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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.11 22:07:30.297245 [ 3 ] {b3ab84af-45d0-4dc6-9124-ab45aff89269} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
789 2025.03.11 22:07:30.297299 [ 3 ] {b3ab84af-45d0-4dc6-9124-ab45aff89269} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
790 2025.03.11 22:07:30.297824 [ 3 ] {b3ab84af-45d0-4dc6-9124-ab45aff89269} <Debug> TCPHandler: Processed in 0.00112809 sec.
791 2025.03.11 22:07:30.298048 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
792 2025.03.11 22:07:30.298187 [ 3 ] {c039cc91-2e27-4b8d-80ee-87519c857f5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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.11 22:07:30.298532 [ 3 ] {c039cc91-2e27-4b8d-80ee-87519c857f5c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
794 2025.03.11 22:07:30.298585 [ 3 ] {c039cc91-2e27-4b8d-80ee-87519c857f5c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
795 2025.03.11 22:07:30.299109 [ 3 ] {c039cc91-2e27-4b8d-80ee-87519c857f5c} <Debug> TCPHandler: Processed in 0.001109929 sec.
796 2025.03.11 22:07:30.299346 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
797 2025.03.11 22:07:30.299495 [ 3 ] {fc6a8b2e-2be8-45b5-b0c4-ddf47edaafde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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.11 22:07:30.299840 [ 3 ] {fc6a8b2e-2be8-45b5-b0c4-ddf47edaafde} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
799 2025.03.11 22:07:30.299894 [ 3 ] {fc6a8b2e-2be8-45b5-b0c4-ddf47edaafde} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
800 2025.03.11 22:07:30.300387 [ 3 ] {fc6a8b2e-2be8-45b5-b0c4-ddf47edaafde} <Debug> TCPHandler: Processed in 0.001091149 sec.
801 2025.03.11 22:07:30.300618 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
802 2025.03.11 22:07:30.300762 [ 3 ] {aae3edb0-66af-4a9f-b63e-7b485d500106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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.11 22:07:30.301111 [ 3 ] {aae3edb0-66af-4a9f-b63e-7b485d500106} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
804 2025.03.11 22:07:30.301164 [ 3 ] {aae3edb0-66af-4a9f-b63e-7b485d500106} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
805 2025.03.11 22:07:30.301662 [ 3 ] {aae3edb0-66af-4a9f-b63e-7b485d500106} <Debug> TCPHandler: Processed in 0.00109825 sec.
806 2025.03.11 22:07:30.301883 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
807 2025.03.11 22:07:30.302026 [ 3 ] {90e22c83-338c-42d8-8de6-ec4394b2dc97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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.11 22:07:30.302372 [ 3 ] {90e22c83-338c-42d8-8de6-ec4394b2dc97} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
809 2025.03.11 22:07:30.302425 [ 3 ] {90e22c83-338c-42d8-8de6-ec4394b2dc97} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
810 2025.03.11 22:07:30.302929 [ 3 ] {90e22c83-338c-42d8-8de6-ec4394b2dc97} <Debug> TCPHandler: Processed in 0.0010968 sec.
811 2025.03.11 22:07:30.303213 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
812 2025.03.11 22:07:30.303361 [ 3 ] {c4eca4b4-cb7b-4261-8bbf-96c6949c1f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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.11 22:07:30.303710 [ 3 ] {c4eca4b4-cb7b-4261-8bbf-96c6949c1f14} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
814 2025.03.11 22:07:30.303762 [ 3 ] {c4eca4b4-cb7b-4261-8bbf-96c6949c1f14} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
815 2025.03.11 22:07:30.304245 [ 3 ] {c4eca4b4-cb7b-4261-8bbf-96c6949c1f14} <Debug> TCPHandler: Processed in 0.001084339 sec.
816 2025.03.11 22:07:30.304490 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
817 2025.03.11 22:07:30.304632 [ 3 ] {9912d2e8-d299-4089-9efb-a3d4424b3ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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.11 22:07:30.304977 [ 3 ] {9912d2e8-d299-4089-9efb-a3d4424b3ac1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
819 2025.03.11 22:07:30.305030 [ 3 ] {9912d2e8-d299-4089-9efb-a3d4424b3ac1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
820 2025.03.11 22:07:30.305513 [ 3 ] {9912d2e8-d299-4089-9efb-a3d4424b3ac1} <Debug> TCPHandler: Processed in 0.00107343 sec.
821 2025.03.11 22:07:30.305782 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
822 2025.03.11 22:07:30.305952 [ 3 ] {c90e6e9d-17fd-44a6-b1c9-34c9a16b1312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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.11 22:07:30.306317 [ 3 ] {c90e6e9d-17fd-44a6-b1c9-34c9a16b1312} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
824 2025.03.11 22:07:30.306368 [ 3 ] {c90e6e9d-17fd-44a6-b1c9-34c9a16b1312} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
825 2025.03.11 22:07:30.306848 [ 3 ] {c90e6e9d-17fd-44a6-b1c9-34c9a16b1312} <Debug> TCPHandler: Processed in 0.00112562 sec.
826 2025.03.11 22:07:30.307061 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
827 2025.03.11 22:07:30.307205 [ 3 ] {af0f0170-7a50-4740-a5cd-3fac1a6a035f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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.11 22:07:30.307553 [ 3 ] {af0f0170-7a50-4740-a5cd-3fac1a6a035f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
829 2025.03.11 22:07:30.307605 [ 3 ] {af0f0170-7a50-4740-a5cd-3fac1a6a035f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
830 2025.03.11 22:07:30.308097 [ 3 ] {af0f0170-7a50-4740-a5cd-3fac1a6a035f} <Debug> TCPHandler: Processed in 0.001087809 sec.
831 2025.03.11 22:07:30.308313 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
832 2025.03.11 22:07:30.308458 [ 3 ] {1af3f485-1806-451b-aa0d-0d8fb0d5cb21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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.11 22:07:30.308813 [ 3 ] {1af3f485-1806-451b-aa0d-0d8fb0d5cb21} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
834 2025.03.11 22:07:30.308871 [ 3 ] {1af3f485-1806-451b-aa0d-0d8fb0d5cb21} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
835 2025.03.11 22:07:30.309401 [ 3 ] {1af3f485-1806-451b-aa0d-0d8fb0d5cb21} <Debug> TCPHandler: Processed in 0.0011383 sec.
836 2025.03.11 22:07:30.309623 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
837 2025.03.11 22:07:30.309774 [ 3 ] {3830c44d-5bef-4ec0-9166-c51df7386480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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.11 22:07:30.310129 [ 3 ] {3830c44d-5bef-4ec0-9166-c51df7386480} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
839 2025.03.11 22:07:30.310182 [ 3 ] {3830c44d-5bef-4ec0-9166-c51df7386480} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
840 2025.03.11 22:07:30.310684 [ 3 ] {3830c44d-5bef-4ec0-9166-c51df7386480} <Debug> TCPHandler: Processed in 0.00111328 sec.
841 2025.03.11 22:07:30.317223 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
842 2025.03.11 22:07:30.317345 [ 3 ] {76d49052-8f7f-49a0-947f-d1988607e952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
843 2025.03.11 22:07:30.317394 [ 3 ] {76d49052-8f7f-49a0-947f-d1988607e952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
844 2025.03.11 22:07:30.318112 [ 3 ] {76d49052-8f7f-49a0-947f-d1988607e952} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
845 2025.03.11 22:07:30.318160 [ 3 ] {76d49052-8f7f-49a0-947f-d1988607e952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
846 2025.03.11 22:07:30.318708 [ 3 ] {76d49052-8f7f-49a0-947f-d1988607e952} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
847 2025.03.11 22:07:30.318936 [ 3 ] {76d49052-8f7f-49a0-947f-d1988607e952} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d): 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.11 22:07:30.319182 [ 3 ] {76d49052-8f7f-49a0-947f-d1988607e952} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.001867 sec., 9641.1355115158 rows/sec., 1.32 MiB/sec.
849 2025.03.11 22:07:30.319351 [ 3 ] {76d49052-8f7f-49a0-947f-d1988607e952} <Debug> TCPHandler: Processed in 0.002178659 sec.
850 2025.03.11 22:07:30.319469 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
851 2025.03.11 22:07:30.319578 [ 3 ] {16bf9298-e6df-4cdf-b4a8-aeb593c76ec8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
852 2025.03.11 22:07:30.319624 [ 3 ] {16bf9298-e6df-4cdf-b4a8-aeb593c76ec8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
853 2025.03.11 22:07:30.321478 [ 3 ] {16bf9298-e6df-4cdf-b4a8-aeb593c76ec8} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
854 2025.03.11 22:07:30.321518 [ 3 ] {16bf9298-e6df-4cdf-b4a8-aeb593c76ec8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
855 2025.03.11 22:07:30.321921 [ 3 ] {16bf9298-e6df-4cdf-b4a8-aeb593c76ec8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
856 2025.03.11 22:07:30.322167 [ 3 ] {16bf9298-e6df-4cdf-b4a8-aeb593c76ec8} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): 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.11 22:07:30.322393 [ 3 ] {16bf9298-e6df-4cdf-b4a8-aeb593c76ec8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002831 sec., 19780.99611444719 rows/sec., 1.51 MiB/sec.
858 2025.03.11 22:07:30.322452 [ 3 ] {16bf9298-e6df-4cdf-b4a8-aeb593c76ec8} <Debug> TCPHandler: Processed in 0.003034046 sec.
859 2025.03.11 22:07:30.322577 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
860 2025.03.11 22:07:30.322684 [ 3 ] {15e21254-13eb-48b0-ba22-c4e45644373c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
861 2025.03.11 22:07:30.322732 [ 3 ] {15e21254-13eb-48b0-ba22-c4e45644373c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
862 2025.03.11 22:07:30.323256 [ 3 ] {15e21254-13eb-48b0-ba22-c4e45644373c} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
863 2025.03.11 22:07:30.323298 [ 3 ] {15e21254-13eb-48b0-ba22-c4e45644373c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
864 2025.03.11 22:07:30.323649 [ 3 ] {15e21254-13eb-48b0-ba22-c4e45644373c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
865 2025.03.11 22:07:30.323897 [ 3 ] {15e21254-13eb-48b0-ba22-c4e45644373c} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): 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.11 22:07:30.324076 [ 3 ] {15e21254-13eb-48b0-ba22-c4e45644373c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001406 sec., 45519.20341394026 rows/sec., 3.55 MiB/sec.
867 2025.03.11 22:07:30.324219 [ 3 ] {15e21254-13eb-48b0-ba22-c4e45644373c} <Debug> TCPHandler: Processed in 0.001693144 sec.
868 2025.03.11 22:07:30.324373 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
869 2025.03.11 22:07:30.324486 [ 3 ] {c8f62225-8767-4b10-ae90-1697f96d3e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
870 2025.03.11 22:07:30.324534 [ 3 ] {c8f62225-8767-4b10-ae90-1697f96d3e5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
871 2025.03.11 22:07:30.325299 [ 3 ] {c8f62225-8767-4b10-ae90-1697f96d3e5e} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
872 2025.03.11 22:07:30.325343 [ 3 ] {c8f62225-8767-4b10-ae90-1697f96d3e5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
873 2025.03.11 22:07:30.325900 [ 3 ] {c8f62225-8767-4b10-ae90-1697f96d3e5e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
874 2025.03.11 22:07:30.326160 [ 3 ] {c8f62225-8767-4b10-ae90-1697f96d3e5e} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): 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.11 22:07:30.326352 [ 3 ] {c8f62225-8767-4b10-ae90-1697f96d3e5e} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001881 sec., 68048.91015417331 rows/sec., 4.74 MiB/sec.
876 2025.03.11 22:07:30.326494 [ 3 ] {c8f62225-8767-4b10-ae90-1697f96d3e5e} <Debug> TCPHandler: Processed in 0.002171418 sec.
877 2025.03.11 22:07:30.326625 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
878 2025.03.11 22:07:30.326729 [ 3 ] {af82d7b5-01fb-482e-9e44-c3a322425a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
879 2025.03.11 22:07:30.326774 [ 3 ] {af82d7b5-01fb-482e-9e44-c3a322425a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
880 2025.03.11 22:07:30.327216 [ 3 ] {af82d7b5-01fb-482e-9e44-c3a322425a8f} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
881 2025.03.11 22:07:30.327253 [ 3 ] {af82d7b5-01fb-482e-9e44-c3a322425a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
882 2025.03.11 22:07:30.327604 [ 3 ] {af82d7b5-01fb-482e-9e44-c3a322425a8f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
883 2025.03.11 22:07:30.327889 [ 3 ] {af82d7b5-01fb-482e-9e44-c3a322425a8f} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): 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.11 22:07:30.328144 [ 3 ] {af82d7b5-01fb-482e-9e44-c3a322425a8f} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001423 sec., 33731.553056922 rows/sec., 2.27 MiB/sec.
885 2025.03.11 22:07:30.328203 [ 3 ] {af82d7b5-01fb-482e-9e44-c3a322425a8f} <Debug> TCPHandler: Processed in 0.001629644 sec.
886 2025.03.11 22:07:31.049456 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464
887 2025.03.11 22:07:31.050089 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
888 2025.03.11 22:07:31.050137 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
889 2025.03.11 22:07:31.050777 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
890 2025.03.11 22:07:31.051041 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): 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.11 22:07:31.051264 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464
892 2025.03.11 22:07:31.119770 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23
893 2025.03.11 22:07:31.138831 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
894 2025.03.11 22:07:31.138892 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.25 GiB.
895 2025.03.11 22:07:31.145940 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
896 2025.03.11 22:07:31.146740 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): 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.11 22:07:31.149450 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23
898 2025.03.11 22:07:35.293314 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
899 2025.03.11 22:07:35.293521 [ 3 ] {5358cd39-e629-44ec-b7a3-6fc8999fbb3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
900 2025.03.11 22:07:35.293598 [ 3 ] {5358cd39-e629-44ec-b7a3-6fc8999fbb3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
901 2025.03.11 22:07:35.294371 [ 3 ] {5358cd39-e629-44ec-b7a3-6fc8999fbb3c} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
902 2025.03.11 22:07:35.294424 [ 3 ] {5358cd39-e629-44ec-b7a3-6fc8999fbb3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
903 2025.03.11 22:07:35.294867 [ 3 ] {5358cd39-e629-44ec-b7a3-6fc8999fbb3c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
904 2025.03.11 22:07:35.295118 [ 3 ] {5358cd39-e629-44ec-b7a3-6fc8999fbb3c} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): 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.11 22:07:35.295365 [ 3 ] {5358cd39-e629-44ec-b7a3-6fc8999fbb3c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.25 MiB/sec.
906 2025.03.11 22:07:35.295424 [ 3 ] {5358cd39-e629-44ec-b7a3-6fc8999fbb3c} <Debug> TCPHandler: Processed in 0.002247209 sec.
907 2025.03.11 22:07:35.295555 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
908 2025.03.11 22:07:35.295664 [ 3 ] {f820f71b-545a-4118-925a-f58c8afcc990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
909 2025.03.11 22:07:35.295711 [ 3 ] {f820f71b-545a-4118-925a-f58c8afcc990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
910 2025.03.11 22:07:35.296264 [ 3 ] {f820f71b-545a-4118-925a-f58c8afcc990} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
911 2025.03.11 22:07:35.296305 [ 3 ] {f820f71b-545a-4118-925a-f58c8afcc990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
912 2025.03.11 22:07:35.296661 [ 3 ] {f820f71b-545a-4118-925a-f58c8afcc990} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
913 2025.03.11 22:07:35.296909 [ 3 ] {f820f71b-545a-4118-925a-f58c8afcc990} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): 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.11 22:07:35.297143 [ 3 ] {f820f71b-545a-4118-925a-f58c8afcc990} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001501 sec., 42638.241172551636 rows/sec., 3.33 MiB/sec.
915 2025.03.11 22:07:35.297200 [ 3 ] {f820f71b-545a-4118-925a-f58c8afcc990} <Debug> TCPHandler: Processed in 0.001699985 sec.
916 2025.03.11 22:07:35.297332 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
917 2025.03.11 22:07:35.297445 [ 3 ] {547e2525-0e61-4992-825a-6baf45ee3f5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
918 2025.03.11 22:07:35.297495 [ 3 ] {547e2525-0e61-4992-825a-6baf45ee3f5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
919 2025.03.11 22:07:35.298039 [ 3 ] {547e2525-0e61-4992-825a-6baf45ee3f5f} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
920 2025.03.11 22:07:35.298080 [ 3 ] {547e2525-0e61-4992-825a-6baf45ee3f5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
921 2025.03.11 22:07:35.298487 [ 3 ] {547e2525-0e61-4992-825a-6baf45ee3f5f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
922 2025.03.11 22:07:35.298738 [ 3 ] {547e2525-0e61-4992-825a-6baf45ee3f5f} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): 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.11 22:07:35.298940 [ 3 ] {547e2525-0e61-4992-825a-6baf45ee3f5f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001534 sec., 104302.47718383312 rows/sec., 7.26 MiB/sec.
924 2025.03.11 22:07:35.298990 [ 3 ] {547e2525-0e61-4992-825a-6baf45ee3f5f} <Debug> TCPHandler: Processed in 0.001734684 sec.
925 2025.03.11 22:07:35.299123 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
926 2025.03.11 22:07:35.299225 [ 3 ] {f7fdaa00-914a-48fa-b4c3-857ac2b6d442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
927 2025.03.11 22:07:35.299269 [ 3 ] {f7fdaa00-914a-48fa-b4c3-857ac2b6d442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
928 2025.03.11 22:07:35.299775 [ 3 ] {f7fdaa00-914a-48fa-b4c3-857ac2b6d442} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
929 2025.03.11 22:07:35.299816 [ 3 ] {f7fdaa00-914a-48fa-b4c3-857ac2b6d442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
930 2025.03.11 22:07:35.300195 [ 3 ] {f7fdaa00-914a-48fa-b4c3-857ac2b6d442} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
931 2025.03.11 22:07:35.300438 [ 3 ] {f7fdaa00-914a-48fa-b4c3-857ac2b6d442} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): 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.11 22:07:35.300648 [ 3 ] {f7fdaa00-914a-48fa-b4c3-857ac2b6d442} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec.
933 2025.03.11 22:07:35.300699 [ 3 ] {f7fdaa00-914a-48fa-b4c3-857ac2b6d442} <Debug> TCPHandler: Processed in 0.001598044 sec.
934 2025.03.11 22:07:38.458107 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache
935 2025.03.11 22:07:38.458170 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache
936 2025.03.11 22:07:38.542424 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142
937 2025.03.11 22:07:38.546469 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
938 2025.03.11 22:07:38.546519 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
939 2025.03.11 22:07:38.547996 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
940 2025.03.11 22:07:38.548297 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): 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.11 22:07:38.548864 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142
942 2025.03.11 22:07:38.551937 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891
943 2025.03.11 22:07:38.552602 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
944 2025.03.11 22:07:38.552641 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
945 2025.03.11 22:07:38.553234 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
946 2025.03.11 22:07:38.553497 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): 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.11 22:07:38.553684 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891
948 2025.03.11 22:07:38.650115 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31
949 2025.03.11 22:07:38.669708 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
950 2025.03.11 22:07:38.669767 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
951 2025.03.11 22:07:38.676482 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
952 2025.03.11 22:07:38.677252 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): 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.11 22:07:38.680070 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31
954 2025.03.11 22:07:40.292697 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
955 2025.03.11 22:07:40.292907 [ 3 ] {5f59885f-9dc1-4d75-949a-efe8891fb1af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
956 2025.03.11 22:07:40.292989 [ 3 ] {5f59885f-9dc1-4d75-949a-efe8891fb1af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
957 2025.03.11 22:07:40.293764 [ 3 ] {5f59885f-9dc1-4d75-949a-efe8891fb1af} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
958 2025.03.11 22:07:40.293807 [ 3 ] {5f59885f-9dc1-4d75-949a-efe8891fb1af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
959 2025.03.11 22:07:40.294292 [ 3 ] {5f59885f-9dc1-4d75-949a-efe8891fb1af} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
960 2025.03.11 22:07:40.294544 [ 3 ] {5f59885f-9dc1-4d75-949a-efe8891fb1af} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
961 2025.03.11 22:07:40.294811 [ 3 ] {5f59885f-9dc1-4d75-949a-efe8891fb1af} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001956 sec., 28629.856850715747 rows/sec., 2.19 MiB/sec.
962 2025.03.11 22:07:40.294944 [ 3 ] {5f59885f-9dc1-4d75-949a-efe8891fb1af} <Debug> TCPHandler: Processed in 0.002402701 sec.
963 2025.03.11 22:07:40.295076 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
964 2025.03.11 22:07:40.295186 [ 3 ] {580083bb-f252-4509-9665-8481497ea3d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
965 2025.03.11 22:07:40.295233 [ 3 ] {580083bb-f252-4509-9665-8481497ea3d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
966 2025.03.11 22:07:40.295790 [ 3 ] {580083bb-f252-4509-9665-8481497ea3d3} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
967 2025.03.11 22:07:40.295830 [ 3 ] {580083bb-f252-4509-9665-8481497ea3d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
968 2025.03.11 22:07:40.296209 [ 3 ] {580083bb-f252-4509-9665-8481497ea3d3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
969 2025.03.11 22:07:40.296450 [ 3 ] {580083bb-f252-4509-9665-8481497ea3d3} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
970 2025.03.11 22:07:40.296662 [ 3 ] {580083bb-f252-4509-9665-8481497ea3d3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0015 sec., 42666.666666666664 rows/sec., 3.33 MiB/sec.
971 2025.03.11 22:07:40.296714 [ 3 ] {580083bb-f252-4509-9665-8481497ea3d3} <Debug> TCPHandler: Processed in 0.001692665 sec.
972 2025.03.11 22:07:40.296837 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
973 2025.03.11 22:07:40.296944 [ 3 ] {2e80e7b2-65fe-4a3d-ba0e-f91ae9db9c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
974 2025.03.11 22:07:40.296993 [ 3 ] {2e80e7b2-65fe-4a3d-ba0e-f91ae9db9c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
975 2025.03.11 22:07:40.297518 [ 3 ] {2e80e7b2-65fe-4a3d-ba0e-f91ae9db9c6c} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
976 2025.03.11 22:07:40.297557 [ 3 ] {2e80e7b2-65fe-4a3d-ba0e-f91ae9db9c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
977 2025.03.11 22:07:40.297934 [ 3 ] {2e80e7b2-65fe-4a3d-ba0e-f91ae9db9c6c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
978 2025.03.11 22:07:40.298175 [ 3 ] {2e80e7b2-65fe-4a3d-ba0e-f91ae9db9c6c} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
979 2025.03.11 22:07:40.298390 [ 3 ] {2e80e7b2-65fe-4a3d-ba0e-f91ae9db9c6c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001467 sec., 109066.12133606 rows/sec., 7.60 MiB/sec.
980 2025.03.11 22:07:40.298439 [ 3 ] {2e80e7b2-65fe-4a3d-ba0e-f91ae9db9c6c} <Debug> TCPHandler: Processed in 0.001654103 sec.
981 2025.03.11 22:07:40.298564 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
982 2025.03.11 22:07:40.298678 [ 3 ] {ab075ca8-4e5b-4124-9a12-e4fc5ce72016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
983 2025.03.11 22:07:40.298728 [ 3 ] {ab075ca8-4e5b-4124-9a12-e4fc5ce72016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
984 2025.03.11 22:07:40.299180 [ 3 ] {ab075ca8-4e5b-4124-9a12-e4fc5ce72016} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
985 2025.03.11 22:07:40.299220 [ 3 ] {ab075ca8-4e5b-4124-9a12-e4fc5ce72016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
986 2025.03.11 22:07:40.299619 [ 3 ] {ab075ca8-4e5b-4124-9a12-e4fc5ce72016} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
987 2025.03.11 22:07:40.299867 [ 3 ] {ab075ca8-4e5b-4124-9a12-e4fc5ce72016} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
988 2025.03.11 22:07:40.300084 [ 3 ] {ab075ca8-4e5b-4124-9a12-e4fc5ce72016} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001428 sec., 42016.80672268908 rows/sec., 2.83 MiB/sec.
989 2025.03.11 22:07:40.300133 [ 3 ] {ab075ca8-4e5b-4124-9a12-e4fc5ce72016} <Debug> TCPHandler: Processed in 0.001623164 sec.
990 2025.03.11 22:07:45.292969 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
991 2025.03.11 22:07:45.293182 [ 3 ] {793c8190-5b20-4899-a457-70c11aec2a5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
992 2025.03.11 22:07:45.293257 [ 3 ] {793c8190-5b20-4899-a457-70c11aec2a5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
993 2025.03.11 22:07:45.294124 [ 3 ] {793c8190-5b20-4899-a457-70c11aec2a5c} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
994 2025.03.11 22:07:45.294180 [ 3 ] {793c8190-5b20-4899-a457-70c11aec2a5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
995 2025.03.11 22:07:45.294620 [ 3 ] {793c8190-5b20-4899-a457-70c11aec2a5c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
996 2025.03.11 22:07:45.294877 [ 3 ] {793c8190-5b20-4899-a457-70c11aec2a5c} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
997 2025.03.11 22:07:45.295123 [ 3 ] {793c8190-5b20-4899-a457-70c11aec2a5c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001992 sec., 28112.44979919679 rows/sec., 2.15 MiB/sec.
998 2025.03.11 22:07:45.295282 [ 3 ] {793c8190-5b20-4899-a457-70c11aec2a5c} <Debug> TCPHandler: Processed in 0.002445131 sec.
999 2025.03.11 22:07:45.295419 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1000 2025.03.11 22:07:45.295527 [ 3 ] {eb368048-3d10-418c-9567-ee32f2327cd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1001 2025.03.11 22:07:45.295575 [ 3 ] {eb368048-3d10-418c-9567-ee32f2327cd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1002 2025.03.11 22:07:45.296137 [ 3 ] {eb368048-3d10-418c-9567-ee32f2327cd0} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1003 2025.03.11 22:07:45.296178 [ 3 ] {eb368048-3d10-418c-9567-ee32f2327cd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1004 2025.03.11 22:07:45.296525 [ 3 ] {eb368048-3d10-418c-9567-ee32f2327cd0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1005 2025.03.11 22:07:45.296765 [ 3 ] {eb368048-3d10-418c-9567-ee32f2327cd0} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1006 2025.03.11 22:07:45.297049 [ 3 ] {eb368048-3d10-418c-9567-ee32f2327cd0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001527 sec., 41912.246234446626 rows/sec., 3.27 MiB/sec.
1007 2025.03.11 22:07:45.297179 [ 3 ] {eb368048-3d10-418c-9567-ee32f2327cd0} <Debug> TCPHandler: Processed in 0.001813196 sec.
1008 2025.03.11 22:07:45.297298 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1009 2025.03.11 22:07:45.297420 [ 3 ] {12177235-e2b3-4436-ae2c-f9630c9b3338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1010 2025.03.11 22:07:45.297480 [ 3 ] {12177235-e2b3-4436-ae2c-f9630c9b3338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1011 2025.03.11 22:07:45.298024 [ 3 ] {12177235-e2b3-4436-ae2c-f9630c9b3338} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1012 2025.03.11 22:07:45.298063 [ 3 ] {12177235-e2b3-4436-ae2c-f9630c9b3338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1013 2025.03.11 22:07:45.298499 [ 3 ] {12177235-e2b3-4436-ae2c-f9630c9b3338} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1014 2025.03.11 22:07:45.298727 [ 3 ] {12177235-e2b3-4436-ae2c-f9630c9b3338} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1015 2025.03.11 22:07:45.298934 [ 3 ] {12177235-e2b3-4436-ae2c-f9630c9b3338} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001537 sec., 104098.8939492518 rows/sec., 7.25 MiB/sec.
1016 2025.03.11 22:07:45.298986 [ 3 ] {12177235-e2b3-4436-ae2c-f9630c9b3338} <Debug> TCPHandler: Processed in 0.001738965 sec.
1017 2025.03.11 22:07:45.299090 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1018 2025.03.11 22:07:45.299193 [ 3 ] {8571c2af-baf2-4950-ba9a-5ac09384da85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1019 2025.03.11 22:07:45.299238 [ 3 ] {8571c2af-baf2-4950-ba9a-5ac09384da85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1020 2025.03.11 22:07:45.299675 [ 3 ] {8571c2af-baf2-4950-ba9a-5ac09384da85} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1021 2025.03.11 22:07:45.299713 [ 3 ] {8571c2af-baf2-4950-ba9a-5ac09384da85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1022 2025.03.11 22:07:45.300072 [ 3 ] {8571c2af-baf2-4950-ba9a-5ac09384da85} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1023 2025.03.11 22:07:45.300317 [ 3 ] {8571c2af-baf2-4950-ba9a-5ac09384da85} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1024 2025.03.11 22:07:45.300571 [ 3 ] {8571c2af-baf2-4950-ba9a-5ac09384da85} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec.
1025 2025.03.11 22:07:45.300638 [ 3 ] {8571c2af-baf2-4950-ba9a-5ac09384da85} <Debug> TCPHandler: Processed in 0.001597873 sec.
1026 2025.03.11 22:07:46.053989 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379
1027 2025.03.11 22:07:46.054709 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1028 2025.03.11 22:07:46.054746 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1029 2025.03.11 22:07:46.055315 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1030 2025.03.11 22:07:46.055581 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1031 2025.03.11 22:07:46.055773 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379
1032 2025.03.11 22:07:46.180340 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38
1033 2025.03.11 22:07:46.199741 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1034 2025.03.11 22:07:46.199798 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1035 2025.03.11 22:07:46.206682 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1036 2025.03.11 22:07:46.207450 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1037 2025.03.11 22:07:46.210325 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38
1038 2025.03.11 22:07:48.549374 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 158
1039 2025.03.11 22:07:48.551938 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1040 2025.03.11 22:07:48.551985 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1041 2025.03.11 22:07:48.553430 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1042 2025.03.11 22:07:48.553732 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1043 2025.03.11 22:07:48.554250 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 158
1044 2025.03.11 22:07:50.292631 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1045 2025.03.11 22:07:50.292883 [ 3 ] {ce7944f1-cbf5-4d66-be72-82dd9ba173cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1046 2025.03.11 22:07:50.292990 [ 3 ] {ce7944f1-cbf5-4d66-be72-82dd9ba173cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1047 2025.03.11 22:07:50.294054 [ 3 ] {ce7944f1-cbf5-4d66-be72-82dd9ba173cb} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1048 2025.03.11 22:07:50.294108 [ 3 ] {ce7944f1-cbf5-4d66-be72-82dd9ba173cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1049 2025.03.11 22:07:50.294549 [ 3 ] {ce7944f1-cbf5-4d66-be72-82dd9ba173cb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1050 2025.03.11 22:07:50.294815 [ 3 ] {ce7944f1-cbf5-4d66-be72-82dd9ba173cb} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1051 2025.03.11 22:07:50.295022 [ 25 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
1052 2025.03.11 22:07:50.295092 [ 3 ] {ce7944f1-cbf5-4d66-be72-82dd9ba173cb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002284 sec., 24518.388791593694 rows/sec., 1.87 MiB/sec.
1053 2025.03.11 22:07:50.295130 [ 25 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1054 2025.03.11 22:07:50.295205 [ 3 ] {ce7944f1-cbf5-4d66-be72-82dd9ba173cb} <Debug> TCPHandler: Processed in 0.002711183 sec.
1055 2025.03.11 22:07:50.295205 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1056 2025.03.11 22:07:50.295405 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1057 2025.03.11 22:07:50.295663 [ 3 ] {0fb0ac1f-4f1d-4b17-b49c-5a50ce3a478e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1058 2025.03.11 22:07:50.295713 [ 3 ] {0fb0ac1f-4f1d-4b17-b49c-5a50ce3a478e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1059 2025.03.11 22:07:50.296304 [ 3 ] {0fb0ac1f-4f1d-4b17-b49c-5a50ce3a478e} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1060 2025.03.11 22:07:50.296344 [ 3 ] {0fb0ac1f-4f1d-4b17-b49c-5a50ce3a478e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1061 2025.03.11 22:07:50.296700 [ 3 ] {0fb0ac1f-4f1d-4b17-b49c-5a50ce3a478e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1062 2025.03.11 22:07:50.296956 [ 3 ] {0fb0ac1f-4f1d-4b17-b49c-5a50ce3a478e} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1063 2025.03.11 22:07:50.297116 [ 25 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
1064 2025.03.11 22:07:50.297172 [ 25 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1065 2025.03.11 22:07:50.297204 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1066 2025.03.11 22:07:50.297210 [ 3 ] {0fb0ac1f-4f1d-4b17-b49c-5a50ce3a478e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001595 sec., 40125.39184952978 rows/sec., 3.13 MiB/sec.
1067 2025.03.11 22:07:50.297322 [ 3 ] {0fb0ac1f-4f1d-4b17-b49c-5a50ce3a478e} <Debug> TCPHandler: Processed in 0.002022427 sec.
1068 2025.03.11 22:07:50.297444 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1069 2025.03.11 22:07:50.297551 [ 3 ] {951f8399-d52b-4ebd-84c7-2c0f0b1aeca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1070 2025.03.11 22:07:50.297601 [ 3 ] {951f8399-d52b-4ebd-84c7-2c0f0b1aeca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1071 2025.03.11 22:07:50.298156 [ 3 ] {951f8399-d52b-4ebd-84c7-2c0f0b1aeca6} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1072 2025.03.11 22:07:50.298196 [ 3 ] {951f8399-d52b-4ebd-84c7-2c0f0b1aeca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1073 2025.03.11 22:07:50.298594 [ 3 ] {951f8399-d52b-4ebd-84c7-2c0f0b1aeca6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1074 2025.03.11 22:07:50.298836 [ 3 ] {951f8399-d52b-4ebd-84c7-2c0f0b1aeca6} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1075 2025.03.11 22:07:50.299055 [ 3 ] {951f8399-d52b-4ebd-84c7-2c0f0b1aeca6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001526 sec., 104849.27916120576 rows/sec., 7.30 MiB/sec.
1076 2025.03.11 22:07:50.299107 [ 3 ] {951f8399-d52b-4ebd-84c7-2c0f0b1aeca6} <Debug> TCPHandler: Processed in 0.001715464 sec.
1077 2025.03.11 22:07:50.299233 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1078 2025.03.11 22:07:50.299341 [ 3 ] {4104b1df-82cd-480b-b04a-ab507a6c4dab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1079 2025.03.11 22:07:50.299389 [ 3 ] {4104b1df-82cd-480b-b04a-ab507a6c4dab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1080 2025.03.11 22:07:50.299838 [ 3 ] {4104b1df-82cd-480b-b04a-ab507a6c4dab} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1081 2025.03.11 22:07:50.299878 [ 3 ] {4104b1df-82cd-480b-b04a-ab507a6c4dab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1082 2025.03.11 22:07:50.300005 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::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
1083 2025.03.11 22:07:50.300079 [ 186 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::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
1084 2025.03.11 22:07:50.300548 [ 186 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1085 2025.03.11 22:07:50.300564 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1086 2025.03.11 22:07:50.300698 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part
1087 2025.03.11 22:07:50.300717 [ 186 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part
1088 2025.03.11 22:07:50.300882 [ 3 ] {4104b1df-82cd-480b-b04a-ab507a6c4dab} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1089 2025.03.11 22:07:50.301131 [ 3 ] {4104b1df-82cd-480b-b04a-ab507a6c4dab} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1090 2025.03.11 22:07:50.301343 [ 3 ] {4104b1df-82cd-480b-b04a-ab507a6c4dab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002023 sec., 29658.922392486405 rows/sec., 2.00 MiB/sec.
1091 2025.03.11 22:07:50.301393 [ 3 ] {4104b1df-82cd-480b-b04a-ab507a6c4dab} <Debug> TCPHandler: Processed in 0.002212369 sec.
1092 2025.03.11 22:07:50.305038 [ 186 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part
1093 2025.03.11 22:07:50.305061 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part
1094 2025.03.11 22:07:50.307586 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part
1095 2025.03.11 22:07:50.307588 [ 186 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part
1096 2025.03.11 22:07:50.309271 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part
1097 2025.03.11 22:07:50.311891 [ 186 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part
1098 2025.03.11 22:07:50.312787 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part
1099 2025.03.11 22:07:50.312834 [ 186 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part
1100 2025.03.11 22:07:50.315160 [ 186 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 5 columns (5 merged, 0 gathered) in 0.01524596 sec., 20989.166966199573 rows/sec., 1.72 MiB/sec.
1101 2025.03.11 22:07:50.315179 [ 194 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 280 rows, containing 5 columns (5 merged, 0 gathered) in 0.019818499 sec., 14128.214250736142 rows/sec., 1.13 MiB/sec.
1102 2025.03.11 22:07:50.315300 [ 186 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
1103 2025.03.11 22:07:50.315327 [ 194 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
1104 2025.03.11 22:07:50.315648 [ 186 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_5_1} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1105 2025.03.11 22:07:50.315672 [ 194 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_5_1} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1106 2025.03.11 22:07:50.315752 [ 186 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_5_1} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
1107 2025.03.11 22:07:50.315766 [ 194 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_5_1} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
1108 2025.03.11 22:07:50.315881 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB.
1109 2025.03.11 22:07:50.315926 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB.
1110 2025.03.11 22:07:53.458232 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache
1111 2025.03.11 22:07:53.458328 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache
1112 2025.03.11 22:07:53.556016 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2806
1113 2025.03.11 22:07:53.556748 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1114 2025.03.11 22:07:53.556802 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1115 2025.03.11 22:07:53.557355 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1116 2025.03.11 22:07:53.557623 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1117 2025.03.11 22:07:53.557777 [ 45 ] {} <Debug> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1118 2025.03.11 22:07:53.557811 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806
1119 2025.03.11 22:07:53.557825 [ 45 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1120 2025.03.11 22:07:53.557851 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1121 2025.03.11 22:07:53.557997 [ 186 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::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
1122 2025.03.11 22:07:53.558166 [ 186 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1123 2025.03.11 22:07:53.558209 [ 186 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part
1124 2025.03.11 22:07:53.558291 [ 186 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part
1125 2025.03.11 22:07:53.558379 [ 186 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part
1126 2025.03.11 22:07:53.558529 [ 186 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 427 rows starting from the beginning of the part
1127 2025.03.11 22:07:53.558811 [ 186 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 488 rows starting from the beginning of the part
1128 2025.03.11 22:07:53.559005 [ 186 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 427 rows starting from the beginning of the part
1129 2025.03.11 22:07:53.646667 [ 187 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.088738006 sec., 31621.174809810356 rows/sec., 463.20 KiB/sec.
1130 2025.03.11 22:07:53.647453 [ 194 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1131 2025.03.11 22:07:53.647803 [ 194 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_6_1} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1132 2025.03.11 22:07:53.647892 [ 194 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_6_1} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1133 2025.03.11 22:07:53.647996 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.32 MiB.
1134 2025.03.11 22:07:53.710549 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46
1135 2025.03.11 22:07:53.730804 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1136 2025.03.11 22:07:53.730867 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1137 2025.03.11 22:07:53.737750 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1138 2025.03.11 22:07:53.738503 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1139 2025.03.11 22:07:53.738900 [ 45 ] {} <Debug> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1140 2025.03.11 22:07:53.739044 [ 45 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1141 2025.03.11 22:07:53.739119 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1142 2025.03.11 22:07:53.739559 [ 191 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
1143 2025.03.11 22:07:53.755640 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46
1144 2025.03.11 22:07:53.756996 [ 191 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1145 2025.03.11 22:07:53.758173 [ 191 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
1146 2025.03.11 22:07:53.763420 [ 191 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
1147 2025.03.11 22:07:53.768733 [ 191 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
1148 2025.03.11 22:07:53.773865 [ 191 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
1149 2025.03.11 22:07:53.796079 [ 191 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
1150 2025.03.11 22:07:53.800953 [ 191 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
1151 2025.03.11 22:07:53.891093 [ 187 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.151780434 sec., 303.0693666352278 rows/sec., 1.57 MiB/sec.
1152 2025.03.11 22:07:53.893816 [ 190 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1153 2025.03.11 22:07:53.896744 [ 190 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_6_1} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1154 2025.03.11 22:07:53.896871 [ 190 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_6_1} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1155 2025.03.11 22:07:53.899321 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.11 MiB.
1156 2025.03.11 22:07:54.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 158.67 MiB, peak 168.21 MiB, free memory in arenas 0.00 B, will set to 161.82 MiB (RSS), difference: 3.14 MiB
1157 2025.03.11 22:07:55.286295 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1158 2025.03.11 22:07:55.286535 [ 3 ] {fe7d80c8-cb13-4ef3-ba0b-5309c2c3204a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
1159 2025.03.11 22:07:55.288847 [ 3 ] {fe7d80c8-cb13-4ef3-ba0b-5309c2c3204a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1160 2025.03.11 22:07:55.292624 [ 3 ] {fe7d80c8-cb13-4ef3-ba0b-5309c2c3204a} <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
1161 2025.03.11 22:07:55.292964 [ 3 ] {fe7d80c8-cb13-4ef3-ba0b-5309c2c3204a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1162 2025.03.11 22:07:55.296980 [ 3 ] {fe7d80c8-cb13-4ef3-ba0b-5309c2c3204a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1163 2025.03.11 22:07:55.299187 [ 3 ] {fe7d80c8-cb13-4ef3-ba0b-5309c2c3204a} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Key condition: (column 0 notIn 18-element set)
1164 2025.03.11 22:07:55.304161 [ 3 ] {fe7d80c8-cb13-4ef3-ba0b-5309c2c3204a} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1165 2025.03.11 22:07:55.306141 [ 3 ] {fe7d80c8-cb13-4ef3-ba0b-5309c2c3204a} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (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
1166 2025.03.11 22:07:55.306171 [ 3 ] {fe7d80c8-cb13-4ef3-ba0b-5309c2c3204a} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1167 2025.03.11 22:07:55.306264 [ 3 ] {fe7d80c8-cb13-4ef3-ba0b-5309c2c3204a} <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'))"
1168 2025.03.11 22:07:55.306292 [ 3 ] {fe7d80c8-cb13-4ef3-ba0b-5309c2c3204a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1169 2025.03.11 22:07:55.316923 [ 3 ] {fe7d80c8-cb13-4ef3-ba0b-5309c2c3204a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.030483 sec., 590.4930617065249 rows/sec., 24.16 KiB/sec.
1170 2025.03.11 22:07:55.317020 [ 3 ] {fe7d80c8-cb13-4ef3-ba0b-5309c2c3204a} <Debug> TCPHandler: Processed in 0.030868523 sec.
1171 2025.03.11 22:07:55.326557 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1172 2025.03.11 22:07:55.326692 [ 3 ] {f1b43794-d9b5-4ebd-8c92-9a3416685c73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1173 2025.03.11 22:07:55.326753 [ 3 ] {f1b43794-d9b5-4ebd-8c92-9a3416685c73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1174 2025.03.11 22:07:55.327459 [ 3 ] {f1b43794-d9b5-4ebd-8c92-9a3416685c73} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1175 2025.03.11 22:07:55.327503 [ 3 ] {f1b43794-d9b5-4ebd-8c92-9a3416685c73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1176 2025.03.11 22:07:55.328019 [ 3 ] {f1b43794-d9b5-4ebd-8c92-9a3416685c73} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1177 2025.03.11 22:07:55.328247 [ 3 ] {f1b43794-d9b5-4ebd-8c92-9a3416685c73} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1178 2025.03.11 22:07:55.328461 [ 3 ] {f1b43794-d9b5-4ebd-8c92-9a3416685c73} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.00181 sec., 552.4861878453039 rows/sec., 82.55 KiB/sec.
1179 2025.03.11 22:07:55.328516 [ 3 ] {f1b43794-d9b5-4ebd-8c92-9a3416685c73} <Debug> TCPHandler: Processed in 0.002059757 sec.
1180 2025.03.11 22:07:55.328640 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1181 2025.03.11 22:07:55.328747 [ 3 ] {545df7e8-6252-4afa-bc8d-94e8166d1856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1182 2025.03.11 22:07:55.328792 [ 3 ] {545df7e8-6252-4afa-bc8d-94e8166d1856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1183 2025.03.11 22:07:55.329370 [ 3 ] {545df7e8-6252-4afa-bc8d-94e8166d1856} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1184 2025.03.11 22:07:55.329410 [ 3 ] {545df7e8-6252-4afa-bc8d-94e8166d1856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1185 2025.03.11 22:07:55.329798 [ 3 ] {545df7e8-6252-4afa-bc8d-94e8166d1856} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1186 2025.03.11 22:07:55.330060 [ 3 ] {545df7e8-6252-4afa-bc8d-94e8166d1856} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1187 2025.03.11 22:07:55.330332 [ 3 ] {545df7e8-6252-4afa-bc8d-94e8166d1856} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001603 sec., 44915.78290704928 rows/sec., 3.63 MiB/sec.
1188 2025.03.11 22:07:55.330524 [ 3 ] {545df7e8-6252-4afa-bc8d-94e8166d1856} <Debug> TCPHandler: Processed in 0.001935046 sec.
1189 2025.03.11 22:07:55.330661 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1190 2025.03.11 22:07:55.330768 [ 3 ] {ce1869f9-ade0-4b7a-b285-2def9df9bf23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1191 2025.03.11 22:07:55.330813 [ 3 ] {ce1869f9-ade0-4b7a-b285-2def9df9bf23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1192 2025.03.11 22:07:55.331412 [ 3 ] {ce1869f9-ade0-4b7a-b285-2def9df9bf23} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1193 2025.03.11 22:07:55.331452 [ 3 ] {ce1869f9-ade0-4b7a-b285-2def9df9bf23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1194 2025.03.11 22:07:55.331812 [ 3 ] {ce1869f9-ade0-4b7a-b285-2def9df9bf23} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1195 2025.03.11 22:07:55.332067 [ 3 ] {ce1869f9-ade0-4b7a-b285-2def9df9bf23} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1196 2025.03.11 22:07:55.332326 [ 3 ] {ce1869f9-ade0-4b7a-b285-2def9df9bf23} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001559 sec., 5131.494547787042 rows/sec., 385.86 KiB/sec.
1197 2025.03.11 22:07:55.332411 [ 3 ] {ce1869f9-ade0-4b7a-b285-2def9df9bf23} <Debug> TCPHandler: Processed in 0.001802335 sec.
1198 2025.03.11 22:07:55.332543 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1199 2025.03.11 22:07:55.332649 [ 3 ] {d278d600-6cd2-41cc-bb62-563d5be0d764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1200 2025.03.11 22:07:55.332693 [ 3 ] {d278d600-6cd2-41cc-bb62-563d5be0d764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1201 2025.03.11 22:07:55.333232 [ 3 ] {d278d600-6cd2-41cc-bb62-563d5be0d764} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1202 2025.03.11 22:07:55.333272 [ 3 ] {d278d600-6cd2-41cc-bb62-563d5be0d764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1203 2025.03.11 22:07:55.333638 [ 3 ] {d278d600-6cd2-41cc-bb62-563d5be0d764} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1204 2025.03.11 22:07:55.333882 [ 3 ] {d278d600-6cd2-41cc-bb62-563d5be0d764} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1205 2025.03.11 22:07:55.334090 [ 3 ] {d278d600-6cd2-41cc-bb62-563d5be0d764} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001463 sec., 49213.94395078605 rows/sec., 3.84 MiB/sec.
1206 2025.03.11 22:07:55.334141 [ 3 ] {d278d600-6cd2-41cc-bb62-563d5be0d764} <Debug> TCPHandler: Processed in 0.001650414 sec.
1207 2025.03.11 22:07:55.334272 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1208 2025.03.11 22:07:55.334385 [ 3 ] {84a4ff66-1513-421c-a42c-b1ffa7f56dbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1209 2025.03.11 22:07:55.334438 [ 3 ] {84a4ff66-1513-421c-a42c-b1ffa7f56dbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1210 2025.03.11 22:07:55.334967 [ 3 ] {84a4ff66-1513-421c-a42c-b1ffa7f56dbf} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1211 2025.03.11 22:07:55.335006 [ 3 ] {84a4ff66-1513-421c-a42c-b1ffa7f56dbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1212 2025.03.11 22:07:55.335379 [ 3 ] {84a4ff66-1513-421c-a42c-b1ffa7f56dbf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1213 2025.03.11 22:07:55.335633 [ 3 ] {84a4ff66-1513-421c-a42c-b1ffa7f56dbf} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1214 2025.03.11 22:07:55.335807 [ 36 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1215 2025.03.11 22:07:55.335868 [ 3 ] {84a4ff66-1513-421c-a42c-b1ffa7f56dbf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001509 sec., 106030.48376408218 rows/sec., 7.38 MiB/sec.
1216 2025.03.11 22:07:55.335886 [ 36 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1217 2025.03.11 22:07:55.335957 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1218 2025.03.11 22:07:55.336002 [ 3 ] {84a4ff66-1513-421c-a42c-b1ffa7f56dbf} <Debug> TCPHandler: Processed in 0.001779035 sec.
1219 2025.03.11 22:07:55.336215 [ 196 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
1220 2025.03.11 22:07:55.336226 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1221 2025.03.11 22:07:55.336475 [ 3 ] {e42ee800-391c-441e-a3db-ee639cc24254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1222 2025.03.11 22:07:55.336517 [ 196 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1223 2025.03.11 22:07:55.336640 [ 196 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
1224 2025.03.11 22:07:55.336663 [ 3 ] {e42ee800-391c-441e-a3db-ee639cc24254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1225 2025.03.11 22:07:55.337132 [ 196 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
1226 2025.03.11 22:07:55.337540 [ 196 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
1227 2025.03.11 22:07:55.337955 [ 196 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
1228 2025.03.11 22:07:55.338344 [ 196 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
1229 2025.03.11 22:07:55.338779 [ 196 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
1230 2025.03.11 22:07:55.342389 [ 3 ] {e42ee800-391c-441e-a3db-ee639cc24254} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1231 2025.03.11 22:07:55.342434 [ 3 ] {e42ee800-391c-441e-a3db-ee639cc24254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1232 2025.03.11 22:07:55.343364 [ 196 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 928 rows, containing 5 columns (5 merged, 0 gathered) in 0.007287072 sec., 127348.81719296858 rows/sec., 8.87 MiB/sec.
1233 2025.03.11 22:07:55.343732 [ 187 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1234 2025.03.11 22:07:55.344069 [ 187 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1235 2025.03.11 22:07:55.344148 [ 187 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1236 2025.03.11 22:07:55.344243 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
1237 2025.03.11 22:07:55.345743 [ 3 ] {e42ee800-391c-441e-a3db-ee639cc24254} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1238 2025.03.11 22:07:55.346041 [ 3 ] {e42ee800-391c-441e-a3db-ee639cc24254} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1239 2025.03.11 22:07:55.346366 [ 3 ] {e42ee800-391c-441e-a3db-ee639cc24254} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00997 sec., 802.4072216649951 rows/sec., 1.44 MiB/sec.
1240 2025.03.11 22:07:55.346489 [ 3 ] {e42ee800-391c-441e-a3db-ee639cc24254} <Debug> TCPHandler: Processed in 0.010352418 sec.
1241 2025.03.11 22:07:55.346640 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1242 2025.03.11 22:07:55.346741 [ 3 ] {dce8affe-8d2e-4ed3-94b2-4dc74685cfb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1243 2025.03.11 22:07:55.346785 [ 3 ] {dce8affe-8d2e-4ed3-94b2-4dc74685cfb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1244 2025.03.11 22:07:55.347201 [ 3 ] {dce8affe-8d2e-4ed3-94b2-4dc74685cfb7} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1245 2025.03.11 22:07:55.347237 [ 3 ] {dce8affe-8d2e-4ed3-94b2-4dc74685cfb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1246 2025.03.11 22:07:55.347659 [ 3 ] {dce8affe-8d2e-4ed3-94b2-4dc74685cfb7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1247 2025.03.11 22:07:55.347903 [ 3 ] {dce8affe-8d2e-4ed3-94b2-4dc74685cfb7} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1248 2025.03.11 22:07:55.348062 [ 36 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1249 2025.03.11 22:07:55.348129 [ 36 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1250 2025.03.11 22:07:55.348154 [ 3 ] {dce8affe-8d2e-4ed3-94b2-4dc74685cfb7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec.
1251 2025.03.11 22:07:55.348169 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1252 2025.03.11 22:07:55.348301 [ 3 ] {dce8affe-8d2e-4ed3-94b2-4dc74685cfb7} <Debug> TCPHandler: Processed in 0.001696685 sec.
1253 2025.03.11 22:07:55.348419 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
1254 2025.03.11 22:07:55.348557 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1255 2025.03.11 22:07:55.348600 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
1256 2025.03.11 22:07:55.348704 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
1257 2025.03.11 22:07:55.348793 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
1258 2025.03.11 22:07:55.349068 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
1259 2025.03.11 22:07:55.349153 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
1260 2025.03.11 22:07:55.349242 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
1261 2025.03.11 22:07:55.350424 [ 187 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 4 columns (4 merged, 0 gathered) in 0.002110758 sec., 164869.6818867914 rows/sec., 11.11 MiB/sec.
1262 2025.03.11 22:07:55.350591 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1263 2025.03.11 22:07:55.350913 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_6_1} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1264 2025.03.11 22:07:55.351035 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_6_1} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1265 2025.03.11 22:07:55.351120 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB.
1266 2025.03.11 22:07:55.807280 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1267 2025.03.11 22:07:55.807535 [ 3 ] {0c8210d8-96d1-4ba7-a78d-76fc8f8deebf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
1268 2025.03.11 22:07:55.807938 [ 3 ] {0c8210d8-96d1-4ba7-a78d-76fc8f8deebf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1269 2025.03.11 22:07:55.807983 [ 3 ] {0c8210d8-96d1-4ba7-a78d-76fc8f8deebf} <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
1270 2025.03.11 22:07:55.808293 [ 3 ] {0c8210d8-96d1-4ba7-a78d-76fc8f8deebf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1271 2025.03.11 22:07:55.808375 [ 3 ] {0c8210d8-96d1-4ba7-a78d-76fc8f8deebf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1272 2025.03.11 22:07:55.808550 [ 3 ] {0c8210d8-96d1-4ba7-a78d-76fc8f8deebf} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Key condition: (column 0 notIn 19-element set)
1273 2025.03.11 22:07:55.808690 [ 290 ] {0c8210d8-96d1-4ba7-a78d-76fc8f8deebf} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1274 2025.03.11 22:07:55.808784 [ 292 ] {0c8210d8-96d1-4ba7-a78d-76fc8f8deebf} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1275 2025.03.11 22:07:55.808896 [ 3 ] {0c8210d8-96d1-4ba7-a78d-76fc8f8deebf} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (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
1276 2025.03.11 22:07:55.808927 [ 3 ] {0c8210d8-96d1-4ba7-a78d-76fc8f8deebf} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1277 2025.03.11 22:07:55.808981 [ 3 ] {0c8210d8-96d1-4ba7-a78d-76fc8f8deebf} <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'))"
1278 2025.03.11 22:07:55.809006 [ 3 ] {0c8210d8-96d1-4ba7-a78d-76fc8f8deebf} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1279 2025.03.11 22:07:55.809665 [ 3 ] {0c8210d8-96d1-4ba7-a78d-76fc8f8deebf} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002242 sec., 8028.545941123996 rows/sec., 328.42 KiB/sec.
1280 2025.03.11 22:07:55.809755 [ 3 ] {0c8210d8-96d1-4ba7-a78d-76fc8f8deebf} <Debug> TCPHandler: Processed in 0.002616202 sec.
1281 2025.03.11 22:07:55.810149 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1282 2025.03.11 22:07:55.810316 [ 3 ] {a95802f4-0ce6-46ce-bde8-8db6684a7b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
1283 2025.03.11 22:07:55.810590 [ 3 ] {a95802f4-0ce6-46ce-bde8-8db6684a7b36} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1284 2025.03.11 22:07:55.810633 [ 3 ] {a95802f4-0ce6-46ce-bde8-8db6684a7b36} <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
1285 2025.03.11 22:07:55.810894 [ 3 ] {a95802f4-0ce6-46ce-bde8-8db6684a7b36} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1286 2025.03.11 22:07:55.810959 [ 3 ] {a95802f4-0ce6-46ce-bde8-8db6684a7b36} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1287 2025.03.11 22:07:55.811097 [ 3 ] {a95802f4-0ce6-46ce-bde8-8db6684a7b36} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Key condition: (column 0 notIn 20-element set)
1288 2025.03.11 22:07:55.811173 [ 290 ] {a95802f4-0ce6-46ce-bde8-8db6684a7b36} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1289 2025.03.11 22:07:55.811196 [ 292 ] {a95802f4-0ce6-46ce-bde8-8db6684a7b36} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1290 2025.03.11 22:07:55.811284 [ 3 ] {a95802f4-0ce6-46ce-bde8-8db6684a7b36} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (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
1291 2025.03.11 22:07:55.811311 [ 3 ] {a95802f4-0ce6-46ce-bde8-8db6684a7b36} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1292 2025.03.11 22:07:55.811356 [ 3 ] {a95802f4-0ce6-46ce-bde8-8db6684a7b36} <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'))"
1293 2025.03.11 22:07:55.811379 [ 3 ] {a95802f4-0ce6-46ce-bde8-8db6684a7b36} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1294 2025.03.11 22:07:55.811890 [ 3 ] {a95802f4-0ce6-46ce-bde8-8db6684a7b36} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001646 sec., 10935.601458080195 rows/sec., 447.34 KiB/sec.
1295 2025.03.11 22:07:55.811975 [ 3 ] {a95802f4-0ce6-46ce-bde8-8db6684a7b36} <Debug> TCPHandler: Processed in 0.001879396 sec.
1296 2025.03.11 22:07:55.812244 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1297 2025.03.11 22:07:55.812398 [ 3 ] {866e38cc-aa84-4f3a-a267-4cfc69a4a859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
1298 2025.03.11 22:07:55.812665 [ 3 ] {866e38cc-aa84-4f3a-a267-4cfc69a4a859} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1299 2025.03.11 22:07:55.812708 [ 3 ] {866e38cc-aa84-4f3a-a267-4cfc69a4a859} <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
1300 2025.03.11 22:07:55.812974 [ 3 ] {866e38cc-aa84-4f3a-a267-4cfc69a4a859} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1301 2025.03.11 22:07:55.813040 [ 3 ] {866e38cc-aa84-4f3a-a267-4cfc69a4a859} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1302 2025.03.11 22:07:55.813179 [ 3 ] {866e38cc-aa84-4f3a-a267-4cfc69a4a859} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Key condition: (column 0 notIn 21-element set)
1303 2025.03.11 22:07:55.813239 [ 290 ] {866e38cc-aa84-4f3a-a267-4cfc69a4a859} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1304 2025.03.11 22:07:55.813294 [ 292 ] {866e38cc-aa84-4f3a-a267-4cfc69a4a859} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1305 2025.03.11 22:07:55.813391 [ 3 ] {866e38cc-aa84-4f3a-a267-4cfc69a4a859} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (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
1306 2025.03.11 22:07:55.813419 [ 3 ] {866e38cc-aa84-4f3a-a267-4cfc69a4a859} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1307 2025.03.11 22:07:55.813465 [ 3 ] {866e38cc-aa84-4f3a-a267-4cfc69a4a859} <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'))"
1308 2025.03.11 22:07:55.813487 [ 3 ] {866e38cc-aa84-4f3a-a267-4cfc69a4a859} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1309 2025.03.11 22:07:55.814004 [ 3 ] {866e38cc-aa84-4f3a-a267-4cfc69a4a859} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001672 sec., 10765.55023923445 rows/sec., 440.39 KiB/sec.
1310 2025.03.11 22:07:55.814088 [ 3 ] {866e38cc-aa84-4f3a-a267-4cfc69a4a859} <Debug> TCPHandler: Processed in 0.001897537 sec.
1311 2025.03.11 22:07:55.814346 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1312 2025.03.11 22:07:55.814499 [ 3 ] {e61904cd-5d96-494c-8cc8-0f50ffd03925} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
1313 2025.03.11 22:07:55.814762 [ 3 ] {e61904cd-5d96-494c-8cc8-0f50ffd03925} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1314 2025.03.11 22:07:55.814805 [ 3 ] {e61904cd-5d96-494c-8cc8-0f50ffd03925} <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
1315 2025.03.11 22:07:55.815070 [ 3 ] {e61904cd-5d96-494c-8cc8-0f50ffd03925} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1316 2025.03.11 22:07:55.815135 [ 3 ] {e61904cd-5d96-494c-8cc8-0f50ffd03925} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1317 2025.03.11 22:07:55.815270 [ 3 ] {e61904cd-5d96-494c-8cc8-0f50ffd03925} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Key condition: (column 0 notIn 22-element set)
1318 2025.03.11 22:07:55.815347 [ 290 ] {e61904cd-5d96-494c-8cc8-0f50ffd03925} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1319 2025.03.11 22:07:55.815368 [ 292 ] {e61904cd-5d96-494c-8cc8-0f50ffd03925} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1320 2025.03.11 22:07:55.815459 [ 3 ] {e61904cd-5d96-494c-8cc8-0f50ffd03925} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (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
1321 2025.03.11 22:07:55.815486 [ 3 ] {e61904cd-5d96-494c-8cc8-0f50ffd03925} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1322 2025.03.11 22:07:55.815533 [ 3 ] {e61904cd-5d96-494c-8cc8-0f50ffd03925} <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'))"
1323 2025.03.11 22:07:55.815556 [ 3 ] {e61904cd-5d96-494c-8cc8-0f50ffd03925} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1324 2025.03.11 22:07:55.816111 [ 3 ] {e61904cd-5d96-494c-8cc8-0f50ffd03925} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001679 sec., 10720.66706372841 rows/sec., 438.55 KiB/sec.
1325 2025.03.11 22:07:55.816195 [ 3 ] {e61904cd-5d96-494c-8cc8-0f50ffd03925} <Debug> TCPHandler: Processed in 0.001899847 sec.
1326 2025.03.11 22:07:55.816456 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1327 2025.03.11 22:07:55.816607 [ 3 ] {5e8448eb-6d62-4d47-930f-c6fc2053c8a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
1328 2025.03.11 22:07:55.816875 [ 3 ] {5e8448eb-6d62-4d47-930f-c6fc2053c8a3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1329 2025.03.11 22:07:55.816918 [ 3 ] {5e8448eb-6d62-4d47-930f-c6fc2053c8a3} <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
1330 2025.03.11 22:07:55.817192 [ 3 ] {5e8448eb-6d62-4d47-930f-c6fc2053c8a3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1331 2025.03.11 22:07:55.817256 [ 3 ] {5e8448eb-6d62-4d47-930f-c6fc2053c8a3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1332 2025.03.11 22:07:55.817398 [ 3 ] {5e8448eb-6d62-4d47-930f-c6fc2053c8a3} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Key condition: (column 0 notIn 23-element set)
1333 2025.03.11 22:07:55.817480 [ 290 ] {5e8448eb-6d62-4d47-930f-c6fc2053c8a3} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1334 2025.03.11 22:07:55.817498 [ 292 ] {5e8448eb-6d62-4d47-930f-c6fc2053c8a3} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1335 2025.03.11 22:07:55.817587 [ 3 ] {5e8448eb-6d62-4d47-930f-c6fc2053c8a3} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (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
1336 2025.03.11 22:07:55.817616 [ 3 ] {5e8448eb-6d62-4d47-930f-c6fc2053c8a3} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1337 2025.03.11 22:07:55.817662 [ 3 ] {5e8448eb-6d62-4d47-930f-c6fc2053c8a3} <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'))"
1338 2025.03.11 22:07:55.817687 [ 3 ] {5e8448eb-6d62-4d47-930f-c6fc2053c8a3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1339 2025.03.11 22:07:55.818199 [ 3 ] {5e8448eb-6d62-4d47-930f-c6fc2053c8a3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001658 sec., 10856.453558504221 rows/sec., 444.11 KiB/sec.
1340 2025.03.11 22:07:55.818312 [ 3 ] {5e8448eb-6d62-4d47-930f-c6fc2053c8a3} <Debug> TCPHandler: Processed in 0.001908296 sec.
1341 2025.03.11 22:07:55.818573 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1342 2025.03.11 22:07:55.818729 [ 3 ] {3d489b7f-e7c6-44f6-81c9-90587bf6338e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
1343 2025.03.11 22:07:55.819027 [ 3 ] {3d489b7f-e7c6-44f6-81c9-90587bf6338e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1344 2025.03.11 22:07:55.819072 [ 3 ] {3d489b7f-e7c6-44f6-81c9-90587bf6338e} <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
1345 2025.03.11 22:07:55.819348 [ 3 ] {3d489b7f-e7c6-44f6-81c9-90587bf6338e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1346 2025.03.11 22:07:55.819415 [ 3 ] {3d489b7f-e7c6-44f6-81c9-90587bf6338e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1347 2025.03.11 22:07:55.819554 [ 3 ] {3d489b7f-e7c6-44f6-81c9-90587bf6338e} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Key condition: (column 0 notIn 24-element set)
1348 2025.03.11 22:07:55.819635 [ 290 ] {3d489b7f-e7c6-44f6-81c9-90587bf6338e} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1349 2025.03.11 22:07:55.819654 [ 292 ] {3d489b7f-e7c6-44f6-81c9-90587bf6338e} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1350 2025.03.11 22:07:55.819747 [ 3 ] {3d489b7f-e7c6-44f6-81c9-90587bf6338e} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (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
1351 2025.03.11 22:07:55.819775 [ 3 ] {3d489b7f-e7c6-44f6-81c9-90587bf6338e} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1352 2025.03.11 22:07:55.819821 [ 3 ] {3d489b7f-e7c6-44f6-81c9-90587bf6338e} <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'))"
1353 2025.03.11 22:07:55.819844 [ 3 ] {3d489b7f-e7c6-44f6-81c9-90587bf6338e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1354 2025.03.11 22:07:55.820350 [ 3 ] {3d489b7f-e7c6-44f6-81c9-90587bf6338e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00169 sec., 10650.887573964497 rows/sec., 435.70 KiB/sec.
1355 2025.03.11 22:07:55.820437 [ 3 ] {3d489b7f-e7c6-44f6-81c9-90587bf6338e} <Debug> TCPHandler: Processed in 0.001914607 sec.
1356 2025.03.11 22:07:55.828129 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1357 2025.03.11 22:07:55.828289 [ 3 ] {f3fdf066-1b8a-411d-9744-3a7f56a7add9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
1358 2025.03.11 22:07:55.828569 [ 3 ] {f3fdf066-1b8a-411d-9744-3a7f56a7add9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1359 2025.03.11 22:07:55.828613 [ 3 ] {f3fdf066-1b8a-411d-9744-3a7f56a7add9} <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
1360 2025.03.11 22:07:55.828892 [ 3 ] {f3fdf066-1b8a-411d-9744-3a7f56a7add9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1361 2025.03.11 22:07:55.828957 [ 3 ] {f3fdf066-1b8a-411d-9744-3a7f56a7add9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1362 2025.03.11 22:07:55.829100 [ 3 ] {f3fdf066-1b8a-411d-9744-3a7f56a7add9} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Key condition: (column 0 notIn 25-element set)
1363 2025.03.11 22:07:55.829200 [ 290 ] {f3fdf066-1b8a-411d-9744-3a7f56a7add9} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1364 2025.03.11 22:07:55.829217 [ 292 ] {f3fdf066-1b8a-411d-9744-3a7f56a7add9} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1365 2025.03.11 22:07:55.829317 [ 3 ] {f3fdf066-1b8a-411d-9744-3a7f56a7add9} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (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
1366 2025.03.11 22:07:55.829344 [ 3 ] {f3fdf066-1b8a-411d-9744-3a7f56a7add9} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1367 2025.03.11 22:07:55.829393 [ 3 ] {f3fdf066-1b8a-411d-9744-3a7f56a7add9} <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'))"
1368 2025.03.11 22:07:55.829417 [ 3 ] {f3fdf066-1b8a-411d-9744-3a7f56a7add9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1369 2025.03.11 22:07:55.829941 [ 3 ] {f3fdf066-1b8a-411d-9744-3a7f56a7add9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001721 sec., 10459.035444509005 rows/sec., 427.85 KiB/sec.
1370 2025.03.11 22:07:55.830027 [ 3 ] {f3fdf066-1b8a-411d-9744-3a7f56a7add9} <Debug> TCPHandler: Processed in 0.001951786 sec.
1371 2025.03.11 22:07:55.830333 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1372 2025.03.11 22:07:55.830496 [ 3 ] {4fff5fe5-a96b-41de-8511-8735e67fc503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
1373 2025.03.11 22:07:55.830787 [ 3 ] {4fff5fe5-a96b-41de-8511-8735e67fc503} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1374 2025.03.11 22:07:55.830835 [ 3 ] {4fff5fe5-a96b-41de-8511-8735e67fc503} <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
1375 2025.03.11 22:07:55.831130 [ 3 ] {4fff5fe5-a96b-41de-8511-8735e67fc503} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1376 2025.03.11 22:07:55.831197 [ 3 ] {4fff5fe5-a96b-41de-8511-8735e67fc503} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1377 2025.03.11 22:07:55.831342 [ 3 ] {4fff5fe5-a96b-41de-8511-8735e67fc503} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Key condition: (column 0 notIn 26-element set)
1378 2025.03.11 22:07:55.831413 [ 290 ] {4fff5fe5-a96b-41de-8511-8735e67fc503} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1379 2025.03.11 22:07:55.831454 [ 292 ] {4fff5fe5-a96b-41de-8511-8735e67fc503} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1380 2025.03.11 22:07:55.831554 [ 3 ] {4fff5fe5-a96b-41de-8511-8735e67fc503} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (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
1381 2025.03.11 22:07:55.831583 [ 3 ] {4fff5fe5-a96b-41de-8511-8735e67fc503} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1382 2025.03.11 22:07:55.831633 [ 3 ] {4fff5fe5-a96b-41de-8511-8735e67fc503} <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'))"
1383 2025.03.11 22:07:55.831657 [ 3 ] {4fff5fe5-a96b-41de-8511-8735e67fc503} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1384 2025.03.11 22:07:55.832181 [ 3 ] {4fff5fe5-a96b-41de-8511-8735e67fc503} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001754 sec., 10262.257696693274 rows/sec., 419.80 KiB/sec.
1385 2025.03.11 22:07:55.832270 [ 3 ] {4fff5fe5-a96b-41de-8511-8735e67fc503} <Debug> TCPHandler: Processed in 0.001990937 sec.
1386 2025.03.11 22:07:55.832542 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1387 2025.03.11 22:07:55.832737 [ 3 ] {24142858-1e0a-4736-9450-fa2cdf6f47eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
1388 2025.03.11 22:07:55.833034 [ 3 ] {24142858-1e0a-4736-9450-fa2cdf6f47eb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1389 2025.03.11 22:07:55.833079 [ 3 ] {24142858-1e0a-4736-9450-fa2cdf6f47eb} <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
1390 2025.03.11 22:07:55.833385 [ 3 ] {24142858-1e0a-4736-9450-fa2cdf6f47eb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1391 2025.03.11 22:07:55.833458 [ 3 ] {24142858-1e0a-4736-9450-fa2cdf6f47eb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1392 2025.03.11 22:07:55.833620 [ 3 ] {24142858-1e0a-4736-9450-fa2cdf6f47eb} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Key condition: (column 0 notIn 27-element set)
1393 2025.03.11 22:07:55.833720 [ 290 ] {24142858-1e0a-4736-9450-fa2cdf6f47eb} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1394 2025.03.11 22:07:55.833740 [ 292 ] {24142858-1e0a-4736-9450-fa2cdf6f47eb} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1395 2025.03.11 22:07:55.833847 [ 3 ] {24142858-1e0a-4736-9450-fa2cdf6f47eb} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (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
1396 2025.03.11 22:07:55.833875 [ 3 ] {24142858-1e0a-4736-9450-fa2cdf6f47eb} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1397 2025.03.11 22:07:55.833924 [ 3 ] {24142858-1e0a-4736-9450-fa2cdf6f47eb} <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'))"
1398 2025.03.11 22:07:55.833949 [ 3 ] {24142858-1e0a-4736-9450-fa2cdf6f47eb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1399 2025.03.11 22:07:55.834493 [ 3 ] {24142858-1e0a-4736-9450-fa2cdf6f47eb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001841 sec., 9777.29494839761 rows/sec., 399.96 KiB/sec.
1400 2025.03.11 22:07:55.834578 [ 3 ] {24142858-1e0a-4736-9450-fa2cdf6f47eb} <Debug> TCPHandler: Processed in 0.002096048 sec.
1401 2025.03.11 22:07:55.834803 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1402 2025.03.11 22:07:55.834960 [ 3 ] {fbe1f117-ea92-4170-9a03-b1214eb03be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
1403 2025.03.11 22:07:55.835241 [ 3 ] {fbe1f117-ea92-4170-9a03-b1214eb03be2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1404 2025.03.11 22:07:55.835288 [ 3 ] {fbe1f117-ea92-4170-9a03-b1214eb03be2} <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
1405 2025.03.11 22:07:55.835600 [ 3 ] {fbe1f117-ea92-4170-9a03-b1214eb03be2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1406 2025.03.11 22:07:55.835668 [ 3 ] {fbe1f117-ea92-4170-9a03-b1214eb03be2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1407 2025.03.11 22:07:55.835808 [ 3 ] {fbe1f117-ea92-4170-9a03-b1214eb03be2} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Key condition: (column 0 notIn 28-element set)
1408 2025.03.11 22:07:55.835885 [ 290 ] {fbe1f117-ea92-4170-9a03-b1214eb03be2} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1409 2025.03.11 22:07:55.835908 [ 292 ] {fbe1f117-ea92-4170-9a03-b1214eb03be2} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1410 2025.03.11 22:07:55.835998 [ 3 ] {fbe1f117-ea92-4170-9a03-b1214eb03be2} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (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
1411 2025.03.11 22:07:55.836026 [ 3 ] {fbe1f117-ea92-4170-9a03-b1214eb03be2} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1412 2025.03.11 22:07:55.836073 [ 3 ] {fbe1f117-ea92-4170-9a03-b1214eb03be2} <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'))"
1413 2025.03.11 22:07:55.836097 [ 3 ] {fbe1f117-ea92-4170-9a03-b1214eb03be2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1414 2025.03.11 22:07:55.836685 [ 3 ] {fbe1f117-ea92-4170-9a03-b1214eb03be2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001794 sec., 10033.444816053512 rows/sec., 410.44 KiB/sec.
1415 2025.03.11 22:07:55.836809 [ 3 ] {fbe1f117-ea92-4170-9a03-b1214eb03be2} <Debug> TCPHandler: Processed in 0.002061228 sec.
1416 2025.03.11 22:07:55.837085 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1417 2025.03.11 22:07:55.837277 [ 3 ] {3ae02f0f-4dbe-4673-af33-7c7d7cbc4939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
1418 2025.03.11 22:07:55.837586 [ 3 ] {3ae02f0f-4dbe-4673-af33-7c7d7cbc4939} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1419 2025.03.11 22:07:55.837634 [ 3 ] {3ae02f0f-4dbe-4673-af33-7c7d7cbc4939} <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
1420 2025.03.11 22:07:55.837947 [ 3 ] {3ae02f0f-4dbe-4673-af33-7c7d7cbc4939} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1421 2025.03.11 22:07:55.838017 [ 3 ] {3ae02f0f-4dbe-4673-af33-7c7d7cbc4939} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1422 2025.03.11 22:07:55.838161 [ 3 ] {3ae02f0f-4dbe-4673-af33-7c7d7cbc4939} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Key condition: (column 0 notIn 29-element set)
1423 2025.03.11 22:07:55.838283 [ 292 ] {3ae02f0f-4dbe-4673-af33-7c7d7cbc4939} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1424 2025.03.11 22:07:55.838284 [ 290 ] {3ae02f0f-4dbe-4673-af33-7c7d7cbc4939} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1425 2025.03.11 22:07:55.838392 [ 3 ] {3ae02f0f-4dbe-4673-af33-7c7d7cbc4939} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (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
1426 2025.03.11 22:07:55.838416 [ 3 ] {3ae02f0f-4dbe-4673-af33-7c7d7cbc4939} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1427 2025.03.11 22:07:55.838466 [ 3 ] {3ae02f0f-4dbe-4673-af33-7c7d7cbc4939} <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'))"
1428 2025.03.11 22:07:55.838489 [ 3 ] {3ae02f0f-4dbe-4673-af33-7c7d7cbc4939} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1429 2025.03.11 22:07:55.839171 [ 3 ] {3ae02f0f-4dbe-4673-af33-7c7d7cbc4939} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001981 sec., 9086.320040383644 rows/sec., 371.70 KiB/sec.
1430 2025.03.11 22:07:55.839288 [ 3 ] {3ae02f0f-4dbe-4673-af33-7c7d7cbc4939} <Debug> TCPHandler: Processed in 0.002263099 sec.
1431 2025.03.11 22:07:55.839562 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1432 2025.03.11 22:07:55.839758 [ 3 ] {df03c418-dd65-43eb-b732-4296c4c4978b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) 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)
1433 2025.03.11 22:07:55.840080 [ 3 ] {df03c418-dd65-43eb-b732-4296c4c4978b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1434 2025.03.11 22:07:55.840128 [ 3 ] {df03c418-dd65-43eb-b732-4296c4c4978b} <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
1435 2025.03.11 22:07:55.840433 [ 3 ] {df03c418-dd65-43eb-b732-4296c4c4978b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1436 2025.03.11 22:07:55.840500 [ 3 ] {df03c418-dd65-43eb-b732-4296c4c4978b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1437 2025.03.11 22:07:55.840642 [ 3 ] {df03c418-dd65-43eb-b732-4296c4c4978b} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Key condition: (column 0 notIn 30-element set)
1438 2025.03.11 22:07:55.840759 [ 292 ] {df03c418-dd65-43eb-b732-4296c4c4978b} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1439 2025.03.11 22:07:55.840765 [ 290 ] {df03c418-dd65-43eb-b732-4296c4c4978b} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1440 2025.03.11 22:07:55.840866 [ 3 ] {df03c418-dd65-43eb-b732-4296c4c4978b} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (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
1441 2025.03.11 22:07:55.840889 [ 3 ] {df03c418-dd65-43eb-b732-4296c4c4978b} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1442 2025.03.11 22:07:55.840936 [ 3 ] {df03c418-dd65-43eb-b732-4296c4c4978b} <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'))"
1443 2025.03.11 22:07:55.840960 [ 3 ] {df03c418-dd65-43eb-b732-4296c4c4978b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0
1444 2025.03.11 22:07:55.841524 [ 3 ] {df03c418-dd65-43eb-b732-4296c4c4978b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001842 sec., 9771.986970684038 rows/sec., 399.74 KiB/sec.
1445 2025.03.11 22:07:55.841645 [ 3 ] {df03c418-dd65-43eb-b732-4296c4c4978b} <Debug> TCPHandler: Processed in 0.002137628 sec.
1446 2025.03.11 22:07:55.933302 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1447 2025.03.11 22:07:55.933530 [ 3 ] {78ffc82b-abfe-46cb-a94a-4c50cad8633b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1448 2025.03.11 22:07:55.933630 [ 3 ] {78ffc82b-abfe-46cb-a94a-4c50cad8633b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1449 2025.03.11 22:07:55.934693 [ 3 ] {78ffc82b-abfe-46cb-a94a-4c50cad8633b} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1450 2025.03.11 22:07:55.934753 [ 3 ] {78ffc82b-abfe-46cb-a94a-4c50cad8633b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1451 2025.03.11 22:07:55.935321 [ 3 ] {78ffc82b-abfe-46cb-a94a-4c50cad8633b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1452 2025.03.11 22:07:55.935581 [ 3 ] {78ffc82b-abfe-46cb-a94a-4c50cad8633b} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1453 2025.03.11 22:07:55.935849 [ 3 ] {78ffc82b-abfe-46cb-a94a-4c50cad8633b} <Debug> executeQuery: Read 12 rows, 4.18 KiB in 0.002376 sec., 5050.50505050505 rows/sec., 1.72 MiB/sec.
1454 2025.03.11 22:07:55.935961 [ 3 ] {78ffc82b-abfe-46cb-a94a-4c50cad8633b} <Debug> TCPHandler: Processed in 0.002843254 sec.
1455 2025.03.11 22:07:55.936109 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1456 2025.03.11 22:07:55.936225 [ 3 ] {8e6c583f-9549-4604-a4d5-1e0e568a759d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
1457 2025.03.11 22:07:55.936274 [ 3 ] {8e6c583f-9549-4604-a4d5-1e0e568a759d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
1458 2025.03.11 22:07:55.939282 [ 3 ] {8e6c583f-9549-4604-a4d5-1e0e568a759d} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1459 2025.03.11 22:07:55.939319 [ 3 ] {8e6c583f-9549-4604-a4d5-1e0e568a759d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1460 2025.03.11 22:07:55.939701 [ 3 ] {8e6c583f-9549-4604-a4d5-1e0e568a759d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1461 2025.03.11 22:07:55.939953 [ 3 ] {8e6c583f-9549-4604-a4d5-1e0e568a759d} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1462 2025.03.11 22:07:55.940190 [ 3 ] {8e6c583f-9549-4604-a4d5-1e0e568a759d} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.003989 sec., 6016.545500125344 rows/sec., 511.17 KiB/sec.
1463 2025.03.11 22:07:55.940336 [ 3 ] {8e6c583f-9549-4604-a4d5-1e0e568a759d} <Debug> TCPHandler: Processed in 0.004282567 sec.
1464 2025.03.11 22:07:55.940472 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1465 2025.03.11 22:07:55.940580 [ 3 ] {41370e16-9ea7-4c9b-bf59-fd03048f8a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1466 2025.03.11 22:07:55.940627 [ 3 ] {41370e16-9ea7-4c9b-bf59-fd03048f8a14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1467 2025.03.11 22:07:55.941827 [ 3 ] {41370e16-9ea7-4c9b-bf59-fd03048f8a14} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1468 2025.03.11 22:07:55.941867 [ 3 ] {41370e16-9ea7-4c9b-bf59-fd03048f8a14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1469 2025.03.11 22:07:55.942324 [ 3 ] {41370e16-9ea7-4c9b-bf59-fd03048f8a14} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1470 2025.03.11 22:07:55.942604 [ 3 ] {41370e16-9ea7-4c9b-bf59-fd03048f8a14} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1471 2025.03.11 22:07:55.942816 [ 3 ] {41370e16-9ea7-4c9b-bf59-fd03048f8a14} <Debug> executeQuery: Read 1316 rows, 111.93 KiB in 0.00226 sec., 582300.8849557523 rows/sec., 48.37 MiB/sec.
1472 2025.03.11 22:07:55.942872 [ 3 ] {41370e16-9ea7-4c9b-bf59-fd03048f8a14} <Debug> TCPHandler: Processed in 0.002450971 sec.
1473 2025.03.11 22:07:55.942996 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1474 2025.03.11 22:07:55.943107 [ 3 ] {60915ab5-91f5-4da9-9cf1-2d797e0c2a07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1475 2025.03.11 22:07:55.943153 [ 3 ] {60915ab5-91f5-4da9-9cf1-2d797e0c2a07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1476 2025.03.11 22:07:55.943701 [ 3 ] {60915ab5-91f5-4da9-9cf1-2d797e0c2a07} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1477 2025.03.11 22:07:55.943740 [ 3 ] {60915ab5-91f5-4da9-9cf1-2d797e0c2a07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1478 2025.03.11 22:07:55.944072 [ 3 ] {60915ab5-91f5-4da9-9cf1-2d797e0c2a07} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1479 2025.03.11 22:07:55.944320 [ 3 ] {60915ab5-91f5-4da9-9cf1-2d797e0c2a07} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1480 2025.03.11 22:07:55.944516 [ 3 ] {60915ab5-91f5-4da9-9cf1-2d797e0c2a07} <Debug> executeQuery: Read 12 rows, 984.00 B in 0.001447 sec., 8293.0200414651 rows/sec., 664.09 KiB/sec.
1481 2025.03.11 22:07:55.944566 [ 3 ] {60915ab5-91f5-4da9-9cf1-2d797e0c2a07} <Debug> TCPHandler: Processed in 0.001635394 sec.
1482 2025.03.11 22:07:55.944677 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1483 2025.03.11 22:07:55.944776 [ 3 ] {cf15e16a-00ec-46e8-95b1-f9880cc2a366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
1484 2025.03.11 22:07:55.944817 [ 3 ] {cf15e16a-00ec-46e8-95b1-f9880cc2a366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
1485 2025.03.11 22:07:55.945460 [ 3 ] {cf15e16a-00ec-46e8-95b1-f9880cc2a366} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1486 2025.03.11 22:07:55.945499 [ 3 ] {cf15e16a-00ec-46e8-95b1-f9880cc2a366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1487 2025.03.11 22:07:55.945860 [ 3 ] {cf15e16a-00ec-46e8-95b1-f9880cc2a366} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1488 2025.03.11 22:07:55.946105 [ 3 ] {cf15e16a-00ec-46e8-95b1-f9880cc2a366} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1489 2025.03.11 22:07:55.946329 [ 3 ] {cf15e16a-00ec-46e8-95b1-f9880cc2a366} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001538 sec., 163849.1547464239 rows/sec., 11.33 MiB/sec.
1490 2025.03.11 22:07:55.946410 [ 3 ] {cf15e16a-00ec-46e8-95b1-f9880cc2a366} <Debug> TCPHandler: Processed in 0.001761555 sec.
1491 2025.03.11 22:07:55.946551 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1492 2025.03.11 22:07:55.946665 [ 3 ] {52c5f4c0-e15c-4ca5-880a-8325d218ec65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
1493 2025.03.11 22:07:55.946710 [ 3 ] {52c5f4c0-e15c-4ca5-880a-8325d218ec65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
1494 2025.03.11 22:07:55.947236 [ 3 ] {52c5f4c0-e15c-4ca5-880a-8325d218ec65} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1495 2025.03.11 22:07:55.947274 [ 3 ] {52c5f4c0-e15c-4ca5-880a-8325d218ec65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1496 2025.03.11 22:07:55.947633 [ 3 ] {52c5f4c0-e15c-4ca5-880a-8325d218ec65} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1497 2025.03.11 22:07:55.947884 [ 3 ] {52c5f4c0-e15c-4ca5-880a-8325d218ec65} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1498 2025.03.11 22:07:55.948115 [ 3 ] {52c5f4c0-e15c-4ca5-880a-8325d218ec65} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001457 sec., 8236.101578586136 rows/sec., 643.45 KiB/sec.
1499 2025.03.11 22:07:55.948212 [ 3 ] {52c5f4c0-e15c-4ca5-880a-8325d218ec65} <Debug> TCPHandler: Processed in 0.001714455 sec.
1500 2025.03.11 22:07:55.948339 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1501 2025.03.11 22:07:55.948454 [ 3 ] {52961318-93d3-4621-969e-dc3b35bcda3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1502 2025.03.11 22:07:55.948499 [ 3 ] {52961318-93d3-4621-969e-dc3b35bcda3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1503 2025.03.11 22:07:55.949213 [ 3 ] {52961318-93d3-4621-969e-dc3b35bcda3f} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1504 2025.03.11 22:07:55.949252 [ 3 ] {52961318-93d3-4621-969e-dc3b35bcda3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1505 2025.03.11 22:07:55.949624 [ 3 ] {52961318-93d3-4621-969e-dc3b35bcda3f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1506 2025.03.11 22:07:55.949865 [ 3 ] {52961318-93d3-4621-969e-dc3b35bcda3f} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1507 2025.03.11 22:07:55.950072 [ 3 ] {52961318-93d3-4621-969e-dc3b35bcda3f} <Debug> executeQuery: Read 556 rows, 42.66 KiB in 0.001648 sec., 337378.64077669906 rows/sec., 25.28 MiB/sec.
1508 2025.03.11 22:07:55.950123 [ 3 ] {52961318-93d3-4621-969e-dc3b35bcda3f} <Debug> TCPHandler: Processed in 0.001841536 sec.
1509 2025.03.11 22:07:55.950247 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1510 2025.03.11 22:07:55.950351 [ 3 ] {7c9b64f2-4aaa-4636-a739-f296541e25b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1511 2025.03.11 22:07:55.950400 [ 3 ] {7c9b64f2-4aaa-4636-a739-f296541e25b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1512 2025.03.11 22:07:55.953500 [ 3 ] {7c9b64f2-4aaa-4636-a739-f296541e25b8} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1513 2025.03.11 22:07:55.953541 [ 3 ] {7c9b64f2-4aaa-4636-a739-f296541e25b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1514 2025.03.11 22:07:55.954119 [ 3 ] {7c9b64f2-4aaa-4636-a739-f296541e25b8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1515 2025.03.11 22:07:55.954370 [ 3 ] {7c9b64f2-4aaa-4636-a739-f296541e25b8} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1516 2025.03.11 22:07:55.954582 [ 3 ] {7c9b64f2-4aaa-4636-a739-f296541e25b8} <Debug> executeQuery: Read 2630 rows, 182.52 KiB in 0.004252 sec., 618532.4553151459 rows/sec., 41.92 MiB/sec.
1517 2025.03.11 22:07:55.954635 [ 3 ] {7c9b64f2-4aaa-4636-a739-f296541e25b8} <Debug> TCPHandler: Processed in 0.004440057 sec.
1518 2025.03.11 22:07:55.954761 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1519 2025.03.11 22:07:55.954868 [ 3 ] {cfed79d3-ef19-4cf8-a289-2a39c407114b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1520 2025.03.11 22:07:55.954915 [ 3 ] {cfed79d3-ef19-4cf8-a289-2a39c407114b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1521 2025.03.11 22:07:55.955351 [ 3 ] {cfed79d3-ef19-4cf8-a289-2a39c407114b} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1522 2025.03.11 22:07:55.955392 [ 3 ] {cfed79d3-ef19-4cf8-a289-2a39c407114b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1523 2025.03.11 22:07:55.955749 [ 3 ] {cfed79d3-ef19-4cf8-a289-2a39c407114b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1524 2025.03.11 22:07:55.956002 [ 3 ] {cfed79d3-ef19-4cf8-a289-2a39c407114b} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1525 2025.03.11 22:07:55.956213 [ 3 ] {cfed79d3-ef19-4cf8-a289-2a39c407114b} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001366 sec., 8784.773060029282 rows/sec., 606.24 KiB/sec.
1526 2025.03.11 22:07:55.956293 [ 3 ] {cfed79d3-ef19-4cf8-a289-2a39c407114b} <Debug> TCPHandler: Processed in 0.001582894 sec.
1527 2025.03.11 22:07:58.554534 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 224
1528 2025.03.11 22:07:58.558212 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1529 2025.03.11 22:07:58.558257 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1530 2025.03.11 22:07:58.559846 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1531 2025.03.11 22:07:58.560158 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1532 2025.03.11 22:07:58.560940 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 224
1533 2025.03.11 22:08:00.290889 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1534 2025.03.11 22:08:00.291085 [ 3 ] {b8febe1a-672b-43b3-9bd2-1fd80a79923b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1535 2025.03.11 22:08:00.291162 [ 3 ] {b8febe1a-672b-43b3-9bd2-1fd80a79923b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1536 2025.03.11 22:08:00.291982 [ 3 ] {b8febe1a-672b-43b3-9bd2-1fd80a79923b} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1537 2025.03.11 22:08:00.292035 [ 3 ] {b8febe1a-672b-43b3-9bd2-1fd80a79923b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1538 2025.03.11 22:08:00.292482 [ 3 ] {b8febe1a-672b-43b3-9bd2-1fd80a79923b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1539 2025.03.11 22:08:00.292739 [ 3 ] {b8febe1a-672b-43b3-9bd2-1fd80a79923b} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1540 2025.03.11 22:08:00.292970 [ 3 ] {b8febe1a-672b-43b3-9bd2-1fd80a79923b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001942 sec., 28836.25128733265 rows/sec., 2.20 MiB/sec.
1541 2025.03.11 22:08:00.293031 [ 3 ] {b8febe1a-672b-43b3-9bd2-1fd80a79923b} <Debug> TCPHandler: Processed in 0.002287559 sec.
1542 2025.03.11 22:08:00.293158 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1543 2025.03.11 22:08:00.293267 [ 3 ] {6059c3cc-0b6e-4356-bf46-d10fe8c68e0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1544 2025.03.11 22:08:00.293314 [ 3 ] {6059c3cc-0b6e-4356-bf46-d10fe8c68e0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1545 2025.03.11 22:08:00.293878 [ 3 ] {6059c3cc-0b6e-4356-bf46-d10fe8c68e0d} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1546 2025.03.11 22:08:00.293920 [ 3 ] {6059c3cc-0b6e-4356-bf46-d10fe8c68e0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1547 2025.03.11 22:08:00.294284 [ 3 ] {6059c3cc-0b6e-4356-bf46-d10fe8c68e0d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1548 2025.03.11 22:08:00.294544 [ 3 ] {6059c3cc-0b6e-4356-bf46-d10fe8c68e0d} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1549 2025.03.11 22:08:00.294812 [ 3 ] {6059c3cc-0b6e-4356-bf46-d10fe8c68e0d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001566 sec., 40868.45466155811 rows/sec., 3.19 MiB/sec.
1550 2025.03.11 22:08:00.294971 [ 3 ] {6059c3cc-0b6e-4356-bf46-d10fe8c68e0d} <Debug> TCPHandler: Processed in 0.001863566 sec.
1551 2025.03.11 22:08:00.295103 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1552 2025.03.11 22:08:00.295211 [ 3 ] {addc6917-674e-4e03-b6b1-887833e4baf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1553 2025.03.11 22:08:00.295260 [ 3 ] {addc6917-674e-4e03-b6b1-887833e4baf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1554 2025.03.11 22:08:00.295805 [ 3 ] {addc6917-674e-4e03-b6b1-887833e4baf9} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1555 2025.03.11 22:08:00.295844 [ 3 ] {addc6917-674e-4e03-b6b1-887833e4baf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1556 2025.03.11 22:08:00.296241 [ 3 ] {addc6917-674e-4e03-b6b1-887833e4baf9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1557 2025.03.11 22:08:00.296508 [ 3 ] {addc6917-674e-4e03-b6b1-887833e4baf9} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1558 2025.03.11 22:08:00.296740 [ 3 ] {addc6917-674e-4e03-b6b1-887833e4baf9} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001551 sec., 82527.40167633785 rows/sec., 5.75 MiB/sec.
1559 2025.03.11 22:08:00.296795 [ 3 ] {addc6917-674e-4e03-b6b1-887833e4baf9} <Debug> TCPHandler: Processed in 0.001745365 sec.
1560 2025.03.11 22:08:00.296919 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1561 2025.03.11 22:08:00.297026 [ 3 ] {7202a545-c639-400e-a1b9-47b9c9bee64d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1562 2025.03.11 22:08:00.297073 [ 3 ] {7202a545-c639-400e-a1b9-47b9c9bee64d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1563 2025.03.11 22:08:00.297517 [ 3 ] {7202a545-c639-400e-a1b9-47b9c9bee64d} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1564 2025.03.11 22:08:00.297558 [ 3 ] {7202a545-c639-400e-a1b9-47b9c9bee64d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1565 2025.03.11 22:08:00.297931 [ 3 ] {7202a545-c639-400e-a1b9-47b9c9bee64d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1566 2025.03.11 22:08:00.298180 [ 3 ] {7202a545-c639-400e-a1b9-47b9c9bee64d} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1567 2025.03.11 22:08:00.298435 [ 3 ] {7202a545-c639-400e-a1b9-47b9c9bee64d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001424 sec., 33707.86516853933 rows/sec., 2.27 MiB/sec.
1568 2025.03.11 22:08:00.298581 [ 3 ] {7202a545-c639-400e-a1b9-47b9c9bee64d} <Debug> TCPHandler: Processed in 0.001712044 sec.
1569 2025.03.11 22:08:01.058034 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3294
1570 2025.03.11 22:08:01.058703 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1571 2025.03.11 22:08:01.058749 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1572 2025.03.11 22:08:01.059277 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1573 2025.03.11 22:08:01.059550 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1574 2025.03.11 22:08:01.059771 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294
1575 2025.03.11 22:08:01.255834 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53
1576 2025.03.11 22:08:01.274571 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1577 2025.03.11 22:08:01.274634 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1578 2025.03.11 22:08:01.281963 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
1579 2025.03.11 22:08:01.282772 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1580 2025.03.11 22:08:01.285453 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53
1581 2025.03.11 22:08:02.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.63 MiB, peak 168.21 MiB, free memory in arenas 0.00 B, will set to 165.01 MiB (RSS), difference: 1.38 MiB
1582 2025.03.11 22:08:05.293167 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1583 2025.03.11 22:08:05.293498 [ 3 ] {d983f417-c3d7-42d1-a9be-b8e29f8de979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1584 2025.03.11 22:08:05.293616 [ 3 ] {d983f417-c3d7-42d1-a9be-b8e29f8de979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1585 2025.03.11 22:08:05.294687 [ 3 ] {d983f417-c3d7-42d1-a9be-b8e29f8de979} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1586 2025.03.11 22:08:05.294736 [ 3 ] {d983f417-c3d7-42d1-a9be-b8e29f8de979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1587 2025.03.11 22:08:05.295168 [ 3 ] {d983f417-c3d7-42d1-a9be-b8e29f8de979} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1588 2025.03.11 22:08:05.295418 [ 3 ] {d983f417-c3d7-42d1-a9be-b8e29f8de979} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1589 2025.03.11 22:08:05.295683 [ 3 ] {d983f417-c3d7-42d1-a9be-b8e29f8de979} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002272 sec., 31690.140845070422 rows/sec., 2.56 MiB/sec.
1590 2025.03.11 22:08:05.295872 [ 3 ] {d983f417-c3d7-42d1-a9be-b8e29f8de979} <Debug> TCPHandler: Processed in 0.002891415 sec.
1591 2025.03.11 22:08:05.296024 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1592 2025.03.11 22:08:05.296128 [ 3 ] {d50d28e6-c5db-4e1e-8dfb-61f0a1c0f3b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1593 2025.03.11 22:08:05.296174 [ 3 ] {d50d28e6-c5db-4e1e-8dfb-61f0a1c0f3b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1594 2025.03.11 22:08:05.296828 [ 3 ] {d50d28e6-c5db-4e1e-8dfb-61f0a1c0f3b1} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1595 2025.03.11 22:08:05.296869 [ 3 ] {d50d28e6-c5db-4e1e-8dfb-61f0a1c0f3b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1596 2025.03.11 22:08:05.297214 [ 3 ] {d50d28e6-c5db-4e1e-8dfb-61f0a1c0f3b1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1597 2025.03.11 22:08:05.297458 [ 3 ] {d50d28e6-c5db-4e1e-8dfb-61f0a1c0f3b1} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1598 2025.03.11 22:08:05.297671 [ 3 ] {d50d28e6-c5db-4e1e-8dfb-61f0a1c0f3b1} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001564 sec., 5115.089514066496 rows/sec., 384.63 KiB/sec.
1599 2025.03.11 22:08:05.297724 [ 3 ] {d50d28e6-c5db-4e1e-8dfb-61f0a1c0f3b1} <Debug> TCPHandler: Processed in 0.001751635 sec.
1600 2025.03.11 22:08:05.297850 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1601 2025.03.11 22:08:05.297957 [ 3 ] {582f789c-849c-4eac-8c8a-8cd00de2a9f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1602 2025.03.11 22:08:05.298001 [ 3 ] {582f789c-849c-4eac-8c8a-8cd00de2a9f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1603 2025.03.11 22:08:05.298546 [ 3 ] {582f789c-849c-4eac-8c8a-8cd00de2a9f7} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1604 2025.03.11 22:08:05.298586 [ 3 ] {582f789c-849c-4eac-8c8a-8cd00de2a9f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1605 2025.03.11 22:08:05.298929 [ 3 ] {582f789c-849c-4eac-8c8a-8cd00de2a9f7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1606 2025.03.11 22:08:05.299160 [ 3 ] {582f789c-849c-4eac-8c8a-8cd00de2a9f7} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1607 2025.03.11 22:08:05.299447 [ 3 ] {582f789c-849c-4eac-8c8a-8cd00de2a9f7} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00149 sec., 48322.14765100671 rows/sec., 3.77 MiB/sec.
1608 2025.03.11 22:08:05.299592 [ 3 ] {582f789c-849c-4eac-8c8a-8cd00de2a9f7} <Debug> TCPHandler: Processed in 0.001791816 sec.
1609 2025.03.11 22:08:05.299699 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1610 2025.03.11 22:08:05.299801 [ 3 ] {7fca235f-a4fc-4e86-b323-99a2cc36510a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1611 2025.03.11 22:08:05.299850 [ 3 ] {7fca235f-a4fc-4e86-b323-99a2cc36510a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1612 2025.03.11 22:08:05.300381 [ 3 ] {7fca235f-a4fc-4e86-b323-99a2cc36510a} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1613 2025.03.11 22:08:05.300419 [ 3 ] {7fca235f-a4fc-4e86-b323-99a2cc36510a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1614 2025.03.11 22:08:05.300792 [ 3 ] {7fca235f-a4fc-4e86-b323-99a2cc36510a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1615 2025.03.11 22:08:05.301023 [ 3 ] {7fca235f-a4fc-4e86-b323-99a2cc36510a} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1616 2025.03.11 22:08:05.301228 [ 3 ] {7fca235f-a4fc-4e86-b323-99a2cc36510a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001448 sec., 110497.23756906077 rows/sec., 7.70 MiB/sec.
1617 2025.03.11 22:08:05.301281 [ 3 ] {7fca235f-a4fc-4e86-b323-99a2cc36510a} <Debug> TCPHandler: Processed in 0.001633194 sec.
1618 2025.03.11 22:08:05.301405 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1619 2025.03.11 22:08:05.301512 [ 3 ] {000d16e8-adb4-40e8-9483-9eb91a3bcd08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1620 2025.03.11 22:08:05.301577 [ 3 ] {000d16e8-adb4-40e8-9483-9eb91a3bcd08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1621 2025.03.11 22:08:05.302633 [ 3 ] {000d16e8-adb4-40e8-9483-9eb91a3bcd08} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1622 2025.03.11 22:08:05.302673 [ 3 ] {000d16e8-adb4-40e8-9483-9eb91a3bcd08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1623 2025.03.11 22:08:05.303260 [ 3 ] {000d16e8-adb4-40e8-9483-9eb91a3bcd08} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
1624 2025.03.11 22:08:05.303510 [ 3 ] {000d16e8-adb4-40e8-9483-9eb91a3bcd08} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1625 2025.03.11 22:08:05.303819 [ 3 ] {000d16e8-adb4-40e8-9483-9eb91a3bcd08} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002321 sec., 3446.7901766479963 rows/sec., 6.18 MiB/sec.
1626 2025.03.11 22:08:05.303920 [ 3 ] {000d16e8-adb4-40e8-9483-9eb91a3bcd08} <Debug> TCPHandler: Processed in 0.002565712 sec.
1627 2025.03.11 22:08:05.304055 [ 3 ] {} <Trace> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1628 2025.03.11 22:08:05.304161 [ 3 ] {78f10234-444a-43c2-b3a9-8417f29213cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33090) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1629 2025.03.11 22:08:05.304207 [ 3 ] {78f10234-444a-43c2-b3a9-8417f29213cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1630 2025.03.11 22:08:05.304645 [ 3 ] {78f10234-444a-43c2-b3a9-8417f29213cc} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1631 2025.03.11 22:08:05.304684 [ 3 ] {78f10234-444a-43c2-b3a9-8417f29213cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1632 2025.03.11 22:08:05.305038 [ 3 ] {78f10234-444a-43c2-b3a9-8417f29213cc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1633 2025.03.11 22:08:05.305271 [ 3 ] {78f10234-444a-43c2-b3a9-8417f29213cc} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1634 2025.03.11 22:08:05.305481 [ 3 ] {78f10234-444a-43c2-b3a9-8417f29213cc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001341 sec., 44742.729306487694 rows/sec., 3.02 MiB/sec.
1635 2025.03.11 22:08:05.305531 [ 3 ] {78f10234-444a-43c2-b3a9-8417f29213cc} <Debug> TCPHandler: Processed in 0.001527203 sec.
1636 2025.03.11 22:08:08.458398 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache
1637 2025.03.11 22:08:08.458506 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache
1638 2025.03.11 22:08:08.560012 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3721
1639 2025.03.11 22:08:08.560838 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1640 2025.03.11 22:08:08.560890 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1641 2025.03.11 22:08:08.561876 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 244
1642 2025.03.11 22:08:08.561994 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1643 2025.03.11 22:08:08.562474 [ 3 ] {} <Debug> TCPHandler: Done processing connection.
1644 2025.03.11 22:08:08.562614 [ 3 ] {} <Debug> TCP-Session: 8bfd59b8-93a8-4063-aae0-ff9c93cebd9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db
1645 2025.03.11 22:08:08.562697 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1646 2025.03.11 22:08:08.563213 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721
1647 2025.03.11 22:08:08.565528 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1648 2025.03.11 22:08:08.565583 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1649 2025.03.11 22:08:08.567086 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1650 2025.03.11 22:08:08.567400 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1651 2025.03.11 22:08:08.567940 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 244
1652 2025.03.11 22:08:08.785612 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61
1653 2025.03.11 22:08:08.806948 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1654 2025.03.11 22:08:08.807014 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1655 2025.03.11 22:08:08.814047 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
1656 2025.03.11 22:08:08.814871 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1657 2025.03.11 22:08:08.817791 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61
1658 2025.03.11 22:08:09.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.53 MiB, peak 169.19 MiB, free memory in arenas 0.00 B, will set to 165.66 MiB (RSS), difference: 2.13 MiB
1659 2025.03.11 22:08:10.288560 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1660 2025.03.11 22:08:10.288856 [ 4 ] {c60e2d0a-a0e8-4fba-9c70-52105e724a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) 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)
1661 2025.03.11 22:08:10.289368 [ 4 ] {c60e2d0a-a0e8-4fba-9c70-52105e724a55} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1662 2025.03.11 22:08:10.289426 [ 4 ] {c60e2d0a-a0e8-4fba-9c70-52105e724a55} <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
1663 2025.03.11 22:08:10.289801 [ 4 ] {c60e2d0a-a0e8-4fba-9c70-52105e724a55} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1664 2025.03.11 22:08:10.289886 [ 4 ] {c60e2d0a-a0e8-4fba-9c70-52105e724a55} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1665 2025.03.11 22:08:10.290069 [ 4 ] {c60e2d0a-a0e8-4fba-9c70-52105e724a55} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Key condition: (column 0 notIn 31-element set)
1666 2025.03.11 22:08:10.290212 [ 292 ] {c60e2d0a-a0e8-4fba-9c70-52105e724a55} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1667 2025.03.11 22:08:10.290355 [ 293 ] {c60e2d0a-a0e8-4fba-9c70-52105e724a55} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1668 2025.03.11 22:08:10.290379 [ 290 ] {c60e2d0a-a0e8-4fba-9c70-52105e724a55} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1669 2025.03.11 22:08:10.290528 [ 4 ] {c60e2d0a-a0e8-4fba-9c70-52105e724a55} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (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
1670 2025.03.11 22:08:10.290563 [ 4 ] {c60e2d0a-a0e8-4fba-9c70-52105e724a55} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1671 2025.03.11 22:08:10.294632 [ 4 ] {c60e2d0a-a0e8-4fba-9c70-52105e724a55} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1672 2025.03.11 22:08:10.294665 [ 4 ] {c60e2d0a-a0e8-4fba-9c70-52105e724a55} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Reading approx. 30 rows with 2 streams
1673 2025.03.11 22:08:10.294732 [ 4 ] {c60e2d0a-a0e8-4fba-9c70-52105e724a55} <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'))"
1674 2025.03.11 22:08:10.294782 [ 4 ] {c60e2d0a-a0e8-4fba-9c70-52105e724a55} <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'))"
1675 2025.03.11 22:08:10.296134 [ 4 ] {c60e2d0a-a0e8-4fba-9c70-52105e724a55} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.007416 sec., 4045.3074433656957 rows/sec., 169.61 KiB/sec.
1676 2025.03.11 22:08:10.296284 [ 4 ] {c60e2d0a-a0e8-4fba-9c70-52105e724a55} <Debug> TCPHandler: Processed in 0.007867217 sec.
1677 2025.03.11 22:08:10.296574 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1678 2025.03.11 22:08:10.296749 [ 4 ] {ecc07d64-579f-4a23-866b-3401ff30d972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) 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)
1679 2025.03.11 22:08:10.297065 [ 4 ] {ecc07d64-579f-4a23-866b-3401ff30d972} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1680 2025.03.11 22:08:10.297115 [ 4 ] {ecc07d64-579f-4a23-866b-3401ff30d972} <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
1681 2025.03.11 22:08:10.297603 [ 4 ] {ecc07d64-579f-4a23-866b-3401ff30d972} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1682 2025.03.11 22:08:10.297672 [ 4 ] {ecc07d64-579f-4a23-866b-3401ff30d972} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1683 2025.03.11 22:08:10.297831 [ 4 ] {ecc07d64-579f-4a23-866b-3401ff30d972} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Key condition: (column 0 notIn 32-element set)
1684 2025.03.11 22:08:10.297989 [ 290 ] {ecc07d64-579f-4a23-866b-3401ff30d972} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1685 2025.03.11 22:08:10.298004 [ 293 ] {ecc07d64-579f-4a23-866b-3401ff30d972} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1686 2025.03.11 22:08:10.298021 [ 292 ] {ecc07d64-579f-4a23-866b-3401ff30d972} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1687 2025.03.11 22:08:10.298175 [ 4 ] {ecc07d64-579f-4a23-866b-3401ff30d972} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (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
1688 2025.03.11 22:08:10.298212 [ 4 ] {ecc07d64-579f-4a23-866b-3401ff30d972} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1689 2025.03.11 22:08:10.298302 [ 4 ] {ecc07d64-579f-4a23-866b-3401ff30d972} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1690 2025.03.11 22:08:10.298326 [ 4 ] {ecc07d64-579f-4a23-866b-3401ff30d972} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Reading approx. 30 rows with 2 streams
1691 2025.03.11 22:08:10.298369 [ 4 ] {ecc07d64-579f-4a23-866b-3401ff30d972} <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'))"
1692 2025.03.11 22:08:10.298418 [ 4 ] {ecc07d64-579f-4a23-866b-3401ff30d972} <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'))"
1693 2025.03.11 22:08:10.299574 [ 4 ] {ecc07d64-579f-4a23-866b-3401ff30d972} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.00291 sec., 10309.278350515464 rows/sec., 432.24 KiB/sec.
1694 2025.03.11 22:08:10.299716 [ 4 ] {ecc07d64-579f-4a23-866b-3401ff30d972} <Debug> TCPHandler: Processed in 0.003198117 sec.
1695 2025.03.11 22:08:10.299938 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1696 2025.03.11 22:08:10.300111 [ 4 ] {1f35ec74-9aa5-41bd-ada5-87d0a27d8c6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) 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)
1697 2025.03.11 22:08:10.300416 [ 4 ] {1f35ec74-9aa5-41bd-ada5-87d0a27d8c6f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
1698 2025.03.11 22:08:10.300467 [ 4 ] {1f35ec74-9aa5-41bd-ada5-87d0a27d8c6f} <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
1699 2025.03.11 22:08:10.300780 [ 4 ] {1f35ec74-9aa5-41bd-ada5-87d0a27d8c6f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1700 2025.03.11 22:08:10.300848 [ 4 ] {1f35ec74-9aa5-41bd-ada5-87d0a27d8c6f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
1701 2025.03.11 22:08:10.300993 [ 4 ] {1f35ec74-9aa5-41bd-ada5-87d0a27d8c6f} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Key condition: (column 0 notIn 33-element set)
1702 2025.03.11 22:08:10.301159 [ 293 ] {1f35ec74-9aa5-41bd-ada5-87d0a27d8c6f} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
1703 2025.03.11 22:08:10.301182 [ 290 ] {1f35ec74-9aa5-41bd-ada5-87d0a27d8c6f} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
1704 2025.03.11 22:08:10.301176 [ 292 ] {1f35ec74-9aa5-41bd-ada5-87d0a27d8c6f} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
1705 2025.03.11 22:08:10.301315 [ 4 ] {1f35ec74-9aa5-41bd-ada5-87d0a27d8c6f} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (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
1706 2025.03.11 22:08:10.301344 [ 4 ] {1f35ec74-9aa5-41bd-ada5-87d0a27d8c6f} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Spreading mark ranges among streams (default reading)
1707 2025.03.11 22:08:10.301429 [ 4 ] {1f35ec74-9aa5-41bd-ada5-87d0a27d8c6f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
1708 2025.03.11 22:08:10.301449 [ 4 ] {1f35ec74-9aa5-41bd-ada5-87d0a27d8c6f} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Reading approx. 30 rows with 2 streams
1709 2025.03.11 22:08:10.301489 [ 4 ] {1f35ec74-9aa5-41bd-ada5-87d0a27d8c6f} <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'))"
1710 2025.03.11 22:08:10.301534 [ 4 ] {1f35ec74-9aa5-41bd-ada5-87d0a27d8c6f} <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'))"
1711 2025.03.11 22:08:10.302617 [ 4 ] {1f35ec74-9aa5-41bd-ada5-87d0a27d8c6f} <Debug> executeQuery: Read 30 rows, 1.26 KiB in 0.002595 sec., 11560.693641618496 rows/sec., 484.71 KiB/sec.
1712 2025.03.11 22:08:10.302741 [ 4 ] {1f35ec74-9aa5-41bd-ada5-87d0a27d8c6f} <Debug> TCPHandler: Processed in 0.002868684 sec.
1713 2025.03.11 22:08:10.309859 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1714 2025.03.11 22:08:10.309981 [ 4 ] {f9cc7ebd-a6d5-409d-a683-b1a7655a2de0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
1715 2025.03.11 22:08:10.310032 [ 4 ] {f9cc7ebd-a6d5-409d-a683-b1a7655a2de0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
1716 2025.03.11 22:08:10.310722 [ 4 ] {f9cc7ebd-a6d5-409d-a683-b1a7655a2de0} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1717 2025.03.11 22:08:10.310765 [ 4 ] {f9cc7ebd-a6d5-409d-a683-b1a7655a2de0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1718 2025.03.11 22:08:10.311256 [ 4 ] {f9cc7ebd-a6d5-409d-a683-b1a7655a2de0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1719 2025.03.11 22:08:10.311484 [ 4 ] {f9cc7ebd-a6d5-409d-a683-b1a7655a2de0} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1720 2025.03.11 22:08:10.311752 [ 4 ] {f9cc7ebd-a6d5-409d-a683-b1a7655a2de0} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001801 sec., 1665.7412548584118 rows/sec., 151.83 KiB/sec.
1721 2025.03.11 22:08:10.312091 [ 4 ] {f9cc7ebd-a6d5-409d-a683-b1a7655a2de0} <Debug> TCPHandler: Processed in 0.00228706 sec.
1722 2025.03.11 22:08:10.312200 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1723 2025.03.11 22:08:10.312301 [ 4 ] {8393f82c-e66f-4f5e-8612-933c25ee6938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1724 2025.03.11 22:08:10.312346 [ 4 ] {8393f82c-e66f-4f5e-8612-933c25ee6938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1725 2025.03.11 22:08:10.312945 [ 4 ] {8393f82c-e66f-4f5e-8612-933c25ee6938} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1726 2025.03.11 22:08:10.312983 [ 4 ] {8393f82c-e66f-4f5e-8612-933c25ee6938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1727 2025.03.11 22:08:10.313347 [ 4 ] {8393f82c-e66f-4f5e-8612-933c25ee6938} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1728 2025.03.11 22:08:10.313591 [ 4 ] {8393f82c-e66f-4f5e-8612-933c25ee6938} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1729 2025.03.11 22:08:10.313745 [ 55 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
1730 2025.03.11 22:08:10.313810 [ 55 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1731 2025.03.11 22:08:10.313848 [ 4 ] {8393f82c-e66f-4f5e-8612-933c25ee6938} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001553 sec., 70830.65035415326 rows/sec., 5.94 MiB/sec.
1732 2025.03.11 22:08:10.313855 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1733 2025.03.11 22:08:10.313998 [ 4 ] {8393f82c-e66f-4f5e-8612-933c25ee6938} <Debug> TCPHandler: Processed in 0.001847166 sec.
1734 2025.03.11 22:08:10.314068 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full
1735 2025.03.11 22:08:10.314125 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1736 2025.03.11 22:08:10.314199 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1737 2025.03.11 22:08:10.314247 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 56 rows starting from the beginning of the part
1738 2025.03.11 22:08:10.314250 [ 4 ] {13c4caea-19e7-4f96-940d-a4dd96a6b479} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1739 2025.03.11 22:08:10.314327 [ 4 ] {13c4caea-19e7-4f96-940d-a4dd96a6b479} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1740 2025.03.11 22:08:10.314429 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part
1741 2025.03.11 22:08:10.314894 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1316 rows starting from the beginning of the part
1742 2025.03.11 22:08:10.315143 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part
1743 2025.03.11 22:08:10.315511 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 72 rows starting from the beginning of the part
1744 2025.03.11 22:08:10.315723 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 110 rows starting from the beginning of the part
1745 2025.03.11 22:08:10.316541 [ 4 ] {13c4caea-19e7-4f96-940d-a4dd96a6b479} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1746 2025.03.11 22:08:10.316587 [ 4 ] {13c4caea-19e7-4f96-940d-a4dd96a6b479} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1747 2025.03.11 22:08:10.317139 [ 4 ] {13c4caea-19e7-4f96-940d-a4dd96a6b479} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1748 2025.03.11 22:08:10.317427 [ 4 ] {13c4caea-19e7-4f96-940d-a4dd96a6b479} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): 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.11 22:08:10.317646 [ 187 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1682 rows, containing 5 columns (5 merged, 0 gathered) in 0.003631261 sec., 463199.9737832119 rows/sec., 39.97 MiB/sec.
1750 2025.03.11 22:08:10.317797 [ 4 ] {13c4caea-19e7-4f96-940d-a4dd96a6b479} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.003578 sec., 7546.1151481274455 rows/sec., 567.43 KiB/sec.
1751 2025.03.11 22:08:10.317922 [ 4 ] {13c4caea-19e7-4f96-940d-a4dd96a6b479} <Debug> TCPHandler: Processed in 0.003849603 sec.
1752 2025.03.11 22:08:10.318012 [ 187 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
1753 2025.03.11 22:08:10.318078 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1754 2025.03.11 22:08:10.318246 [ 4 ] {65c65738-3500-43f1-9ef4-1aae830b2183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1755 2025.03.11 22:08:10.318329 [ 4 ] {65c65738-3500-43f1-9ef4-1aae830b2183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1756 2025.03.11 22:08:10.318531 [ 187 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_10_2} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1757 2025.03.11 22:08:10.318761 [ 187 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_10_2} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
1758 2025.03.11 22:08:10.318966 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB.
1759 2025.03.11 22:08:10.319361 [ 4 ] {65c65738-3500-43f1-9ef4-1aae830b2183} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1760 2025.03.11 22:08:10.319405 [ 4 ] {65c65738-3500-43f1-9ef4-1aae830b2183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1761 2025.03.11 22:08:10.319763 [ 4 ] {65c65738-3500-43f1-9ef4-1aae830b2183} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1762 2025.03.11 22:08:10.320005 [ 4 ] {65c65738-3500-43f1-9ef4-1aae830b2183} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1763 2025.03.11 22:08:10.320158 [ 55 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0
1764 2025.03.11 22:08:10.320216 [ 55 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1765 2025.03.11 22:08:10.320255 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1766 2025.03.11 22:08:10.320261 [ 4 ] {65c65738-3500-43f1-9ef4-1aae830b2183} <Debug> executeQuery: Read 109 rows, 8.72 KiB in 0.002052 sec., 53118.90838206628 rows/sec., 4.15 MiB/sec.
1767 2025.03.11 22:08:10.320844 [ 4 ] {65c65738-3500-43f1-9ef4-1aae830b2183} <Debug> TCPHandler: Processed in 0.002826564 sec.
1768 2025.03.11 22:08:10.321004 [ 193 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full
1769 2025.03.11 22:08:10.321290 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1770 2025.03.11 22:08:10.321365 [ 193 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1771 2025.03.11 22:08:10.321452 [ 193 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 64 rows starting from the beginning of the part
1772 2025.03.11 22:08:10.321479 [ 4 ] {1359f341-8bed-493e-9b95-ae72428810ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1773 2025.03.11 22:08:10.321632 [ 4 ] {1359f341-8bed-493e-9b95-ae72428810ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1774 2025.03.11 22:08:10.321759 [ 193 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part
1775 2025.03.11 22:08:10.322108 [ 193 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 556 rows starting from the beginning of the part
1776 2025.03.11 22:08:10.322483 [ 193 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part
1777 2025.03.11 22:08:10.322838 [ 193 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 72 rows starting from the beginning of the part
1778 2025.03.11 22:08:10.323154 [ 193 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 109 rows starting from the beginning of the part
1779 2025.03.11 22:08:10.324407 [ 4 ] {1359f341-8bed-493e-9b95-ae72428810ad} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1780 2025.03.11 22:08:10.324473 [ 4 ] {1359f341-8bed-493e-9b95-ae72428810ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1781 2025.03.11 22:08:10.325618 [ 4 ] {1359f341-8bed-493e-9b95-ae72428810ad} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1782 2025.03.11 22:08:10.326048 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 937 rows, containing 5 columns (5 merged, 0 gathered) in 0.005685009 sec., 164819.4400395848 rows/sec., 13.19 MiB/sec.
1783 2025.03.11 22:08:10.326109 [ 4 ] {1359f341-8bed-493e-9b95-ae72428810ad} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1784 2025.03.11 22:08:10.326308 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
1785 2025.03.11 22:08:10.326831 [ 4 ] {1359f341-8bed-493e-9b95-ae72428810ad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005365 sec., 29822.926374650513 rows/sec., 2.08 MiB/sec.
1786 2025.03.11 22:08:10.327275 [ 4 ] {1359f341-8bed-493e-9b95-ae72428810ad} <Debug> TCPHandler: Processed in 0.006079092 sec.
1787 2025.03.11 22:08:10.327390 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_10_2} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1788 2025.03.11 22:08:10.327416 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1789 2025.03.11 22:08:10.327471 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_10_2} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2
1790 2025.03.11 22:08:10.327550 [ 4 ] {86e151f6-9352-473b-a717-63a070a87f30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1791 2025.03.11 22:08:10.327566 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
1792 2025.03.11 22:08:10.327625 [ 4 ] {86e151f6-9352-473b-a717-63a070a87f30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1793 2025.03.11 22:08:10.328727 [ 4 ] {86e151f6-9352-473b-a717-63a070a87f30} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1794 2025.03.11 22:08:10.328765 [ 4 ] {86e151f6-9352-473b-a717-63a070a87f30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1795 2025.03.11 22:08:10.329392 [ 4 ] {86e151f6-9352-473b-a717-63a070a87f30} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
1796 2025.03.11 22:08:10.329662 [ 4 ] {86e151f6-9352-473b-a717-63a070a87f30} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1797 2025.03.11 22:08:10.329902 [ 4 ] {86e151f6-9352-473b-a717-63a070a87f30} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002395 sec., 11273.48643006263 rows/sec., 20.20 MiB/sec.
1798 2025.03.11 22:08:10.329995 [ 4 ] {86e151f6-9352-473b-a717-63a070a87f30} <Debug> TCPHandler: Processed in 0.002636812 sec.
1799 2025.03.11 22:08:10.330126 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1800 2025.03.11 22:08:10.330230 [ 4 ] {b1ed913c-5553-46fa-b73b-fb97fff158e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete)
1801 2025.03.11 22:08:10.330275 [ 4 ] {b1ed913c-5553-46fa-b73b-fb97fff158e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64
1802 2025.03.11 22:08:10.330706 [ 4 ] {b1ed913c-5553-46fa-b73b-fb97fff158e2} <Trace> oximeter.measurements_i64 (a686026f-f1a2-4f22-9588-6f8d7c325e5d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1803 2025.03.11 22:08:10.330745 [ 4 ] {b1ed913c-5553-46fa-b73b-fb97fff158e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1804 2025.03.11 22:08:10.331112 [ 4 ] {b1ed913c-5553-46fa-b73b-fb97fff158e2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
1805 2025.03.11 22:08:10.331343 [ 4 ] {b1ed913c-5553-46fa-b73b-fb97fff158e2} <Trace> oximeter.measurements_i64 (a686026f-f1a2-4f22-9588-6f8d7c325e5d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1806 2025.03.11 22:08:10.331612 [ 4 ] {b1ed913c-5553-46fa-b73b-fb97fff158e2} <Debug> executeQuery: Read 27 rows, 1.99 KiB in 0.001389 sec., 19438.444924406045 rows/sec., 1.40 MiB/sec.
1807 2025.03.11 22:08:10.331801 [ 4 ] {b1ed913c-5553-46fa-b73b-fb97fff158e2} <Debug> TCPHandler: Processed in 0.001726225 sec.
1808 2025.03.11 22:08:10.331909 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1809 2025.03.11 22:08:10.332011 [ 4 ] {8230b9bd-61bb-424e-a041-e0f55bd93d1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1810 2025.03.11 22:08:10.332055 [ 4 ] {8230b9bd-61bb-424e-a041-e0f55bd93d1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1811 2025.03.11 22:08:10.332502 [ 4 ] {8230b9bd-61bb-424e-a041-e0f55bd93d1b} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1812 2025.03.11 22:08:10.332541 [ 4 ] {8230b9bd-61bb-424e-a041-e0f55bd93d1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.24 GiB.
1813 2025.03.11 22:08:10.332894 [ 4 ] {8230b9bd-61bb-424e-a041-e0f55bd93d1b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
1814 2025.03.11 22:08:10.333130 [ 4 ] {8230b9bd-61bb-424e-a041-e0f55bd93d1b} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1815 2025.03.11 22:08:10.333340 [ 4 ] {8230b9bd-61bb-424e-a041-e0f55bd93d1b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001351 sec., 44411.54700222058 rows/sec., 2.99 MiB/sec.
1816 2025.03.11 22:08:10.333391 [ 4 ] {8230b9bd-61bb-424e-a041-e0f55bd93d1b} <Debug> TCPHandler: Processed in 0.001531423 sec.
1817 2025.03.11 22:08:15.292766 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1818 2025.03.11 22:08:15.293001 [ 4 ] {7e5353d9-999d-498b-90ea-59af10f7ab36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1819 2025.03.11 22:08:15.293082 [ 4 ] {7e5353d9-999d-498b-90ea-59af10f7ab36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1820 2025.03.11 22:08:15.293931 [ 4 ] {7e5353d9-999d-498b-90ea-59af10f7ab36} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1821 2025.03.11 22:08:15.293982 [ 4 ] {7e5353d9-999d-498b-90ea-59af10f7ab36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
1822 2025.03.11 22:08:15.294437 [ 4 ] {7e5353d9-999d-498b-90ea-59af10f7ab36} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1823 2025.03.11 22:08:15.294689 [ 4 ] {7e5353d9-999d-498b-90ea-59af10f7ab36} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): 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.11 22:08:15.294925 [ 4 ] {7e5353d9-999d-498b-90ea-59af10f7ab36} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001985 sec., 36272.04030226701 rows/sec., 2.93 MiB/sec.
1825 2025.03.11 22:08:15.294983 [ 4 ] {7e5353d9-999d-498b-90ea-59af10f7ab36} <Debug> TCPHandler: Processed in 0.00236078 sec.
1826 2025.03.11 22:08:15.295109 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1827 2025.03.11 22:08:15.295216 [ 4 ] {c060dce4-c09a-4701-8ee0-27f8dec9defe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1828 2025.03.11 22:08:15.295261 [ 4 ] {c060dce4-c09a-4701-8ee0-27f8dec9defe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1829 2025.03.11 22:08:15.295796 [ 4 ] {c060dce4-c09a-4701-8ee0-27f8dec9defe} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1830 2025.03.11 22:08:15.295860 [ 4 ] {c060dce4-c09a-4701-8ee0-27f8dec9defe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
1831 2025.03.11 22:08:15.296209 [ 4 ] {c060dce4-c09a-4701-8ee0-27f8dec9defe} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1832 2025.03.11 22:08:15.296444 [ 4 ] {c060dce4-c09a-4701-8ee0-27f8dec9defe} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1833 2025.03.11 22:08:15.296657 [ 4 ] {c060dce4-c09a-4701-8ee0-27f8dec9defe} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001463 sec., 5468.2159945317835 rows/sec., 411.18 KiB/sec.
1834 2025.03.11 22:08:15.296710 [ 4 ] {c060dce4-c09a-4701-8ee0-27f8dec9defe} <Debug> TCPHandler: Processed in 0.001652844 sec.
1835 2025.03.11 22:08:15.296817 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1836 2025.03.11 22:08:15.296919 [ 4 ] {36178b51-0e38-42d3-aea0-46f5760dc3a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1837 2025.03.11 22:08:15.296963 [ 4 ] {36178b51-0e38-42d3-aea0-46f5760dc3a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1838 2025.03.11 22:08:15.297621 [ 4 ] {36178b51-0e38-42d3-aea0-46f5760dc3a3} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1839 2025.03.11 22:08:15.297660 [ 4 ] {36178b51-0e38-42d3-aea0-46f5760dc3a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
1840 2025.03.11 22:08:15.298017 [ 4 ] {36178b51-0e38-42d3-aea0-46f5760dc3a3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1841 2025.03.11 22:08:15.298257 [ 4 ] {36178b51-0e38-42d3-aea0-46f5760dc3a3} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1842 2025.03.11 22:08:15.298471 [ 4 ] {36178b51-0e38-42d3-aea0-46f5760dc3a3} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001574 sec., 45743.329097839895 rows/sec., 3.57 MiB/sec.
1843 2025.03.11 22:08:15.298523 [ 4 ] {36178b51-0e38-42d3-aea0-46f5760dc3a3} <Debug> TCPHandler: Processed in 0.001758844 sec.
1844 2025.03.11 22:08:15.298640 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1845 2025.03.11 22:08:15.298747 [ 4 ] {fde714cb-e5d5-487b-9bb4-1886a2c27fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1846 2025.03.11 22:08:15.298794 [ 4 ] {fde714cb-e5d5-487b-9bb4-1886a2c27fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1847 2025.03.11 22:08:15.299319 [ 4 ] {fde714cb-e5d5-487b-9bb4-1886a2c27fef} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1848 2025.03.11 22:08:15.299357 [ 4 ] {fde714cb-e5d5-487b-9bb4-1886a2c27fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
1849 2025.03.11 22:08:15.299760 [ 4 ] {fde714cb-e5d5-487b-9bb4-1886a2c27fef} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1850 2025.03.11 22:08:15.299993 [ 4 ] {fde714cb-e5d5-487b-9bb4-1886a2c27fef} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1851 2025.03.11 22:08:15.300161 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1852 2025.03.11 22:08:15.300229 [ 4 ] {fde714cb-e5d5-487b-9bb4-1886a2c27fef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0015 sec., 106666.66666666667 rows/sec., 7.43 MiB/sec.
1853 2025.03.11 22:08:15.300236 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1854 2025.03.11 22:08:15.300306 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
1855 2025.03.11 22:08:15.300359 [ 4 ] {fde714cb-e5d5-487b-9bb4-1886a2c27fef} <Debug> TCPHandler: Processed in 0.001770025 sec.
1856 2025.03.11 22:08:15.300569 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1857 2025.03.11 22:08:15.300580 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
1858 2025.03.11 22:08:15.300761 [ 4 ] {63e21cab-0b13-4917-9926-62a8081c1882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1859 2025.03.11 22:08:15.300964 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1860 2025.03.11 22:08:15.300977 [ 4 ] {63e21cab-0b13-4917-9926-62a8081c1882} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1861 2025.03.11 22:08:15.301069 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
1862 2025.03.11 22:08:15.301460 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2630 rows starting from the beginning of the part
1863 2025.03.11 22:08:15.301880 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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.11 22:08:15.302315 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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.11 22:08:15.302683 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
1866 2025.03.11 22:08:15.303046 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
1867 2025.03.11 22:08:15.306431 [ 4 ] {63e21cab-0b13-4917-9926-62a8081c1882} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1868 2025.03.11 22:08:15.306492 [ 4 ] {63e21cab-0b13-4917-9926-62a8081c1882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
1869 2025.03.11 22:08:15.307241 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4166 rows, containing 5 columns (5 merged, 0 gathered) in 0.006801108 sec., 612547.2496540269 rows/sec., 41.94 MiB/sec.
1870 2025.03.11 22:08:15.307601 [ 4 ] {63e21cab-0b13-4917-9926-62a8081c1882} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
1871 2025.03.11 22:08:15.307911 [ 193 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1872 2025.03.11 22:08:15.308006 [ 4 ] {63e21cab-0b13-4917-9926-62a8081c1882} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1873 2025.03.11 22:08:15.308553 [ 4 ] {63e21cab-0b13-4917-9926-62a8081c1882} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007827 sec., 1022.10297687492 rows/sec., 1.83 MiB/sec.
1874 2025.03.11 22:08:15.308862 [ 4 ] {63e21cab-0b13-4917-9926-62a8081c1882} <Debug> TCPHandler: Processed in 0.008370881 sec.
1875 2025.03.11 22:08:15.308900 [ 193 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1876 2025.03.11 22:08:15.309075 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1877 2025.03.11 22:08:15.309080 [ 193 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1878 2025.03.11 22:08:15.309279 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB.
1879 2025.03.11 22:08:15.309289 [ 4 ] {61336d8f-33cc-4e51-8d8c-12e047b1f6f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
1880 2025.03.11 22:08:15.309351 [ 4 ] {61336d8f-33cc-4e51-8d8c-12e047b1f6f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
1881 2025.03.11 22:08:15.309816 [ 4 ] {61336d8f-33cc-4e51-8d8c-12e047b1f6f8} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1882 2025.03.11 22:08:15.309854 [ 4 ] {61336d8f-33cc-4e51-8d8c-12e047b1f6f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
1883 2025.03.11 22:08:15.310218 [ 4 ] {61336d8f-33cc-4e51-8d8c-12e047b1f6f8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
1884 2025.03.11 22:08:15.310456 [ 4 ] {61336d8f-33cc-4e51-8d8c-12e047b1f6f8} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1885 2025.03.11 22:08:15.310613 [ 50 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
1886 2025.03.11 22:08:15.310671 [ 50 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1887 2025.03.11 22:08:15.310703 [ 4 ] {61336d8f-33cc-4e51-8d8c-12e047b1f6f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec.
1888 2025.03.11 22:08:15.310709 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
1889 2025.03.11 22:08:15.310850 [ 4 ] {61336d8f-33cc-4e51-8d8c-12e047b1f6f8} <Debug> TCPHandler: Processed in 0.001841816 sec.
1890 2025.03.11 22:08:15.310968 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
1891 2025.03.11 22:08:15.311092 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1892 2025.03.11 22:08:15.311132 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
1893 2025.03.11 22:08:15.311260 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
1894 2025.03.11 22:08:15.311470 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
1895 2025.03.11 22:08:15.311614 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
1896 2025.03.11 22:08:15.311756 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
1897 2025.03.11 22:08:15.311877 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
1898 2025.03.11 22:08:15.313020 [ 193 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 4 columns (4 merged, 0 gathered) in 0.002157638 sec., 272520.2281383624 rows/sec., 18.37 MiB/sec.
1899 2025.03.11 22:08:15.313167 [ 193 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
1900 2025.03.11 22:08:15.313473 [ 193 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_11_2} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1901 2025.03.11 22:08:15.313567 [ 193 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_11_2} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
1902 2025.03.11 22:08:15.313631 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB.
1903 2025.03.11 22:08:16.063394 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4209
1904 2025.03.11 22:08:16.064088 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1905 2025.03.11 22:08:16.064131 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
1906 2025.03.11 22:08:16.064720 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1907 2025.03.11 22:08:16.064976 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): 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.11 22:08:16.065209 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209
1909 2025.03.11 22:08:16.317938 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68
1910 2025.03.11 22:08:16.337309 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1911 2025.03.11 22:08:16.337358 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
1912 2025.03.11 22:08:16.344764 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
1913 2025.03.11 22:08:16.345618 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1914 2025.03.11 22:08:16.348688 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68
1915 2025.03.11 22:08:18.568189 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 278
1916 2025.03.11 22:08:18.571429 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1917 2025.03.11 22:08:18.571481 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
1918 2025.03.11 22:08:18.572969 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1919 2025.03.11 22:08:18.573268 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1920 2025.03.11 22:08:18.573473 [ 46 ] {} <Debug> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1921 2025.03.11 22:08:18.573610 [ 46 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1922 2025.03.11 22:08:18.573679 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
1923 2025.03.11 22:08:18.574556 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::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
1924 2025.03.11 22:08:18.575159 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 278
1925 2025.03.11 22:08:18.575639 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1926 2025.03.11 22:08:18.575804 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::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
1927 2025.03.11 22:08:18.576289 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::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
1928 2025.03.11 22:08:18.576770 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part
1929 2025.03.11 22:08:18.577237 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part
1930 2025.03.11 22:08:18.577701 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part
1931 2025.03.11 22:08:18.578149 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::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
1932 2025.03.11 22:08:18.587713 [ 195 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 278 rows, containing 72 columns (72 merged, 0 gathered) in 0.013841548 sec., 20084.458761404432 rows/sec., 20.39 MiB/sec.
1933 2025.03.11 22:08:18.588791 [ 198 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1934 2025.03.11 22:08:18.589612 [ 198 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_6_1} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1935 2025.03.11 22:08:18.589707 [ 198 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_6_1} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1936 2025.03.11 22:08:18.590026 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.62 MiB.
1937 2025.03.11 22:08:20.293726 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1938 2025.03.11 22:08:20.293920 [ 4 ] {03db0405-4529-4b65-b258-51aa89d842b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
1939 2025.03.11 22:08:20.293995 [ 4 ] {03db0405-4529-4b65-b258-51aa89d842b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
1940 2025.03.11 22:08:20.294893 [ 4 ] {03db0405-4529-4b65-b258-51aa89d842b4} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1941 2025.03.11 22:08:20.294943 [ 4 ] {03db0405-4529-4b65-b258-51aa89d842b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
1942 2025.03.11 22:08:20.295386 [ 4 ] {03db0405-4529-4b65-b258-51aa89d842b4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1943 2025.03.11 22:08:20.295645 [ 4 ] {03db0405-4529-4b65-b258-51aa89d842b4} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1944 2025.03.11 22:08:20.295848 [ 4 ] {03db0405-4529-4b65-b258-51aa89d842b4} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001966 sec., 55951.16988809766 rows/sec., 4.69 MiB/sec.
1945 2025.03.11 22:08:20.295904 [ 4 ] {03db0405-4529-4b65-b258-51aa89d842b4} <Debug> TCPHandler: Processed in 0.002318319 sec.
1946 2025.03.11 22:08:20.296035 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1947 2025.03.11 22:08:20.296142 [ 4 ] {131ec8dd-add3-4cff-a24b-a03a51ded7fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
1948 2025.03.11 22:08:20.296187 [ 4 ] {131ec8dd-add3-4cff-a24b-a03a51ded7fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
1949 2025.03.11 22:08:20.296717 [ 4 ] {131ec8dd-add3-4cff-a24b-a03a51ded7fe} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1950 2025.03.11 22:08:20.296753 [ 4 ] {131ec8dd-add3-4cff-a24b-a03a51ded7fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
1951 2025.03.11 22:08:20.297093 [ 4 ] {131ec8dd-add3-4cff-a24b-a03a51ded7fe} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
1952 2025.03.11 22:08:20.297320 [ 4 ] {131ec8dd-add3-4cff-a24b-a03a51ded7fe} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1953 2025.03.11 22:08:20.297435 [ 44 ] {} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
1954 2025.03.11 22:08:20.297479 [ 44 ] {} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1955 2025.03.11 22:08:20.297502 [ 4 ] {131ec8dd-add3-4cff-a24b-a03a51ded7fe} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001382 sec., 19536.903039073808 rows/sec., 1.43 MiB/sec.
1956 2025.03.11 22:08:20.297505 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
1957 2025.03.11 22:08:20.297594 [ 4 ] {131ec8dd-add3-4cff-a24b-a03a51ded7fe} <Debug> TCPHandler: Processed in 0.001606704 sec.
1958 2025.03.11 22:08:20.297795 [ 195 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
1959 2025.03.11 22:08:20.297816 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1960 2025.03.11 22:08:20.298038 [ 4 ] {34b0649e-71b6-4b37-9212-7f99bf8eef8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
1961 2025.03.11 22:08:20.298099 [ 195 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
1962 2025.03.11 22:08:20.298122 [ 4 ] {34b0649e-71b6-4b37-9212-7f99bf8eef8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
1963 2025.03.11 22:08:20.298179 [ 195 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
1964 2025.03.11 22:08:20.298430 [ 195 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part
1965 2025.03.11 22:08:20.298895 [ 195 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
1966 2025.03.11 22:08:20.299400 [ 195 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 27 rows starting from the beginning of the part
1967 2025.03.11 22:08:20.299801 [ 195 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part
1968 2025.03.11 22:08:20.300141 [ 195 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 27 rows starting from the beginning of the part
1969 2025.03.11 22:08:20.301223 [ 4 ] {34b0649e-71b6-4b37-9212-7f99bf8eef8b} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1970 2025.03.11 22:08:20.301295 [ 4 ] {34b0649e-71b6-4b37-9212-7f99bf8eef8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
1971 2025.03.11 22:08:20.302300 [ 4 ] {34b0649e-71b6-4b37-9212-7f99bf8eef8b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1972 2025.03.11 22:08:20.302889 [ 4 ] {34b0649e-71b6-4b37-9212-7f99bf8eef8b} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1973 2025.03.11 22:08:20.302890 [ 198 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 5 columns (5 merged, 0 gathered) in 0.005255275 sec., 17125.64994220093 rows/sec., 1.33 MiB/sec.
1974 2025.03.11 22:08:20.303265 [ 198 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
1975 2025.03.11 22:08:20.303325 [ 4 ] {34b0649e-71b6-4b37-9212-7f99bf8eef8b} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005334 sec., 17060.36745406824 rows/sec., 1.33 MiB/sec.
1976 2025.03.11 22:08:20.303673 [ 4 ] {34b0649e-71b6-4b37-9212-7f99bf8eef8b} <Debug> TCPHandler: Processed in 0.005913981 sec.
1977 2025.03.11 22:08:20.303893 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1978 2025.03.11 22:08:20.304059 [ 4 ] {0b275c82-c84d-4228-b665-29baa9df3172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
1979 2025.03.11 22:08:20.304067 [ 198 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_6_1} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1980 2025.03.11 22:08:20.304178 [ 4 ] {0b275c82-c84d-4228-b665-29baa9df3172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
1981 2025.03.11 22:08:20.304440 [ 198 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_6_1} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
1982 2025.03.11 22:08:20.304731 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
1983 2025.03.11 22:08:20.305237 [ 4 ] {0b275c82-c84d-4228-b665-29baa9df3172} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1984 2025.03.11 22:08:20.305278 [ 4 ] {0b275c82-c84d-4228-b665-29baa9df3172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
1985 2025.03.11 22:08:20.305662 [ 4 ] {0b275c82-c84d-4228-b665-29baa9df3172} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
1986 2025.03.11 22:08:20.305902 [ 4 ] {0b275c82-c84d-4228-b665-29baa9df3172} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1987 2025.03.11 22:08:20.306087 [ 4 ] {0b275c82-c84d-4228-b665-29baa9df3172} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002079 sec., 76960.07696007696 rows/sec., 5.36 MiB/sec.
1988 2025.03.11 22:08:20.306139 [ 4 ] {0b275c82-c84d-4228-b665-29baa9df3172} <Debug> TCPHandler: Processed in 0.00230642 sec.
1989 2025.03.11 22:08:20.306258 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1990 2025.03.11 22:08:20.306363 [ 4 ] {ca38b7d0-e60c-48c0-8d7b-471271546d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
1991 2025.03.11 22:08:20.306429 [ 4 ] {ca38b7d0-e60c-48c0-8d7b-471271546d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
1992 2025.03.11 22:08:20.307513 [ 4 ] {ca38b7d0-e60c-48c0-8d7b-471271546d04} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
1993 2025.03.11 22:08:20.307550 [ 4 ] {ca38b7d0-e60c-48c0-8d7b-471271546d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
1994 2025.03.11 22:08:20.308163 [ 4 ] {ca38b7d0-e60c-48c0-8d7b-471271546d04} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
1995 2025.03.11 22:08:20.308414 [ 4 ] {ca38b7d0-e60c-48c0-8d7b-471271546d04} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
1996 2025.03.11 22:08:20.308607 [ 4 ] {ca38b7d0-e60c-48c0-8d7b-471271546d04} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002266 sec., 11915.269196822595 rows/sec., 21.35 MiB/sec.
1997 2025.03.11 22:08:20.308698 [ 4 ] {ca38b7d0-e60c-48c0-8d7b-471271546d04} <Debug> TCPHandler: Processed in 0.002491582 sec.
1998 2025.03.11 22:08:20.308810 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
1999 2025.03.11 22:08:20.308913 [ 4 ] {c5e3c951-8840-4b79-ac8d-b769d96261ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2000 2025.03.11 22:08:20.308958 [ 4 ] {c5e3c951-8840-4b79-ac8d-b769d96261ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2001 2025.03.11 22:08:20.309417 [ 4 ] {c5e3c951-8840-4b79-ac8d-b769d96261ab} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2002 2025.03.11 22:08:20.309453 [ 4 ] {c5e3c951-8840-4b79-ac8d-b769d96261ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2003 2025.03.11 22:08:20.309801 [ 4 ] {c5e3c951-8840-4b79-ac8d-b769d96261ab} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2004 2025.03.11 22:08:20.310031 [ 4 ] {c5e3c951-8840-4b79-ac8d-b769d96261ab} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2005 2025.03.11 22:08:20.310283 [ 4 ] {c5e3c951-8840-4b79-ac8d-b769d96261ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec.
2006 2025.03.11 22:08:20.310434 [ 4 ] {c5e3c951-8840-4b79-ac8d-b769d96261ab} <Debug> TCPHandler: Processed in 0.001672345 sec.
2007 2025.03.11 22:08:23.458568 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache
2008 2025.03.11 22:08:23.458668 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache
2009 2025.03.11 22:08:23.565459 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4636
2010 2025.03.11 22:08:23.566172 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2011 2025.03.11 22:08:23.566222 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2012 2025.03.11 22:08:23.566774 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2013 2025.03.11 22:08:23.567043 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2014 2025.03.11 22:08:23.567301 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636
2015 2025.03.11 22:08:23.848860 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76
2016 2025.03.11 22:08:23.869582 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2017 2025.03.11 22:08:23.869645 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2018 2025.03.11 22:08:23.876685 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2019 2025.03.11 22:08:23.877779 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2020 2025.03.11 22:08:23.880446 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76
2021 2025.03.11 22:08:25.292943 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2022 2025.03.11 22:08:25.293154 [ 4 ] {9b8be432-c216-48b5-b58c-7a4cf0baccc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2023 2025.03.11 22:08:25.293234 [ 4 ] {9b8be432-c216-48b5-b58c-7a4cf0baccc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2024 2025.03.11 22:08:25.294085 [ 4 ] {9b8be432-c216-48b5-b58c-7a4cf0baccc5} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2025 2025.03.11 22:08:25.294134 [ 4 ] {9b8be432-c216-48b5-b58c-7a4cf0baccc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2026 2025.03.11 22:08:25.294573 [ 4 ] {9b8be432-c216-48b5-b58c-7a4cf0baccc5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2027 2025.03.11 22:08:25.294835 [ 4 ] {9b8be432-c216-48b5-b58c-7a4cf0baccc5} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2028 2025.03.11 22:08:25.295074 [ 4 ] {9b8be432-c216-48b5-b58c-7a4cf0baccc5} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001978 sec., 36400.404448938316 rows/sec., 2.94 MiB/sec.
2029 2025.03.11 22:08:25.295130 [ 4 ] {9b8be432-c216-48b5-b58c-7a4cf0baccc5} <Debug> TCPHandler: Processed in 0.002329469 sec.
2030 2025.03.11 22:08:25.295255 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2031 2025.03.11 22:08:25.295360 [ 4 ] {fb194fa6-9886-4468-a4c0-68fec19cd9f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2032 2025.03.11 22:08:25.295406 [ 4 ] {fb194fa6-9886-4468-a4c0-68fec19cd9f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2033 2025.03.11 22:08:25.295938 [ 4 ] {fb194fa6-9886-4468-a4c0-68fec19cd9f2} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2034 2025.03.11 22:08:25.295978 [ 4 ] {fb194fa6-9886-4468-a4c0-68fec19cd9f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2035 2025.03.11 22:08:25.296322 [ 4 ] {fb194fa6-9886-4468-a4c0-68fec19cd9f2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2036 2025.03.11 22:08:25.296556 [ 4 ] {fb194fa6-9886-4468-a4c0-68fec19cd9f2} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2037 2025.03.11 22:08:25.296758 [ 4 ] {fb194fa6-9886-4468-a4c0-68fec19cd9f2} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001421 sec., 5629.838142153413 rows/sec., 423.34 KiB/sec.
2038 2025.03.11 22:08:25.296811 [ 4 ] {fb194fa6-9886-4468-a4c0-68fec19cd9f2} <Debug> TCPHandler: Processed in 0.001607934 sec.
2039 2025.03.11 22:08:25.296916 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2040 2025.03.11 22:08:25.297017 [ 4 ] {23a58912-b1c6-4ec6-9398-1fa19da11a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2041 2025.03.11 22:08:25.297061 [ 4 ] {23a58912-b1c6-4ec6-9398-1fa19da11a99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2042 2025.03.11 22:08:25.297605 [ 4 ] {23a58912-b1c6-4ec6-9398-1fa19da11a99} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2043 2025.03.11 22:08:25.297650 [ 4 ] {23a58912-b1c6-4ec6-9398-1fa19da11a99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2044 2025.03.11 22:08:25.298005 [ 4 ] {23a58912-b1c6-4ec6-9398-1fa19da11a99} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2045 2025.03.11 22:08:25.298240 [ 4 ] {23a58912-b1c6-4ec6-9398-1fa19da11a99} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2046 2025.03.11 22:08:25.298449 [ 4 ] {23a58912-b1c6-4ec6-9398-1fa19da11a99} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001454 sec., 49518.56946354883 rows/sec., 3.87 MiB/sec.
2047 2025.03.11 22:08:25.298501 [ 4 ] {23a58912-b1c6-4ec6-9398-1fa19da11a99} <Debug> TCPHandler: Processed in 0.001635934 sec.
2048 2025.03.11 22:08:25.298616 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2049 2025.03.11 22:08:25.298721 [ 4 ] {4bb83ded-a674-4e52-8375-f227f3c4ab47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2050 2025.03.11 22:08:25.298770 [ 4 ] {4bb83ded-a674-4e52-8375-f227f3c4ab47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2051 2025.03.11 22:08:25.299305 [ 4 ] {4bb83ded-a674-4e52-8375-f227f3c4ab47} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2052 2025.03.11 22:08:25.299343 [ 4 ] {4bb83ded-a674-4e52-8375-f227f3c4ab47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2053 2025.03.11 22:08:25.299723 [ 4 ] {4bb83ded-a674-4e52-8375-f227f3c4ab47} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2054 2025.03.11 22:08:25.299951 [ 4 ] {4bb83ded-a674-4e52-8375-f227f3c4ab47} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2055 2025.03.11 22:08:25.300159 [ 4 ] {4bb83ded-a674-4e52-8375-f227f3c4ab47} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001461 sec., 109514.03148528405 rows/sec., 7.63 MiB/sec.
2056 2025.03.11 22:08:25.300208 [ 4 ] {4bb83ded-a674-4e52-8375-f227f3c4ab47} <Debug> TCPHandler: Processed in 0.001643434 sec.
2057 2025.03.11 22:08:25.300313 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2058 2025.03.11 22:08:25.300413 [ 4 ] {654cb57e-1276-4290-8bf5-a69b6d3422b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2059 2025.03.11 22:08:25.300477 [ 4 ] {654cb57e-1276-4290-8bf5-a69b6d3422b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2060 2025.03.11 22:08:25.301504 [ 4 ] {654cb57e-1276-4290-8bf5-a69b6d3422b3} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2061 2025.03.11 22:08:25.301543 [ 4 ] {654cb57e-1276-4290-8bf5-a69b6d3422b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2062 2025.03.11 22:08:25.302157 [ 4 ] {654cb57e-1276-4290-8bf5-a69b6d3422b3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2063 2025.03.11 22:08:25.302409 [ 4 ] {654cb57e-1276-4290-8bf5-a69b6d3422b3} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2064 2025.03.11 22:08:25.302580 [ 39 ] {} <Debug> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
2065 2025.03.11 22:08:25.302672 [ 4 ] {654cb57e-1276-4290-8bf5-a69b6d3422b3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002274 sec., 3518.0299032541775 rows/sec., 6.30 MiB/sec.
2066 2025.03.11 22:08:25.302676 [ 39 ] {} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2067 2025.03.11 22:08:25.302763 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2068 2025.03.11 22:08:25.303030 [ 4 ] {654cb57e-1276-4290-8bf5-a69b6d3422b3} <Debug> TCPHandler: Processed in 0.002763383 sec.
2069 2025.03.11 22:08:25.303096 [ 195 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
2070 2025.03.11 22:08:25.303208 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2071 2025.03.11 22:08:25.303459 [ 4 ] {0c32440c-4a4e-4a2b-b9ec-02cf8b6da8a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2072 2025.03.11 22:08:25.303584 [ 4 ] {0c32440c-4a4e-4a2b-b9ec-02cf8b6da8a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2073 2025.03.11 22:08:25.304060 [ 195 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2074 2025.03.11 22:08:25.304285 [ 195 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
2075 2025.03.11 22:08:25.304918 [ 195 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
2076 2025.03.11 22:08:25.305639 [ 195 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 27 rows starting from the beginning of the part
2077 2025.03.11 22:08:25.305755 [ 4 ] {0c32440c-4a4e-4a2b-b9ec-02cf8b6da8a2} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2078 2025.03.11 22:08:25.305845 [ 4 ] {0c32440c-4a4e-4a2b-b9ec-02cf8b6da8a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2079 2025.03.11 22:08:25.306283 [ 195 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
2080 2025.03.11 22:08:25.306961 [ 195 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part
2081 2025.03.11 22:08:25.307584 [ 4 ] {0c32440c-4a4e-4a2b-b9ec-02cf8b6da8a2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2082 2025.03.11 22:08:25.307587 [ 195 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
2083 2025.03.11 22:08:25.308419 [ 4 ] {0c32440c-4a4e-4a2b-b9ec-02cf8b6da8a2} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2084 2025.03.11 22:08:25.309182 [ 4 ] {0c32440c-4a4e-4a2b-b9ec-02cf8b6da8a2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005774 sec., 10391.409767925183 rows/sec., 717.12 KiB/sec.
2085 2025.03.11 22:08:25.309437 [ 4 ] {0c32440c-4a4e-4a2b-b9ec-02cf8b6da8a2} <Debug> TCPHandler: Processed in 0.006295994 sec.
2086 2025.03.11 22:08:25.311205 [ 200 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 86 rows, containing 19 columns (19 merged, 0 gathered) in 0.008298891 sec., 10362.830407098974 rows/sec., 18.57 MiB/sec.
2087 2025.03.11 22:08:25.311547 [ 199 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
2088 2025.03.11 22:08:25.311991 [ 199 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2089 2025.03.11 22:08:25.312067 [ 199 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
2090 2025.03.11 22:08:25.312170 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB.
2091 2025.03.11 22:08:26.524448 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2092 2025.03.11 22:08:26.524712 [ 4 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) 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)
2093 2025.03.11 22:08:26.525149 [ 4 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2094 2025.03.11 22:08:26.525202 [ 4 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <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
2095 2025.03.11 22:08:26.525575 [ 4 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2096 2025.03.11 22:08:26.525657 [ 4 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2097 2025.03.11 22:08:26.525837 [ 4 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Key condition: (column 0 notIn 34-element set)
2098 2025.03.11 22:08:26.526009 [ 293 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps
2099 2025.03.11 22:08:26.526100 [ 295 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps
2100 2025.03.11 22:08:26.526166 [ 290 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps
2101 2025.03.11 22:08:26.526145 [ 292 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps
2102 2025.03.11 22:08:26.526338 [ 4 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (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
2103 2025.03.11 22:08:26.526371 [ 4 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Spreading mark ranges among streams (default reading)
2104 2025.03.11 22:08:26.526494 [ 4 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24
2105 2025.03.11 22:08:26.526518 [ 4 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Reading approx. 33 rows with 3 streams
2106 2025.03.11 22:08:26.526563 [ 4 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <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'))"
2107 2025.03.11 22:08:26.526611 [ 4 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <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'))"
2108 2025.03.11 22:08:26.526655 [ 4 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <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'))"
2109 2025.03.11 22:08:26.528174 [ 4 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <Debug> executeQuery: Read 33 rows, 1.40 KiB in 0.003583 sec., 9210.159084566007 rows/sec., 389.75 KiB/sec.
2110 2025.03.11 22:08:26.528342 [ 4 ] {57f5eaca-dccc-4be5-ad8e-744db6bc38af} <Debug> TCPHandler: Processed in 0.004027384 sec.
2111 2025.03.11 22:08:26.567126 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2112 2025.03.11 22:08:26.567291 [ 4 ] {038cc89f-9de3-4a25-971c-44f54cbe21c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2113 2025.03.11 22:08:26.567360 [ 4 ] {038cc89f-9de3-4a25-971c-44f54cbe21c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2114 2025.03.11 22:08:26.568215 [ 4 ] {038cc89f-9de3-4a25-971c-44f54cbe21c0} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2115 2025.03.11 22:08:26.568259 [ 4 ] {038cc89f-9de3-4a25-971c-44f54cbe21c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2116 2025.03.11 22:08:26.568748 [ 4 ] {038cc89f-9de3-4a25-971c-44f54cbe21c0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
2117 2025.03.11 22:08:26.568968 [ 4 ] {038cc89f-9de3-4a25-971c-44f54cbe21c0} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2118 2025.03.11 22:08:26.569209 [ 4 ] {038cc89f-9de3-4a25-971c-44f54cbe21c0} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001956 sec., 511.24744376278124 rows/sec., 115.83 KiB/sec.
2119 2025.03.11 22:08:26.569406 [ 4 ] {038cc89f-9de3-4a25-971c-44f54cbe21c0} <Debug> TCPHandler: Processed in 0.00236104 sec.
2120 2025.03.11 22:08:26.569533 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2121 2025.03.11 22:08:26.569636 [ 4 ] {d9d89677-b7e5-4698-8d2c-da8024bfa90c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2122 2025.03.11 22:08:26.569681 [ 4 ] {d9d89677-b7e5-4698-8d2c-da8024bfa90c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2123 2025.03.11 22:08:26.570246 [ 4 ] {d9d89677-b7e5-4698-8d2c-da8024bfa90c} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2124 2025.03.11 22:08:26.570284 [ 4 ] {d9d89677-b7e5-4698-8d2c-da8024bfa90c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2125 2025.03.11 22:08:26.570656 [ 4 ] {d9d89677-b7e5-4698-8d2c-da8024bfa90c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2126 2025.03.11 22:08:26.570926 [ 4 ] {d9d89677-b7e5-4698-8d2c-da8024bfa90c} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2127 2025.03.11 22:08:26.571229 [ 4 ] {d9d89677-b7e5-4698-8d2c-da8024bfa90c} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001594 sec., 15056.4617314931 rows/sec., 1.25 MiB/sec.
2128 2025.03.11 22:08:26.571326 [ 4 ] {d9d89677-b7e5-4698-8d2c-da8024bfa90c} <Debug> TCPHandler: Processed in 0.001842815 sec.
2129 2025.03.11 22:08:26.571447 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2130 2025.03.11 22:08:26.571552 [ 4 ] {4aae0425-7675-48ee-bd99-140dfa76f694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2131 2025.03.11 22:08:26.571598 [ 4 ] {4aae0425-7675-48ee-bd99-140dfa76f694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2132 2025.03.11 22:08:26.572124 [ 4 ] {4aae0425-7675-48ee-bd99-140dfa76f694} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2133 2025.03.11 22:08:26.572163 [ 4 ] {4aae0425-7675-48ee-bd99-140dfa76f694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2134 2025.03.11 22:08:26.572496 [ 4 ] {4aae0425-7675-48ee-bd99-140dfa76f694} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2135 2025.03.11 22:08:26.572726 [ 4 ] {4aae0425-7675-48ee-bd99-140dfa76f694} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2136 2025.03.11 22:08:26.572985 [ 4 ] {4aae0425-7675-48ee-bd99-140dfa76f694} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001439 sec., 6949.270326615706 rows/sec., 566.66 KiB/sec.
2137 2025.03.11 22:08:26.573050 [ 4 ] {4aae0425-7675-48ee-bd99-140dfa76f694} <Debug> TCPHandler: Processed in 0.001654124 sec.
2138 2025.03.11 22:08:26.573152 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2139 2025.03.11 22:08:26.573253 [ 4 ] {c020366b-5f7b-4b89-bf8c-1801ea8d833c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2140 2025.03.11 22:08:26.573296 [ 4 ] {c020366b-5f7b-4b89-bf8c-1801ea8d833c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2141 2025.03.11 22:08:26.574575 [ 4 ] {c020366b-5f7b-4b89-bf8c-1801ea8d833c} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2142 2025.03.11 22:08:26.574613 [ 4 ] {c020366b-5f7b-4b89-bf8c-1801ea8d833c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2143 2025.03.11 22:08:26.575044 [ 4 ] {c020366b-5f7b-4b89-bf8c-1801ea8d833c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2144 2025.03.11 22:08:26.575278 [ 4 ] {c020366b-5f7b-4b89-bf8c-1801ea8d833c} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2145 2025.03.11 22:08:26.575488 [ 4 ] {c020366b-5f7b-4b89-bf8c-1801ea8d833c} <Debug> executeQuery: Read 1375 rows, 117.36 KiB in 0.002256 sec., 609485.8156028368 rows/sec., 50.80 MiB/sec.
2146 2025.03.11 22:08:26.575538 [ 4 ] {c020366b-5f7b-4b89-bf8c-1801ea8d833c} <Debug> TCPHandler: Processed in 0.00243517 sec.
2147 2025.03.11 22:08:26.575667 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2148 2025.03.11 22:08:26.575800 [ 4 ] {47ed4b9f-9943-419c-bd88-27061325ffc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2149 2025.03.11 22:08:26.575855 [ 4 ] {47ed4b9f-9943-419c-bd88-27061325ffc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2150 2025.03.11 22:08:26.576526 [ 4 ] {47ed4b9f-9943-419c-bd88-27061325ffc8} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2151 2025.03.11 22:08:26.576574 [ 4 ] {47ed4b9f-9943-419c-bd88-27061325ffc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2152 2025.03.11 22:08:26.577009 [ 4 ] {47ed4b9f-9943-419c-bd88-27061325ffc8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2153 2025.03.11 22:08:26.577247 [ 4 ] {47ed4b9f-9943-419c-bd88-27061325ffc8} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2154 2025.03.11 22:08:26.577545 [ 4 ] {47ed4b9f-9943-419c-bd88-27061325ffc8} <Debug> executeQuery: Read 49 rows, 3.69 KiB in 0.001754 sec., 27936.145952109466 rows/sec., 2.05 MiB/sec.
2155 2025.03.11 22:08:26.577678 [ 4 ] {47ed4b9f-9943-419c-bd88-27061325ffc8} <Debug> TCPHandler: Processed in 0.002076048 sec.
2156 2025.03.11 22:08:26.577787 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2157 2025.03.11 22:08:26.577890 [ 4 ] {8fd157e4-a6d9-482f-bfef-03c883493643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2158 2025.03.11 22:08:26.577936 [ 4 ] {8fd157e4-a6d9-482f-bfef-03c883493643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2159 2025.03.11 22:08:26.578547 [ 4 ] {8fd157e4-a6d9-482f-bfef-03c883493643} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2160 2025.03.11 22:08:26.578587 [ 4 ] {8fd157e4-a6d9-482f-bfef-03c883493643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2161 2025.03.11 22:08:26.578947 [ 4 ] {8fd157e4-a6d9-482f-bfef-03c883493643} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2162 2025.03.11 22:08:26.579183 [ 4 ] {8fd157e4-a6d9-482f-bfef-03c883493643} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2163 2025.03.11 22:08:26.579466 [ 4 ] {8fd157e4-a6d9-482f-bfef-03c883493643} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001591 sec., 158390.9490886235 rows/sec., 10.95 MiB/sec.
2164 2025.03.11 22:08:26.579519 [ 4 ] {8fd157e4-a6d9-482f-bfef-03c883493643} <Debug> TCPHandler: Processed in 0.001783145 sec.
2165 2025.03.11 22:08:26.579650 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2166 2025.03.11 22:08:26.579785 [ 4 ] {d9ba5d00-20ed-47c3-b89a-6178617caff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2167 2025.03.11 22:08:26.579838 [ 4 ] {d9ba5d00-20ed-47c3-b89a-6178617caff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2168 2025.03.11 22:08:26.580432 [ 4 ] {d9ba5d00-20ed-47c3-b89a-6178617caff1} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2169 2025.03.11 22:08:26.580472 [ 4 ] {d9ba5d00-20ed-47c3-b89a-6178617caff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2170 2025.03.11 22:08:26.580839 [ 4 ] {d9ba5d00-20ed-47c3-b89a-6178617caff1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2171 2025.03.11 22:08:26.581071 [ 4 ] {d9ba5d00-20ed-47c3-b89a-6178617caff1} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2172 2025.03.11 22:08:26.581366 [ 4 ] {d9ba5d00-20ed-47c3-b89a-6178617caff1} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001591 sec., 7542.42614707731 rows/sec., 589.25 KiB/sec.
2173 2025.03.11 22:08:26.581456 [ 4 ] {d9ba5d00-20ed-47c3-b89a-6178617caff1} <Debug> TCPHandler: Processed in 0.001871836 sec.
2174 2025.03.11 22:08:26.581580 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2175 2025.03.11 22:08:26.581686 [ 4 ] {54f0f4be-66e1-4d2d-b817-19ae7cc90c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2176 2025.03.11 22:08:26.581730 [ 4 ] {54f0f4be-66e1-4d2d-b817-19ae7cc90c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2177 2025.03.11 22:08:26.582486 [ 4 ] {54f0f4be-66e1-4d2d-b817-19ae7cc90c98} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2178 2025.03.11 22:08:26.582525 [ 4 ] {54f0f4be-66e1-4d2d-b817-19ae7cc90c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2179 2025.03.11 22:08:26.582910 [ 4 ] {54f0f4be-66e1-4d2d-b817-19ae7cc90c98} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2180 2025.03.11 22:08:26.583142 [ 4 ] {54f0f4be-66e1-4d2d-b817-19ae7cc90c98} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2181 2025.03.11 22:08:26.583352 [ 4 ] {54f0f4be-66e1-4d2d-b817-19ae7cc90c98} <Debug> executeQuery: Read 593 rows, 45.64 KiB in 0.001688 sec., 351303.31753554504 rows/sec., 26.40 MiB/sec.
2182 2025.03.11 22:08:26.583404 [ 4 ] {54f0f4be-66e1-4d2d-b817-19ae7cc90c98} <Debug> TCPHandler: Processed in 0.001874136 sec.
2183 2025.03.11 22:08:26.583507 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2184 2025.03.11 22:08:26.583609 [ 4 ] {c4d005cb-037a-4896-9567-dccc8b847216} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2185 2025.03.11 22:08:26.583656 [ 4 ] {c4d005cb-037a-4896-9567-dccc8b847216} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2186 2025.03.11 22:08:26.584338 [ 4 ] {c4d005cb-037a-4896-9567-dccc8b847216} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2187 2025.03.11 22:08:26.584375 [ 4 ] {c4d005cb-037a-4896-9567-dccc8b847216} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2188 2025.03.11 22:08:26.584796 [ 4 ] {c4d005cb-037a-4896-9567-dccc8b847216} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2189 2025.03.11 22:08:26.585025 [ 4 ] {c4d005cb-037a-4896-9567-dccc8b847216} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2190 2025.03.11 22:08:26.585226 [ 4 ] {c4d005cb-037a-4896-9567-dccc8b847216} <Debug> executeQuery: Read 951 rows, 65.74 KiB in 0.001639 sec., 580231.8486882246 rows/sec., 39.17 MiB/sec.
2191 2025.03.11 22:08:26.585277 [ 4 ] {c4d005cb-037a-4896-9567-dccc8b847216} <Debug> TCPHandler: Processed in 0.001818805 sec.
2192 2025.03.11 22:08:26.585388 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2193 2025.03.11 22:08:26.585493 [ 4 ] {9b623e4e-78fd-4e57-a3d4-32d1f6decaad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2194 2025.03.11 22:08:26.585557 [ 4 ] {9b623e4e-78fd-4e57-a3d4-32d1f6decaad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2195 2025.03.11 22:08:26.586598 [ 4 ] {9b623e4e-78fd-4e57-a3d4-32d1f6decaad} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2196 2025.03.11 22:08:26.586636 [ 4 ] {9b623e4e-78fd-4e57-a3d4-32d1f6decaad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2197 2025.03.11 22:08:26.587256 [ 4 ] {9b623e4e-78fd-4e57-a3d4-32d1f6decaad} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2198 2025.03.11 22:08:26.587503 [ 4 ] {9b623e4e-78fd-4e57-a3d4-32d1f6decaad} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2199 2025.03.11 22:08:26.587730 [ 4 ] {9b623e4e-78fd-4e57-a3d4-32d1f6decaad} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002258 sec., 11957.48449955713 rows/sec., 21.43 MiB/sec.
2200 2025.03.11 22:08:26.587831 [ 4 ] {9b623e4e-78fd-4e57-a3d4-32d1f6decaad} <Debug> TCPHandler: Processed in 0.002493071 sec.
2201 2025.03.11 22:08:26.587943 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2202 2025.03.11 22:08:26.588044 [ 4 ] {689e5970-d61b-423a-b9f8-e67620a6d312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2203 2025.03.11 22:08:26.588089 [ 4 ] {689e5970-d61b-423a-b9f8-e67620a6d312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2204 2025.03.11 22:08:26.588497 [ 4 ] {689e5970-d61b-423a-b9f8-e67620a6d312} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2205 2025.03.11 22:08:26.588534 [ 4 ] {689e5970-d61b-423a-b9f8-e67620a6d312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2206 2025.03.11 22:08:26.588885 [ 4 ] {689e5970-d61b-423a-b9f8-e67620a6d312} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2207 2025.03.11 22:08:26.589115 [ 4 ] {689e5970-d61b-423a-b9f8-e67620a6d312} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2208 2025.03.11 22:08:26.589333 [ 4 ] {689e5970-d61b-423a-b9f8-e67620a6d312} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001306 sec., 18376.722817764163 rows/sec., 1.24 MiB/sec.
2209 2025.03.11 22:08:26.589537 [ 4 ] {689e5970-d61b-423a-b9f8-e67620a6d312} <Debug> TCPHandler: Processed in 0.001639574 sec.
2210 2025.03.11 22:08:28.575511 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 326
2211 2025.03.11 22:08:28.578766 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2212 2025.03.11 22:08:28.578816 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2213 2025.03.11 22:08:28.580346 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
2214 2025.03.11 22:08:28.580670 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2215 2025.03.11 22:08:28.581589 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 326
2216 2025.03.11 22:08:30.290218 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2217 2025.03.11 22:08:30.290398 [ 4 ] {0b71114e-7752-4be3-92ed-9fc2cbb396ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2218 2025.03.11 22:08:30.290465 [ 4 ] {0b71114e-7752-4be3-92ed-9fc2cbb396ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2219 2025.03.11 22:08:30.291219 [ 4 ] {0b71114e-7752-4be3-92ed-9fc2cbb396ce} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2220 2025.03.11 22:08:30.291260 [ 4 ] {0b71114e-7752-4be3-92ed-9fc2cbb396ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2221 2025.03.11 22:08:30.291688 [ 4 ] {0b71114e-7752-4be3-92ed-9fc2cbb396ce} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2222 2025.03.11 22:08:30.291951 [ 4 ] {0b71114e-7752-4be3-92ed-9fc2cbb396ce} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2223 2025.03.11 22:08:30.292087 [ 32 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
2224 2025.03.11 22:08:30.292125 [ 32 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2225 2025.03.11 22:08:30.292144 [ 4 ] {0b71114e-7752-4be3-92ed-9fc2cbb396ce} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001795 sec., 31197.771587743733 rows/sec., 2.38 MiB/sec.
2226 2025.03.11 22:08:30.292148 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2227 2025.03.11 22:08:30.292252 [ 4 ] {0b71114e-7752-4be3-92ed-9fc2cbb396ce} <Debug> TCPHandler: Processed in 0.002161548 sec.
2228 2025.03.11 22:08:30.292423 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
2229 2025.03.11 22:08:30.292456 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2230 2025.03.11 22:08:30.292672 [ 4 ] {1f95ce56-80d5-4948-be96-4dd90b9af858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2231 2025.03.11 22:08:30.292723 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2232 2025.03.11 22:08:30.292766 [ 4 ] {1f95ce56-80d5-4948-be96-4dd90b9af858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2233 2025.03.11 22:08:30.292804 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 1386 rows starting from the beginning of the part
2234 2025.03.11 22:08:30.293163 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 72 rows starting from the beginning of the part
2235 2025.03.11 22:08:30.293530 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 110 rows starting from the beginning of the part
2236 2025.03.11 22:08:30.293904 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 72 rows starting from the beginning of the part
2237 2025.03.11 22:08:30.294240 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1375 rows starting from the beginning of the part
2238 2025.03.11 22:08:30.294613 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part
2239 2025.03.11 22:08:30.295740 [ 4 ] {1f95ce56-80d5-4948-be96-4dd90b9af858} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2240 2025.03.11 22:08:30.295811 [ 4 ] {1f95ce56-80d5-4948-be96-4dd90b9af858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2241 2025.03.11 22:08:30.296831 [ 4 ] {1f95ce56-80d5-4948-be96-4dd90b9af858} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2242 2025.03.11 22:08:30.297262 [ 4 ] {1f95ce56-80d5-4948-be96-4dd90b9af858} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2243 2025.03.11 22:08:30.297402 [ 32 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0
2244 2025.03.11 22:08:30.297446 [ 32 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2245 2025.03.11 22:08:30.297484 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2246 2025.03.11 22:08:30.297496 [ 4 ] {1f95ce56-80d5-4948-be96-4dd90b9af858} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004902 sec., 13055.895552835576 rows/sec., 1.02 MiB/sec.
2247 2025.03.11 22:08:30.297884 [ 4 ] {1f95ce56-80d5-4948-be96-4dd90b9af858} <Debug> TCPHandler: Processed in 0.005462627 sec.
2248 2025.03.11 22:08:30.298031 [ 199 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full
2249 2025.03.11 22:08:30.298344 [ 199 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2250 2025.03.11 22:08:30.298374 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3071 rows, containing 5 columns (5 merged, 0 gathered) in 0.006103962 sec., 503115.84508553625 rows/sec., 43.78 MiB/sec.
2251 2025.03.11 22:08:30.298385 [ 199 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 609 rows starting from the beginning of the part
2252 2025.03.11 22:08:30.298513 [ 199 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 72 rows starting from the beginning of the part
2253 2025.03.11 22:08:30.298596 [ 199 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 91 rows starting from the beginning of the part
2254 2025.03.11 22:08:30.298920 [ 199 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 72 rows starting from the beginning of the part
2255 2025.03.11 22:08:30.298979 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2256 2025.03.11 22:08:30.299040 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
2257 2025.03.11 22:08:30.299586 [ 4 ] {9d033eb7-8e1f-46de-8d34-4a9a535330db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2258 2025.03.11 22:08:30.299582 [ 199 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 593 rows starting from the beginning of the part
2259 2025.03.11 22:08:30.299908 [ 4 ] {9d033eb7-8e1f-46de-8d34-4a9a535330db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2260 2025.03.11 22:08:30.300280 [ 199 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part
2261 2025.03.11 22:08:30.300538 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_15_3} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2262 2025.03.11 22:08:30.301013 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_15_3} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
2263 2025.03.11 22:08:30.301329 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
2264 2025.03.11 22:08:30.302729 [ 4 ] {9d033eb7-8e1f-46de-8d34-4a9a535330db} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2265 2025.03.11 22:08:30.302801 [ 4 ] {9d033eb7-8e1f-46de-8d34-4a9a535330db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2266 2025.03.11 22:08:30.303760 [ 4 ] {9d033eb7-8e1f-46de-8d34-4a9a535330db} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2267 2025.03.11 22:08:30.303914 [ 199 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1501 rows, containing 5 columns (5 merged, 0 gathered) in 0.006340514 sec., 236731.59620813077 rows/sec., 18.84 MiB/sec.
2268 2025.03.11 22:08:30.304158 [ 4 ] {9d033eb7-8e1f-46de-8d34-4a9a535330db} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2269 2025.03.11 22:08:30.304168 [ 200 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary)
2270 2025.03.11 22:08:30.304432 [ 4 ] {9d033eb7-8e1f-46de-8d34-4a9a535330db} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.005037 sec., 19058.963668850505 rows/sec., 1.33 MiB/sec.
2271 2025.03.11 22:08:30.304528 [ 4 ] {9d033eb7-8e1f-46de-8d34-4a9a535330db} <Debug> TCPHandler: Processed in 0.006432355 sec.
2272 2025.03.11 22:08:30.304606 [ 200 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_15_3} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2273 2025.03.11 22:08:30.304669 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2274 2025.03.11 22:08:30.304695 [ 200 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_15_3} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3
2275 2025.03.11 22:08:30.304798 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
2276 2025.03.11 22:08:30.304811 [ 4 ] {3208668d-ddab-479e-86e3-465e7922875e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2277 2025.03.11 22:08:30.304878 [ 4 ] {3208668d-ddab-479e-86e3-465e7922875e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2278 2025.03.11 22:08:30.305322 [ 4 ] {3208668d-ddab-479e-86e3-465e7922875e} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2279 2025.03.11 22:08:30.305358 [ 4 ] {3208668d-ddab-479e-86e3-465e7922875e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2280 2025.03.11 22:08:30.305723 [ 4 ] {3208668d-ddab-479e-86e3-465e7922875e} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2281 2025.03.11 22:08:30.306043 [ 4 ] {3208668d-ddab-479e-86e3-465e7922875e} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2282 2025.03.11 22:08:30.306223 [ 4 ] {3208668d-ddab-479e-86e3-465e7922875e} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00145 sec., 24827.586206896554 rows/sec., 1.67 MiB/sec.
2283 2025.03.11 22:08:30.306270 [ 4 ] {3208668d-ddab-479e-86e3-465e7922875e} <Debug> TCPHandler: Processed in 0.001658454 sec.
2284 2025.03.11 22:08:31.067515 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5124
2285 2025.03.11 22:08:31.068419 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2286 2025.03.11 22:08:31.068462 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2287 2025.03.11 22:08:31.069002 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2288 2025.03.11 22:08:31.069270 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2289 2025.03.11 22:08:31.069510 [ 31 ] {} <Debug> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2290 2025.03.11 22:08:31.069546 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124
2291 2025.03.11 22:08:31.069636 [ 31 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2292 2025.03.11 22:08:31.069685 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2293 2025.03.11 22:08:31.069871 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::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
2294 2025.03.11 22:08:31.070076 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2295 2025.03.11 22:08:31.070141 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::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
2296 2025.03.11 22:08:31.070219 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 488 rows starting from the beginning of the part
2297 2025.03.11 22:08:31.070372 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 427 rows starting from the beginning of the part
2298 2025.03.11 22:08:31.070606 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 488 rows starting from the beginning of the part
2299 2025.03.11 22:08:31.070869 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 427 rows starting from the beginning of the part
2300 2025.03.11 22:08:31.071127 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 488 rows starting from the beginning of the part
2301 2025.03.11 22:08:31.072962 [ 200 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.003177716 sec., 1612478.8999394532 rows/sec., 23.07 MiB/sec.
2302 2025.03.11 22:08:31.073635 [ 202 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2303 2025.03.11 22:08:31.074207 [ 202 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_11_2} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2304 2025.03.11 22:08:31.074305 [ 202 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_11_2} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2305 2025.03.11 22:08:31.074420 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB.
2306 2025.03.11 22:08:31.380594 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83
2307 2025.03.11 22:08:31.402385 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2308 2025.03.11 22:08:31.402441 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2309 2025.03.11 22:08:31.409822 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2310 2025.03.11 22:08:31.410643 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2311 2025.03.11 22:08:31.411030 [ 31 ] {} <Debug> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2312 2025.03.11 22:08:31.411181 [ 31 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2313 2025.03.11 22:08:31.411253 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2314 2025.03.11 22:08:31.411708 [ 200 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
2315 2025.03.11 22:08:31.425745 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83
2316 2025.03.11 22:08:31.427560 [ 200 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2317 2025.03.11 22:08:31.429082 [ 200 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
2318 2025.03.11 22:08:31.435167 [ 200 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
2319 2025.03.11 22:08:31.440963 [ 200 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
2320 2025.03.11 22:08:31.446522 [ 200 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
2321 2025.03.11 22:08:31.452050 [ 200 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
2322 2025.03.11 22:08:31.456449 [ 200 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
2323 2025.03.11 22:08:31.513602 [ 202 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.102194011 sec., 812.1806668298791 rows/sec., 4.20 MiB/sec.
2324 2025.03.11 22:08:31.516026 [ 202 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2325 2025.03.11 22:08:31.518965 [ 202 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_11_2} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2326 2025.03.11 22:08:31.519060 [ 202 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_11_2} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2327 2025.03.11 22:08:31.521250 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB.
2328 2025.03.11 22:08:32.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.69 MiB, peak 177.59 MiB, free memory in arenas 0.00 B, will set to 169.29 MiB (RSS), difference: 1.59 MiB
2329 2025.03.11 22:08:35.293811 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2330 2025.03.11 22:08:35.294006 [ 4 ] {56ad22db-4794-44f8-b730-983e2e791966} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2331 2025.03.11 22:08:35.294076 [ 4 ] {56ad22db-4794-44f8-b730-983e2e791966} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2332 2025.03.11 22:08:35.294860 [ 4 ] {56ad22db-4794-44f8-b730-983e2e791966} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2333 2025.03.11 22:08:35.294910 [ 4 ] {56ad22db-4794-44f8-b730-983e2e791966} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2334 2025.03.11 22:08:35.295377 [ 4 ] {56ad22db-4794-44f8-b730-983e2e791966} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2335 2025.03.11 22:08:35.295631 [ 4 ] {56ad22db-4794-44f8-b730-983e2e791966} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2336 2025.03.11 22:08:35.295865 [ 4 ] {56ad22db-4794-44f8-b730-983e2e791966} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.00191 sec., 37696.33507853403 rows/sec., 3.05 MiB/sec.
2337 2025.03.11 22:08:35.295923 [ 4 ] {56ad22db-4794-44f8-b730-983e2e791966} <Debug> TCPHandler: Processed in 0.002247489 sec.
2338 2025.03.11 22:08:35.296057 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2339 2025.03.11 22:08:35.296164 [ 4 ] {e6fcbc16-b824-49ae-b0ed-68de35fee4fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2340 2025.03.11 22:08:35.296210 [ 4 ] {e6fcbc16-b824-49ae-b0ed-68de35fee4fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2341 2025.03.11 22:08:35.296738 [ 4 ] {e6fcbc16-b824-49ae-b0ed-68de35fee4fc} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2342 2025.03.11 22:08:35.296777 [ 4 ] {e6fcbc16-b824-49ae-b0ed-68de35fee4fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2343 2025.03.11 22:08:35.297123 [ 4 ] {e6fcbc16-b824-49ae-b0ed-68de35fee4fc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2344 2025.03.11 22:08:35.297395 [ 4 ] {e6fcbc16-b824-49ae-b0ed-68de35fee4fc} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2345 2025.03.11 22:08:35.297607 [ 4 ] {e6fcbc16-b824-49ae-b0ed-68de35fee4fc} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001466 sec., 5457.025920873124 rows/sec., 410.34 KiB/sec.
2346 2025.03.11 22:08:35.297660 [ 4 ] {e6fcbc16-b824-49ae-b0ed-68de35fee4fc} <Debug> TCPHandler: Processed in 0.001654004 sec.
2347 2025.03.11 22:08:35.297777 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2348 2025.03.11 22:08:35.297885 [ 4 ] {fe884d1f-e7c7-44d9-ba56-b0e1efb19aac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2349 2025.03.11 22:08:35.297929 [ 4 ] {fe884d1f-e7c7-44d9-ba56-b0e1efb19aac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2350 2025.03.11 22:08:35.298504 [ 4 ] {fe884d1f-e7c7-44d9-ba56-b0e1efb19aac} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2351 2025.03.11 22:08:35.298546 [ 4 ] {fe884d1f-e7c7-44d9-ba56-b0e1efb19aac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2352 2025.03.11 22:08:35.298936 [ 4 ] {fe884d1f-e7c7-44d9-ba56-b0e1efb19aac} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2353 2025.03.11 22:08:35.299199 [ 4 ] {fe884d1f-e7c7-44d9-ba56-b0e1efb19aac} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2354 2025.03.11 22:08:35.299416 [ 4 ] {fe884d1f-e7c7-44d9-ba56-b0e1efb19aac} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001553 sec., 46361.8802318094 rows/sec., 3.62 MiB/sec.
2355 2025.03.11 22:08:35.299470 [ 4 ] {fe884d1f-e7c7-44d9-ba56-b0e1efb19aac} <Debug> TCPHandler: Processed in 0.001742765 sec.
2356 2025.03.11 22:08:35.299592 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2357 2025.03.11 22:08:35.299698 [ 4 ] {9015fe4d-acb4-4efe-9196-d56057a03979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2358 2025.03.11 22:08:35.299748 [ 4 ] {9015fe4d-acb4-4efe-9196-d56057a03979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2359 2025.03.11 22:08:35.300294 [ 4 ] {9015fe4d-acb4-4efe-9196-d56057a03979} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2360 2025.03.11 22:08:35.300337 [ 4 ] {9015fe4d-acb4-4efe-9196-d56057a03979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2361 2025.03.11 22:08:35.300736 [ 4 ] {9015fe4d-acb4-4efe-9196-d56057a03979} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2362 2025.03.11 22:08:35.301004 [ 4 ] {9015fe4d-acb4-4efe-9196-d56057a03979} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2363 2025.03.11 22:08:35.301179 [ 6 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2364 2025.03.11 22:08:35.301243 [ 4 ] {9015fe4d-acb4-4efe-9196-d56057a03979} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001563 sec., 102367.24248240564 rows/sec., 7.13 MiB/sec.
2365 2025.03.11 22:08:35.301260 [ 6 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2366 2025.03.11 22:08:35.301330 [ 6 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2367 2025.03.11 22:08:35.301383 [ 4 ] {9015fe4d-acb4-4efe-9196-d56057a03979} <Debug> TCPHandler: Processed in 0.001841145 sec.
2368 2025.03.11 22:08:35.301591 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2369 2025.03.11 22:08:35.301602 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
2370 2025.03.11 22:08:35.301759 [ 4 ] {114dd64a-2875-49dc-b3be-3069bb467d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2371 2025.03.11 22:08:35.301964 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2372 2025.03.11 22:08:35.301979 [ 4 ] {114dd64a-2875-49dc-b3be-3069bb467d30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2373 2025.03.11 22:08:35.302063 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4166 rows starting from the beginning of the part
2374 2025.03.11 22:08:35.302472 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
2375 2025.03.11 22:08:35.302890 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
2376 2025.03.11 22:08:35.303215 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 951 rows starting from the beginning of the part
2377 2025.03.11 22:08:35.303567 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
2378 2025.03.11 22:08:35.304009 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
2379 2025.03.11 22:08:35.307107 [ 4 ] {114dd64a-2875-49dc-b3be-3069bb467d30} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2380 2025.03.11 22:08:35.307173 [ 4 ] {114dd64a-2875-49dc-b3be-3069bb467d30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2381 2025.03.11 22:08:35.308708 [ 4 ] {114dd64a-2875-49dc-b3be-3069bb467d30} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2382 2025.03.11 22:08:35.309022 [ 4 ] {114dd64a-2875-49dc-b3be-3069bb467d30} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2383 2025.03.11 22:08:35.309278 [ 4 ] {114dd64a-2875-49dc-b3be-3069bb467d30} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007567 sec., 1057.2221488040175 rows/sec., 1.89 MiB/sec.
2384 2025.03.11 22:08:35.309392 [ 4 ] {114dd64a-2875-49dc-b3be-3069bb467d30} <Debug> TCPHandler: Processed in 0.007879737 sec.
2385 2025.03.11 22:08:35.309513 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2386 2025.03.11 22:08:35.309617 [ 4 ] {b843cc7b-8367-41d3-8088-911ce40d1481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2387 2025.03.11 22:08:35.309665 [ 4 ] {b843cc7b-8367-41d3-8088-911ce40d1481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2388 2025.03.11 22:08:35.310136 [ 4 ] {b843cc7b-8367-41d3-8088-911ce40d1481} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2389 2025.03.11 22:08:35.310178 [ 4 ] {b843cc7b-8367-41d3-8088-911ce40d1481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2390 2025.03.11 22:08:35.310585 [ 4 ] {b843cc7b-8367-41d3-8088-911ce40d1481} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
2391 2025.03.11 22:08:35.310833 [ 4 ] {b843cc7b-8367-41d3-8088-911ce40d1481} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2392 2025.03.11 22:08:35.311015 [ 6 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
2393 2025.03.11 22:08:35.311088 [ 4 ] {b843cc7b-8367-41d3-8088-911ce40d1481} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001488 sec., 40322.58064516129 rows/sec., 2.72 MiB/sec.
2394 2025.03.11 22:08:35.311097 [ 6 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2395 2025.03.11 22:08:35.311178 [ 6 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.23 GiB.
2396 2025.03.11 22:08:35.311216 [ 4 ] {b843cc7b-8367-41d3-8088-911ce40d1481} <Debug> TCPHandler: Processed in 0.001750265 sec.
2397 2025.03.11 22:08:35.311436 [ 202 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
2398 2025.03.11 22:08:35.311620 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5693 rows, containing 5 columns (5 merged, 0 gathered) in 0.010153807 sec., 560676.4044264383 rows/sec., 38.36 MiB/sec.
2399 2025.03.11 22:08:35.311644 [ 202 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2400 2025.03.11 22:08:35.311676 [ 202 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
2401 2025.03.11 22:08:35.311756 [ 202 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
2402 2025.03.11 22:08:35.311921 [ 202 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
2403 2025.03.11 22:08:35.312192 [ 202 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
2404 2025.03.11 22:08:35.312321 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2405 2025.03.11 22:08:35.312496 [ 202 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
2406 2025.03.11 22:08:35.312917 [ 202 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
2407 2025.03.11 22:08:35.313503 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2408 2025.03.11 22:08:35.313594 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2409 2025.03.11 22:08:35.313703 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB.
2410 2025.03.11 22:08:35.314457 [ 194 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 828 rows, containing 4 columns (4 merged, 0 gathered) in 0.003167997 sec., 261363.88386731426 rows/sec., 17.61 MiB/sec.
2411 2025.03.11 22:08:35.314612 [ 194 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
2412 2025.03.11 22:08:35.314890 [ 194 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_16_3} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2413 2025.03.11 22:08:35.314963 [ 194 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_16_3} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
2414 2025.03.11 22:08:35.315034 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB.
2415 2025.03.11 22:08:37.846756 [ 107 ] {} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
2416 2025.03.11 22:08:37.846844 [ 107 ] {} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2417 2025.03.11 22:08:37.846867 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2418 2025.03.11 22:08:37.847080 [ 190 ] {de17de4f-e27f-43d7-ac9a-bd9ed3fc877d::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
2419 2025.03.11 22:08:37.847435 [ 190 ] {de17de4f-e27f-43d7-ac9a-bd9ed3fc877d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2420 2025.03.11 22:08:37.847480 [ 190 ] {de17de4f-e27f-43d7-ac9a-bd9ed3fc877d::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
2421 2025.03.11 22:08:37.847603 [ 190 ] {de17de4f-e27f-43d7-ac9a-bd9ed3fc877d::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
2422 2025.03.11 22:08:37.847704 [ 190 ] {de17de4f-e27f-43d7-ac9a-bd9ed3fc877d::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
2423 2025.03.11 22:08:37.847951 [ 190 ] {de17de4f-e27f-43d7-ac9a-bd9ed3fc877d::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
2424 2025.03.11 22:08:37.848071 [ 190 ] {de17de4f-e27f-43d7-ac9a-bd9ed3fc877d::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
2425 2025.03.11 22:08:37.850302 [ 196 ] {de17de4f-e27f-43d7-ac9a-bd9ed3fc877d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 6 columns (6 merged, 0 gathered) in 0.003350278 sec., 10446.894257730255 rows/sec., 2.14 MiB/sec.
2426 2025.03.11 22:08:37.850474 [ 190 ] {de17de4f-e27f-43d7-ac9a-bd9ed3fc877d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
2427 2025.03.11 22:08:37.850847 [ 190 ] {de17de4f-e27f-43d7-ac9a-bd9ed3fc877d::all_1_5_1} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2428 2025.03.11 22:08:37.850932 [ 190 ] {de17de4f-e27f-43d7-ac9a-bd9ed3fc877d::all_1_5_1} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
2429 2025.03.11 22:08:37.851013 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
2430 2025.03.11 22:08:38.458721 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache
2431 2025.03.11 22:08:38.458777 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache
2432 2025.03.11 22:08:38.569800 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5551
2433 2025.03.11 22:08:38.570513 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2434 2025.03.11 22:08:38.570561 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2435 2025.03.11 22:08:38.571176 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2436 2025.03.11 22:08:38.571464 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2437 2025.03.11 22:08:38.571689 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551
2438 2025.03.11 22:08:38.581917 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 346
2439 2025.03.11 22:08:38.584674 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2440 2025.03.11 22:08:38.584720 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2441 2025.03.11 22:08:38.586166 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
2442 2025.03.11 22:08:38.586481 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2443 2025.03.11 22:08:38.587024 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 346
2444 2025.03.11 22:08:38.925903 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91
2445 2025.03.11 22:08:38.945225 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2446 2025.03.11 22:08:38.945281 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2447 2025.03.11 22:08:38.952473 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2448 2025.03.11 22:08:38.953268 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2449 2025.03.11 22:08:38.955957 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91
2450 2025.03.11 22:08:40.288432 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2451 2025.03.11 22:08:40.288700 [ 4 ] {5dc8f804-ace0-4abc-beb5-4c7ed4d1f25a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) 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)
2452 2025.03.11 22:08:40.289131 [ 4 ] {5dc8f804-ace0-4abc-beb5-4c7ed4d1f25a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0
2453 2025.03.11 22:08:40.289184 [ 4 ] {5dc8f804-ace0-4abc-beb5-4c7ed4d1f25a} <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
2454 2025.03.11 22:08:40.289547 [ 4 ] {5dc8f804-ace0-4abc-beb5-4c7ed4d1f25a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2455 2025.03.11 22:08:40.289626 [ 4 ] {5dc8f804-ace0-4abc-beb5-4c7ed4d1f25a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2456 2025.03.11 22:08:40.289801 [ 4 ] {5dc8f804-ace0-4abc-beb5-4c7ed4d1f25a} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Key condition: (column 0 notIn 35-element set)
2457 2025.03.11 22:08:40.289839 [ 4 ] {5dc8f804-ace0-4abc-beb5-4c7ed4d1f25a} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps
2458 2025.03.11 22:08:40.289865 [ 4 ] {5dc8f804-ace0-4abc-beb5-4c7ed4d1f25a} <Debug> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (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
2459 2025.03.11 22:08:40.289882 [ 4 ] {5dc8f804-ace0-4abc-beb5-4c7ed4d1f25a} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d) (SelectExecutor): Spreading mark ranges among streams (default reading)
2460 2025.03.11 22:08:40.289932 [ 4 ] {5dc8f804-ace0-4abc-beb5-4c7ed4d1f25a} <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'))"
2461 2025.03.11 22:08:40.289988 [ 4 ] {5dc8f804-ace0-4abc-beb5-4c7ed4d1f25a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 35 rows starting from 0
2462 2025.03.11 22:08:40.291163 [ 4 ] {5dc8f804-ace0-4abc-beb5-4c7ed4d1f25a} <Debug> executeQuery: Read 35 rows, 1.48 KiB in 0.002589 sec., 13518.733101583623 rows/sec., 571.83 KiB/sec.
2463 2025.03.11 22:08:40.291296 [ 4 ] {5dc8f804-ace0-4abc-beb5-4c7ed4d1f25a} <Debug> TCPHandler: Processed in 0.003028406 sec.
2464 2025.03.11 22:08:40.297864 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2465 2025.03.11 22:08:40.298008 [ 4 ] {94eccbc6-4f61-4a6b-a54a-861e5da344f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete)
2466 2025.03.11 22:08:40.298065 [ 4 ] {94eccbc6-4f61-4a6b-a54a-861e5da344f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema
2467 2025.03.11 22:08:40.298882 [ 4 ] {94eccbc6-4f61-4a6b-a54a-861e5da344f0} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2468 2025.03.11 22:08:40.298939 [ 4 ] {94eccbc6-4f61-4a6b-a54a-861e5da344f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2469 2025.03.11 22:08:40.299555 [ 4 ] {94eccbc6-4f61-4a6b-a54a-861e5da344f0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
2470 2025.03.11 22:08:40.299832 [ 4 ] {94eccbc6-4f61-4a6b-a54a-861e5da344f0} <Trace> oximeter.timeseries_schema (de17de4f-e27f-43d7-ac9a-bd9ed3fc877d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2471 2025.03.11 22:08:40.300097 [ 4 ] {94eccbc6-4f61-4a6b-a54a-861e5da344f0} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.002128 sec., 469.92481203007515 rows/sec., 48.64 KiB/sec.
2472 2025.03.11 22:08:40.300166 [ 4 ] {94eccbc6-4f61-4a6b-a54a-861e5da344f0} <Debug> TCPHandler: Processed in 0.002365111 sec.
2473 2025.03.11 22:08:40.300290 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2474 2025.03.11 22:08:40.300403 [ 4 ] {0d17676a-d87d-490c-be0f-d24892d21176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2475 2025.03.11 22:08:40.300454 [ 4 ] {0d17676a-d87d-490c-be0f-d24892d21176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2476 2025.03.11 22:08:40.301122 [ 4 ] {0d17676a-d87d-490c-be0f-d24892d21176} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2477 2025.03.11 22:08:40.301163 [ 4 ] {0d17676a-d87d-490c-be0f-d24892d21176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2478 2025.03.11 22:08:40.301543 [ 4 ] {0d17676a-d87d-490c-be0f-d24892d21176} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2479 2025.03.11 22:08:40.301792 [ 4 ] {0d17676a-d87d-490c-be0f-d24892d21176} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2480 2025.03.11 22:08:40.302030 [ 4 ] {0d17676a-d87d-490c-be0f-d24892d21176} <Debug> executeQuery: Read 119 rows, 10.31 KiB in 0.001653 sec., 71990.3206291591 rows/sec., 6.09 MiB/sec.
2481 2025.03.11 22:08:40.302084 [ 4 ] {0d17676a-d87d-490c-be0f-d24892d21176} <Debug> TCPHandler: Processed in 0.001852336 sec.
2482 2025.03.11 22:08:40.302209 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2483 2025.03.11 22:08:40.302318 [ 4 ] {6aa08603-1457-47af-8360-d5cf7b194ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2484 2025.03.11 22:08:40.302365 [ 4 ] {6aa08603-1457-47af-8360-d5cf7b194ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2485 2025.03.11 22:08:40.302885 [ 4 ] {6aa08603-1457-47af-8360-d5cf7b194ac0} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2486 2025.03.11 22:08:40.302923 [ 4 ] {6aa08603-1457-47af-8360-d5cf7b194ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2487 2025.03.11 22:08:40.303267 [ 4 ] {6aa08603-1457-47af-8360-d5cf7b194ac0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2488 2025.03.11 22:08:40.303525 [ 4 ] {6aa08603-1457-47af-8360-d5cf7b194ac0} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2489 2025.03.11 22:08:40.303736 [ 4 ] {6aa08603-1457-47af-8360-d5cf7b194ac0} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001439 sec., 21542.738012508686 rows/sec., 1.58 MiB/sec.
2490 2025.03.11 22:08:40.303788 [ 4 ] {6aa08603-1457-47af-8360-d5cf7b194ac0} <Debug> TCPHandler: Processed in 0.001632214 sec.
2491 2025.03.11 22:08:40.303891 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2492 2025.03.11 22:08:40.303992 [ 4 ] {837994b0-c1bb-45da-882d-fc18605d6dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2493 2025.03.11 22:08:40.304036 [ 4 ] {837994b0-c1bb-45da-882d-fc18605d6dd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2494 2025.03.11 22:08:40.304535 [ 4 ] {837994b0-c1bb-45da-882d-fc18605d6dd6} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2495 2025.03.11 22:08:40.304574 [ 4 ] {837994b0-c1bb-45da-882d-fc18605d6dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2496 2025.03.11 22:08:40.304906 [ 4 ] {837994b0-c1bb-45da-882d-fc18605d6dd6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2497 2025.03.11 22:08:40.305147 [ 4 ] {837994b0-c1bb-45da-882d-fc18605d6dd6} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2498 2025.03.11 22:08:40.305420 [ 4 ] {837994b0-c1bb-45da-882d-fc18605d6dd6} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001439 sec., 694.9270326615706 rows/sec., 46.15 KiB/sec.
2499 2025.03.11 22:08:40.305500 [ 4 ] {837994b0-c1bb-45da-882d-fc18605d6dd6} <Debug> TCPHandler: Processed in 0.001658994 sec.
2500 2025.03.11 22:08:40.305609 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2501 2025.03.11 22:08:40.305709 [ 4 ] {8ade7048-b69a-4427-94df-f9bee22443b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2502 2025.03.11 22:08:40.305752 [ 4 ] {8ade7048-b69a-4427-94df-f9bee22443b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2503 2025.03.11 22:08:40.306305 [ 4 ] {8ade7048-b69a-4427-94df-f9bee22443b8} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2504 2025.03.11 22:08:40.306344 [ 4 ] {8ade7048-b69a-4427-94df-f9bee22443b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2505 2025.03.11 22:08:40.306707 [ 4 ] {8ade7048-b69a-4427-94df-f9bee22443b8} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2506 2025.03.11 22:08:40.306947 [ 4 ] {8ade7048-b69a-4427-94df-f9bee22443b8} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2507 2025.03.11 22:08:40.307145 [ 4 ] {8ade7048-b69a-4427-94df-f9bee22443b8} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001471 sec., 64581.917063222296 rows/sec., 5.04 MiB/sec.
2508 2025.03.11 22:08:40.307194 [ 4 ] {8ade7048-b69a-4427-94df-f9bee22443b8} <Debug> TCPHandler: Processed in 0.001652314 sec.
2509 2025.03.11 22:08:40.307290 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2510 2025.03.11 22:08:40.307385 [ 4 ] {5a5d4dc6-41d6-4ea2-a1d0-fa397c5ef49e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2511 2025.03.11 22:08:40.307430 [ 4 ] {5a5d4dc6-41d6-4ea2-a1d0-fa397c5ef49e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2512 2025.03.11 22:08:40.307977 [ 4 ] {5a5d4dc6-41d6-4ea2-a1d0-fa397c5ef49e} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2513 2025.03.11 22:08:40.308016 [ 4 ] {5a5d4dc6-41d6-4ea2-a1d0-fa397c5ef49e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2514 2025.03.11 22:08:40.308390 [ 4 ] {5a5d4dc6-41d6-4ea2-a1d0-fa397c5ef49e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2515 2025.03.11 22:08:40.308620 [ 4 ] {5a5d4dc6-41d6-4ea2-a1d0-fa397c5ef49e} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2516 2025.03.11 22:08:40.308832 [ 4 ] {5a5d4dc6-41d6-4ea2-a1d0-fa397c5ef49e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001438 sec., 111265.64673157163 rows/sec., 7.75 MiB/sec.
2517 2025.03.11 22:08:40.308884 [ 4 ] {5a5d4dc6-41d6-4ea2-a1d0-fa397c5ef49e} <Debug> TCPHandler: Processed in 0.001620194 sec.
2518 2025.03.11 22:08:40.309000 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2519 2025.03.11 22:08:40.309103 [ 4 ] {60167e33-1e69-433f-9f54-2a5846789128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete)
2520 2025.03.11 22:08:40.309150 [ 4 ] {60167e33-1e69-433f-9f54-2a5846789128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64
2521 2025.03.11 22:08:40.309598 [ 4 ] {60167e33-1e69-433f-9f54-2a5846789128} <Trace> oximeter.measurements_f64 (6df1dd5b-3b28-409d-9084-b3803d0ba6f3): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2522 2025.03.11 22:08:40.309643 [ 4 ] {60167e33-1e69-433f-9f54-2a5846789128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2523 2025.03.11 22:08:40.310064 [ 4 ] {60167e33-1e69-433f-9f54-2a5846789128} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary)
2524 2025.03.11 22:08:40.310362 [ 4 ] {60167e33-1e69-433f-9f54-2a5846789128} <Trace> oximeter.measurements_f64 (6df1dd5b-3b28-409d-9084-b3803d0ba6f3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2525 2025.03.11 22:08:40.310690 [ 4 ] {60167e33-1e69-433f-9f54-2a5846789128} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001596 sec., 626.5664160401003 rows/sec., 39.77 KiB/sec.
2526 2025.03.11 22:08:40.310754 [ 4 ] {60167e33-1e69-433f-9f54-2a5846789128} <Debug> TCPHandler: Processed in 0.001814526 sec.
2527 2025.03.11 22:08:40.310878 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2528 2025.03.11 22:08:40.310986 [ 4 ] {2f525733-8699-428e-9260-b7cc0192a6fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2529 2025.03.11 22:08:40.311052 [ 4 ] {2f525733-8699-428e-9260-b7cc0192a6fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2530 2025.03.11 22:08:40.312212 [ 4 ] {2f525733-8699-428e-9260-b7cc0192a6fe} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2531 2025.03.11 22:08:40.312252 [ 4 ] {2f525733-8699-428e-9260-b7cc0192a6fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2532 2025.03.11 22:08:40.312926 [ 4 ] {2f525733-8699-428e-9260-b7cc0192a6fe} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2533 2025.03.11 22:08:40.313182 [ 4 ] {2f525733-8699-428e-9260-b7cc0192a6fe} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2534 2025.03.11 22:08:40.313424 [ 4 ] {2f525733-8699-428e-9260-b7cc0192a6fe} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002461 sec., 12596.50548557497 rows/sec., 22.57 MiB/sec.
2535 2025.03.11 22:08:40.313520 [ 4 ] {2f525733-8699-428e-9260-b7cc0192a6fe} <Debug> TCPHandler: Processed in 0.002699912 sec.
2536 2025.03.11 22:08:40.313633 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2537 2025.03.11 22:08:40.313734 [ 4 ] {fdd469ed-5b97-4104-87ed-d65c06f80162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2538 2025.03.11 22:08:40.313781 [ 4 ] {fdd469ed-5b97-4104-87ed-d65c06f80162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2539 2025.03.11 22:08:40.314211 [ 4 ] {fdd469ed-5b97-4104-87ed-d65c06f80162} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2540 2025.03.11 22:08:40.314250 [ 4 ] {fdd469ed-5b97-4104-87ed-d65c06f80162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2541 2025.03.11 22:08:40.314596 [ 4 ] {fdd469ed-5b97-4104-87ed-d65c06f80162} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
2542 2025.03.11 22:08:40.314822 [ 4 ] {fdd469ed-5b97-4104-87ed-d65c06f80162} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2543 2025.03.11 22:08:40.315022 [ 4 ] {fdd469ed-5b97-4104-87ed-d65c06f80162} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001308 sec., 45871.55963302753 rows/sec., 3.09 MiB/sec.
2544 2025.03.11 22:08:40.315072 [ 4 ] {fdd469ed-5b97-4104-87ed-d65c06f80162} <Debug> TCPHandler: Processed in 0.001488303 sec.
2545 2025.03.11 22:08:45.293397 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2546 2025.03.11 22:08:45.293594 [ 4 ] {f4dfb379-dcd1-4f06-93c4-c721b4339213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2547 2025.03.11 22:08:45.293665 [ 4 ] {f4dfb379-dcd1-4f06-93c4-c721b4339213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2548 2025.03.11 22:08:45.294415 [ 4 ] {f4dfb379-dcd1-4f06-93c4-c721b4339213} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2549 2025.03.11 22:08:45.294459 [ 4 ] {f4dfb379-dcd1-4f06-93c4-c721b4339213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2550 2025.03.11 22:08:45.294890 [ 4 ] {f4dfb379-dcd1-4f06-93c4-c721b4339213} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary)
2551 2025.03.11 22:08:45.295156 [ 4 ] {f4dfb379-dcd1-4f06-93c4-c721b4339213} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2552 2025.03.11 22:08:45.295413 [ 4 ] {f4dfb379-dcd1-4f06-93c4-c721b4339213} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00185 sec., 1081.081081081081 rows/sec., 88.15 KiB/sec.
2553 2025.03.11 22:08:45.295529 [ 4 ] {f4dfb379-dcd1-4f06-93c4-c721b4339213} <Debug> TCPHandler: Processed in 0.00226099 sec.
2554 2025.03.11 22:08:45.295664 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2555 2025.03.11 22:08:45.295773 [ 4 ] {6c6019d8-b2c6-4021-aebc-8c3a4e68e943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2556 2025.03.11 22:08:45.295822 [ 4 ] {6c6019d8-b2c6-4021-aebc-8c3a4e68e943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2557 2025.03.11 22:08:45.296403 [ 4 ] {6c6019d8-b2c6-4021-aebc-8c3a4e68e943} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2558 2025.03.11 22:08:45.296441 [ 4 ] {6c6019d8-b2c6-4021-aebc-8c3a4e68e943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2559 2025.03.11 22:08:45.296798 [ 4 ] {6c6019d8-b2c6-4021-aebc-8c3a4e68e943} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2560 2025.03.11 22:08:45.297038 [ 4 ] {6c6019d8-b2c6-4021-aebc-8c3a4e68e943} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2561 2025.03.11 22:08:45.297221 [ 4 ] {6c6019d8-b2c6-4021-aebc-8c3a4e68e943} <Debug> executeQuery: Read 73 rows, 6.04 KiB in 0.001473 sec., 49558.72369314325 rows/sec., 4.00 MiB/sec.
2562 2025.03.11 22:08:45.297273 [ 4 ] {6c6019d8-b2c6-4021-aebc-8c3a4e68e943} <Debug> TCPHandler: Processed in 0.001663864 sec.
2563 2025.03.11 22:08:45.297392 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2564 2025.03.11 22:08:45.297495 [ 4 ] {fdda00df-d44e-478b-a9d6-a39964830e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2565 2025.03.11 22:08:45.297539 [ 4 ] {fdda00df-d44e-478b-a9d6-a39964830e06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2566 2025.03.11 22:08:45.298069 [ 4 ] {fdda00df-d44e-478b-a9d6-a39964830e06} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2567 2025.03.11 22:08:45.298106 [ 4 ] {fdda00df-d44e-478b-a9d6-a39964830e06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2568 2025.03.11 22:08:45.298444 [ 4 ] {fdda00df-d44e-478b-a9d6-a39964830e06} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2569 2025.03.11 22:08:45.298701 [ 4 ] {fdda00df-d44e-478b-a9d6-a39964830e06} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2570 2025.03.11 22:08:45.298817 [ 116 ] {} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2571 2025.03.11 22:08:45.298860 [ 116 ] {} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2572 2025.03.11 22:08:45.298883 [ 4 ] {fdda00df-d44e-478b-a9d6-a39964830e06} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001408 sec., 7102.272727272727 rows/sec., 526.43 KiB/sec.
2573 2025.03.11 22:08:45.298886 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2574 2025.03.11 22:08:45.298989 [ 4 ] {fdda00df-d44e-478b-a9d6-a39964830e06} <Debug> TCPHandler: Processed in 0.001640954 sec.
2575 2025.03.11 22:08:45.299389 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2576 2025.03.11 22:08:45.299392 [ 202 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
2577 2025.03.11 22:08:45.299586 [ 4 ] {217aa486-6928-4f1f-953b-ac63602274e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2578 2025.03.11 22:08:45.299685 [ 202 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2579 2025.03.11 22:08:45.299695 [ 4 ] {217aa486-6928-4f1f-953b-ac63602274e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2580 2025.03.11 22:08:45.299755 [ 202 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 47 rows starting from the beginning of the part
2581 2025.03.11 22:08:45.300059 [ 202 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part
2582 2025.03.11 22:08:45.300376 [ 202 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 49 rows starting from the beginning of the part
2583 2025.03.11 22:08:45.300776 [ 202 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part
2584 2025.03.11 22:08:45.301192 [ 202 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 31 rows starting from the beginning of the part
2585 2025.03.11 22:08:45.301475 [ 202 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part
2586 2025.03.11 22:08:45.302524 [ 4 ] {217aa486-6928-4f1f-953b-ac63602274e6} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2587 2025.03.11 22:08:45.302594 [ 4 ] {217aa486-6928-4f1f-953b-ac63602274e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2588 2025.03.11 22:08:45.303872 [ 4 ] {217aa486-6928-4f1f-953b-ac63602274e6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2589 2025.03.11 22:08:45.304506 [ 4 ] {217aa486-6928-4f1f-953b-ac63602274e6} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2590 2025.03.11 22:08:45.304532 [ 202 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 5 columns (5 merged, 0 gathered) in 0.005523667 sec., 27698.990543781874 rows/sec., 2.15 MiB/sec.
2591 2025.03.11 22:08:45.304784 [ 202 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2592 2025.03.11 22:08:45.305045 [ 4 ] {217aa486-6928-4f1f-953b-ac63602274e6} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.005472 sec., 13523.391812865497 rows/sec., 1.06 MiB/sec.
2593 2025.03.11 22:08:45.305304 [ 4 ] {217aa486-6928-4f1f-953b-ac63602274e6} <Debug> TCPHandler: Processed in 0.006026141 sec.
2594 2025.03.11 22:08:45.305477 [ 202 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_11_2} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2595 2025.03.11 22:08:45.305481 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2596 2025.03.11 22:08:45.305621 [ 202 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_11_2} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2597 2025.03.11 22:08:45.305669 [ 4 ] {d1c1eb3a-6144-4c76-99f3-ca9f7c1cbcb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2598 2025.03.11 22:08:45.305768 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
2599 2025.03.11 22:08:45.305779 [ 4 ] {d1c1eb3a-6144-4c76-99f3-ca9f7c1cbcb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2600 2025.03.11 22:08:45.306362 [ 4 ] {d1c1eb3a-6144-4c76-99f3-ca9f7c1cbcb2} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2601 2025.03.11 22:08:45.306400 [ 4 ] {d1c1eb3a-6144-4c76-99f3-ca9f7c1cbcb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2602 2025.03.11 22:08:45.306791 [ 4 ] {d1c1eb3a-6144-4c76-99f3-ca9f7c1cbcb2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2603 2025.03.11 22:08:45.307034 [ 4 ] {d1c1eb3a-6144-4c76-99f3-ca9f7c1cbcb2} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2604 2025.03.11 22:08:45.307217 [ 4 ] {d1c1eb3a-6144-4c76-99f3-ca9f7c1cbcb2} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001608 sec., 100124.37810945274 rows/sec., 6.97 MiB/sec.
2605 2025.03.11 22:08:45.307267 [ 4 ] {d1c1eb3a-6144-4c76-99f3-ca9f7c1cbcb2} <Debug> TCPHandler: Processed in 0.001857686 sec.
2606 2025.03.11 22:08:45.307375 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2607 2025.03.11 22:08:45.307476 [ 4 ] {c6c26166-8ceb-4533-87a8-10eb7d717ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2608 2025.03.11 22:08:45.307538 [ 4 ] {c6c26166-8ceb-4533-87a8-10eb7d717ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2609 2025.03.11 22:08:45.308581 [ 4 ] {c6c26166-8ceb-4533-87a8-10eb7d717ac3} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2610 2025.03.11 22:08:45.308617 [ 4 ] {c6c26166-8ceb-4533-87a8-10eb7d717ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2611 2025.03.11 22:08:45.309221 [ 4 ] {c6c26166-8ceb-4533-87a8-10eb7d717ac3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2612 2025.03.11 22:08:45.309472 [ 4 ] {c6c26166-8ceb-4533-87a8-10eb7d717ac3} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2613 2025.03.11 22:08:45.309673 [ 4 ] {c6c26166-8ceb-4533-87a8-10eb7d717ac3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00222 sec., 3603.6036036036035 rows/sec., 6.46 MiB/sec.
2614 2025.03.11 22:08:45.309763 [ 4 ] {c6c26166-8ceb-4533-87a8-10eb7d717ac3} <Debug> TCPHandler: Processed in 0.002439261 sec.
2615 2025.03.11 22:08:45.309877 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2616 2025.03.11 22:08:45.309978 [ 4 ] {c1e30cb7-0137-4bb7-bbf6-481f14f361bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2617 2025.03.11 22:08:45.310025 [ 4 ] {c1e30cb7-0137-4bb7-bbf6-481f14f361bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2618 2025.03.11 22:08:45.310460 [ 4 ] {c1e30cb7-0137-4bb7-bbf6-481f14f361bb} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2619 2025.03.11 22:08:45.310496 [ 4 ] {c1e30cb7-0137-4bb7-bbf6-481f14f361bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2620 2025.03.11 22:08:45.310848 [ 4 ] {c1e30cb7-0137-4bb7-bbf6-481f14f361bb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
2621 2025.03.11 22:08:45.311091 [ 4 ] {c1e30cb7-0137-4bb7-bbf6-481f14f361bb} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2622 2025.03.11 22:08:45.311266 [ 4 ] {c1e30cb7-0137-4bb7-bbf6-481f14f361bb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00131 sec., 45801.52671755725 rows/sec., 3.09 MiB/sec.
2623 2025.03.11 22:08:45.311314 [ 4 ] {c1e30cb7-0137-4bb7-bbf6-481f14f361bb} <Debug> TCPHandler: Processed in 0.001487923 sec.
2624 2025.03.11 22:08:46.071864 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6039
2625 2025.03.11 22:08:46.072519 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2626 2025.03.11 22:08:46.072562 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2627 2025.03.11 22:08:46.073110 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2628 2025.03.11 22:08:46.073362 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2629 2025.03.11 22:08:46.073607 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039
2630 2025.03.11 22:08:46.456092 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98
2631 2025.03.11 22:08:46.475792 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2632 2025.03.11 22:08:46.475844 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2633 2025.03.11 22:08:46.483381 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2634 2025.03.11 22:08:46.484185 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2635 2025.03.11 22:08:46.487230 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98
2636 2025.03.11 22:08:48.587265 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 380
2637 2025.03.11 22:08:48.590410 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2638 2025.03.11 22:08:48.590465 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2639 2025.03.11 22:08:48.592019 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
2640 2025.03.11 22:08:48.592336 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2641 2025.03.11 22:08:48.593309 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 380
2642 2025.03.11 22:08:50.294426 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2643 2025.03.11 22:08:50.294610 [ 4 ] {be43ea3d-e156-4645-b3bf-cc74ed908030} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2644 2025.03.11 22:08:50.294680 [ 4 ] {be43ea3d-e156-4645-b3bf-cc74ed908030} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2645 2025.03.11 22:08:50.295479 [ 4 ] {be43ea3d-e156-4645-b3bf-cc74ed908030} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2646 2025.03.11 22:08:50.295529 [ 4 ] {be43ea3d-e156-4645-b3bf-cc74ed908030} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2647 2025.03.11 22:08:50.295977 [ 4 ] {be43ea3d-e156-4645-b3bf-cc74ed908030} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2648 2025.03.11 22:08:50.296238 [ 4 ] {be43ea3d-e156-4645-b3bf-cc74ed908030} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2649 2025.03.11 22:08:50.296494 [ 4 ] {be43ea3d-e156-4645-b3bf-cc74ed908030} <Debug> executeQuery: Read 118 rows, 10.21 KiB in 0.001923 sec., 61362.454498179926 rows/sec., 5.19 MiB/sec.
2650 2025.03.11 22:08:50.296622 [ 4 ] {be43ea3d-e156-4645-b3bf-cc74ed908030} <Debug> TCPHandler: Processed in 0.00232304 sec.
2651 2025.03.11 22:08:50.296819 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2652 2025.03.11 22:08:50.296922 [ 4 ] {af2ec44c-ed55-4d22-8036-4928789f6df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2653 2025.03.11 22:08:50.296969 [ 4 ] {af2ec44c-ed55-4d22-8036-4928789f6df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2654 2025.03.11 22:08:50.297525 [ 4 ] {af2ec44c-ed55-4d22-8036-4928789f6df9} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2655 2025.03.11 22:08:50.297565 [ 4 ] {af2ec44c-ed55-4d22-8036-4928789f6df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2656 2025.03.11 22:08:50.297910 [ 4 ] {af2ec44c-ed55-4d22-8036-4928789f6df9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2657 2025.03.11 22:08:50.298158 [ 4 ] {af2ec44c-ed55-4d22-8036-4928789f6df9} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2658 2025.03.11 22:08:50.298366 [ 4 ] {af2ec44c-ed55-4d22-8036-4928789f6df9} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001466 sec., 21145.975443383355 rows/sec., 1.55 MiB/sec.
2659 2025.03.11 22:08:50.298419 [ 4 ] {af2ec44c-ed55-4d22-8036-4928789f6df9} <Debug> TCPHandler: Processed in 0.001660874 sec.
2660 2025.03.11 22:08:50.298538 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2661 2025.03.11 22:08:50.298641 [ 4 ] {1c66e3d3-4f04-4e6e-8ef7-ada809057b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2662 2025.03.11 22:08:50.298686 [ 4 ] {1c66e3d3-4f04-4e6e-8ef7-ada809057b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2663 2025.03.11 22:08:50.299252 [ 4 ] {1c66e3d3-4f04-4e6e-8ef7-ada809057b55} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2664 2025.03.11 22:08:50.299294 [ 4 ] {1c66e3d3-4f04-4e6e-8ef7-ada809057b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2665 2025.03.11 22:08:50.299652 [ 4 ] {1c66e3d3-4f04-4e6e-8ef7-ada809057b55} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2666 2025.03.11 22:08:50.299911 [ 4 ] {1c66e3d3-4f04-4e6e-8ef7-ada809057b55} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2667 2025.03.11 22:08:50.300148 [ 4 ] {1c66e3d3-4f04-4e6e-8ef7-ada809057b55} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001526 sec., 62254.25950196592 rows/sec., 4.86 MiB/sec.
2668 2025.03.11 22:08:50.300292 [ 4 ] {1c66e3d3-4f04-4e6e-8ef7-ada809057b55} <Debug> TCPHandler: Processed in 0.001803886 sec.
2669 2025.03.11 22:08:50.300447 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2670 2025.03.11 22:08:50.300565 [ 4 ] {ec2c4631-7721-4d0e-87d2-e308c0634604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2671 2025.03.11 22:08:50.300621 [ 4 ] {ec2c4631-7721-4d0e-87d2-e308c0634604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2672 2025.03.11 22:08:50.301272 [ 4 ] {ec2c4631-7721-4d0e-87d2-e308c0634604} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2673 2025.03.11 22:08:50.301316 [ 4 ] {ec2c4631-7721-4d0e-87d2-e308c0634604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2674 2025.03.11 22:08:50.301851 [ 4 ] {ec2c4631-7721-4d0e-87d2-e308c0634604} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2675 2025.03.11 22:08:50.302149 [ 4 ] {ec2c4631-7721-4d0e-87d2-e308c0634604} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2676 2025.03.11 22:08:50.302406 [ 4 ] {ec2c4631-7721-4d0e-87d2-e308c0634604} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001867 sec., 85698.9823245849 rows/sec., 5.97 MiB/sec.
2677 2025.03.11 22:08:50.302472 [ 4 ] {ec2c4631-7721-4d0e-87d2-e308c0634604} <Debug> TCPHandler: Processed in 0.002084118 sec.
2678 2025.03.11 22:08:50.302600 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2679 2025.03.11 22:08:50.302710 [ 4 ] {836c4837-70ec-404e-a825-934a635e2796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2680 2025.03.11 22:08:50.302777 [ 4 ] {836c4837-70ec-404e-a825-934a635e2796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2681 2025.03.11 22:08:50.303907 [ 4 ] {836c4837-70ec-404e-a825-934a635e2796} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2682 2025.03.11 22:08:50.303947 [ 4 ] {836c4837-70ec-404e-a825-934a635e2796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2683 2025.03.11 22:08:50.304606 [ 4 ] {836c4837-70ec-404e-a825-934a635e2796} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
2684 2025.03.11 22:08:50.304858 [ 4 ] {836c4837-70ec-404e-a825-934a635e2796} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2685 2025.03.11 22:08:50.305039 [ 141 ] {} <Debug> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
2686 2025.03.11 22:08:50.305120 [ 141 ] {} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2687 2025.03.11 22:08:50.305145 [ 4 ] {836c4837-70ec-404e-a825-934a635e2796} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002451 sec., 12647.898816809466 rows/sec., 22.66 MiB/sec.
2688 2025.03.11 22:08:50.305160 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2689 2025.03.11 22:08:50.305416 [ 196 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
2690 2025.03.11 22:08:50.305423 [ 4 ] {836c4837-70ec-404e-a825-934a635e2796} <Debug> TCPHandler: Processed in 0.002881844 sec.
2691 2025.03.11 22:08:50.305594 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2692 2025.03.11 22:08:50.305722 [ 196 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2693 2025.03.11 22:08:50.305734 [ 4 ] {4d70883b-4b04-49a2-b419-776c14d1348c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2694 2025.03.11 22:08:50.305792 [ 196 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 86 rows starting from the beginning of the part
2695 2025.03.11 22:08:50.305797 [ 4 ] {4d70883b-4b04-49a2-b419-776c14d1348c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2696 2025.03.11 22:08:50.306474 [ 196 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part
2697 2025.03.11 22:08:50.306789 [ 196 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
2698 2025.03.11 22:08:50.307205 [ 196 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part
2699 2025.03.11 22:08:50.307272 [ 4 ] {4d70883b-4b04-49a2-b419-776c14d1348c} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2700 2025.03.11 22:08:50.307333 [ 4 ] {4d70883b-4b04-49a2-b419-776c14d1348c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2701 2025.03.11 22:08:50.307724 [ 196 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
2702 2025.03.11 22:08:50.308282 [ 196 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part
2703 2025.03.11 22:08:50.308485 [ 4 ] {4d70883b-4b04-49a2-b419-776c14d1348c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
2704 2025.03.11 22:08:50.308991 [ 4 ] {4d70883b-4b04-49a2-b419-776c14d1348c} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2705 2025.03.11 22:08:50.309307 [ 4 ] {4d70883b-4b04-49a2-b419-776c14d1348c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003605 sec., 16643.55062413315 rows/sec., 1.12 MiB/sec.
2706 2025.03.11 22:08:50.309407 [ 4 ] {4d70883b-4b04-49a2-b419-776c14d1348c} <Debug> TCPHandler: Processed in 0.003869373 sec.
2707 2025.03.11 22:08:50.311452 [ 191 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 19 columns (19 merged, 0 gathered) in 0.006164193 sec., 30985.402306514414 rows/sec., 55.52 MiB/sec.
2708 2025.03.11 22:08:50.311974 [ 191 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
2709 2025.03.11 22:08:50.312433 [ 191 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2710 2025.03.11 22:08:50.312528 [ 191 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
2711 2025.03.11 22:08:50.312688 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB.
2712 2025.03.11 22:08:53.458816 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache
2713 2025.03.11 22:08:53.458889 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache
2714 2025.03.11 22:08:53.573825 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6466
2715 2025.03.11 22:08:53.574571 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2716 2025.03.11 22:08:53.574629 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2717 2025.03.11 22:08:53.575246 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2718 2025.03.11 22:08:53.575499 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2719 2025.03.11 22:08:53.575681 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466
2720 2025.03.11 22:08:53.987374 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106
2721 2025.03.11 22:08:54.009150 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2722 2025.03.11 22:08:54.009225 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2723 2025.03.11 22:08:54.016858 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2724 2025.03.11 22:08:54.017691 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2725 2025.03.11 22:08:54.021171 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106
2726 2025.03.11 22:08:55.294699 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2727 2025.03.11 22:08:55.294895 [ 4 ] {8dc7b5e5-3ac4-4cd4-947a-111b3664423e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2728 2025.03.11 22:08:55.294975 [ 4 ] {8dc7b5e5-3ac4-4cd4-947a-111b3664423e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2729 2025.03.11 22:08:55.295914 [ 4 ] {8dc7b5e5-3ac4-4cd4-947a-111b3664423e} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2730 2025.03.11 22:08:55.295978 [ 4 ] {8dc7b5e5-3ac4-4cd4-947a-111b3664423e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2731 2025.03.11 22:08:55.296555 [ 4 ] {8dc7b5e5-3ac4-4cd4-947a-111b3664423e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2732 2025.03.11 22:08:55.296923 [ 4 ] {8dc7b5e5-3ac4-4cd4-947a-111b3664423e} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2733 2025.03.11 22:08:55.297080 [ 148 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
2734 2025.03.11 22:08:55.297121 [ 148 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2735 2025.03.11 22:08:55.297135 [ 4 ] {8dc7b5e5-3ac4-4cd4-947a-111b3664423e} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002294 sec., 31386.22493461203 rows/sec., 2.54 MiB/sec.
2736 2025.03.11 22:08:55.297146 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2737 2025.03.11 22:08:55.297226 [ 4 ] {8dc7b5e5-3ac4-4cd4-947a-111b3664423e} <Debug> TCPHandler: Processed in 0.002669882 sec.
2738 2025.03.11 22:08:55.297376 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::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
2739 2025.03.11 22:08:55.297496 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2740 2025.03.11 22:08:55.297851 [ 4 ] {bb3b64ea-5b6c-4328-b127-5455a3530b14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2741 2025.03.11 22:08:55.297851 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2742 2025.03.11 22:08:55.297941 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 1391 rows starting from the beginning of the part
2743 2025.03.11 22:08:55.297955 [ 4 ] {bb3b64ea-5b6c-4328-b127-5455a3530b14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2744 2025.03.11 22:08:55.298155 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 72 rows starting from the beginning of the part
2745 2025.03.11 22:08:55.298529 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 119 rows starting from the beginning of the part
2746 2025.03.11 22:08:55.298944 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 73 rows starting from the beginning of the part
2747 2025.03.11 22:08:55.299312 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 118 rows starting from the beginning of the part
2748 2025.03.11 22:08:55.299665 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 72 rows starting from the beginning of the part
2749 2025.03.11 22:08:55.300421 [ 4 ] {bb3b64ea-5b6c-4328-b127-5455a3530b14} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2750 2025.03.11 22:08:55.300468 [ 4 ] {bb3b64ea-5b6c-4328-b127-5455a3530b14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2751 2025.03.11 22:08:55.301036 [ 4 ] {bb3b64ea-5b6c-4328-b127-5455a3530b14} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2752 2025.03.11 22:08:55.301333 [ 4 ] {bb3b64ea-5b6c-4328-b127-5455a3530b14} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2753 2025.03.11 22:08:55.301675 [ 4 ] {bb3b64ea-5b6c-4328-b127-5455a3530b14} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.003939 sec., 2030.9723280020312 rows/sec., 152.72 KiB/sec.
2754 2025.03.11 22:08:55.301973 [ 4 ] {bb3b64ea-5b6c-4328-b127-5455a3530b14} <Debug> TCPHandler: Processed in 0.004560199 sec.
2755 2025.03.11 22:08:55.302103 [ 191 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1845 rows, containing 5 columns (5 merged, 0 gathered) in 0.004870462 sec., 378814.1658840578 rows/sec., 33.01 MiB/sec.
2756 2025.03.11 22:08:55.302151 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2757 2025.03.11 22:08:55.302289 [ 4 ] {49a4f759-ee54-4b37-bc32-e63a40be45d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2758 2025.03.11 22:08:55.302342 [ 4 ] {49a4f759-ee54-4b37-bc32-e63a40be45d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2759 2025.03.11 22:08:55.302374 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
2760 2025.03.11 22:08:55.302819 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_20_4} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2761 2025.03.11 22:08:55.302937 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_20_4} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
2762 2025.03.11 22:08:55.303043 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
2763 2025.03.11 22:08:55.303123 [ 4 ] {49a4f759-ee54-4b37-bc32-e63a40be45d4} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2764 2025.03.11 22:08:55.303162 [ 4 ] {49a4f759-ee54-4b37-bc32-e63a40be45d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2765 2025.03.11 22:08:55.303534 [ 4 ] {49a4f759-ee54-4b37-bc32-e63a40be45d4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2766 2025.03.11 22:08:55.303773 [ 4 ] {49a4f759-ee54-4b37-bc32-e63a40be45d4} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2767 2025.03.11 22:08:55.303898 [ 148 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0
2768 2025.03.11 22:08:55.303935 [ 148 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2769 2025.03.11 22:08:55.303956 [ 4 ] {49a4f759-ee54-4b37-bc32-e63a40be45d4} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001693 sec., 42528.05670407561 rows/sec., 3.32 MiB/sec.
2770 2025.03.11 22:08:55.303959 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2771 2025.03.11 22:08:55.304069 [ 4 ] {49a4f759-ee54-4b37-bc32-e63a40be45d4} <Debug> TCPHandler: Processed in 0.001988046 sec.
2772 2025.03.11 22:08:55.304281 [ 196 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::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
2773 2025.03.11 22:08:55.304366 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2774 2025.03.11 22:08:55.304694 [ 4 ] {1ccae34c-fc66-4069-8e94-c2e14e452bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2775 2025.03.11 22:08:55.304712 [ 196 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2776 2025.03.11 22:08:55.304750 [ 196 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 619 rows starting from the beginning of the part
2777 2025.03.11 22:08:55.304764 [ 4 ] {1ccae34c-fc66-4069-8e94-c2e14e452bba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2778 2025.03.11 22:08:55.304987 [ 196 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 72 rows starting from the beginning of the part
2779 2025.03.11 22:08:55.305395 [ 196 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 95 rows starting from the beginning of the part
2780 2025.03.11 22:08:55.305831 [ 196 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 74 rows starting from the beginning of the part
2781 2025.03.11 22:08:55.306132 [ 196 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 95 rows starting from the beginning of the part
2782 2025.03.11 22:08:55.306251 [ 196 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 72 rows starting from the beginning of the part
2783 2025.03.11 22:08:55.307216 [ 4 ] {1ccae34c-fc66-4069-8e94-c2e14e452bba} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2784 2025.03.11 22:08:55.307258 [ 4 ] {1ccae34c-fc66-4069-8e94-c2e14e452bba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2785 2025.03.11 22:08:55.307900 [ 4 ] {1ccae34c-fc66-4069-8e94-c2e14e452bba} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2786 2025.03.11 22:08:55.308286 [ 4 ] {1ccae34c-fc66-4069-8e94-c2e14e452bba} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2787 2025.03.11 22:08:55.308356 [ 196 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1027 rows, containing 5 columns (5 merged, 0 gathered) in 0.004320227 sec., 237718.99022898564 rows/sec., 19.07 MiB/sec.
2788 2025.03.11 22:08:55.308702 [ 4 ] {1ccae34c-fc66-4069-8e94-c2e14e452bba} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004114 sec., 38891.58969372873 rows/sec., 2.71 MiB/sec.
2789 2025.03.11 22:08:55.308801 [ 191 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary)
2790 2025.03.11 22:08:55.308864 [ 4 ] {1ccae34c-fc66-4069-8e94-c2e14e452bba} <Debug> TCPHandler: Processed in 0.004578489 sec.
2791 2025.03.11 22:08:55.309034 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2792 2025.03.11 22:08:55.309214 [ 4 ] {aaade266-e8d6-4226-b6dd-380cce4f9244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2793 2025.03.11 22:08:55.309347 [ 4 ] {aaade266-e8d6-4226-b6dd-380cce4f9244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2794 2025.03.11 22:08:55.309437 [ 191 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_20_4} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2795 2025.03.11 22:08:55.309703 [ 191 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_20_4} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4
2796 2025.03.11 22:08:55.309917 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
2797 2025.03.11 22:08:55.310859 [ 4 ] {aaade266-e8d6-4226-b6dd-380cce4f9244} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2798 2025.03.11 22:08:55.310901 [ 4 ] {aaade266-e8d6-4226-b6dd-380cce4f9244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2799 2025.03.11 22:08:55.311564 [ 4 ] {aaade266-e8d6-4226-b6dd-380cce4f9244} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
2800 2025.03.11 22:08:55.311820 [ 4 ] {aaade266-e8d6-4226-b6dd-380cce4f9244} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2801 2025.03.11 22:08:55.312057 [ 4 ] {aaade266-e8d6-4226-b6dd-380cce4f9244} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002896 sec., 2762.430939226519 rows/sec., 4.95 MiB/sec.
2802 2025.03.11 22:08:55.312299 [ 4 ] {aaade266-e8d6-4226-b6dd-380cce4f9244} <Debug> TCPHandler: Processed in 0.003317229 sec.
2803 2025.03.11 22:08:55.312436 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2804 2025.03.11 22:08:55.312541 [ 4 ] {ed679a50-67d1-40fa-a97d-09a5811dfac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2805 2025.03.11 22:08:55.312587 [ 4 ] {ed679a50-67d1-40fa-a97d-09a5811dfac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2806 2025.03.11 22:08:55.313048 [ 4 ] {ed679a50-67d1-40fa-a97d-09a5811dfac3} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2807 2025.03.11 22:08:55.313085 [ 4 ] {ed679a50-67d1-40fa-a97d-09a5811dfac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2808 2025.03.11 22:08:55.313456 [ 4 ] {ed679a50-67d1-40fa-a97d-09a5811dfac3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
2809 2025.03.11 22:08:55.313706 [ 4 ] {ed679a50-67d1-40fa-a97d-09a5811dfac3} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2810 2025.03.11 22:08:55.313909 [ 4 ] {ed679a50-67d1-40fa-a97d-09a5811dfac3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec.
2811 2025.03.11 22:08:55.313959 [ 4 ] {ed679a50-67d1-40fa-a97d-09a5811dfac3} <Debug> TCPHandler: Processed in 0.001574384 sec.
2812 2025.03.11 22:08:56.563584 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2813 2025.03.11 22:08:56.563767 [ 4 ] {9fc51041-6905-423a-91d8-8bd6230bf890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
2814 2025.03.11 22:08:56.563840 [ 4 ] {9fc51041-6905-423a-91d8-8bd6230bf890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
2815 2025.03.11 22:08:56.564641 [ 4 ] {9fc51041-6905-423a-91d8-8bd6230bf890} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2816 2025.03.11 22:08:56.564694 [ 4 ] {9fc51041-6905-423a-91d8-8bd6230bf890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2817 2025.03.11 22:08:56.565121 [ 4 ] {9fc51041-6905-423a-91d8-8bd6230bf890} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2818 2025.03.11 22:08:56.565374 [ 4 ] {9fc51041-6905-423a-91d8-8bd6230bf890} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2819 2025.03.11 22:08:56.565685 [ 4 ] {9fc51041-6905-423a-91d8-8bd6230bf890} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001956 sec., 12269.938650306749 rows/sec., 1.02 MiB/sec.
2820 2025.03.11 22:08:56.565761 [ 4 ] {9fc51041-6905-423a-91d8-8bd6230bf890} <Debug> TCPHandler: Processed in 0.00230621 sec.
2821 2025.03.11 22:08:56.565876 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2822 2025.03.11 22:08:56.565986 [ 4 ] {93bd86cc-fa3f-4582-baa8-fd319803e27d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
2823 2025.03.11 22:08:56.566035 [ 4 ] {93bd86cc-fa3f-4582-baa8-fd319803e27d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
2824 2025.03.11 22:08:56.566586 [ 4 ] {93bd86cc-fa3f-4582-baa8-fd319803e27d} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2825 2025.03.11 22:08:56.566625 [ 4 ] {93bd86cc-fa3f-4582-baa8-fd319803e27d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2826 2025.03.11 22:08:56.567017 [ 4 ] {93bd86cc-fa3f-4582-baa8-fd319803e27d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2827 2025.03.11 22:08:56.567258 [ 4 ] {93bd86cc-fa3f-4582-baa8-fd319803e27d} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2828 2025.03.11 22:08:56.567463 [ 4 ] {93bd86cc-fa3f-4582-baa8-fd319803e27d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001504 sec., 1329.7872340425533 rows/sec., 108.43 KiB/sec.
2829 2025.03.11 22:08:56.567517 [ 4 ] {93bd86cc-fa3f-4582-baa8-fd319803e27d} <Debug> TCPHandler: Processed in 0.001694174 sec.
2830 2025.03.11 22:08:56.567622 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2831 2025.03.11 22:08:56.567722 [ 4 ] {bf8d2228-3872-4434-9143-eab868b916d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2832 2025.03.11 22:08:56.567766 [ 4 ] {bf8d2228-3872-4434-9143-eab868b916d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2833 2025.03.11 22:08:56.568956 [ 4 ] {bf8d2228-3872-4434-9143-eab868b916d0} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2834 2025.03.11 22:08:56.568995 [ 4 ] {bf8d2228-3872-4434-9143-eab868b916d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2835 2025.03.11 22:08:56.569429 [ 4 ] {bf8d2228-3872-4434-9143-eab868b916d0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2836 2025.03.11 22:08:56.569672 [ 4 ] {bf8d2228-3872-4434-9143-eab868b916d0} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2837 2025.03.11 22:08:56.569913 [ 4 ] {bf8d2228-3872-4434-9143-eab868b916d0} <Debug> executeQuery: Read 1379 rows, 117.84 KiB in 0.002209 sec., 624264.3730194658 rows/sec., 52.10 MiB/sec.
2838 2025.03.11 22:08:56.570113 [ 4 ] {bf8d2228-3872-4434-9143-eab868b916d0} <Debug> TCPHandler: Processed in 0.002538832 sec.
2839 2025.03.11 22:08:56.570291 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2840 2025.03.11 22:08:56.570396 [ 4 ] {4ab785ca-fbf0-4d47-ae85-63ba199f1357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2841 2025.03.11 22:08:56.570443 [ 4 ] {4ab785ca-fbf0-4d47-ae85-63ba199f1357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
2842 2025.03.11 22:08:56.571018 [ 4 ] {4ab785ca-fbf0-4d47-ae85-63ba199f1357} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2843 2025.03.11 22:08:56.571057 [ 4 ] {4ab785ca-fbf0-4d47-ae85-63ba199f1357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2844 2025.03.11 22:08:56.571409 [ 4 ] {4ab785ca-fbf0-4d47-ae85-63ba199f1357} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
2845 2025.03.11 22:08:56.571645 [ 4 ] {4ab785ca-fbf0-4d47-ae85-63ba199f1357} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2846 2025.03.11 22:08:56.571939 [ 4 ] {4ab785ca-fbf0-4d47-ae85-63ba199f1357} <Debug> executeQuery: Read 45 rows, 3.43 KiB in 0.001546 sec., 29107.373868046572 rows/sec., 2.17 MiB/sec.
2847 2025.03.11 22:08:56.572104 [ 4 ] {4ab785ca-fbf0-4d47-ae85-63ba199f1357} <Debug> TCPHandler: Processed in 0.001867926 sec.
2848 2025.03.11 22:08:56.572211 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2849 2025.03.11 22:08:56.572312 [ 4 ] {92352f24-b2e0-41ab-b531-c4905c2cbcf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
2850 2025.03.11 22:08:56.572356 [ 4 ] {92352f24-b2e0-41ab-b531-c4905c2cbcf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
2851 2025.03.11 22:08:56.572964 [ 4 ] {92352f24-b2e0-41ab-b531-c4905c2cbcf6} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2852 2025.03.11 22:08:56.573002 [ 4 ] {92352f24-b2e0-41ab-b531-c4905c2cbcf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2853 2025.03.11 22:08:56.573360 [ 4 ] {92352f24-b2e0-41ab-b531-c4905c2cbcf6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
2854 2025.03.11 22:08:56.573614 [ 4 ] {92352f24-b2e0-41ab-b531-c4905c2cbcf6} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2855 2025.03.11 22:08:56.573886 [ 4 ] {92352f24-b2e0-41ab-b531-c4905c2cbcf6} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001581 sec., 159392.78937381404 rows/sec., 11.02 MiB/sec.
2856 2025.03.11 22:08:56.573956 [ 4 ] {92352f24-b2e0-41ab-b531-c4905c2cbcf6} <Debug> TCPHandler: Processed in 0.001795076 sec.
2857 2025.03.11 22:08:56.574089 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2858 2025.03.11 22:08:56.574226 [ 4 ] {10d0925f-e172-4442-bff8-88e1c5f50e5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
2859 2025.03.11 22:08:56.574280 [ 4 ] {10d0925f-e172-4442-bff8-88e1c5f50e5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
2860 2025.03.11 22:08:56.574916 [ 4 ] {10d0925f-e172-4442-bff8-88e1c5f50e5e} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2861 2025.03.11 22:08:56.574955 [ 4 ] {10d0925f-e172-4442-bff8-88e1c5f50e5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2862 2025.03.11 22:08:56.575308 [ 4 ] {10d0925f-e172-4442-bff8-88e1c5f50e5e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary)
2863 2025.03.11 22:08:56.575565 [ 4 ] {10d0925f-e172-4442-bff8-88e1c5f50e5e} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2864 2025.03.11 22:08:56.575821 [ 4 ] {10d0925f-e172-4442-bff8-88e1c5f50e5e} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001616 sec., 7425.742574257426 rows/sec., 580.14 KiB/sec.
2865 2025.03.11 22:08:56.576005 [ 4 ] {10d0925f-e172-4442-bff8-88e1c5f50e5e} <Debug> TCPHandler: Processed in 0.001980846 sec.
2866 2025.03.11 22:08:56.576123 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2867 2025.03.11 22:08:56.576226 [ 4 ] {c10f01ec-fd17-497c-9417-addd7f79dde9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2868 2025.03.11 22:08:56.576270 [ 4 ] {c10f01ec-fd17-497c-9417-addd7f79dde9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2869 2025.03.11 22:08:56.577026 [ 4 ] {c10f01ec-fd17-497c-9417-addd7f79dde9} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2870 2025.03.11 22:08:56.577065 [ 4 ] {c10f01ec-fd17-497c-9417-addd7f79dde9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2871 2025.03.11 22:08:56.577445 [ 4 ] {c10f01ec-fd17-497c-9417-addd7f79dde9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2872 2025.03.11 22:08:56.577677 [ 4 ] {c10f01ec-fd17-497c-9417-addd7f79dde9} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2873 2025.03.11 22:08:56.577917 [ 4 ] {c10f01ec-fd17-497c-9417-addd7f79dde9} <Debug> executeQuery: Read 589 rows, 45.31 KiB in 0.001714 sec., 343640.60676779464 rows/sec., 25.81 MiB/sec.
2874 2025.03.11 22:08:56.578124 [ 4 ] {c10f01ec-fd17-497c-9417-addd7f79dde9} <Debug> TCPHandler: Processed in 0.002047287 sec.
2875 2025.03.11 22:08:56.578289 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2876 2025.03.11 22:08:56.578395 [ 4 ] {c9c45b3a-23b0-490f-b93d-e2915e851b19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2877 2025.03.11 22:08:56.578444 [ 4 ] {c9c45b3a-23b0-490f-b93d-e2915e851b19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2878 2025.03.11 22:08:56.579168 [ 4 ] {c9c45b3a-23b0-490f-b93d-e2915e851b19} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2879 2025.03.11 22:08:56.579207 [ 4 ] {c9c45b3a-23b0-490f-b93d-e2915e851b19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2880 2025.03.11 22:08:56.579635 [ 4 ] {c9c45b3a-23b0-490f-b93d-e2915e851b19} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2881 2025.03.11 22:08:56.579865 [ 4 ] {c9c45b3a-23b0-490f-b93d-e2915e851b19} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2882 2025.03.11 22:08:56.580021 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2883 2025.03.11 22:08:56.580088 [ 4 ] {c9c45b3a-23b0-490f-b93d-e2915e851b19} <Debug> executeQuery: Read 947 rows, 65.46 KiB in 0.001716 sec., 551864.8018648018 rows/sec., 37.25 MiB/sec.
2884 2025.03.11 22:08:56.580115 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2885 2025.03.11 22:08:56.580188 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2886 2025.03.11 22:08:56.580211 [ 4 ] {c9c45b3a-23b0-490f-b93d-e2915e851b19} <Debug> TCPHandler: Processed in 0.001976027 sec.
2887 2025.03.11 22:08:56.580622 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2888 2025.03.11 22:08:56.580639 [ 193 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
2889 2025.03.11 22:08:56.580845 [ 4 ] {a4611c48-e56f-4fea-a3bf-b903329e7347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
2890 2025.03.11 22:08:56.580990 [ 193 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2891 2025.03.11 22:08:56.581027 [ 4 ] {a4611c48-e56f-4fea-a3bf-b903329e7347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
2892 2025.03.11 22:08:56.581073 [ 193 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5693 rows starting from the beginning of the part
2893 2025.03.11 22:08:56.581477 [ 193 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
2894 2025.03.11 22:08:56.581853 [ 193 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part
2895 2025.03.11 22:08:56.582189 [ 193 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
2896 2025.03.11 22:08:56.582500 [ 193 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
2897 2025.03.11 22:08:56.582923 [ 193 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
2898 2025.03.11 22:08:56.586607 [ 4 ] {a4611c48-e56f-4fea-a3bf-b903329e7347} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2899 2025.03.11 22:08:56.586661 [ 4 ] {a4611c48-e56f-4fea-a3bf-b903329e7347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2900 2025.03.11 22:08:56.587777 [ 4 ] {a4611c48-e56f-4fea-a3bf-b903329e7347} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
2901 2025.03.11 22:08:56.588254 [ 191 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7281 rows, containing 5 columns (5 merged, 0 gathered) in 0.007917817 sec., 919571.6445580897 rows/sec., 62.91 MiB/sec.
2902 2025.03.11 22:08:56.588308 [ 4 ] {a4611c48-e56f-4fea-a3bf-b903329e7347} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2903 2025.03.11 22:08:56.588727 [ 4 ] {a4611c48-e56f-4fea-a3bf-b903329e7347} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.00795 sec., 3899.37106918239 rows/sec., 6.99 MiB/sec.
2904 2025.03.11 22:08:56.589237 [ 4 ] {a4611c48-e56f-4fea-a3bf-b903329e7347} <Debug> TCPHandler: Processed in 0.008761805 sec.
2905 2025.03.11 22:08:56.589246 [ 191 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2906 2025.03.11 22:08:56.589495 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2907 2025.03.11 22:08:56.589673 [ 4 ] {f0bc7e0e-dc05-4005-a69a-4533ddd6a374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2908 2025.03.11 22:08:56.589751 [ 4 ] {f0bc7e0e-dc05-4005-a69a-4533ddd6a374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2909 2025.03.11 22:08:56.589867 [ 191 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2910 2025.03.11 22:08:56.590107 [ 191 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2911 2025.03.11 22:08:56.590293 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB.
2912 2025.03.11 22:08:56.590570 [ 4 ] {f0bc7e0e-dc05-4005-a69a-4533ddd6a374} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2913 2025.03.11 22:08:56.590612 [ 4 ] {f0bc7e0e-dc05-4005-a69a-4533ddd6a374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2914 2025.03.11 22:08:56.590977 [ 4 ] {f0bc7e0e-dc05-4005-a69a-4533ddd6a374} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
2915 2025.03.11 22:08:56.591209 [ 4 ] {f0bc7e0e-dc05-4005-a69a-4533ddd6a374} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2916 2025.03.11 22:08:56.591374 [ 143 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
2917 2025.03.11 22:08:56.591442 [ 143 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2918 2025.03.11 22:08:56.591473 [ 4 ] {f0bc7e0e-dc05-4005-a69a-4533ddd6a374} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001846 sec., 13001.083423618635 rows/sec., 897.21 KiB/sec.
2919 2025.03.11 22:08:56.591488 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2920 2025.03.11 22:08:56.591642 [ 4 ] {f0bc7e0e-dc05-4005-a69a-4533ddd6a374} <Debug> TCPHandler: Processed in 0.002211389 sec.
2921 2025.03.11 22:08:56.591707 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
2922 2025.03.11 22:08:56.591808 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
2923 2025.03.11 22:08:56.591839 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
2924 2025.03.11 22:08:56.591917 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
2925 2025.03.11 22:08:56.591996 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
2926 2025.03.11 22:08:56.592074 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
2927 2025.03.11 22:08:56.592164 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
2928 2025.03.11 22:08:56.592406 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
2929 2025.03.11 22:08:56.593438 [ 191 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1092 rows, containing 4 columns (4 merged, 0 gathered) in 0.001804995 sec., 604987.8254510401 rows/sec., 40.77 MiB/sec.
2930 2025.03.11 22:08:56.593655 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
2931 2025.03.11 22:08:56.593978 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_21_4} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2932 2025.03.11 22:08:56.594068 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_21_4} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
2933 2025.03.11 22:08:56.594164 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB.
2934 2025.03.11 22:08:58.593609 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 424
2935 2025.03.11 22:08:58.596862 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2936 2025.03.11 22:08:58.596916 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2937 2025.03.11 22:08:58.598408 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
2938 2025.03.11 22:08:58.598722 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2939 2025.03.11 22:08:58.599282 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 424
2940 2025.03.11 22:09:00.290103 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2941 2025.03.11 22:09:00.290290 [ 4 ] {850c6ffe-5663-46c2-bd57-bd8d48823b48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2942 2025.03.11 22:09:00.290362 [ 4 ] {850c6ffe-5663-46c2-bd57-bd8d48823b48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2943 2025.03.11 22:09:00.291136 [ 4 ] {850c6ffe-5663-46c2-bd57-bd8d48823b48} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2944 2025.03.11 22:09:00.291190 [ 4 ] {850c6ffe-5663-46c2-bd57-bd8d48823b48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2945 2025.03.11 22:09:00.291623 [ 4 ] {850c6ffe-5663-46c2-bd57-bd8d48823b48} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2946 2025.03.11 22:09:00.291877 [ 4 ] {850c6ffe-5663-46c2-bd57-bd8d48823b48} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2947 2025.03.11 22:09:00.292105 [ 4 ] {850c6ffe-5663-46c2-bd57-bd8d48823b48} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001865 sec., 30026.809651474534 rows/sec., 2.29 MiB/sec.
2948 2025.03.11 22:09:00.292165 [ 4 ] {850c6ffe-5663-46c2-bd57-bd8d48823b48} <Debug> TCPHandler: Processed in 0.002194999 sec.
2949 2025.03.11 22:09:00.292284 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2950 2025.03.11 22:09:00.292391 [ 4 ] {340b02e3-d454-48a9-a8f3-e7b0c890ef3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
2951 2025.03.11 22:09:00.292435 [ 4 ] {340b02e3-d454-48a9-a8f3-e7b0c890ef3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
2952 2025.03.11 22:09:00.292986 [ 4 ] {340b02e3-d454-48a9-a8f3-e7b0c890ef3b} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2953 2025.03.11 22:09:00.293025 [ 4 ] {340b02e3-d454-48a9-a8f3-e7b0c890ef3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2954 2025.03.11 22:09:00.293385 [ 4 ] {340b02e3-d454-48a9-a8f3-e7b0c890ef3b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2955 2025.03.11 22:09:00.293634 [ 4 ] {340b02e3-d454-48a9-a8f3-e7b0c890ef3b} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2956 2025.03.11 22:09:00.293873 [ 4 ] {340b02e3-d454-48a9-a8f3-e7b0c890ef3b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001501 sec., 42638.241172551636 rows/sec., 3.33 MiB/sec.
2957 2025.03.11 22:09:00.294083 [ 4 ] {340b02e3-d454-48a9-a8f3-e7b0c890ef3b} <Debug> TCPHandler: Processed in 0.001848576 sec.
2958 2025.03.11 22:09:00.294261 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2959 2025.03.11 22:09:00.294367 [ 4 ] {e46175f5-7645-490a-ae0e-6d69e69c9601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
2960 2025.03.11 22:09:00.294417 [ 4 ] {e46175f5-7645-490a-ae0e-6d69e69c9601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
2961 2025.03.11 22:09:00.294941 [ 4 ] {e46175f5-7645-490a-ae0e-6d69e69c9601} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2962 2025.03.11 22:09:00.294980 [ 4 ] {e46175f5-7645-490a-ae0e-6d69e69c9601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2963 2025.03.11 22:09:00.295362 [ 4 ] {e46175f5-7645-490a-ae0e-6d69e69c9601} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2964 2025.03.11 22:09:00.295596 [ 4 ] {e46175f5-7645-490a-ae0e-6d69e69c9601} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2965 2025.03.11 22:09:00.295845 [ 4 ] {e46175f5-7645-490a-ae0e-6d69e69c9601} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001498 sec., 64085.447263017355 rows/sec., 4.46 MiB/sec.
2966 2025.03.11 22:09:00.296063 [ 4 ] {e46175f5-7645-490a-ae0e-6d69e69c9601} <Debug> TCPHandler: Processed in 0.001855146 sec.
2967 2025.03.11 22:09:00.296243 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2968 2025.03.11 22:09:00.296350 [ 4 ] {cc3cd889-c470-49a5-808d-3d72a28c09c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
2969 2025.03.11 22:09:00.296398 [ 4 ] {cc3cd889-c470-49a5-808d-3d72a28c09c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
2970 2025.03.11 22:09:00.296863 [ 4 ] {cc3cd889-c470-49a5-808d-3d72a28c09c6} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2971 2025.03.11 22:09:00.296901 [ 4 ] {cc3cd889-c470-49a5-808d-3d72a28c09c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2972 2025.03.11 22:09:00.297251 [ 4 ] {cc3cd889-c470-49a5-808d-3d72a28c09c6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
2973 2025.03.11 22:09:00.297478 [ 4 ] {cc3cd889-c470-49a5-808d-3d72a28c09c6} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2974 2025.03.11 22:09:00.297751 [ 4 ] {cc3cd889-c470-49a5-808d-3d72a28c09c6} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001403 sec., 25659.30149679259 rows/sec., 1.73 MiB/sec.
2975 2025.03.11 22:09:00.297939 [ 4 ] {cc3cd889-c470-49a5-808d-3d72a28c09c6} <Debug> TCPHandler: Processed in 0.001747555 sec.
2976 2025.03.11 22:09:01.075882 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6954
2977 2025.03.11 22:09:01.077036 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2978 2025.03.11 22:09:01.077077 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2979 2025.03.11 22:09:01.077608 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2980 2025.03.11 22:09:01.077866 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2981 2025.03.11 22:09:01.078145 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954
2982 2025.03.11 22:09:01.521307 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113
2983 2025.03.11 22:09:01.542876 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2984 2025.03.11 22:09:01.542937 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.22 GiB.
2985 2025.03.11 22:09:01.551011 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
2986 2025.03.11 22:09:01.551854 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2987 2025.03.11 22:09:01.555920 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113
2988 2025.03.11 22:09:05.293411 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2989 2025.03.11 22:09:05.293641 [ 4 ] {a803a2d7-3e2e-4474-8477-12ef6dd67dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
2990 2025.03.11 22:09:05.293732 [ 4 ] {a803a2d7-3e2e-4474-8477-12ef6dd67dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
2991 2025.03.11 22:09:05.294634 [ 4 ] {a803a2d7-3e2e-4474-8477-12ef6dd67dde} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
2992 2025.03.11 22:09:05.294689 [ 4 ] {a803a2d7-3e2e-4474-8477-12ef6dd67dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
2993 2025.03.11 22:09:05.295168 [ 4 ] {a803a2d7-3e2e-4474-8477-12ef6dd67dde} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
2994 2025.03.11 22:09:05.295426 [ 4 ] {a803a2d7-3e2e-4474-8477-12ef6dd67dde} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
2995 2025.03.11 22:09:05.295671 [ 4 ] {a803a2d7-3e2e-4474-8477-12ef6dd67dde} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002089 sec., 34466.25179511728 rows/sec., 2.79 MiB/sec.
2996 2025.03.11 22:09:05.295738 [ 4 ] {a803a2d7-3e2e-4474-8477-12ef6dd67dde} <Debug> TCPHandler: Processed in 0.002476052 sec.
2997 2025.03.11 22:09:05.295871 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
2998 2025.03.11 22:09:05.295986 [ 4 ] {9985f348-ab94-43fc-bf6e-bdea4481d7da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
2999 2025.03.11 22:09:05.296036 [ 4 ] {9985f348-ab94-43fc-bf6e-bdea4481d7da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3000 2025.03.11 22:09:05.296578 [ 4 ] {9985f348-ab94-43fc-bf6e-bdea4481d7da} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3001 2025.03.11 22:09:05.296619 [ 4 ] {9985f348-ab94-43fc-bf6e-bdea4481d7da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3002 2025.03.11 22:09:05.296990 [ 4 ] {9985f348-ab94-43fc-bf6e-bdea4481d7da} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3003 2025.03.11 22:09:05.297228 [ 4 ] {9985f348-ab94-43fc-bf6e-bdea4481d7da} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3004 2025.03.11 22:09:05.297455 [ 4 ] {9985f348-ab94-43fc-bf6e-bdea4481d7da} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001496 sec., 5347.593582887701 rows/sec., 402.11 KiB/sec.
3005 2025.03.11 22:09:05.297509 [ 4 ] {9985f348-ab94-43fc-bf6e-bdea4481d7da} <Debug> TCPHandler: Processed in 0.001693955 sec.
3006 2025.03.11 22:09:05.297615 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3007 2025.03.11 22:09:05.297720 [ 4 ] {dde585e2-9c0c-44cf-bfe3-e098ea4a820a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3008 2025.03.11 22:09:05.297766 [ 4 ] {dde585e2-9c0c-44cf-bfe3-e098ea4a820a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3009 2025.03.11 22:09:05.298319 [ 4 ] {dde585e2-9c0c-44cf-bfe3-e098ea4a820a} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3010 2025.03.11 22:09:05.298359 [ 4 ] {dde585e2-9c0c-44cf-bfe3-e098ea4a820a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3011 2025.03.11 22:09:05.298719 [ 4 ] {dde585e2-9c0c-44cf-bfe3-e098ea4a820a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3012 2025.03.11 22:09:05.298958 [ 4 ] {dde585e2-9c0c-44cf-bfe3-e098ea4a820a} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3013 2025.03.11 22:09:05.299178 [ 4 ] {dde585e2-9c0c-44cf-bfe3-e098ea4a820a} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001481 sec., 48615.80013504389 rows/sec., 3.80 MiB/sec.
3014 2025.03.11 22:09:05.299232 [ 4 ] {dde585e2-9c0c-44cf-bfe3-e098ea4a820a} <Debug> TCPHandler: Processed in 0.001667284 sec.
3015 2025.03.11 22:09:05.299348 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3016 2025.03.11 22:09:05.299454 [ 4 ] {616f0c96-7b2d-4fbb-8e8b-d82a09ba0716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3017 2025.03.11 22:09:05.299502 [ 4 ] {616f0c96-7b2d-4fbb-8e8b-d82a09ba0716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3018 2025.03.11 22:09:05.300041 [ 4 ] {616f0c96-7b2d-4fbb-8e8b-d82a09ba0716} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3019 2025.03.11 22:09:05.300079 [ 4 ] {616f0c96-7b2d-4fbb-8e8b-d82a09ba0716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3020 2025.03.11 22:09:05.300480 [ 4 ] {616f0c96-7b2d-4fbb-8e8b-d82a09ba0716} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3021 2025.03.11 22:09:05.300716 [ 4 ] {616f0c96-7b2d-4fbb-8e8b-d82a09ba0716} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3022 2025.03.11 22:09:05.300930 [ 4 ] {616f0c96-7b2d-4fbb-8e8b-d82a09ba0716} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001498 sec., 106809.0787716956 rows/sec., 7.44 MiB/sec.
3023 2025.03.11 22:09:05.300983 [ 4 ] {616f0c96-7b2d-4fbb-8e8b-d82a09ba0716} <Debug> TCPHandler: Processed in 0.001686674 sec.
3024 2025.03.11 22:09:05.301090 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3025 2025.03.11 22:09:05.301194 [ 4 ] {51518f55-033b-47af-9d24-7dc3d715bdac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3026 2025.03.11 22:09:05.301261 [ 4 ] {51518f55-033b-47af-9d24-7dc3d715bdac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3027 2025.03.11 22:09:05.302351 [ 4 ] {51518f55-033b-47af-9d24-7dc3d715bdac} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3028 2025.03.11 22:09:05.302391 [ 4 ] {51518f55-033b-47af-9d24-7dc3d715bdac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3029 2025.03.11 22:09:05.303022 [ 4 ] {51518f55-033b-47af-9d24-7dc3d715bdac} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3030 2025.03.11 22:09:05.303288 [ 4 ] {51518f55-033b-47af-9d24-7dc3d715bdac} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3031 2025.03.11 22:09:05.303528 [ 4 ] {51518f55-033b-47af-9d24-7dc3d715bdac} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002357 sec., 3394.145099703012 rows/sec., 6.08 MiB/sec.
3032 2025.03.11 22:09:05.303649 [ 4 ] {51518f55-033b-47af-9d24-7dc3d715bdac} <Debug> TCPHandler: Processed in 0.002609402 sec.
3033 2025.03.11 22:09:05.303769 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3034 2025.03.11 22:09:05.303873 [ 4 ] {d1d0297e-848e-4f60-811a-25d65a2b3082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3035 2025.03.11 22:09:05.303920 [ 4 ] {d1d0297e-848e-4f60-811a-25d65a2b3082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3036 2025.03.11 22:09:05.304370 [ 4 ] {d1d0297e-848e-4f60-811a-25d65a2b3082} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3037 2025.03.11 22:09:05.304410 [ 4 ] {d1d0297e-848e-4f60-811a-25d65a2b3082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3038 2025.03.11 22:09:05.304776 [ 4 ] {d1d0297e-848e-4f60-811a-25d65a2b3082} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3039 2025.03.11 22:09:05.305009 [ 4 ] {d1d0297e-848e-4f60-811a-25d65a2b3082} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3040 2025.03.11 22:09:05.305225 [ 4 ] {d1d0297e-848e-4f60-811a-25d65a2b3082} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001376 sec., 43604.651162790695 rows/sec., 2.94 MiB/sec.
3041 2025.03.11 22:09:05.305277 [ 4 ] {d1d0297e-848e-4f60-811a-25d65a2b3082} <Debug> TCPHandler: Processed in 0.001559454 sec.
3042 2025.03.11 22:09:08.458940 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache
3043 2025.03.11 22:09:08.459037 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache
3044 2025.03.11 22:09:08.578351 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7381
3045 2025.03.11 22:09:08.579081 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3046 2025.03.11 22:09:08.579132 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3047 2025.03.11 22:09:08.579680 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3048 2025.03.11 22:09:08.579920 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3049 2025.03.11 22:09:08.580139 [ 128 ] {} <Debug> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3050 2025.03.11 22:09:08.580154 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381
3051 2025.03.11 22:09:08.580295 [ 128 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3052 2025.03.11 22:09:08.580329 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3053 2025.03.11 22:09:08.580488 [ 191 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::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
3054 2025.03.11 22:09:08.580677 [ 191 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3055 2025.03.11 22:09:08.580726 [ 191 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part
3056 2025.03.11 22:09:08.580819 [ 191 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 427 rows starting from the beginning of the part
3057 2025.03.11 22:09:08.581020 [ 191 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 488 rows starting from the beginning of the part
3058 2025.03.11 22:09:08.581276 [ 191 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 427 rows starting from the beginning of the part
3059 2025.03.11 22:09:08.581442 [ 191 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 488 rows starting from the beginning of the part
3060 2025.03.11 22:09:08.581644 [ 191 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 427 rows starting from the beginning of the part
3061 2025.03.11 22:09:08.583470 [ 198 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.003055116 sec., 2415947.545035933 rows/sec., 34.56 MiB/sec.
3062 2025.03.11 22:09:08.584356 [ 197 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3063 2025.03.11 22:09:08.584674 [ 197 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_16_3} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3064 2025.03.11 22:09:08.584752 [ 197 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_16_3} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3065 2025.03.11 22:09:08.584852 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3066 2025.03.11 22:09:08.599596 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 444
3067 2025.03.11 22:09:08.602319 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3068 2025.03.11 22:09:08.602363 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3069 2025.03.11 22:09:08.603784 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
3070 2025.03.11 22:09:08.604089 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3071 2025.03.11 22:09:08.604290 [ 128 ] {} <Debug> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0
3072 2025.03.11 22:09:08.604405 [ 128 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3073 2025.03.11 22:09:08.604471 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3074 2025.03.11 22:09:08.604892 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::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
3075 2025.03.11 22:09:08.605506 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 444
3076 2025.03.11 22:09:08.605980 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3077 2025.03.11 22:09:08.606153 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 278 rows starting from the beginning of the part
3078 2025.03.11 22:09:08.606658 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 48 rows starting from the beginning of the part
3079 2025.03.11 22:09:08.607163 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part
3080 2025.03.11 22:09:08.607864 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part
3081 2025.03.11 22:09:08.608521 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 44 rows starting from the beginning of the part
3082 2025.03.11 22:09:08.609167 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part
3083 2025.03.11 22:09:08.616970 [ 197 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 444 rows, containing 72 columns (72 merged, 0 gathered) in 0.012333485 sec., 35999.557302741276 rows/sec., 32.85 MiB/sec.
3084 2025.03.11 22:09:08.617843 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary)
3085 2025.03.11 22:09:08.618509 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_11_2} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3086 2025.03.11 22:09:08.618588 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_11_2} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2
3087 2025.03.11 22:09:08.618772 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB.
3088 2025.03.11 22:09:09.001348 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000962698 sec.
3089 2025.03.11 22:09:09.056061 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121
3090 2025.03.11 22:09:09.080835 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3091 2025.03.11 22:09:09.080899 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3092 2025.03.11 22:09:09.089473 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3093 2025.03.11 22:09:09.091107 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3094 2025.03.11 22:09:09.091611 [ 123 ] {} <Debug> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3095 2025.03.11 22:09:09.091780 [ 123 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3096 2025.03.11 22:09:09.091905 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3097 2025.03.11 22:09:09.092440 [ 199 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
3098 2025.03.11 22:09:09.108493 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121
3099 2025.03.11 22:09:09.109985 [ 199 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3100 2025.03.11 22:09:09.111279 [ 199 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
3101 2025.03.11 22:09:09.116819 [ 199 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
3102 2025.03.11 22:09:09.122353 [ 199 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
3103 2025.03.11 22:09:09.127859 [ 199 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
3104 2025.03.11 22:09:09.133626 [ 199 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
3105 2025.03.11 22:09:09.138129 [ 199 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
3106 2025.03.11 22:09:09.195044 [ 197 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.102954298 sec., 1175.2787630099717 rows/sec., 6.08 MiB/sec.
3107 2025.03.11 22:09:09.197489 [ 200 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3108 2025.03.11 22:09:09.200471 [ 200 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_16_3} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3109 2025.03.11 22:09:09.200596 [ 200 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_16_3} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3110 2025.03.11 22:09:09.203088 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB.
3111 2025.03.11 22:09:10.294992 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3112 2025.03.11 22:09:10.295193 [ 4 ] {0b38d84a-d8f9-4211-86f4-3010d7803fd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3113 2025.03.11 22:09:10.295267 [ 4 ] {0b38d84a-d8f9-4211-86f4-3010d7803fd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3114 2025.03.11 22:09:10.296062 [ 4 ] {0b38d84a-d8f9-4211-86f4-3010d7803fd5} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3115 2025.03.11 22:09:10.296102 [ 4 ] {0b38d84a-d8f9-4211-86f4-3010d7803fd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3116 2025.03.11 22:09:10.296550 [ 4 ] {0b38d84a-d8f9-4211-86f4-3010d7803fd5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3117 2025.03.11 22:09:10.296804 [ 4 ] {0b38d84a-d8f9-4211-86f4-3010d7803fd5} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3118 2025.03.11 22:09:10.297049 [ 4 ] {0b38d84a-d8f9-4211-86f4-3010d7803fd5} <Debug> executeQuery: Read 118 rows, 10.21 KiB in 0.001893 sec., 62334.91811938722 rows/sec., 5.27 MiB/sec.
3119 2025.03.11 22:09:10.297505 [ 4 ] {0b38d84a-d8f9-4211-86f4-3010d7803fd5} <Debug> TCPHandler: Processed in 0.002655282 sec.
3120 2025.03.11 22:09:10.297984 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3121 2025.03.11 22:09:10.298124 [ 4 ] {24350c39-87ea-4849-8b5a-b82e99baeb10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3122 2025.03.11 22:09:10.298169 [ 4 ] {24350c39-87ea-4849-8b5a-b82e99baeb10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3123 2025.03.11 22:09:10.298807 [ 4 ] {24350c39-87ea-4849-8b5a-b82e99baeb10} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3124 2025.03.11 22:09:10.298844 [ 4 ] {24350c39-87ea-4849-8b5a-b82e99baeb10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3125 2025.03.11 22:09:10.299200 [ 4 ] {24350c39-87ea-4849-8b5a-b82e99baeb10} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3126 2025.03.11 22:09:10.299449 [ 4 ] {24350c39-87ea-4849-8b5a-b82e99baeb10} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3127 2025.03.11 22:09:10.299575 [ 120 ] {} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3128 2025.03.11 22:09:10.299619 [ 120 ] {} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3129 2025.03.11 22:09:10.299642 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3130 2025.03.11 22:09:10.299656 [ 4 ] {24350c39-87ea-4849-8b5a-b82e99baeb10} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001496 sec., 20721.92513368984 rows/sec., 1.52 MiB/sec.
3131 2025.03.11 22:09:10.299999 [ 4 ] {24350c39-87ea-4849-8b5a-b82e99baeb10} <Debug> TCPHandler: Processed in 0.002132598 sec.
3132 2025.03.11 22:09:10.300072 [ 186 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
3133 2025.03.11 22:09:10.300338 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3134 2025.03.11 22:09:10.300406 [ 186 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3135 2025.03.11 22:09:10.300483 [ 186 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 63 rows starting from the beginning of the part
3136 2025.03.11 22:09:10.300552 [ 4 ] {36b4177a-c5ea-43b7-867a-8c238863758e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3137 2025.03.11 22:09:10.300700 [ 4 ] {36b4177a-c5ea-43b7-867a-8c238863758e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3138 2025.03.11 22:09:10.300704 [ 186 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 31 rows starting from the beginning of the part
3139 2025.03.11 22:09:10.301101 [ 186 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part
3140 2025.03.11 22:09:10.301481 [ 186 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 45 rows starting from the beginning of the part
3141 2025.03.11 22:09:10.301891 [ 186 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part
3142 2025.03.11 22:09:10.302301 [ 186 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 31 rows starting from the beginning of the part
3143 2025.03.11 22:09:10.303366 [ 4 ] {36b4177a-c5ea-43b7-867a-8c238863758e} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3144 2025.03.11 22:09:10.303462 [ 4 ] {36b4177a-c5ea-43b7-867a-8c238863758e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3145 2025.03.11 22:09:10.304511 [ 4 ] {36b4177a-c5ea-43b7-867a-8c238863758e} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3146 2025.03.11 22:09:10.305204 [ 4 ] {36b4177a-c5ea-43b7-867a-8c238863758e} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3147 2025.03.11 22:09:10.305299 [ 186 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.005568087 sec., 33404.65046612957 rows/sec., 2.59 MiB/sec.
3148 2025.03.11 22:09:10.305575 [ 186 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3149 2025.03.11 22:09:10.305594 [ 4 ] {36b4177a-c5ea-43b7-867a-8c238863758e} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.005089 sec., 18667.714678718807 rows/sec., 1.46 MiB/sec.
3150 2025.03.11 22:09:10.305739 [ 4 ] {36b4177a-c5ea-43b7-867a-8c238863758e} <Debug> TCPHandler: Processed in 0.005505707 sec.
3151 2025.03.11 22:09:10.305882 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3152 2025.03.11 22:09:10.306074 [ 4 ] {aa19bc73-0518-43d4-9fbb-015634311c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3153 2025.03.11 22:09:10.306089 [ 186 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_16_3} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3154 2025.03.11 22:09:10.306173 [ 4 ] {aa19bc73-0518-43d4-9fbb-015634311c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3155 2025.03.11 22:09:10.306297 [ 186 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_16_3} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3156 2025.03.11 22:09:10.306490 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3157 2025.03.11 22:09:10.307004 [ 4 ] {aa19bc73-0518-43d4-9fbb-015634311c51} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3158 2025.03.11 22:09:10.307047 [ 4 ] {aa19bc73-0518-43d4-9fbb-015634311c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3159 2025.03.11 22:09:10.307478 [ 4 ] {aa19bc73-0518-43d4-9fbb-015634311c51} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3160 2025.03.11 22:09:10.307732 [ 4 ] {aa19bc73-0518-43d4-9fbb-015634311c51} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3161 2025.03.11 22:09:10.307913 [ 4 ] {aa19bc73-0518-43d4-9fbb-015634311c51} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001893 sec., 84521.92287374538 rows/sec., 5.89 MiB/sec.
3162 2025.03.11 22:09:10.307967 [ 4 ] {aa19bc73-0518-43d4-9fbb-015634311c51} <Debug> TCPHandler: Processed in 0.002152218 sec.
3163 2025.03.11 22:09:10.308074 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3164 2025.03.11 22:09:10.308175 [ 4 ] {7f1d8ea1-ef1d-4127-ae1e-0916f5834bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3165 2025.03.11 22:09:10.308240 [ 4 ] {7f1d8ea1-ef1d-4127-ae1e-0916f5834bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3166 2025.03.11 22:09:10.309356 [ 4 ] {7f1d8ea1-ef1d-4127-ae1e-0916f5834bb9} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3167 2025.03.11 22:09:10.309394 [ 4 ] {7f1d8ea1-ef1d-4127-ae1e-0916f5834bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3168 2025.03.11 22:09:10.310056 [ 4 ] {7f1d8ea1-ef1d-4127-ae1e-0916f5834bb9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3169 2025.03.11 22:09:10.310321 [ 4 ] {7f1d8ea1-ef1d-4127-ae1e-0916f5834bb9} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3170 2025.03.11 22:09:10.310717 [ 4 ] {7f1d8ea1-ef1d-4127-ae1e-0916f5834bb9} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002508 sec., 12360.446570972888 rows/sec., 22.15 MiB/sec.
3171 2025.03.11 22:09:10.311100 [ 4 ] {7f1d8ea1-ef1d-4127-ae1e-0916f5834bb9} <Debug> TCPHandler: Processed in 0.003076046 sec.
3172 2025.03.11 22:09:10.311231 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3173 2025.03.11 22:09:10.311342 [ 4 ] {dac9ba39-92c5-4c9d-91a2-c0e8416b1ff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3174 2025.03.11 22:09:10.311390 [ 4 ] {dac9ba39-92c5-4c9d-91a2-c0e8416b1ff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3175 2025.03.11 22:09:10.311865 [ 4 ] {dac9ba39-92c5-4c9d-91a2-c0e8416b1ff7} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3176 2025.03.11 22:09:10.311904 [ 4 ] {dac9ba39-92c5-4c9d-91a2-c0e8416b1ff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3177 2025.03.11 22:09:10.312287 [ 4 ] {dac9ba39-92c5-4c9d-91a2-c0e8416b1ff7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3178 2025.03.11 22:09:10.312529 [ 4 ] {dac9ba39-92c5-4c9d-91a2-c0e8416b1ff7} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3179 2025.03.11 22:09:10.312710 [ 4 ] {dac9ba39-92c5-4c9d-91a2-c0e8416b1ff7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec.
3180 2025.03.11 22:09:10.312761 [ 4 ] {dac9ba39-92c5-4c9d-91a2-c0e8416b1ff7} <Debug> TCPHandler: Processed in 0.001583423 sec.
3181 2025.03.11 22:09:15.293948 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3182 2025.03.11 22:09:15.294146 [ 4 ] {9eb89bb0-1a3e-41bc-b31e-b0fc13affa16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3183 2025.03.11 22:09:15.294219 [ 4 ] {9eb89bb0-1a3e-41bc-b31e-b0fc13affa16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3184 2025.03.11 22:09:15.295004 [ 4 ] {9eb89bb0-1a3e-41bc-b31e-b0fc13affa16} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3185 2025.03.11 22:09:15.295052 [ 4 ] {9eb89bb0-1a3e-41bc-b31e-b0fc13affa16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3186 2025.03.11 22:09:15.295487 [ 4 ] {9eb89bb0-1a3e-41bc-b31e-b0fc13affa16} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3187 2025.03.11 22:09:15.295735 [ 4 ] {9eb89bb0-1a3e-41bc-b31e-b0fc13affa16} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3188 2025.03.11 22:09:15.295920 [ 117 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
3189 2025.03.11 22:09:15.295994 [ 4 ] {9eb89bb0-1a3e-41bc-b31e-b0fc13affa16} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001895 sec., 37994.72295514512 rows/sec., 3.07 MiB/sec.
3190 2025.03.11 22:09:15.296011 [ 117 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3191 2025.03.11 22:09:15.296084 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3192 2025.03.11 22:09:15.296138 [ 4 ] {9eb89bb0-1a3e-41bc-b31e-b0fc13affa16} <Debug> TCPHandler: Processed in 0.0023177 sec.
3193 2025.03.11 22:09:15.296506 [ 197 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full
3194 2025.03.11 22:09:15.296530 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3195 2025.03.11 22:09:15.296804 [ 4 ] {819cf4dd-9f8c-4f33-9a87-ff8927b5b2fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3196 2025.03.11 22:09:15.296859 [ 197 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3197 2025.03.11 22:09:15.296884 [ 4 ] {819cf4dd-9f8c-4f33-9a87-ff8927b5b2fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3198 2025.03.11 22:09:15.296917 [ 197 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 1401 rows starting from the beginning of the part
3199 2025.03.11 22:09:15.297211 [ 197 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1379 rows starting from the beginning of the part
3200 2025.03.11 22:09:15.297540 [ 197 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part
3201 2025.03.11 22:09:15.297994 [ 197 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 72 rows starting from the beginning of the part
3202 2025.03.11 22:09:15.298352 [ 197 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 118 rows starting from the beginning of the part
3203 2025.03.11 22:09:15.298665 [ 197 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 72 rows starting from the beginning of the part
3204 2025.03.11 22:09:15.299521 [ 4 ] {819cf4dd-9f8c-4f33-9a87-ff8927b5b2fd} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3205 2025.03.11 22:09:15.299593 [ 4 ] {819cf4dd-9f8c-4f33-9a87-ff8927b5b2fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3206 2025.03.11 22:09:15.300459 [ 4 ] {819cf4dd-9f8c-4f33-9a87-ff8927b5b2fd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3207 2025.03.11 22:09:15.301056 [ 4 ] {819cf4dd-9f8c-4f33-9a87-ff8927b5b2fd} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3208 2025.03.11 22:09:15.301367 [ 4 ] {819cf4dd-9f8c-4f33-9a87-ff8927b5b2fd} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004634 sec., 1726.3703064307294 rows/sec., 129.81 KiB/sec.
3209 2025.03.11 22:09:15.301438 [ 4 ] {819cf4dd-9f8c-4f33-9a87-ff8927b5b2fd} <Debug> TCPHandler: Processed in 0.005041043 sec.
3210 2025.03.11 22:09:15.301563 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3211 2025.03.11 22:09:15.301757 [ 4 ] {747f2522-8b8b-4afc-a045-2ad5eda46978} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3212 2025.03.11 22:09:15.301890 [ 4 ] {747f2522-8b8b-4afc-a045-2ad5eda46978} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3213 2025.03.11 22:09:15.302151 [ 197 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3098 rows, containing 5 columns (5 merged, 0 gathered) in 0.005963021 sec., 519535.3160755262 rows/sec., 45.26 MiB/sec.
3214 2025.03.11 22:09:15.302583 [ 194 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
3215 2025.03.11 22:09:15.303023 [ 4 ] {747f2522-8b8b-4afc-a045-2ad5eda46978} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3216 2025.03.11 22:09:15.303080 [ 4 ] {747f2522-8b8b-4afc-a045-2ad5eda46978} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3217 2025.03.11 22:09:15.303242 [ 194 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_25_5} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3218 2025.03.11 22:09:15.303428 [ 194 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_25_5} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
3219 2025.03.11 22:09:15.303603 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
3220 2025.03.11 22:09:15.303769 [ 4 ] {747f2522-8b8b-4afc-a045-2ad5eda46978} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3221 2025.03.11 22:09:15.304014 [ 4 ] {747f2522-8b8b-4afc-a045-2ad5eda46978} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3222 2025.03.11 22:09:15.304180 [ 117 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0
3223 2025.03.11 22:09:15.304242 [ 117 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3224 2025.03.11 22:09:15.304283 [ 4 ] {747f2522-8b8b-4afc-a045-2ad5eda46978} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002623 sec., 27449.48532215021 rows/sec., 2.14 MiB/sec.
3225 2025.03.11 22:09:15.304286 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3226 2025.03.11 22:09:15.304486 [ 4 ] {747f2522-8b8b-4afc-a045-2ad5eda46978} <Debug> TCPHandler: Processed in 0.002970245 sec.
3227 2025.03.11 22:09:15.304642 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full
3228 2025.03.11 22:09:15.304837 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3229 2025.03.11 22:09:15.304980 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3230 2025.03.11 22:09:15.305061 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 625 rows starting from the beginning of the part
3231 2025.03.11 22:09:15.305117 [ 4 ] {64c0774f-b888-4738-a91a-c2179fb0f32f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3232 2025.03.11 22:09:15.305318 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 589 rows starting from the beginning of the part
3233 2025.03.11 22:09:15.305334 [ 4 ] {64c0774f-b888-4738-a91a-c2179fb0f32f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3234 2025.03.11 22:09:15.305618 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part
3235 2025.03.11 22:09:15.306004 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 72 rows starting from the beginning of the part
3236 2025.03.11 22:09:15.306356 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 95 rows starting from the beginning of the part
3237 2025.03.11 22:09:15.306739 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 72 rows starting from the beginning of the part
3238 2025.03.11 22:09:15.307953 [ 4 ] {64c0774f-b888-4738-a91a-c2179fb0f32f} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3239 2025.03.11 22:09:15.308012 [ 4 ] {64c0774f-b888-4738-a91a-c2179fb0f32f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3240 2025.03.11 22:09:15.309063 [ 4 ] {64c0774f-b888-4738-a91a-c2179fb0f32f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3241 2025.03.11 22:09:15.309397 [ 4 ] {64c0774f-b888-4738-a91a-c2179fb0f32f} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3242 2025.03.11 22:09:15.309937 [ 197 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1517 rows, containing 5 columns (5 merged, 0 gathered) in 0.005492557 sec., 276191.94484463247 rows/sec., 21.99 MiB/sec.
3243 2025.03.11 22:09:15.309984 [ 4 ] {64c0774f-b888-4738-a91a-c2179fb0f32f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004895 sec., 32686.41470888662 rows/sec., 2.28 MiB/sec.
3244 2025.03.11 22:09:15.310273 [ 4 ] {64c0774f-b888-4738-a91a-c2179fb0f32f} <Debug> TCPHandler: Processed in 0.005562177 sec.
3245 2025.03.11 22:09:15.310335 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary)
3246 2025.03.11 22:09:15.310555 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3247 2025.03.11 22:09:15.310733 [ 4 ] {0183d607-2053-4b59-aedf-7405a4209831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3248 2025.03.11 22:09:15.310868 [ 4 ] {0183d607-2053-4b59-aedf-7405a4209831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3249 2025.03.11 22:09:15.310954 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_25_5} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3250 2025.03.11 22:09:15.311191 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_25_5} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5
3251 2025.03.11 22:09:15.311362 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
3252 2025.03.11 22:09:15.312340 [ 4 ] {0183d607-2053-4b59-aedf-7405a4209831} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3253 2025.03.11 22:09:15.312383 [ 4 ] {0183d607-2053-4b59-aedf-7405a4209831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3254 2025.03.11 22:09:15.312994 [ 4 ] {0183d607-2053-4b59-aedf-7405a4209831} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
3255 2025.03.11 22:09:15.313254 [ 4 ] {0183d607-2053-4b59-aedf-7405a4209831} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3256 2025.03.11 22:09:15.313468 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
3257 2025.03.11 22:09:15.313496 [ 4 ] {0183d607-2053-4b59-aedf-7405a4209831} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002812 sec., 2844.9502133712663 rows/sec., 5.10 MiB/sec.
3258 2025.03.11 22:09:15.313561 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3259 2025.03.11 22:09:15.313644 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3260 2025.03.11 22:09:15.313838 [ 4 ] {0183d607-2053-4b59-aedf-7405a4209831} <Debug> TCPHandler: Processed in 0.003358249 sec.
3261 2025.03.11 22:09:15.313925 [ 202 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
3262 2025.03.11 22:09:15.314046 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3263 2025.03.11 22:09:15.314275 [ 4 ] {e60a5b0f-6cf4-4ba2-91b1-ed3de60ff0e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3264 2025.03.11 22:09:15.314394 [ 4 ] {e60a5b0f-6cf4-4ba2-91b1-ed3de60ff0e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3265 2025.03.11 22:09:15.314714 [ 202 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3266 2025.03.11 22:09:15.314943 [ 202 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 191 rows starting from the beginning of the part
3267 2025.03.11 22:09:15.315708 [ 202 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
3268 2025.03.11 22:09:15.316404 [ 202 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part
3269 2025.03.11 22:09:15.316588 [ 4 ] {e60a5b0f-6cf4-4ba2-91b1-ed3de60ff0e3} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3270 2025.03.11 22:09:15.316664 [ 4 ] {e60a5b0f-6cf4-4ba2-91b1-ed3de60ff0e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3271 2025.03.11 22:09:15.317195 [ 202 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
3272 2025.03.11 22:09:15.317909 [ 202 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part
3273 2025.03.11 22:09:15.318296 [ 4 ] {e60a5b0f-6cf4-4ba2-91b1-ed3de60ff0e3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
3274 2025.03.11 22:09:15.318612 [ 202 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
3275 2025.03.11 22:09:15.319273 [ 4 ] {e60a5b0f-6cf4-4ba2-91b1-ed3de60ff0e3} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3276 2025.03.11 22:09:15.319847 [ 4 ] {e60a5b0f-6cf4-4ba2-91b1-ed3de60ff0e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00565 sec., 10619.469026548673 rows/sec., 732.85 KiB/sec.
3277 2025.03.11 22:09:15.319987 [ 4 ] {e60a5b0f-6cf4-4ba2-91b1-ed3de60ff0e3} <Debug> TCPHandler: Processed in 0.006008101 sec.
3278 2025.03.11 22:09:15.322435 [ 187 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 277 rows, containing 19 columns (19 merged, 0 gathered) in 0.008653654 sec., 32009.59964426588 rows/sec., 57.36 MiB/sec.
3279 2025.03.11 22:09:15.322996 [ 190 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
3280 2025.03.11 22:09:15.323445 [ 190 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3281 2025.03.11 22:09:15.323519 [ 190 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
3282 2025.03.11 22:09:15.323617 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB.
3283 2025.03.11 22:09:16.080450 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7869
3284 2025.03.11 22:09:16.081185 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3285 2025.03.11 22:09:16.081231 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3286 2025.03.11 22:09:16.081789 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3287 2025.03.11 22:09:16.082039 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3288 2025.03.11 22:09:16.082271 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869
3289 2025.03.11 22:09:16.608643 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129
3290 2025.03.11 22:09:16.628123 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3291 2025.03.11 22:09:16.628186 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3292 2025.03.11 22:09:16.635221 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3293 2025.03.11 22:09:16.635955 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3294 2025.03.11 22:09:16.639067 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129
3295 2025.03.11 22:09:18.605772 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 468
3296 2025.03.11 22:09:18.608769 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3297 2025.03.11 22:09:18.608821 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3298 2025.03.11 22:09:18.610284 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
3299 2025.03.11 22:09:18.610591 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3300 2025.03.11 22:09:18.611741 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 468
3301 2025.03.11 22:09:20.294535 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3302 2025.03.11 22:09:20.294713 [ 4 ] {683688ee-3c65-42c2-9edd-4509d01b5dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3303 2025.03.11 22:09:20.294781 [ 4 ] {683688ee-3c65-42c2-9edd-4509d01b5dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3304 2025.03.11 22:09:20.295598 [ 4 ] {683688ee-3c65-42c2-9edd-4509d01b5dd4} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3305 2025.03.11 22:09:20.295639 [ 4 ] {683688ee-3c65-42c2-9edd-4509d01b5dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3306 2025.03.11 22:09:20.296075 [ 4 ] {683688ee-3c65-42c2-9edd-4509d01b5dd4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3307 2025.03.11 22:09:20.296329 [ 4 ] {683688ee-3c65-42c2-9edd-4509d01b5dd4} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3308 2025.03.11 22:09:20.296524 [ 4 ] {683688ee-3c65-42c2-9edd-4509d01b5dd4} <Debug> executeQuery: Read 118 rows, 10.21 KiB in 0.001859 sec., 63474.98655190963 rows/sec., 5.37 MiB/sec.
3309 2025.03.11 22:09:20.296580 [ 4 ] {683688ee-3c65-42c2-9edd-4509d01b5dd4} <Debug> TCPHandler: Processed in 0.002174278 sec.
3310 2025.03.11 22:09:20.296704 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3311 2025.03.11 22:09:20.296808 [ 4 ] {b3a73a60-ea8f-41d2-973f-fb97e0bb0cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3312 2025.03.11 22:09:20.296853 [ 4 ] {b3a73a60-ea8f-41d2-973f-fb97e0bb0cdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3313 2025.03.11 22:09:20.297387 [ 4 ] {b3a73a60-ea8f-41d2-973f-fb97e0bb0cdd} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3314 2025.03.11 22:09:20.297425 [ 4 ] {b3a73a60-ea8f-41d2-973f-fb97e0bb0cdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3315 2025.03.11 22:09:20.297773 [ 4 ] {b3a73a60-ea8f-41d2-973f-fb97e0bb0cdd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3316 2025.03.11 22:09:20.298006 [ 4 ] {b3a73a60-ea8f-41d2-973f-fb97e0bb0cdd} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3317 2025.03.11 22:09:20.298196 [ 4 ] {b3a73a60-ea8f-41d2-973f-fb97e0bb0cdd} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.00141 sec., 21985.81560283688 rows/sec., 1.61 MiB/sec.
3318 2025.03.11 22:09:20.298332 [ 4 ] {b3a73a60-ea8f-41d2-973f-fb97e0bb0cdd} <Debug> TCPHandler: Processed in 0.001678484 sec.
3319 2025.03.11 22:09:20.298448 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3320 2025.03.11 22:09:20.298547 [ 4 ] {5a59c34b-c56c-4b70-8183-57a719534db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3321 2025.03.11 22:09:20.298591 [ 4 ] {5a59c34b-c56c-4b70-8183-57a719534db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3322 2025.03.11 22:09:20.299141 [ 4 ] {5a59c34b-c56c-4b70-8183-57a719534db0} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3323 2025.03.11 22:09:20.299179 [ 4 ] {5a59c34b-c56c-4b70-8183-57a719534db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3324 2025.03.11 22:09:20.299550 [ 4 ] {5a59c34b-c56c-4b70-8183-57a719534db0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3325 2025.03.11 22:09:20.299818 [ 4 ] {5a59c34b-c56c-4b70-8183-57a719534db0} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3326 2025.03.11 22:09:20.300017 [ 4 ] {5a59c34b-c56c-4b70-8183-57a719534db0} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001489 sec., 63801.20886501007 rows/sec., 4.98 MiB/sec.
3327 2025.03.11 22:09:20.300070 [ 4 ] {5a59c34b-c56c-4b70-8183-57a719534db0} <Debug> TCPHandler: Processed in 0.001673134 sec.
3328 2025.03.11 22:09:20.300186 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3329 2025.03.11 22:09:20.300289 [ 4 ] {3909c193-6cdc-4e9d-861a-4d38ace156e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3330 2025.03.11 22:09:20.300338 [ 4 ] {3909c193-6cdc-4e9d-861a-4d38ace156e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3331 2025.03.11 22:09:20.300943 [ 4 ] {3909c193-6cdc-4e9d-861a-4d38ace156e0} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3332 2025.03.11 22:09:20.300988 [ 4 ] {3909c193-6cdc-4e9d-861a-4d38ace156e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3333 2025.03.11 22:09:20.301468 [ 4 ] {3909c193-6cdc-4e9d-861a-4d38ace156e0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3334 2025.03.11 22:09:20.301781 [ 4 ] {3909c193-6cdc-4e9d-861a-4d38ace156e0} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3335 2025.03.11 22:09:20.301985 [ 4 ] {3909c193-6cdc-4e9d-861a-4d38ace156e0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001716 sec., 93240.09324009324 rows/sec., 6.49 MiB/sec.
3336 2025.03.11 22:09:20.302066 [ 4 ] {3909c193-6cdc-4e9d-861a-4d38ace156e0} <Debug> TCPHandler: Processed in 0.001928536 sec.
3337 2025.03.11 22:09:20.302117 [ 111 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3338 2025.03.11 22:09:20.302225 [ 111 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3339 2025.03.11 22:09:20.302251 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3340 2025.03.11 22:09:20.302268 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3341 2025.03.11 22:09:20.302412 [ 4 ] {5fb9cf73-aa86-461f-a986-cf9fc6ba61e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3342 2025.03.11 22:09:20.302546 [ 4 ] {5fb9cf73-aa86-461f-a986-cf9fc6ba61e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3343 2025.03.11 22:09:20.302552 [ 192 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
3344 2025.03.11 22:09:20.302788 [ 192 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3345 2025.03.11 22:09:20.302852 [ 192 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7281 rows starting from the beginning of the part
3346 2025.03.11 22:09:20.303012 [ 192 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
3347 2025.03.11 22:09:20.303452 [ 192 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
3348 2025.03.11 22:09:20.303827 [ 192 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
3349 2025.03.11 22:09:20.304354 [ 192 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
3350 2025.03.11 22:09:20.304782 [ 192 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
3351 2025.03.11 22:09:20.306578 [ 4 ] {5fb9cf73-aa86-461f-a986-cf9fc6ba61e0} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3352 2025.03.11 22:09:20.306630 [ 4 ] {5fb9cf73-aa86-461f-a986-cf9fc6ba61e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3353 2025.03.11 22:09:20.307685 [ 4 ] {5fb9cf73-aa86-461f-a986-cf9fc6ba61e0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
3354 2025.03.11 22:09:20.308021 [ 4 ] {5fb9cf73-aa86-461f-a986-cf9fc6ba61e0} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3355 2025.03.11 22:09:20.308180 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8017 rows, containing 5 columns (5 merged, 0 gathered) in 0.005725639 sec., 1400193.0614207427 rows/sec., 95.95 MiB/sec.
3356 2025.03.11 22:09:20.308397 [ 4 ] {5fb9cf73-aa86-461f-a986-cf9fc6ba61e0} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.006011 sec., 5157.211778406256 rows/sec., 9.24 MiB/sec.
3357 2025.03.11 22:09:20.308507 [ 4 ] {5fb9cf73-aa86-461f-a986-cf9fc6ba61e0} <Debug> TCPHandler: Processed in 0.006336524 sec.
3358 2025.03.11 22:09:20.308627 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3359 2025.03.11 22:09:20.308733 [ 4 ] {3fde392a-3b39-4892-a0c2-e26cfc29ab19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3360 2025.03.11 22:09:20.308780 [ 4 ] {3fde392a-3b39-4892-a0c2-e26cfc29ab19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3361 2025.03.11 22:09:20.309084 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3362 2025.03.11 22:09:20.309658 [ 4 ] {3fde392a-3b39-4892-a0c2-e26cfc29ab19} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3363 2025.03.11 22:09:20.309723 [ 4 ] {3fde392a-3b39-4892-a0c2-e26cfc29ab19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3364 2025.03.11 22:09:20.309821 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3365 2025.03.11 22:09:20.310010 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3366 2025.03.11 22:09:20.310178 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB.
3367 2025.03.11 22:09:20.310377 [ 4 ] {3fde392a-3b39-4892-a0c2-e26cfc29ab19} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
3368 2025.03.11 22:09:20.310626 [ 4 ] {3fde392a-3b39-4892-a0c2-e26cfc29ab19} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3369 2025.03.11 22:09:20.310800 [ 110 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
3370 2025.03.11 22:09:20.310858 [ 110 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3371 2025.03.11 22:09:20.310883 [ 4 ] {3fde392a-3b39-4892-a0c2-e26cfc29ab19} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00216 sec., 27777.777777777777 rows/sec., 1.87 MiB/sec.
3372 2025.03.11 22:09:20.310899 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3373 2025.03.11 22:09:20.311031 [ 4 ] {3fde392a-3b39-4892-a0c2-e26cfc29ab19} <Debug> TCPHandler: Processed in 0.00245549 sec.
3374 2025.03.11 22:09:20.311089 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
3375 2025.03.11 22:09:20.311188 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3376 2025.03.11 22:09:20.311217 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
3377 2025.03.11 22:09:20.311279 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
3378 2025.03.11 22:09:20.311493 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
3379 2025.03.11 22:09:20.311591 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
3380 2025.03.11 22:09:20.311761 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
3381 2025.03.11 22:09:20.311857 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
3382 2025.03.11 22:09:20.312978 [ 193 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1368 rows, containing 4 columns (4 merged, 0 gathered) in 0.001937866 sec., 705931.1634550584 rows/sec., 47.57 MiB/sec.
3383 2025.03.11 22:09:20.313173 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
3384 2025.03.11 22:09:20.313449 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_26_5} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3385 2025.03.11 22:09:20.313522 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_26_5} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
3386 2025.03.11 22:09:20.313593 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
3387 2025.03.11 22:09:23.459099 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache
3388 2025.03.11 22:09:23.459196 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache
3389 2025.03.11 22:09:23.582504 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8296
3390 2025.03.11 22:09:23.583274 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3391 2025.03.11 22:09:23.583332 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3392 2025.03.11 22:09:23.583904 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3393 2025.03.11 22:09:23.584162 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3394 2025.03.11 22:09:23.584418 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296
3395 2025.03.11 22:09:24.139217 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136
3396 2025.03.11 22:09:24.158586 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3397 2025.03.11 22:09:24.158645 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3398 2025.03.11 22:09:24.166211 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3399 2025.03.11 22:09:24.166972 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3400 2025.03.11 22:09:24.169549 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136
3401 2025.03.11 22:09:25.293944 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3402 2025.03.11 22:09:25.294130 [ 4 ] {cff892e8-1044-45de-a671-8add118ad429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3403 2025.03.11 22:09:25.294207 [ 4 ] {cff892e8-1044-45de-a671-8add118ad429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3404 2025.03.11 22:09:25.295044 [ 4 ] {cff892e8-1044-45de-a671-8add118ad429} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3405 2025.03.11 22:09:25.295099 [ 4 ] {cff892e8-1044-45de-a671-8add118ad429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3406 2025.03.11 22:09:25.295546 [ 4 ] {cff892e8-1044-45de-a671-8add118ad429} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3407 2025.03.11 22:09:25.295799 [ 4 ] {cff892e8-1044-45de-a671-8add118ad429} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3408 2025.03.11 22:09:25.296067 [ 4 ] {cff892e8-1044-45de-a671-8add118ad429} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001986 sec., 36253.77643504532 rows/sec., 2.93 MiB/sec.
3409 2025.03.11 22:09:25.296308 [ 4 ] {cff892e8-1044-45de-a671-8add118ad429} <Debug> TCPHandler: Processed in 0.002497831 sec.
3410 2025.03.11 22:09:25.296502 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3411 2025.03.11 22:09:25.296614 [ 4 ] {314e288d-ae9b-4b87-9856-655dad4b3358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3412 2025.03.11 22:09:25.296663 [ 4 ] {314e288d-ae9b-4b87-9856-655dad4b3358} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3413 2025.03.11 22:09:25.297221 [ 4 ] {314e288d-ae9b-4b87-9856-655dad4b3358} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3414 2025.03.11 22:09:25.297261 [ 4 ] {314e288d-ae9b-4b87-9856-655dad4b3358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3415 2025.03.11 22:09:25.297607 [ 4 ] {314e288d-ae9b-4b87-9856-655dad4b3358} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3416 2025.03.11 22:09:25.297844 [ 4 ] {314e288d-ae9b-4b87-9856-655dad4b3358} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3417 2025.03.11 22:09:25.298052 [ 4 ] {314e288d-ae9b-4b87-9856-655dad4b3358} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001467 sec., 5453.306066802999 rows/sec., 410.06 KiB/sec.
3418 2025.03.11 22:09:25.298107 [ 4 ] {314e288d-ae9b-4b87-9856-655dad4b3358} <Debug> TCPHandler: Processed in 0.001659995 sec.
3419 2025.03.11 22:09:25.298209 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3420 2025.03.11 22:09:25.298308 [ 4 ] {3da125bd-c78b-4ae5-a154-b6feb673482f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3421 2025.03.11 22:09:25.298352 [ 4 ] {3da125bd-c78b-4ae5-a154-b6feb673482f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3422 2025.03.11 22:09:25.298894 [ 4 ] {3da125bd-c78b-4ae5-a154-b6feb673482f} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3423 2025.03.11 22:09:25.298933 [ 4 ] {3da125bd-c78b-4ae5-a154-b6feb673482f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3424 2025.03.11 22:09:25.299285 [ 4 ] {3da125bd-c78b-4ae5-a154-b6feb673482f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3425 2025.03.11 22:09:25.299532 [ 4 ] {3da125bd-c78b-4ae5-a154-b6feb673482f} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3426 2025.03.11 22:09:25.299739 [ 4 ] {3da125bd-c78b-4ae5-a154-b6feb673482f} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001452 sec., 49586.776859504134 rows/sec., 3.87 MiB/sec.
3427 2025.03.11 22:09:25.299791 [ 4 ] {3da125bd-c78b-4ae5-a154-b6feb673482f} <Debug> TCPHandler: Processed in 0.001632934 sec.
3428 2025.03.11 22:09:25.299899 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3429 2025.03.11 22:09:25.300004 [ 4 ] {1712dc92-d0d1-4fb6-877c-65a2c250e775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3430 2025.03.11 22:09:25.300053 [ 4 ] {1712dc92-d0d1-4fb6-877c-65a2c250e775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3431 2025.03.11 22:09:25.300567 [ 4 ] {1712dc92-d0d1-4fb6-877c-65a2c250e775} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3432 2025.03.11 22:09:25.300605 [ 4 ] {1712dc92-d0d1-4fb6-877c-65a2c250e775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3433 2025.03.11 22:09:25.300982 [ 4 ] {1712dc92-d0d1-4fb6-877c-65a2c250e775} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3434 2025.03.11 22:09:25.301212 [ 4 ] {1712dc92-d0d1-4fb6-877c-65a2c250e775} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3435 2025.03.11 22:09:25.301422 [ 4 ] {1712dc92-d0d1-4fb6-877c-65a2c250e775} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001439 sec., 111188.3252258513 rows/sec., 7.74 MiB/sec.
3436 2025.03.11 22:09:25.301506 [ 4 ] {1712dc92-d0d1-4fb6-877c-65a2c250e775} <Debug> TCPHandler: Processed in 0.001652655 sec.
3437 2025.03.11 22:09:25.301674 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3438 2025.03.11 22:09:25.301802 [ 4 ] {b4f07a62-271b-4f5c-a70e-fc3933ffec7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3439 2025.03.11 22:09:25.301882 [ 4 ] {b4f07a62-271b-4f5c-a70e-fc3933ffec7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3440 2025.03.11 22:09:25.303055 [ 4 ] {b4f07a62-271b-4f5c-a70e-fc3933ffec7a} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3441 2025.03.11 22:09:25.303094 [ 4 ] {b4f07a62-271b-4f5c-a70e-fc3933ffec7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3442 2025.03.11 22:09:25.303697 [ 4 ] {b4f07a62-271b-4f5c-a70e-fc3933ffec7a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
3443 2025.03.11 22:09:25.303948 [ 4 ] {b4f07a62-271b-4f5c-a70e-fc3933ffec7a} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3444 2025.03.11 22:09:25.304189 [ 4 ] {b4f07a62-271b-4f5c-a70e-fc3933ffec7a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002417 sec., 3309.8882912701697 rows/sec., 5.93 MiB/sec.
3445 2025.03.11 22:09:25.304282 [ 4 ] {b4f07a62-271b-4f5c-a70e-fc3933ffec7a} <Debug> TCPHandler: Processed in 0.002669793 sec.
3446 2025.03.11 22:09:25.304405 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3447 2025.03.11 22:09:25.304509 [ 4 ] {e7ece7cf-e00c-4636-a8f6-a240341d1f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3448 2025.03.11 22:09:25.304555 [ 4 ] {e7ece7cf-e00c-4636-a8f6-a240341d1f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3449 2025.03.11 22:09:25.304981 [ 4 ] {e7ece7cf-e00c-4636-a8f6-a240341d1f73} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3450 2025.03.11 22:09:25.305019 [ 4 ] {e7ece7cf-e00c-4636-a8f6-a240341d1f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3451 2025.03.11 22:09:25.305370 [ 4 ] {e7ece7cf-e00c-4636-a8f6-a240341d1f73} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
3452 2025.03.11 22:09:25.305606 [ 4 ] {e7ece7cf-e00c-4636-a8f6-a240341d1f73} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3453 2025.03.11 22:09:25.305861 [ 4 ] {e7ece7cf-e00c-4636-a8f6-a240341d1f73} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001374 sec., 43668.12227074236 rows/sec., 2.94 MiB/sec.
3454 2025.03.11 22:09:25.306076 [ 4 ] {e7ece7cf-e00c-4636-a8f6-a240341d1f73} <Debug> TCPHandler: Processed in 0.001717695 sec.
3455 2025.03.11 22:09:26.566615 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3456 2025.03.11 22:09:26.566820 [ 4 ] {048613e4-1c06-4516-976c-b559b7fe7649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
3457 2025.03.11 22:09:26.566898 [ 4 ] {048613e4-1c06-4516-976c-b559b7fe7649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
3458 2025.03.11 22:09:26.567786 [ 4 ] {048613e4-1c06-4516-976c-b559b7fe7649} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3459 2025.03.11 22:09:26.567834 [ 4 ] {048613e4-1c06-4516-976c-b559b7fe7649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3460 2025.03.11 22:09:26.568297 [ 4 ] {048613e4-1c06-4516-976c-b559b7fe7649} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3461 2025.03.11 22:09:26.568562 [ 4 ] {048613e4-1c06-4516-976c-b559b7fe7649} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3462 2025.03.11 22:09:26.568829 [ 4 ] {048613e4-1c06-4516-976c-b559b7fe7649} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002062 sec., 11639.185257032008 rows/sec., 988.88 KiB/sec.
3463 2025.03.11 22:09:26.568982 [ 4 ] {048613e4-1c06-4516-976c-b559b7fe7649} <Debug> TCPHandler: Processed in 0.002509732 sec.
3464 2025.03.11 22:09:26.569112 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3465 2025.03.11 22:09:26.569229 [ 4 ] {61aa8f86-7ec6-490b-ad13-24408f95a354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3466 2025.03.11 22:09:26.569282 [ 4 ] {61aa8f86-7ec6-490b-ad13-24408f95a354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3467 2025.03.11 22:09:26.569846 [ 4 ] {61aa8f86-7ec6-490b-ad13-24408f95a354} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3468 2025.03.11 22:09:26.569888 [ 4 ] {61aa8f86-7ec6-490b-ad13-24408f95a354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3469 2025.03.11 22:09:26.570253 [ 4 ] {61aa8f86-7ec6-490b-ad13-24408f95a354} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3470 2025.03.11 22:09:26.570490 [ 4 ] {61aa8f86-7ec6-490b-ad13-24408f95a354} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3471 2025.03.11 22:09:26.570785 [ 4 ] {61aa8f86-7ec6-490b-ad13-24408f95a354} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001558 sec., 8985.879332477536 rows/sec., 732.74 KiB/sec.
3472 2025.03.11 22:09:26.570867 [ 4 ] {61aa8f86-7ec6-490b-ad13-24408f95a354} <Debug> TCPHandler: Processed in 0.001810606 sec.
3473 2025.03.11 22:09:26.570975 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3474 2025.03.11 22:09:26.571078 [ 4 ] {0d729cf1-da3b-4dbd-a591-ed06036d4796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3475 2025.03.11 22:09:26.571122 [ 4 ] {0d729cf1-da3b-4dbd-a591-ed06036d4796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3476 2025.03.11 22:09:26.572401 [ 4 ] {0d729cf1-da3b-4dbd-a591-ed06036d4796} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3477 2025.03.11 22:09:26.572442 [ 4 ] {0d729cf1-da3b-4dbd-a591-ed06036d4796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3478 2025.03.11 22:09:26.572879 [ 4 ] {0d729cf1-da3b-4dbd-a591-ed06036d4796} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3479 2025.03.11 22:09:26.573114 [ 4 ] {0d729cf1-da3b-4dbd-a591-ed06036d4796} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3480 2025.03.11 22:09:26.573361 [ 4 ] {0d729cf1-da3b-4dbd-a591-ed06036d4796} <Debug> executeQuery: Read 1385 rows, 118.28 KiB in 0.002304 sec., 601128.4722222222 rows/sec., 50.13 MiB/sec.
3481 2025.03.11 22:09:26.573568 [ 4 ] {0d729cf1-da3b-4dbd-a591-ed06036d4796} <Debug> TCPHandler: Processed in 0.002638283 sec.
3482 2025.03.11 22:09:26.573755 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3483 2025.03.11 22:09:26.573862 [ 4 ] {a5f7bc5a-ed0e-44e5-86d6-9c599489d68c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3484 2025.03.11 22:09:26.573909 [ 4 ] {a5f7bc5a-ed0e-44e5-86d6-9c599489d68c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3485 2025.03.11 22:09:26.574511 [ 4 ] {a5f7bc5a-ed0e-44e5-86d6-9c599489d68c} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3486 2025.03.11 22:09:26.574551 [ 4 ] {a5f7bc5a-ed0e-44e5-86d6-9c599489d68c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3487 2025.03.11 22:09:26.574901 [ 4 ] {a5f7bc5a-ed0e-44e5-86d6-9c599489d68c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3488 2025.03.11 22:09:26.575138 [ 4 ] {a5f7bc5a-ed0e-44e5-86d6-9c599489d68c} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3489 2025.03.11 22:09:26.575451 [ 4 ] {a5f7bc5a-ed0e-44e5-86d6-9c599489d68c} <Debug> executeQuery: Read 57 rows, 4.27 KiB in 0.001582 sec., 36030.34134007585 rows/sec., 2.64 MiB/sec.
3490 2025.03.11 22:09:26.575650 [ 4 ] {a5f7bc5a-ed0e-44e5-86d6-9c599489d68c} <Debug> TCPHandler: Processed in 0.001954687 sec.
3491 2025.03.11 22:09:26.575766 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3492 2025.03.11 22:09:26.575869 [ 4 ] {80e77f1d-560a-4875-befe-695285e4986f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
3493 2025.03.11 22:09:26.575914 [ 4 ] {80e77f1d-560a-4875-befe-695285e4986f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
3494 2025.03.11 22:09:26.576632 [ 4 ] {80e77f1d-560a-4875-befe-695285e4986f} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3495 2025.03.11 22:09:26.576674 [ 4 ] {80e77f1d-560a-4875-befe-695285e4986f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3496 2025.03.11 22:09:26.577026 [ 4 ] {80e77f1d-560a-4875-befe-695285e4986f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3497 2025.03.11 22:09:26.577263 [ 4 ] {80e77f1d-560a-4875-befe-695285e4986f} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3498 2025.03.11 22:09:26.577506 [ 4 ] {80e77f1d-560a-4875-befe-695285e4986f} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001652 sec., 152542.37288135593 rows/sec., 10.55 MiB/sec.
3499 2025.03.11 22:09:26.577576 [ 4 ] {80e77f1d-560a-4875-befe-695285e4986f} <Debug> TCPHandler: Processed in 0.001860386 sec.
3500 2025.03.11 22:09:26.577711 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3501 2025.03.11 22:09:26.577849 [ 4 ] {080b7397-e8fb-447a-97c0-4aafa68e9ae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
3502 2025.03.11 22:09:26.577904 [ 4 ] {080b7397-e8fb-447a-97c0-4aafa68e9ae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
3503 2025.03.11 22:09:26.578560 [ 4 ] {080b7397-e8fb-447a-97c0-4aafa68e9ae2} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3504 2025.03.11 22:09:26.578608 [ 4 ] {080b7397-e8fb-447a-97c0-4aafa68e9ae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3505 2025.03.11 22:09:26.578991 [ 4 ] {080b7397-e8fb-447a-97c0-4aafa68e9ae2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary)
3506 2025.03.11 22:09:26.579229 [ 4 ] {080b7397-e8fb-447a-97c0-4aafa68e9ae2} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3507 2025.03.11 22:09:26.579419 [ 4 ] {080b7397-e8fb-447a-97c0-4aafa68e9ae2} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001594 sec., 7528.23086574655 rows/sec., 588.14 KiB/sec.
3508 2025.03.11 22:09:26.579478 [ 4 ] {080b7397-e8fb-447a-97c0-4aafa68e9ae2} <Debug> TCPHandler: Processed in 0.001833555 sec.
3509 2025.03.11 22:09:26.579584 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3510 2025.03.11 22:09:26.579688 [ 4 ] {e5511506-184a-49f7-b9ca-7b789d9f4829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3511 2025.03.11 22:09:26.579734 [ 4 ] {e5511506-184a-49f7-b9ca-7b789d9f4829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3512 2025.03.11 22:09:26.580567 [ 4 ] {e5511506-184a-49f7-b9ca-7b789d9f4829} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3513 2025.03.11 22:09:26.580605 [ 4 ] {e5511506-184a-49f7-b9ca-7b789d9f4829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3514 2025.03.11 22:09:26.580987 [ 4 ] {e5511506-184a-49f7-b9ca-7b789d9f4829} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3515 2025.03.11 22:09:26.581233 [ 4 ] {e5511506-184a-49f7-b9ca-7b789d9f4829} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3516 2025.03.11 22:09:26.581414 [ 4 ] {e5511506-184a-49f7-b9ca-7b789d9f4829} <Debug> executeQuery: Read 601 rows, 46.29 KiB in 0.001748 sec., 343821.51029748283 rows/sec., 25.86 MiB/sec.
3517 2025.03.11 22:09:26.581466 [ 4 ] {e5511506-184a-49f7-b9ca-7b789d9f4829} <Debug> TCPHandler: Processed in 0.001932506 sec.
3518 2025.03.11 22:09:26.581572 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3519 2025.03.11 22:09:26.581675 [ 4 ] {b72b874e-9224-4026-924f-4afa99b469ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3520 2025.03.11 22:09:26.581724 [ 4 ] {b72b874e-9224-4026-924f-4afa99b469ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3521 2025.03.11 22:09:26.582514 [ 4 ] {b72b874e-9224-4026-924f-4afa99b469ca} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3522 2025.03.11 22:09:26.582551 [ 4 ] {b72b874e-9224-4026-924f-4afa99b469ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3523 2025.03.11 22:09:26.582974 [ 4 ] {b72b874e-9224-4026-924f-4afa99b469ca} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3524 2025.03.11 22:09:26.583211 [ 4 ] {b72b874e-9224-4026-924f-4afa99b469ca} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3525 2025.03.11 22:09:26.583389 [ 4 ] {b72b874e-9224-4026-924f-4afa99b469ca} <Debug> executeQuery: Read 951 rows, 65.72 KiB in 0.001736 sec., 547811.0599078342 rows/sec., 36.97 MiB/sec.
3526 2025.03.11 22:09:26.583441 [ 4 ] {b72b874e-9224-4026-924f-4afa99b469ca} <Debug> TCPHandler: Processed in 0.001918086 sec.
3527 2025.03.11 22:09:26.583558 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3528 2025.03.11 22:09:26.583663 [ 4 ] {33e705c1-093d-49dd-95af-8fda9b2e2bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3529 2025.03.11 22:09:26.583729 [ 4 ] {33e705c1-093d-49dd-95af-8fda9b2e2bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3530 2025.03.11 22:09:26.584848 [ 4 ] {33e705c1-093d-49dd-95af-8fda9b2e2bf3} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3531 2025.03.11 22:09:26.584885 [ 4 ] {33e705c1-093d-49dd-95af-8fda9b2e2bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3532 2025.03.11 22:09:26.585501 [ 4 ] {33e705c1-093d-49dd-95af-8fda9b2e2bf3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3533 2025.03.11 22:09:26.585756 [ 4 ] {33e705c1-093d-49dd-95af-8fda9b2e2bf3} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3534 2025.03.11 22:09:26.585949 [ 4 ] {33e705c1-093d-49dd-95af-8fda9b2e2bf3} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002308 sec., 13431.542461005198 rows/sec., 24.07 MiB/sec.
3535 2025.03.11 22:09:26.586042 [ 4 ] {33e705c1-093d-49dd-95af-8fda9b2e2bf3} <Debug> TCPHandler: Processed in 0.002535961 sec.
3536 2025.03.11 22:09:26.586169 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3537 2025.03.11 22:09:26.586275 [ 4 ] {f94f41b0-8588-49e6-bc03-099bca1b756e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3538 2025.03.11 22:09:26.586321 [ 4 ] {f94f41b0-8588-49e6-bc03-099bca1b756e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3539 2025.03.11 22:09:26.586747 [ 4 ] {f94f41b0-8588-49e6-bc03-099bca1b756e} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3540 2025.03.11 22:09:26.586784 [ 4 ] {f94f41b0-8588-49e6-bc03-099bca1b756e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.21 GiB.
3541 2025.03.11 22:09:26.587130 [ 4 ] {f94f41b0-8588-49e6-bc03-099bca1b756e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
3542 2025.03.11 22:09:26.587374 [ 4 ] {f94f41b0-8588-49e6-bc03-099bca1b756e} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3543 2025.03.11 22:09:26.587551 [ 4 ] {f94f41b0-8588-49e6-bc03-099bca1b756e} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001299 sec., 16936.104695919938 rows/sec., 1.15 MiB/sec.
3544 2025.03.11 22:09:26.587599 [ 4 ] {f94f41b0-8588-49e6-bc03-099bca1b756e} <Debug> TCPHandler: Processed in 0.001480143 sec.
3545 2025.03.11 22:09:28.612006 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 512
3546 2025.03.11 22:09:28.615319 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3547 2025.03.11 22:09:28.615371 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3548 2025.03.11 22:09:28.616825 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
3549 2025.03.11 22:09:28.617127 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3550 2025.03.11 22:09:28.617648 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 512
3551 2025.03.11 22:09:30.291026 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3552 2025.03.11 22:09:30.291221 [ 4 ] {0992cd5b-6777-4864-85f4-911308bf1bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3553 2025.03.11 22:09:30.291295 [ 4 ] {0992cd5b-6777-4864-85f4-911308bf1bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3554 2025.03.11 22:09:30.292206 [ 4 ] {0992cd5b-6777-4864-85f4-911308bf1bcb} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3555 2025.03.11 22:09:30.292260 [ 4 ] {0992cd5b-6777-4864-85f4-911308bf1bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3556 2025.03.11 22:09:30.292701 [ 4 ] {0992cd5b-6777-4864-85f4-911308bf1bcb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3557 2025.03.11 22:09:30.292959 [ 4 ] {0992cd5b-6777-4864-85f4-911308bf1bcb} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3558 2025.03.11 22:09:30.293208 [ 4 ] {0992cd5b-6777-4864-85f4-911308bf1bcb} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001996 sec., 28056.112224448898 rows/sec., 2.14 MiB/sec.
3559 2025.03.11 22:09:30.293265 [ 4 ] {0992cd5b-6777-4864-85f4-911308bf1bcb} <Debug> TCPHandler: Processed in 0.00234324 sec.
3560 2025.03.11 22:09:30.293387 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3561 2025.03.11 22:09:30.293492 [ 4 ] {70bb3edc-9b2e-4f42-8f24-ecd67f9c317a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3562 2025.03.11 22:09:30.293537 [ 4 ] {70bb3edc-9b2e-4f42-8f24-ecd67f9c317a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3563 2025.03.11 22:09:30.294094 [ 4 ] {70bb3edc-9b2e-4f42-8f24-ecd67f9c317a} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3564 2025.03.11 22:09:30.294133 [ 4 ] {70bb3edc-9b2e-4f42-8f24-ecd67f9c317a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3565 2025.03.11 22:09:30.294486 [ 4 ] {70bb3edc-9b2e-4f42-8f24-ecd67f9c317a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3566 2025.03.11 22:09:30.294731 [ 4 ] {70bb3edc-9b2e-4f42-8f24-ecd67f9c317a} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3567 2025.03.11 22:09:30.294950 [ 4 ] {70bb3edc-9b2e-4f42-8f24-ecd67f9c317a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00148 sec., 43243.24324324325 rows/sec., 3.38 MiB/sec.
3568 2025.03.11 22:09:30.295004 [ 4 ] {70bb3edc-9b2e-4f42-8f24-ecd67f9c317a} <Debug> TCPHandler: Processed in 0.001667084 sec.
3569 2025.03.11 22:09:30.295120 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3570 2025.03.11 22:09:30.295225 [ 4 ] {e421e25b-130b-43ef-a530-97bb74cde5fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3571 2025.03.11 22:09:30.295275 [ 4 ] {e421e25b-130b-43ef-a530-97bb74cde5fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3572 2025.03.11 22:09:30.295781 [ 4 ] {e421e25b-130b-43ef-a530-97bb74cde5fa} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3573 2025.03.11 22:09:30.295819 [ 4 ] {e421e25b-130b-43ef-a530-97bb74cde5fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3574 2025.03.11 22:09:30.296198 [ 4 ] {e421e25b-130b-43ef-a530-97bb74cde5fa} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3575 2025.03.11 22:09:30.296451 [ 4 ] {e421e25b-130b-43ef-a530-97bb74cde5fa} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3576 2025.03.11 22:09:30.296660 [ 4 ] {e421e25b-130b-43ef-a530-97bb74cde5fa} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001457 sec., 67261.4962251201 rows/sec., 4.69 MiB/sec.
3577 2025.03.11 22:09:30.296712 [ 4 ] {e421e25b-130b-43ef-a530-97bb74cde5fa} <Debug> TCPHandler: Processed in 0.001643374 sec.
3578 2025.03.11 22:09:30.296816 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3579 2025.03.11 22:09:30.296918 [ 4 ] {0c0931eb-8e79-4f60-8429-345da366382e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3580 2025.03.11 22:09:30.296964 [ 4 ] {0c0931eb-8e79-4f60-8429-345da366382e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3581 2025.03.11 22:09:30.297402 [ 4 ] {0c0931eb-8e79-4f60-8429-345da366382e} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3582 2025.03.11 22:09:30.297440 [ 4 ] {0c0931eb-8e79-4f60-8429-345da366382e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3583 2025.03.11 22:09:30.297798 [ 4 ] {0c0931eb-8e79-4f60-8429-345da366382e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
3584 2025.03.11 22:09:30.298039 [ 4 ] {0c0931eb-8e79-4f60-8429-345da366382e} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3585 2025.03.11 22:09:30.298279 [ 4 ] {0c0931eb-8e79-4f60-8429-345da366382e} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001375 sec., 27636.36363636364 rows/sec., 1.85 MiB/sec.
3586 2025.03.11 22:09:30.298410 [ 4 ] {0c0931eb-8e79-4f60-8429-345da366382e} <Debug> TCPHandler: Processed in 0.001641824 sec.
3587 2025.03.11 22:09:31.084603 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8784
3588 2025.03.11 22:09:31.085283 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3589 2025.03.11 22:09:31.085327 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3590 2025.03.11 22:09:31.086001 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3591 2025.03.11 22:09:31.086256 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3592 2025.03.11 22:09:31.086481 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784
3593 2025.03.11 22:09:31.669700 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144
3594 2025.03.11 22:09:31.691213 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3595 2025.03.11 22:09:31.691278 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3596 2025.03.11 22:09:31.699262 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
3597 2025.03.11 22:09:31.700026 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3598 2025.03.11 22:09:31.702771 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144
3599 2025.03.11 22:09:35.295217 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3600 2025.03.11 22:09:35.295415 [ 4 ] {80aa76fb-2556-41fd-b85e-cab978eb0ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3601 2025.03.11 22:09:35.295485 [ 4 ] {80aa76fb-2556-41fd-b85e-cab978eb0ebd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3602 2025.03.11 22:09:35.296275 [ 4 ] {80aa76fb-2556-41fd-b85e-cab978eb0ebd} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3603 2025.03.11 22:09:35.296326 [ 4 ] {80aa76fb-2556-41fd-b85e-cab978eb0ebd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3604 2025.03.11 22:09:35.296776 [ 4 ] {80aa76fb-2556-41fd-b85e-cab978eb0ebd} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3605 2025.03.11 22:09:35.297027 [ 4 ] {80aa76fb-2556-41fd-b85e-cab978eb0ebd} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3606 2025.03.11 22:09:35.297237 [ 101 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
3607 2025.03.11 22:09:35.297285 [ 4 ] {80aa76fb-2556-41fd-b85e-cab978eb0ebd} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001911 sec., 37676.609105180534 rows/sec., 3.05 MiB/sec.
3608 2025.03.11 22:09:35.297312 [ 101 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3609 2025.03.11 22:09:35.297378 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3610 2025.03.11 22:09:35.297411 [ 4 ] {80aa76fb-2556-41fd-b85e-cab978eb0ebd} <Debug> TCPHandler: Processed in 0.00232235 sec.
3611 2025.03.11 22:09:35.297609 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3612 2025.03.11 22:09:35.297619 [ 190 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full
3613 2025.03.11 22:09:35.297790 [ 4 ] {19330447-b7ca-4b1b-b076-7f2d8266341d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3614 2025.03.11 22:09:35.297889 [ 4 ] {19330447-b7ca-4b1b-b076-7f2d8266341d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3615 2025.03.11 22:09:35.297902 [ 190 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3616 2025.03.11 22:09:35.298004 [ 190 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 1402 rows starting from the beginning of the part
3617 2025.03.11 22:09:35.298326 [ 190 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 118 rows starting from the beginning of the part
3618 2025.03.11 22:09:35.298732 [ 190 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 72 rows starting from the beginning of the part
3619 2025.03.11 22:09:35.299001 [ 190 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1385 rows starting from the beginning of the part
3620 2025.03.11 22:09:35.299308 [ 190 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part
3621 2025.03.11 22:09:35.299595 [ 190 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 72 rows starting from the beginning of the part
3622 2025.03.11 22:09:35.300795 [ 4 ] {19330447-b7ca-4b1b-b076-7f2d8266341d} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3623 2025.03.11 22:09:35.300862 [ 4 ] {19330447-b7ca-4b1b-b076-7f2d8266341d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3624 2025.03.11 22:09:35.301877 [ 4 ] {19330447-b7ca-4b1b-b076-7f2d8266341d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3625 2025.03.11 22:09:35.302391 [ 4 ] {19330447-b7ca-4b1b-b076-7f2d8266341d} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3626 2025.03.11 22:09:35.302595 [ 101 ] {} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3627 2025.03.11 22:09:35.302669 [ 101 ] {} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3628 2025.03.11 22:09:35.302698 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3629 2025.03.11 22:09:35.302716 [ 4 ] {19330447-b7ca-4b1b-b076-7f2d8266341d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.004975 sec., 1608.040201005025 rows/sec., 120.92 KiB/sec.
3630 2025.03.11 22:09:35.303153 [ 4 ] {19330447-b7ca-4b1b-b076-7f2d8266341d} <Debug> TCPHandler: Processed in 0.005612438 sec.
3631 2025.03.11 22:09:35.303672 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3632 2025.03.11 22:09:35.303847 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
3633 2025.03.11 22:09:35.303901 [ 193 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3105 rows, containing 5 columns (5 merged, 0 gathered) in 0.006404475 sec., 484817.25668380316 rows/sec., 42.22 MiB/sec.
3634 2025.03.11 22:09:35.303958 [ 4 ] {c6db9e20-48a8-4a04-891c-22b5a7ac1874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3635 2025.03.11 22:09:35.304096 [ 4 ] {c6db9e20-48a8-4a04-891c-22b5a7ac1874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3636 2025.03.11 22:09:35.304165 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3637 2025.03.11 22:09:35.304282 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 65 rows starting from the beginning of the part
3638 2025.03.11 22:09:35.304491 [ 193 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
3639 2025.03.11 22:09:35.304675 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
3640 2025.03.11 22:09:35.305222 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part
3641 2025.03.11 22:09:35.305712 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
3642 2025.03.11 22:09:35.306212 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 57 rows starting from the beginning of the part
3643 2025.03.11 22:09:35.306460 [ 198 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_30_6} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3644 2025.03.11 22:09:35.306676 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
3645 2025.03.11 22:09:35.306979 [ 198 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_30_6} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
3646 2025.03.11 22:09:35.307326 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
3647 2025.03.11 22:09:35.308121 [ 4 ] {c6db9e20-48a8-4a04-891c-22b5a7ac1874} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3648 2025.03.11 22:09:35.308192 [ 4 ] {c6db9e20-48a8-4a04-891c-22b5a7ac1874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3649 2025.03.11 22:09:35.309250 [ 4 ] {c6db9e20-48a8-4a04-891c-22b5a7ac1874} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3650 2025.03.11 22:09:35.309615 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 177 rows, containing 5 columns (5 merged, 0 gathered) in 0.006810779 sec., 25988.216619567305 rows/sec., 2.00 MiB/sec.
3651 2025.03.11 22:09:35.309765 [ 4 ] {c6db9e20-48a8-4a04-891c-22b5a7ac1874} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3652 2025.03.11 22:09:35.309815 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3653 2025.03.11 22:09:35.310071 [ 101 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0
3654 2025.03.11 22:09:35.310194 [ 101 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3655 2025.03.11 22:09:35.310265 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3656 2025.03.11 22:09:35.310280 [ 4 ] {c6db9e20-48a8-4a04-891c-22b5a7ac1874} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.006388 sec., 11271.133375078272 rows/sec., 901.04 KiB/sec.
3657 2025.03.11 22:09:35.310595 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_21_4} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3658 2025.03.11 22:09:35.310677 [ 4 ] {c6db9e20-48a8-4a04-891c-22b5a7ac1874} <Debug> TCPHandler: Processed in 0.007158041 sec.
3659 2025.03.11 22:09:35.310721 [ 198 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full
3660 2025.03.11 22:09:35.310807 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_21_4} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3661 2025.03.11 22:09:35.311003 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
3662 2025.03.11 22:09:35.311016 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3663 2025.03.11 22:09:35.311066 [ 198 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3664 2025.03.11 22:09:35.311111 [ 198 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 627 rows starting from the beginning of the part
3665 2025.03.11 22:09:35.311212 [ 4 ] {6ef391a7-2993-4a55-af5c-12fe9a02d957} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3666 2025.03.11 22:09:35.311359 [ 198 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 95 rows starting from the beginning of the part
3667 2025.03.11 22:09:35.311386 [ 4 ] {6ef391a7-2993-4a55-af5c-12fe9a02d957} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3668 2025.03.11 22:09:35.311723 [ 198 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 72 rows starting from the beginning of the part
3669 2025.03.11 22:09:35.312114 [ 198 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 601 rows starting from the beginning of the part
3670 2025.03.11 22:09:35.312597 [ 198 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part
3671 2025.03.11 22:09:35.312969 [ 198 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 72 rows starting from the beginning of the part
3672 2025.03.11 22:09:35.314145 [ 4 ] {6ef391a7-2993-4a55-af5c-12fe9a02d957} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3673 2025.03.11 22:09:35.314202 [ 4 ] {6ef391a7-2993-4a55-af5c-12fe9a02d957} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3674 2025.03.11 22:09:35.315227 [ 4 ] {6ef391a7-2993-4a55-af5c-12fe9a02d957} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3675 2025.03.11 22:09:35.315580 [ 4 ] {6ef391a7-2993-4a55-af5c-12fe9a02d957} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3676 2025.03.11 22:09:35.316121 [ 198 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1531 rows, containing 5 columns (5 merged, 0 gathered) in 0.005730489 sec., 267167.4267239672 rows/sec., 21.28 MiB/sec.
3677 2025.03.11 22:09:35.316218 [ 4 ] {6ef391a7-2993-4a55-af5c-12fe9a02d957} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00506 sec., 31620.553359683792 rows/sec., 2.20 MiB/sec.
3678 2025.03.11 22:09:35.316556 [ 196 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary)
3679 2025.03.11 22:09:35.316577 [ 4 ] {6ef391a7-2993-4a55-af5c-12fe9a02d957} <Debug> TCPHandler: Processed in 0.005687939 sec.
3680 2025.03.11 22:09:35.316973 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3681 2025.03.11 22:09:35.317128 [ 4 ] {5900771f-7f4c-4105-8d60-706c73a1b7ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3682 2025.03.11 22:09:35.317223 [ 4 ] {5900771f-7f4c-4105-8d60-706c73a1b7ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3683 2025.03.11 22:09:35.317263 [ 196 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_30_6} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3684 2025.03.11 22:09:35.317406 [ 196 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_30_6} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6
3685 2025.03.11 22:09:35.317530 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
3686 2025.03.11 22:09:35.318437 [ 4 ] {5900771f-7f4c-4105-8d60-706c73a1b7ce} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3687 2025.03.11 22:09:35.318475 [ 4 ] {5900771f-7f4c-4105-8d60-706c73a1b7ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3688 2025.03.11 22:09:35.319105 [ 4 ] {5900771f-7f4c-4105-8d60-706c73a1b7ce} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3689 2025.03.11 22:09:35.319369 [ 4 ] {5900771f-7f4c-4105-8d60-706c73a1b7ce} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3690 2025.03.11 22:09:35.319623 [ 4 ] {5900771f-7f4c-4105-8d60-706c73a1b7ce} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00253 sec., 3162.0553359683795 rows/sec., 5.67 MiB/sec.
3691 2025.03.11 22:09:35.319717 [ 4 ] {5900771f-7f4c-4105-8d60-706c73a1b7ce} <Debug> TCPHandler: Processed in 0.002867235 sec.
3692 2025.03.11 22:09:35.319830 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3693 2025.03.11 22:09:35.319933 [ 4 ] {145342a5-4e74-4bf9-8a23-cb5c2e12b69d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3694 2025.03.11 22:09:35.319979 [ 4 ] {145342a5-4e74-4bf9-8a23-cb5c2e12b69d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3695 2025.03.11 22:09:35.320413 [ 4 ] {145342a5-4e74-4bf9-8a23-cb5c2e12b69d} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3696 2025.03.11 22:09:35.320451 [ 4 ] {145342a5-4e74-4bf9-8a23-cb5c2e12b69d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3697 2025.03.11 22:09:35.320820 [ 4 ] {145342a5-4e74-4bf9-8a23-cb5c2e12b69d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
3698 2025.03.11 22:09:35.321058 [ 4 ] {145342a5-4e74-4bf9-8a23-cb5c2e12b69d} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3699 2025.03.11 22:09:35.321289 [ 4 ] {145342a5-4e74-4bf9-8a23-cb5c2e12b69d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec.
3700 2025.03.11 22:09:35.321363 [ 4 ] {145342a5-4e74-4bf9-8a23-cb5c2e12b69d} <Debug> TCPHandler: Processed in 0.001577834 sec.
3701 2025.03.11 22:09:38.175232 [ 99 ] {} <Debug> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
3702 2025.03.11 22:09:38.175331 [ 99 ] {} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3703 2025.03.11 22:09:38.175382 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3704 2025.03.11 22:09:38.175732 [ 188 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::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
3705 2025.03.11 22:09:38.175986 [ 188 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3706 2025.03.11 22:09:38.176046 [ 188 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::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
3707 2025.03.11 22:09:38.176206 [ 188 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::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
3708 2025.03.11 22:09:38.176638 [ 188 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::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
3709 2025.03.11 22:09:38.176811 [ 188 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::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
3710 2025.03.11 22:09:38.176937 [ 188 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::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
3711 2025.03.11 22:09:38.178240 [ 189 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1009 rows, containing 5 columns (5 merged, 0 gathered) in 0.002723554 sec., 370471.8173386685 rows/sec., 27.04 MiB/sec.
3712 2025.03.11 22:09:38.178482 [ 191 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
3713 2025.03.11 22:09:38.178864 [ 191 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::all_1_5_1} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3714 2025.03.11 22:09:38.178961 [ 191 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::all_1_5_1} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
3715 2025.03.11 22:09:38.179071 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB.
3716 2025.03.11 22:09:38.459257 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache
3717 2025.03.11 22:09:38.459323 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache
3718 2025.03.11 22:09:38.586976 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9211
3719 2025.03.11 22:09:38.587934 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3720 2025.03.11 22:09:38.587980 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3721 2025.03.11 22:09:38.588513 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3722 2025.03.11 22:09:38.588779 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3723 2025.03.11 22:09:38.589039 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211
3724 2025.03.11 22:09:38.618209 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 532
3725 2025.03.11 22:09:38.621082 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3726 2025.03.11 22:09:38.621123 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3727 2025.03.11 22:09:38.622595 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
3728 2025.03.11 22:09:38.622921 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3729 2025.03.11 22:09:38.623401 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 532
3730 2025.03.11 22:09:39.203188 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151
3731 2025.03.11 22:09:39.224295 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3732 2025.03.11 22:09:39.224355 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3733 2025.03.11 22:09:39.232056 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
3734 2025.03.11 22:09:39.232851 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3735 2025.03.11 22:09:39.237005 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151
3736 2025.03.11 22:09:40.295776 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3737 2025.03.11 22:09:40.295960 [ 4 ] {43bbb7fd-835a-4564-88d0-41f63308dd38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3738 2025.03.11 22:09:40.296029 [ 4 ] {43bbb7fd-835a-4564-88d0-41f63308dd38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3739 2025.03.11 22:09:40.296833 [ 4 ] {43bbb7fd-835a-4564-88d0-41f63308dd38} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3740 2025.03.11 22:09:40.296878 [ 4 ] {43bbb7fd-835a-4564-88d0-41f63308dd38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3741 2025.03.11 22:09:40.297319 [ 4 ] {43bbb7fd-835a-4564-88d0-41f63308dd38} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3742 2025.03.11 22:09:40.297573 [ 4 ] {43bbb7fd-835a-4564-88d0-41f63308dd38} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3743 2025.03.11 22:09:40.297806 [ 4 ] {43bbb7fd-835a-4564-88d0-41f63308dd38} <Debug> executeQuery: Read 118 rows, 10.21 KiB in 0.001897 sec., 62203.47917764892 rows/sec., 5.26 MiB/sec.
3744 2025.03.11 22:09:40.297861 [ 4 ] {43bbb7fd-835a-4564-88d0-41f63308dd38} <Debug> TCPHandler: Processed in 0.002212068 sec.
3745 2025.03.11 22:09:40.297987 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3746 2025.03.11 22:09:40.298094 [ 4 ] {32eff855-681d-4cd7-a597-0ade0805888b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3747 2025.03.11 22:09:40.298139 [ 4 ] {32eff855-681d-4cd7-a597-0ade0805888b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3748 2025.03.11 22:09:40.298678 [ 4 ] {32eff855-681d-4cd7-a597-0ade0805888b} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3749 2025.03.11 22:09:40.298716 [ 4 ] {32eff855-681d-4cd7-a597-0ade0805888b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3750 2025.03.11 22:09:40.299082 [ 4 ] {32eff855-681d-4cd7-a597-0ade0805888b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3751 2025.03.11 22:09:40.299336 [ 4 ] {32eff855-681d-4cd7-a597-0ade0805888b} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3752 2025.03.11 22:09:40.299536 [ 4 ] {32eff855-681d-4cd7-a597-0ade0805888b} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001465 sec., 21160.409556313993 rows/sec., 1.55 MiB/sec.
3753 2025.03.11 22:09:40.299587 [ 4 ] {32eff855-681d-4cd7-a597-0ade0805888b} <Debug> TCPHandler: Processed in 0.001649584 sec.
3754 2025.03.11 22:09:40.299703 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3755 2025.03.11 22:09:40.299806 [ 4 ] {99857cde-4419-4dfd-a391-47ef2897ff2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3756 2025.03.11 22:09:40.299850 [ 4 ] {99857cde-4419-4dfd-a391-47ef2897ff2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3757 2025.03.11 22:09:40.300402 [ 4 ] {99857cde-4419-4dfd-a391-47ef2897ff2a} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3758 2025.03.11 22:09:40.300441 [ 4 ] {99857cde-4419-4dfd-a391-47ef2897ff2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3759 2025.03.11 22:09:40.300814 [ 4 ] {99857cde-4419-4dfd-a391-47ef2897ff2a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3760 2025.03.11 22:09:40.301068 [ 4 ] {99857cde-4419-4dfd-a391-47ef2897ff2a} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3761 2025.03.11 22:09:40.301317 [ 4 ] {99857cde-4419-4dfd-a391-47ef2897ff2a} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001528 sec., 62172.77486910995 rows/sec., 4.86 MiB/sec.
3762 2025.03.11 22:09:40.301482 [ 4 ] {99857cde-4419-4dfd-a391-47ef2897ff2a} <Debug> TCPHandler: Processed in 0.001826386 sec.
3763 2025.03.11 22:09:40.301711 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3764 2025.03.11 22:09:40.301816 [ 4 ] {47cd0820-465b-4b92-b28c-4fcb0fbe415b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3765 2025.03.11 22:09:40.301866 [ 4 ] {47cd0820-465b-4b92-b28c-4fcb0fbe415b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3766 2025.03.11 22:09:40.302422 [ 4 ] {47cd0820-465b-4b92-b28c-4fcb0fbe415b} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3767 2025.03.11 22:09:40.302460 [ 4 ] {47cd0820-465b-4b92-b28c-4fcb0fbe415b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3768 2025.03.11 22:09:40.302842 [ 4 ] {47cd0820-465b-4b92-b28c-4fcb0fbe415b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3769 2025.03.11 22:09:40.303089 [ 4 ] {47cd0820-465b-4b92-b28c-4fcb0fbe415b} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3770 2025.03.11 22:09:40.303252 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3771 2025.03.11 22:09:40.303317 [ 4 ] {47cd0820-465b-4b92-b28c-4fcb0fbe415b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001518 sec., 105401.84453227931 rows/sec., 7.34 MiB/sec.
3772 2025.03.11 22:09:40.303328 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3773 2025.03.11 22:09:40.303397 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3774 2025.03.11 22:09:40.303448 [ 4 ] {47cd0820-465b-4b92-b28c-4fcb0fbe415b} <Debug> TCPHandler: Processed in 0.001804515 sec.
3775 2025.03.11 22:09:40.303660 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3776 2025.03.11 22:09:40.303661 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
3777 2025.03.11 22:09:40.303822 [ 4 ] {92097b27-9f89-450a-81d1-7769810e789a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3778 2025.03.11 22:09:40.303865 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3779 2025.03.11 22:09:40.303920 [ 4 ] {92097b27-9f89-450a-81d1-7769810e789a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3780 2025.03.11 22:09:40.303923 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8017 rows starting from the beginning of the part
3781 2025.03.11 22:09:40.304275 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
3782 2025.03.11 22:09:40.304608 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 951 rows starting from the beginning of the part
3783 2025.03.11 22:09:40.304934 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 98 rows starting from the beginning of the part
3784 2025.03.11 22:09:40.305228 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
3785 2025.03.11 22:09:40.305481 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
3786 2025.03.11 22:09:40.307328 [ 4 ] {92097b27-9f89-450a-81d1-7769810e789a} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3787 2025.03.11 22:09:40.307377 [ 4 ] {92097b27-9f89-450a-81d1-7769810e789a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3788 2025.03.11 22:09:40.308276 [ 4 ] {92097b27-9f89-450a-81d1-7769810e789a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3789 2025.03.11 22:09:40.308628 [ 4 ] {92097b27-9f89-450a-81d1-7769810e789a} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3790 2025.03.11 22:09:40.308823 [ 95 ] {} <Debug> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3791 2025.03.11 22:09:40.308902 [ 95 ] {} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3792 2025.03.11 22:09:40.308934 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3793 2025.03.11 22:09:40.308973 [ 4 ] {92097b27-9f89-450a-81d1-7769810e789a} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.005183 sec., 5981.092031641906 rows/sec., 10.72 MiB/sec.
3794 2025.03.11 22:09:40.309487 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
3795 2025.03.11 22:09:40.310332 [ 4 ] {92097b27-9f89-450a-81d1-7769810e789a} <Debug> TCPHandler: Processed in 0.006724497 sec.
3796 2025.03.11 22:09:40.310782 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3797 2025.03.11 22:09:40.310785 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9546 rows, containing 5 columns (5 merged, 0 gathered) in 0.007256702 sec., 1315473.6132198896 rows/sec., 90.10 MiB/sec.
3798 2025.03.11 22:09:40.311102 [ 4 ] {17427aad-57f5-4d5f-8de0-bffe8c44fb84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3799 2025.03.11 22:09:40.311275 [ 4 ] {17427aad-57f5-4d5f-8de0-bffe8c44fb84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3800 2025.03.11 22:09:40.311265 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3801 2025.03.11 22:09:40.311935 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3802 2025.03.11 22:09:40.312339 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 277 rows starting from the beginning of the part
3803 2025.03.11 22:09:40.312570 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3804 2025.03.11 22:09:40.313352 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3805 2025.03.11 22:09:40.313521 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part
3806 2025.03.11 22:09:40.313709 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB.
3807 2025.03.11 22:09:40.314127 [ 4 ] {17427aad-57f5-4d5f-8de0-bffe8c44fb84} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3808 2025.03.11 22:09:40.314243 [ 4 ] {17427aad-57f5-4d5f-8de0-bffe8c44fb84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3809 2025.03.11 22:09:40.314404 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part
3810 2025.03.11 22:09:40.315086 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part
3811 2025.03.11 22:09:40.315786 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part
3812 2025.03.11 22:09:40.315860 [ 4 ] {17427aad-57f5-4d5f-8de0-bffe8c44fb84} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
3813 2025.03.11 22:09:40.316384 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part
3814 2025.03.11 22:09:40.316777 [ 4 ] {17427aad-57f5-4d5f-8de0-bffe8c44fb84} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3815 2025.03.11 22:09:40.317279 [ 95 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
3816 2025.03.11 22:09:40.317373 [ 95 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3817 2025.03.11 22:09:40.317484 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3818 2025.03.11 22:09:40.317617 [ 4 ] {17427aad-57f5-4d5f-8de0-bffe8c44fb84} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006636 sec., 9041.591320072332 rows/sec., 623.96 KiB/sec.
3819 2025.03.11 22:09:40.318145 [ 4 ] {17427aad-57f5-4d5f-8de0-bffe8c44fb84} <Debug> TCPHandler: Processed in 0.007454014 sec.
3820 2025.03.11 22:09:40.318278 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
3821 2025.03.11 22:09:40.318601 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3822 2025.03.11 22:09:40.318646 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
3823 2025.03.11 22:09:40.318986 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
3824 2025.03.11 22:09:40.319390 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 22 rows starting from the beginning of the part
3825 2025.03.11 22:09:40.319692 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 38 rows starting from the beginning of the part
3826 2025.03.11 22:09:40.319867 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
3827 2025.03.11 22:09:40.320089 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
3828 2025.03.11 22:09:40.323777 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 4 columns (4 merged, 0 gathered) in 0.00594788 sec., 270348.426666308 rows/sec., 18.22 MiB/sec.
3829 2025.03.11 22:09:40.324106 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
3830 2025.03.11 22:09:40.324746 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_31_6} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3831 2025.03.11 22:09:40.324982 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_31_6} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
3832 2025.03.11 22:09:40.325057 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB.
3833 2025.03.11 22:09:40.325882 [ 199 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 386 rows, containing 19 columns (19 merged, 0 gathered) in 0.016799013 sec., 22977.540406689368 rows/sec., 41.17 MiB/sec.
3834 2025.03.11 22:09:40.326433 [ 188 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3835 2025.03.11 22:09:40.326832 [ 188 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3836 2025.03.11 22:09:40.326905 [ 188 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3837 2025.03.11 22:09:40.327041 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB.
3838 2025.03.11 22:09:45.294300 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3839 2025.03.11 22:09:45.294524 [ 4 ] {43d686ff-1273-4152-a7f4-2773ba3de8a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
3840 2025.03.11 22:09:45.294602 [ 4 ] {43d686ff-1273-4152-a7f4-2773ba3de8a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
3841 2025.03.11 22:09:45.295345 [ 4 ] {43d686ff-1273-4152-a7f4-2773ba3de8a4} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3842 2025.03.11 22:09:45.295392 [ 4 ] {43d686ff-1273-4152-a7f4-2773ba3de8a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3843 2025.03.11 22:09:45.295814 [ 4 ] {43d686ff-1273-4152-a7f4-2773ba3de8a4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
3844 2025.03.11 22:09:45.296068 [ 4 ] {43d686ff-1273-4152-a7f4-2773ba3de8a4} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3845 2025.03.11 22:09:45.296317 [ 4 ] {43d686ff-1273-4152-a7f4-2773ba3de8a4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001849 sec., 1081.6657652785289 rows/sec., 88.20 KiB/sec.
3846 2025.03.11 22:09:45.296514 [ 4 ] {43d686ff-1273-4152-a7f4-2773ba3de8a4} <Debug> TCPHandler: Processed in 0.00234534 sec.
3847 2025.03.11 22:09:45.296645 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3848 2025.03.11 22:09:45.296753 [ 4 ] {6a9e8243-3aff-4604-a943-2c5d7214b437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3849 2025.03.11 22:09:45.296799 [ 4 ] {6a9e8243-3aff-4604-a943-2c5d7214b437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3850 2025.03.11 22:09:45.297382 [ 4 ] {6a9e8243-3aff-4604-a943-2c5d7214b437} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3851 2025.03.11 22:09:45.297421 [ 4 ] {6a9e8243-3aff-4604-a943-2c5d7214b437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3852 2025.03.11 22:09:45.297778 [ 4 ] {6a9e8243-3aff-4604-a943-2c5d7214b437} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3853 2025.03.11 22:09:45.298015 [ 4 ] {6a9e8243-3aff-4604-a943-2c5d7214b437} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3854 2025.03.11 22:09:45.298234 [ 4 ] {6a9e8243-3aff-4604-a943-2c5d7214b437} <Debug> executeQuery: Read 73 rows, 6.04 KiB in 0.001505 sec., 48504.98338870432 rows/sec., 3.92 MiB/sec.
3855 2025.03.11 22:09:45.298341 [ 4 ] {6a9e8243-3aff-4604-a943-2c5d7214b437} <Debug> TCPHandler: Processed in 0.001744345 sec.
3856 2025.03.11 22:09:45.298475 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3857 2025.03.11 22:09:45.298575 [ 4 ] {56557c76-42ba-46c0-9768-f85b38f2ffca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3858 2025.03.11 22:09:45.298618 [ 4 ] {56557c76-42ba-46c0-9768-f85b38f2ffca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3859 2025.03.11 22:09:45.299135 [ 4 ] {56557c76-42ba-46c0-9768-f85b38f2ffca} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3860 2025.03.11 22:09:45.299172 [ 4 ] {56557c76-42ba-46c0-9768-f85b38f2ffca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3861 2025.03.11 22:09:45.299518 [ 4 ] {56557c76-42ba-46c0-9768-f85b38f2ffca} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3862 2025.03.11 22:09:45.299764 [ 4 ] {56557c76-42ba-46c0-9768-f85b38f2ffca} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3863 2025.03.11 22:09:45.299968 [ 4 ] {56557c76-42ba-46c0-9768-f85b38f2ffca} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001414 sec., 7072.135785007073 rows/sec., 524.19 KiB/sec.
3864 2025.03.11 22:09:45.300019 [ 4 ] {56557c76-42ba-46c0-9768-f85b38f2ffca} <Debug> TCPHandler: Processed in 0.001595614 sec.
3865 2025.03.11 22:09:45.300135 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3866 2025.03.11 22:09:45.300239 [ 4 ] {6caf5061-994c-4e3f-8150-c479c700dfee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3867 2025.03.11 22:09:45.300282 [ 4 ] {6caf5061-994c-4e3f-8150-c479c700dfee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3868 2025.03.11 22:09:45.300822 [ 4 ] {6caf5061-994c-4e3f-8150-c479c700dfee} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3869 2025.03.11 22:09:45.300860 [ 4 ] {6caf5061-994c-4e3f-8150-c479c700dfee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3870 2025.03.11 22:09:45.301203 [ 4 ] {6caf5061-994c-4e3f-8150-c479c700dfee} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3871 2025.03.11 22:09:45.301439 [ 4 ] {6caf5061-994c-4e3f-8150-c479c700dfee} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3872 2025.03.11 22:09:45.301670 [ 4 ] {6caf5061-994c-4e3f-8150-c479c700dfee} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001449 sec., 51069.703243616284 rows/sec., 3.99 MiB/sec.
3873 2025.03.11 22:09:45.301896 [ 4 ] {6caf5061-994c-4e3f-8150-c479c700dfee} <Debug> TCPHandler: Processed in 0.001804625 sec.
3874 2025.03.11 22:09:45.302086 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3875 2025.03.11 22:09:45.302191 [ 4 ] {28d5c581-1e3e-4c66-b1d2-bcb62e53d17f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3876 2025.03.11 22:09:45.302239 [ 4 ] {28d5c581-1e3e-4c66-b1d2-bcb62e53d17f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3877 2025.03.11 22:09:45.302796 [ 4 ] {28d5c581-1e3e-4c66-b1d2-bcb62e53d17f} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3878 2025.03.11 22:09:45.302834 [ 4 ] {28d5c581-1e3e-4c66-b1d2-bcb62e53d17f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3879 2025.03.11 22:09:45.303223 [ 4 ] {28d5c581-1e3e-4c66-b1d2-bcb62e53d17f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3880 2025.03.11 22:09:45.303458 [ 4 ] {28d5c581-1e3e-4c66-b1d2-bcb62e53d17f} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3881 2025.03.11 22:09:45.303663 [ 4 ] {28d5c581-1e3e-4c66-b1d2-bcb62e53d17f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001496 sec., 107620.32085561498 rows/sec., 7.49 MiB/sec.
3882 2025.03.11 22:09:45.303794 [ 4 ] {28d5c581-1e3e-4c66-b1d2-bcb62e53d17f} <Debug> TCPHandler: Processed in 0.001763795 sec.
3883 2025.03.11 22:09:45.303933 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3884 2025.03.11 22:09:45.304037 [ 4 ] {5ad00231-0fce-4d13-bee2-71a29d058c13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3885 2025.03.11 22:09:45.304103 [ 4 ] {5ad00231-0fce-4d13-bee2-71a29d058c13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3886 2025.03.11 22:09:45.305136 [ 4 ] {5ad00231-0fce-4d13-bee2-71a29d058c13} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3887 2025.03.11 22:09:45.305172 [ 4 ] {5ad00231-0fce-4d13-bee2-71a29d058c13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3888 2025.03.11 22:09:45.305760 [ 4 ] {5ad00231-0fce-4d13-bee2-71a29d058c13} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
3889 2025.03.11 22:09:45.306019 [ 4 ] {5ad00231-0fce-4d13-bee2-71a29d058c13} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3890 2025.03.11 22:09:45.306242 [ 4 ] {5ad00231-0fce-4d13-bee2-71a29d058c13} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002227 sec., 3592.2766052986085 rows/sec., 6.44 MiB/sec.
3891 2025.03.11 22:09:45.306336 [ 4 ] {5ad00231-0fce-4d13-bee2-71a29d058c13} <Debug> TCPHandler: Processed in 0.002452051 sec.
3892 2025.03.11 22:09:45.306449 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3893 2025.03.11 22:09:45.306551 [ 4 ] {8db1ceab-7e0d-4c0e-936d-f77f08b246e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3894 2025.03.11 22:09:45.306596 [ 4 ] {8db1ceab-7e0d-4c0e-936d-f77f08b246e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
3895 2025.03.11 22:09:45.307023 [ 4 ] {8db1ceab-7e0d-4c0e-936d-f77f08b246e6} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3896 2025.03.11 22:09:45.307060 [ 4 ] {8db1ceab-7e0d-4c0e-936d-f77f08b246e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3897 2025.03.11 22:09:45.307410 [ 4 ] {8db1ceab-7e0d-4c0e-936d-f77f08b246e6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
3898 2025.03.11 22:09:45.307638 [ 4 ] {8db1ceab-7e0d-4c0e-936d-f77f08b246e6} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3899 2025.03.11 22:09:45.307846 [ 4 ] {8db1ceab-7e0d-4c0e-936d-f77f08b246e6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001316 sec., 45592.705167173255 rows/sec., 3.07 MiB/sec.
3900 2025.03.11 22:09:45.307894 [ 4 ] {8db1ceab-7e0d-4c0e-936d-f77f08b246e6} <Debug> TCPHandler: Processed in 0.001495113 sec.
3901 2025.03.11 22:09:46.089375 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9699
3902 2025.03.11 22:09:46.090059 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3903 2025.03.11 22:09:46.090098 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3904 2025.03.11 22:09:46.090616 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3905 2025.03.11 22:09:46.090861 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3906 2025.03.11 22:09:46.091005 [ 89 ] {} <Debug> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3907 2025.03.11 22:09:46.091041 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699
3908 2025.03.11 22:09:46.091053 [ 89 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3909 2025.03.11 22:09:46.091081 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3910 2025.03.11 22:09:46.091351 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::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
3911 2025.03.11 22:09:46.091534 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3912 2025.03.11 22:09:46.091577 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::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
3913 2025.03.11 22:09:46.091669 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 488 rows starting from the beginning of the part
3914 2025.03.11 22:09:46.091878 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 427 rows starting from the beginning of the part
3915 2025.03.11 22:09:46.092075 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 488 rows starting from the beginning of the part
3916 2025.03.11 22:09:46.092262 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 427 rows starting from the beginning of the part
3917 2025.03.11 22:09:46.092414 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 488 rows starting from the beginning of the part
3918 2025.03.11 22:09:46.094627 [ 188 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.0034627 sec., 2800993.444421983 rows/sec., 40.07 MiB/sec.
3919 2025.03.11 22:09:46.094976 [ 194 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3920 2025.03.11 22:09:46.095351 [ 194 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_21_4} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3921 2025.03.11 22:09:46.095449 [ 194 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_21_4} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3922 2025.03.11 22:09:46.095566 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB.
3923 2025.03.11 22:09:46.737254 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159
3924 2025.03.11 22:09:46.760874 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3925 2025.03.11 22:09:46.760934 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3926 2025.03.11 22:09:46.768576 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
3927 2025.03.11 22:09:46.769333 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3928 2025.03.11 22:09:46.769704 [ 89 ] {} <Debug> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
3929 2025.03.11 22:09:46.769882 [ 89 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3930 2025.03.11 22:09:46.769987 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3931 2025.03.11 22:09:46.770523 [ 197 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
3932 2025.03.11 22:09:46.784995 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159
3933 2025.03.11 22:09:46.786649 [ 197 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
3934 2025.03.11 22:09:46.787869 [ 197 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
3935 2025.03.11 22:09:46.793399 [ 197 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
3936 2025.03.11 22:09:46.799084 [ 197 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
3937 2025.03.11 22:09:46.804798 [ 197 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
3938 2025.03.11 22:09:46.810515 [ 197 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
3939 2025.03.11 22:09:46.815119 [ 197 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
3940 2025.03.11 22:09:46.873160 [ 194 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.102983228 sec., 1543.940727901829 rows/sec., 7.98 MiB/sec.
3941 2025.03.11 22:09:46.875721 [ 194 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
3942 2025.03.11 22:09:46.878674 [ 194 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_21_4} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3943 2025.03.11 22:09:46.878766 [ 194 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_21_4} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
3944 2025.03.11 22:09:46.881187 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
3945 2025.03.11 22:09:47.000239 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.96 MiB, peak 192.51 MiB, free memory in arenas 0.00 B, will set to 184.04 MiB (RSS), difference: 2.08 MiB
3946 2025.03.11 22:09:48.623790 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 558
3947 2025.03.11 22:09:48.626699 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3948 2025.03.11 22:09:48.626740 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3949 2025.03.11 22:09:48.628194 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
3950 2025.03.11 22:09:48.628503 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3951 2025.03.11 22:09:48.629200 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 558
3952 2025.03.11 22:09:50.295541 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3953 2025.03.11 22:09:50.295726 [ 4 ] {d8307529-1782-41e1-8757-a57f15ec3104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
3954 2025.03.11 22:09:50.295798 [ 4 ] {d8307529-1782-41e1-8757-a57f15ec3104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
3955 2025.03.11 22:09:50.296643 [ 4 ] {d8307529-1782-41e1-8757-a57f15ec3104} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3956 2025.03.11 22:09:50.296695 [ 4 ] {d8307529-1782-41e1-8757-a57f15ec3104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3957 2025.03.11 22:09:50.297152 [ 4 ] {d8307529-1782-41e1-8757-a57f15ec3104} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3958 2025.03.11 22:09:50.297412 [ 4 ] {d8307529-1782-41e1-8757-a57f15ec3104} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3959 2025.03.11 22:09:50.297679 [ 4 ] {d8307529-1782-41e1-8757-a57f15ec3104} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001993 sec., 60210.73758153537 rows/sec., 5.10 MiB/sec.
3960 2025.03.11 22:09:50.297771 [ 4 ] {d8307529-1782-41e1-8757-a57f15ec3104} <Debug> TCPHandler: Processed in 0.00235916 sec.
3961 2025.03.11 22:09:50.298043 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3962 2025.03.11 22:09:50.298154 [ 4 ] {8da0f492-4e43-4a88-b0cf-7ff454e604c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
3963 2025.03.11 22:09:50.298204 [ 4 ] {8da0f492-4e43-4a88-b0cf-7ff454e604c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
3964 2025.03.11 22:09:50.298788 [ 4 ] {8da0f492-4e43-4a88-b0cf-7ff454e604c7} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3965 2025.03.11 22:09:50.298831 [ 4 ] {8da0f492-4e43-4a88-b0cf-7ff454e604c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3966 2025.03.11 22:09:50.299212 [ 4 ] {8da0f492-4e43-4a88-b0cf-7ff454e604c7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
3967 2025.03.11 22:09:50.299467 [ 4 ] {8da0f492-4e43-4a88-b0cf-7ff454e604c7} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3968 2025.03.11 22:09:50.299715 [ 4 ] {8da0f492-4e43-4a88-b0cf-7ff454e604c7} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001585 sec., 20189.274447949527 rows/sec., 1.48 MiB/sec.
3969 2025.03.11 22:09:50.299909 [ 4 ] {8da0f492-4e43-4a88-b0cf-7ff454e604c7} <Debug> TCPHandler: Processed in 0.001954626 sec.
3970 2025.03.11 22:09:50.300098 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3971 2025.03.11 22:09:50.300207 [ 4 ] {40c5839c-45a7-4cdc-b89d-e031c2cbdd16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
3972 2025.03.11 22:09:50.300257 [ 4 ] {40c5839c-45a7-4cdc-b89d-e031c2cbdd16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
3973 2025.03.11 22:09:50.300881 [ 4 ] {40c5839c-45a7-4cdc-b89d-e031c2cbdd16} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3974 2025.03.11 22:09:50.300920 [ 4 ] {40c5839c-45a7-4cdc-b89d-e031c2cbdd16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3975 2025.03.11 22:09:50.301290 [ 4 ] {40c5839c-45a7-4cdc-b89d-e031c2cbdd16} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3976 2025.03.11 22:09:50.301531 [ 4 ] {40c5839c-45a7-4cdc-b89d-e031c2cbdd16} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3977 2025.03.11 22:09:50.301756 [ 4 ] {40c5839c-45a7-4cdc-b89d-e031c2cbdd16} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001576 sec., 60913.705583756346 rows/sec., 4.76 MiB/sec.
3978 2025.03.11 22:09:50.301809 [ 4 ] {40c5839c-45a7-4cdc-b89d-e031c2cbdd16} <Debug> TCPHandler: Processed in 0.001770615 sec.
3979 2025.03.11 22:09:50.301929 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3980 2025.03.11 22:09:50.302034 [ 4 ] {044c3abc-48af-43da-9a09-f2051bd2c201} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
3981 2025.03.11 22:09:50.302082 [ 4 ] {044c3abc-48af-43da-9a09-f2051bd2c201} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
3982 2025.03.11 22:09:50.302633 [ 4 ] {044c3abc-48af-43da-9a09-f2051bd2c201} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3983 2025.03.11 22:09:50.302673 [ 4 ] {044c3abc-48af-43da-9a09-f2051bd2c201} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3984 2025.03.11 22:09:50.303091 [ 4 ] {044c3abc-48af-43da-9a09-f2051bd2c201} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
3985 2025.03.11 22:09:50.303332 [ 4 ] {044c3abc-48af-43da-9a09-f2051bd2c201} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3986 2025.03.11 22:09:50.303586 [ 4 ] {044c3abc-48af-43da-9a09-f2051bd2c201} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001574 sec., 101651.84243964421 rows/sec., 7.08 MiB/sec.
3987 2025.03.11 22:09:50.303774 [ 4 ] {044c3abc-48af-43da-9a09-f2051bd2c201} <Debug> TCPHandler: Processed in 0.001893056 sec.
3988 2025.03.11 22:09:50.303983 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3989 2025.03.11 22:09:50.304089 [ 4 ] {64aed3ff-25a0-433a-8332-5c9957f164e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
3990 2025.03.11 22:09:50.304171 [ 4 ] {64aed3ff-25a0-433a-8332-5c9957f164e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
3991 2025.03.11 22:09:50.305359 [ 4 ] {64aed3ff-25a0-433a-8332-5c9957f164e7} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
3992 2025.03.11 22:09:50.305400 [ 4 ] {64aed3ff-25a0-433a-8332-5c9957f164e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
3993 2025.03.11 22:09:50.306051 [ 4 ] {64aed3ff-25a0-433a-8332-5c9957f164e7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
3994 2025.03.11 22:09:50.306306 [ 4 ] {64aed3ff-25a0-433a-8332-5c9957f164e7} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
3995 2025.03.11 22:09:50.306546 [ 4 ] {64aed3ff-25a0-433a-8332-5c9957f164e7} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00248 sec., 12903.225806451614 rows/sec., 23.12 MiB/sec.
3996 2025.03.11 22:09:50.306641 [ 4 ] {64aed3ff-25a0-433a-8332-5c9957f164e7} <Debug> TCPHandler: Processed in 0.002717103 sec.
3997 2025.03.11 22:09:50.306755 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
3998 2025.03.11 22:09:50.306858 [ 4 ] {6a648ec5-a6d3-4907-9d5d-79e14aa20cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
3999 2025.03.11 22:09:50.306905 [ 4 ] {6a648ec5-a6d3-4907-9d5d-79e14aa20cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4000 2025.03.11 22:09:50.307343 [ 4 ] {6a648ec5-a6d3-4907-9d5d-79e14aa20cba} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4001 2025.03.11 22:09:50.307382 [ 4 ] {6a648ec5-a6d3-4907-9d5d-79e14aa20cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.20 GiB.
4002 2025.03.11 22:09:50.307734 [ 4 ] {6a648ec5-a6d3-4907-9d5d-79e14aa20cba} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4003 2025.03.11 22:09:50.307987 [ 4 ] {6a648ec5-a6d3-4907-9d5d-79e14aa20cba} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4004 2025.03.11 22:09:50.308225 [ 4 ] {6a648ec5-a6d3-4907-9d5d-79e14aa20cba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec.
4005 2025.03.11 22:09:50.308329 [ 4 ] {6a648ec5-a6d3-4907-9d5d-79e14aa20cba} <Debug> TCPHandler: Processed in 0.001619934 sec.
4006 2025.03.11 22:09:53.459384 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache
4007 2025.03.11 22:09:53.459488 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache
4008 2025.03.11 22:09:53.591259 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10126
4009 2025.03.11 22:09:53.591920 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4010 2025.03.11 22:09:53.591969 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4011 2025.03.11 22:09:53.592575 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4012 2025.03.11 22:09:53.592832 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4013 2025.03.11 22:09:53.593077 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126
4014 2025.03.11 22:09:54.285178 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166
4015 2025.03.11 22:09:54.304873 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4016 2025.03.11 22:09:54.304936 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4017 2025.03.11 22:09:54.311806 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
4018 2025.03.11 22:09:54.312544 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4019 2025.03.11 22:09:54.315508 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166
4020 2025.03.11 22:09:55.294482 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4021 2025.03.11 22:09:55.294685 [ 4 ] {2c957fc7-8eea-4296-b18c-88eff979e9aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4022 2025.03.11 22:09:55.294762 [ 4 ] {2c957fc7-8eea-4296-b18c-88eff979e9aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4023 2025.03.11 22:09:55.295577 [ 4 ] {2c957fc7-8eea-4296-b18c-88eff979e9aa} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4024 2025.03.11 22:09:55.295618 [ 4 ] {2c957fc7-8eea-4296-b18c-88eff979e9aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4025 2025.03.11 22:09:55.296091 [ 4 ] {2c957fc7-8eea-4296-b18c-88eff979e9aa} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4026 2025.03.11 22:09:55.296352 [ 4 ] {2c957fc7-8eea-4296-b18c-88eff979e9aa} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4027 2025.03.11 22:09:55.296551 [ 4 ] {2c957fc7-8eea-4296-b18c-88eff979e9aa} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001921 sec., 37480.47891723061 rows/sec., 3.03 MiB/sec.
4028 2025.03.11 22:09:55.296605 [ 4 ] {2c957fc7-8eea-4296-b18c-88eff979e9aa} <Debug> TCPHandler: Processed in 0.00226251 sec.
4029 2025.03.11 22:09:55.296731 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4030 2025.03.11 22:09:55.296836 [ 4 ] {324662d6-314b-4ff9-9390-3446cf4ebeb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4031 2025.03.11 22:09:55.296880 [ 4 ] {324662d6-314b-4ff9-9390-3446cf4ebeb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4032 2025.03.11 22:09:55.297406 [ 4 ] {324662d6-314b-4ff9-9390-3446cf4ebeb3} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4033 2025.03.11 22:09:55.297444 [ 4 ] {324662d6-314b-4ff9-9390-3446cf4ebeb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4034 2025.03.11 22:09:55.297790 [ 4 ] {324662d6-314b-4ff9-9390-3446cf4ebeb3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4035 2025.03.11 22:09:55.298031 [ 4 ] {324662d6-314b-4ff9-9390-3446cf4ebeb3} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4036 2025.03.11 22:09:55.298247 [ 4 ] {324662d6-314b-4ff9-9390-3446cf4ebeb3} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001433 sec., 5582.6936496859735 rows/sec., 419.79 KiB/sec.
4037 2025.03.11 22:09:55.298301 [ 4 ] {324662d6-314b-4ff9-9390-3446cf4ebeb3} <Debug> TCPHandler: Processed in 0.001621744 sec.
4038 2025.03.11 22:09:55.298408 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4039 2025.03.11 22:09:55.298509 [ 4 ] {0284c88b-5447-48c2-88e2-121028e05667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4040 2025.03.11 22:09:55.298553 [ 4 ] {0284c88b-5447-48c2-88e2-121028e05667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4041 2025.03.11 22:09:55.299105 [ 4 ] {0284c88b-5447-48c2-88e2-121028e05667} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4042 2025.03.11 22:09:55.299145 [ 4 ] {0284c88b-5447-48c2-88e2-121028e05667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4043 2025.03.11 22:09:55.299493 [ 4 ] {0284c88b-5447-48c2-88e2-121028e05667} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4044 2025.03.11 22:09:55.299724 [ 4 ] {0284c88b-5447-48c2-88e2-121028e05667} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4045 2025.03.11 22:09:55.299935 [ 4 ] {0284c88b-5447-48c2-88e2-121028e05667} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001448 sec., 49723.756906077346 rows/sec., 3.88 MiB/sec.
4046 2025.03.11 22:09:55.299988 [ 4 ] {0284c88b-5447-48c2-88e2-121028e05667} <Debug> TCPHandler: Processed in 0.001630953 sec.
4047 2025.03.11 22:09:55.300102 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4048 2025.03.11 22:09:55.300206 [ 4 ] {9eaa5d38-d75b-40a6-b648-807deea27002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4049 2025.03.11 22:09:55.300253 [ 4 ] {9eaa5d38-d75b-40a6-b648-807deea27002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4050 2025.03.11 22:09:55.300777 [ 4 ] {9eaa5d38-d75b-40a6-b648-807deea27002} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4051 2025.03.11 22:09:55.300815 [ 4 ] {9eaa5d38-d75b-40a6-b648-807deea27002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4052 2025.03.11 22:09:55.301189 [ 4 ] {9eaa5d38-d75b-40a6-b648-807deea27002} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4053 2025.03.11 22:09:55.301450 [ 4 ] {9eaa5d38-d75b-40a6-b648-807deea27002} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4054 2025.03.11 22:09:55.301654 [ 4 ] {9eaa5d38-d75b-40a6-b648-807deea27002} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001468 sec., 108991.82561307903 rows/sec., 7.59 MiB/sec.
4055 2025.03.11 22:09:55.301704 [ 4 ] {9eaa5d38-d75b-40a6-b648-807deea27002} <Debug> TCPHandler: Processed in 0.001652444 sec.
4056 2025.03.11 22:09:55.301809 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4057 2025.03.11 22:09:55.301910 [ 4 ] {677bc287-86b4-4e1c-9fab-74809e1032a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4058 2025.03.11 22:09:55.301974 [ 4 ] {677bc287-86b4-4e1c-9fab-74809e1032a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4059 2025.03.11 22:09:55.303061 [ 4 ] {677bc287-86b4-4e1c-9fab-74809e1032a0} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4060 2025.03.11 22:09:55.303099 [ 4 ] {677bc287-86b4-4e1c-9fab-74809e1032a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4061 2025.03.11 22:09:55.303694 [ 4 ] {677bc287-86b4-4e1c-9fab-74809e1032a0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4062 2025.03.11 22:09:55.303948 [ 4 ] {677bc287-86b4-4e1c-9fab-74809e1032a0} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4063 2025.03.11 22:09:55.304253 [ 4 ] {677bc287-86b4-4e1c-9fab-74809e1032a0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002354 sec., 3398.470688190314 rows/sec., 6.09 MiB/sec.
4064 2025.03.11 22:09:55.304749 [ 4 ] {677bc287-86b4-4e1c-9fab-74809e1032a0} <Debug> TCPHandler: Processed in 0.002984615 sec.
4065 2025.03.11 22:09:55.304895 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4066 2025.03.11 22:09:55.305000 [ 4 ] {07b4519d-3d61-4e98-97b2-846c0d516815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4067 2025.03.11 22:09:55.305046 [ 4 ] {07b4519d-3d61-4e98-97b2-846c0d516815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4068 2025.03.11 22:09:55.305507 [ 4 ] {07b4519d-3d61-4e98-97b2-846c0d516815} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4069 2025.03.11 22:09:55.305545 [ 4 ] {07b4519d-3d61-4e98-97b2-846c0d516815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4070 2025.03.11 22:09:55.305897 [ 4 ] {07b4519d-3d61-4e98-97b2-846c0d516815} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
4071 2025.03.11 22:09:55.306133 [ 4 ] {07b4519d-3d61-4e98-97b2-846c0d516815} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4072 2025.03.11 22:09:55.306336 [ 4 ] {07b4519d-3d61-4e98-97b2-846c0d516815} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec.
4073 2025.03.11 22:09:55.306384 [ 4 ] {07b4519d-3d61-4e98-97b2-846c0d516815} <Debug> TCPHandler: Processed in 0.001540653 sec.
4074 2025.03.11 22:09:56.563571 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4075 2025.03.11 22:09:56.563781 [ 4 ] {33dbb09e-b764-4a61-ac66-dc92273a70c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4076 2025.03.11 22:09:56.563861 [ 4 ] {33dbb09e-b764-4a61-ac66-dc92273a70c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4077 2025.03.11 22:09:56.564654 [ 4 ] {33dbb09e-b764-4a61-ac66-dc92273a70c5} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4078 2025.03.11 22:09:56.564704 [ 4 ] {33dbb09e-b764-4a61-ac66-dc92273a70c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4079 2025.03.11 22:09:56.565131 [ 4 ] {33dbb09e-b764-4a61-ac66-dc92273a70c5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4080 2025.03.11 22:09:56.565402 [ 4 ] {33dbb09e-b764-4a61-ac66-dc92273a70c5} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4081 2025.03.11 22:09:56.565606 [ 78 ] {} <Debug> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4082 2025.03.11 22:09:56.565653 [ 4 ] {33dbb09e-b764-4a61-ac66-dc92273a70c5} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001927 sec., 12454.592631032694 rows/sec., 1.03 MiB/sec.
4083 2025.03.11 22:09:56.565718 [ 78 ] {} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4084 2025.03.11 22:09:56.565801 [ 4 ] {33dbb09e-b764-4a61-ac66-dc92273a70c5} <Debug> TCPHandler: Processed in 0.00236582 sec.
4085 2025.03.11 22:09:56.565812 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4086 2025.03.11 22:09:56.566017 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4087 2025.03.11 22:09:56.566030 [ 192 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::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
4088 2025.03.11 22:09:56.566167 [ 4 ] {6b38c7cd-2d6e-4f97-946d-b32e14d7fe64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4089 2025.03.11 22:09:56.566176 [ 192 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4090 2025.03.11 22:09:56.566220 [ 192 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::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
4091 2025.03.11 22:09:56.566225 [ 4 ] {6b38c7cd-2d6e-4f97-946d-b32e14d7fe64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4092 2025.03.11 22:09:56.566396 [ 192 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::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
4093 2025.03.11 22:09:56.566781 [ 192 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::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
4094 2025.03.11 22:09:56.567191 [ 192 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::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
4095 2025.03.11 22:09:56.567455 [ 192 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::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
4096 2025.03.11 22:09:56.568665 [ 4 ] {6b38c7cd-2d6e-4f97-946d-b32e14d7fe64} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4097 2025.03.11 22:09:56.568710 [ 4 ] {6b38c7cd-2d6e-4f97-946d-b32e14d7fe64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4098 2025.03.11 22:09:56.569398 [ 4 ] {6b38c7cd-2d6e-4f97-946d-b32e14d7fe64} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4099 2025.03.11 22:09:56.569534 [ 187 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.003574841 sec., 33567.92651757099 rows/sec., 2.91 MiB/sec.
4100 2025.03.11 22:09:56.569780 [ 4 ] {6b38c7cd-2d6e-4f97-946d-b32e14d7fe64} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4101 2025.03.11 22:09:56.569858 [ 187 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4102 2025.03.11 22:09:56.570034 [ 78 ] {} <Debug> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0
4103 2025.03.11 22:09:56.570150 [ 78 ] {} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4104 2025.03.11 22:09:56.570228 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4105 2025.03.11 22:09:56.570305 [ 4 ] {6b38c7cd-2d6e-4f97-946d-b32e14d7fe64} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004149 sec., 482.04386599180526 rows/sec., 39.31 KiB/sec.
4106 2025.03.11 22:09:56.570916 [ 192 ] {1c6e55bf-5661-479c-9407-a4f346866438::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
4107 2025.03.11 22:09:56.570951 [ 4 ] {6b38c7cd-2d6e-4f97-946d-b32e14d7fe64} <Debug> TCPHandler: Processed in 0.005011713 sec.
4108 2025.03.11 22:09:56.571139 [ 187 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::all_1_5_1} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4109 2025.03.11 22:09:56.571271 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4110 2025.03.11 22:09:56.571272 [ 192 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4111 2025.03.11 22:09:56.571348 [ 192 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part
4112 2025.03.11 22:09:56.571433 [ 187 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::all_1_5_1} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4113 2025.03.11 22:09:56.571515 [ 4 ] {f88ed40e-2998-4379-8cb2-021d5a7d84db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4114 2025.03.11 22:09:56.571653 [ 192 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part
4115 2025.03.11 22:09:56.571672 [ 4 ] {f88ed40e-2998-4379-8cb2-021d5a7d84db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4116 2025.03.11 22:09:56.571816 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
4117 2025.03.11 22:09:56.572027 [ 192 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part
4118 2025.03.11 22:09:56.572450 [ 192 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part
4119 2025.03.11 22:09:56.572859 [ 192 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part
4120 2025.03.11 22:09:56.573238 [ 192 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part
4121 2025.03.11 22:09:56.574883 [ 193 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.004539879 sec., 7048.646010168994 rows/sec., 602.30 KiB/sec.
4122 2025.03.11 22:09:56.575130 [ 193 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary)
4123 2025.03.11 22:09:56.575240 [ 4 ] {f88ed40e-2998-4379-8cb2-021d5a7d84db} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4124 2025.03.11 22:09:56.575288 [ 4 ] {f88ed40e-2998-4379-8cb2-021d5a7d84db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4125 2025.03.11 22:09:56.575695 [ 193 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_6_1} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4126 2025.03.11 22:09:56.575917 [ 193 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_6_1} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1
4127 2025.03.11 22:09:56.576050 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
4128 2025.03.11 22:09:56.576152 [ 4 ] {f88ed40e-2998-4379-8cb2-021d5a7d84db} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4129 2025.03.11 22:09:56.576407 [ 4 ] {f88ed40e-2998-4379-8cb2-021d5a7d84db} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4130 2025.03.11 22:09:56.576584 [ 78 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0
4131 2025.03.11 22:09:56.576641 [ 78 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4132 2025.03.11 22:09:56.576674 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4133 2025.03.11 22:09:56.576681 [ 4 ] {f88ed40e-2998-4379-8cb2-021d5a7d84db} <Debug> executeQuery: Read 1381 rows, 118.04 KiB in 0.005268 sec., 262148.8230827639 rows/sec., 21.88 MiB/sec.
4134 2025.03.11 22:09:56.576886 [ 4 ] {f88ed40e-2998-4379-8cb2-021d5a7d84db} <Debug> TCPHandler: Processed in 0.005708549 sec.
4135 2025.03.11 22:09:56.576950 [ 187 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full
4136 2025.03.11 22:09:56.577073 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4137 2025.03.11 22:09:56.577138 [ 187 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4138 2025.03.11 22:09:56.577213 [ 187 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 1404 rows starting from the beginning of the part
4139 2025.03.11 22:09:56.577263 [ 4 ] {37d5a745-e49f-44ae-9c9b-5649bb0b2b01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4140 2025.03.11 22:09:56.577435 [ 4 ] {37d5a745-e49f-44ae-9c9b-5649bb0b2b01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4141 2025.03.11 22:09:56.577480 [ 187 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 118 rows starting from the beginning of the part
4142 2025.03.11 22:09:56.577841 [ 187 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 73 rows starting from the beginning of the part
4143 2025.03.11 22:09:56.578108 [ 187 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 120 rows starting from the beginning of the part
4144 2025.03.11 22:09:56.578464 [ 187 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 72 rows starting from the beginning of the part
4145 2025.03.11 22:09:56.578750 [ 187 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1381 rows starting from the beginning of the part
4146 2025.03.11 22:09:56.580168 [ 4 ] {37d5a745-e49f-44ae-9c9b-5649bb0b2b01} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4147 2025.03.11 22:09:56.580233 [ 4 ] {37d5a745-e49f-44ae-9c9b-5649bb0b2b01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4148 2025.03.11 22:09:56.581104 [ 4 ] {37d5a745-e49f-44ae-9c9b-5649bb0b2b01} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4149 2025.03.11 22:09:56.581526 [ 4 ] {37d5a745-e49f-44ae-9c9b-5649bb0b2b01} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4150 2025.03.11 22:09:56.581760 [ 78 ] {} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4151 2025.03.11 22:09:56.581857 [ 78 ] {} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4152 2025.03.11 22:09:56.581862 [ 4 ] {37d5a745-e49f-44ae-9c9b-5649bb0b2b01} <Debug> executeQuery: Read 46 rows, 3.51 KiB in 0.004624 sec., 9948.09688581315 rows/sec., 758.40 KiB/sec.
4153 2025.03.11 22:09:56.581949 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4154 2025.03.11 22:09:56.582232 [ 4 ] {37d5a745-e49f-44ae-9c9b-5649bb0b2b01} <Debug> TCPHandler: Processed in 0.005224234 sec.
4155 2025.03.11 22:09:56.582706 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4156 2025.03.11 22:09:56.583011 [ 187 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3168 rows, containing 5 columns (5 merged, 0 gathered) in 0.006215313 sec., 509708.8433036277 rows/sec., 44.49 MiB/sec.
4157 2025.03.11 22:09:56.583073 [ 193 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
4158 2025.03.11 22:09:56.583075 [ 4 ] {bad25f67-25ba-413b-abac-da6f5a82faea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4159 2025.03.11 22:09:56.583221 [ 4 ] {bad25f67-25ba-413b-abac-da6f5a82faea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4160 2025.03.11 22:09:56.583392 [ 187 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary)
4161 2025.03.11 22:09:56.583681 [ 193 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4162 2025.03.11 22:09:56.583819 [ 193 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 69 rows starting from the beginning of the part
4163 2025.03.11 22:09:56.584328 [ 193 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 31 rows starting from the beginning of the part
4164 2025.03.11 22:09:56.584426 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_35_7} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4165 2025.03.11 22:09:56.585022 [ 193 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 10 rows starting from the beginning of the part
4166 2025.03.11 22:09:56.585093 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_35_7} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7
4167 2025.03.11 22:09:56.585484 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
4168 2025.03.11 22:09:56.585729 [ 193 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 32 rows starting from the beginning of the part
4169 2025.03.11 22:09:56.586011 [ 193 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
4170 2025.03.11 22:09:56.586171 [ 193 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 46 rows starting from the beginning of the part
4171 2025.03.11 22:09:56.587159 [ 4 ] {bad25f67-25ba-413b-abac-da6f5a82faea} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4172 2025.03.11 22:09:56.587239 [ 4 ] {bad25f67-25ba-413b-abac-da6f5a82faea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4173 2025.03.11 22:09:56.588724 [ 4 ] {bad25f67-25ba-413b-abac-da6f5a82faea} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4174 2025.03.11 22:09:56.589352 [ 4 ] {bad25f67-25ba-413b-abac-da6f5a82faea} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4175 2025.03.11 22:09:56.589563 [ 187 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.007303582 sec., 26836.146975552543 rows/sec., 2.07 MiB/sec.
4176 2025.03.11 22:09:56.589833 [ 4 ] {bad25f67-25ba-413b-abac-da6f5a82faea} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.00685 sec., 36788.32116788321 rows/sec., 2.54 MiB/sec.
4177 2025.03.11 22:09:56.589971 [ 4 ] {bad25f67-25ba-413b-abac-da6f5a82faea} <Debug> TCPHandler: Processed in 0.007412943 sec.
4178 2025.03.11 22:09:56.589979 [ 187 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4179 2025.03.11 22:09:56.590201 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4180 2025.03.11 22:09:56.590374 [ 4 ] {2d5b8e68-c69d-4df4-a35e-bfdaa1bd2d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4181 2025.03.11 22:09:56.590441 [ 4 ] {2d5b8e68-c69d-4df4-a35e-bfdaa1bd2d74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4182 2025.03.11 22:09:56.590504 [ 187 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_26_5} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4183 2025.03.11 22:09:56.590722 [ 187 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_26_5} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4184 2025.03.11 22:09:56.590930 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
4185 2025.03.11 22:09:56.591374 [ 4 ] {2d5b8e68-c69d-4df4-a35e-bfdaa1bd2d74} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4186 2025.03.11 22:09:56.591417 [ 4 ] {2d5b8e68-c69d-4df4-a35e-bfdaa1bd2d74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4187 2025.03.11 22:09:56.591768 [ 4 ] {2d5b8e68-c69d-4df4-a35e-bfdaa1bd2d74} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary)
4188 2025.03.11 22:09:56.592009 [ 4 ] {2d5b8e68-c69d-4df4-a35e-bfdaa1bd2d74} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4189 2025.03.11 22:09:56.592169 [ 78 ] {} <Debug> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0
4190 2025.03.11 22:09:56.592241 [ 78 ] {} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4191 2025.03.11 22:09:56.592258 [ 4 ] {2d5b8e68-c69d-4df4-a35e-bfdaa1bd2d74} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001927 sec., 6227.296315516347 rows/sec., 486.51 KiB/sec.
4192 2025.03.11 22:09:56.592290 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4193 2025.03.11 22:09:56.592412 [ 4 ] {2d5b8e68-c69d-4df4-a35e-bfdaa1bd2d74} <Debug> TCPHandler: Processed in 0.002299 sec.
4194 2025.03.11 22:09:56.592495 [ 190 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::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
4195 2025.03.11 22:09:56.592585 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4196 2025.03.11 22:09:56.592682 [ 190 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4197 2025.03.11 22:09:56.592757 [ 190 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::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
4198 2025.03.11 22:09:56.592766 [ 4 ] {ee0ccfd2-4d5e-44de-b8f6-67b8af930df3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4199 2025.03.11 22:09:56.592904 [ 4 ] {ee0ccfd2-4d5e-44de-b8f6-67b8af930df3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4200 2025.03.11 22:09:56.593038 [ 190 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::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
4201 2025.03.11 22:09:56.593412 [ 190 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::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
4202 2025.03.11 22:09:56.593756 [ 190 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::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
4203 2025.03.11 22:09:56.594147 [ 190 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::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
4204 2025.03.11 22:09:56.595976 [ 4 ] {ee0ccfd2-4d5e-44de-b8f6-67b8af930df3} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4205 2025.03.11 22:09:56.596051 [ 4 ] {ee0ccfd2-4d5e-44de-b8f6-67b8af930df3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4206 2025.03.11 22:09:56.596545 [ 190 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004136815 sec., 14503.911825885372 rows/sec., 1.16 MiB/sec.
4207 2025.03.11 22:09:56.596756 [ 187 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary)
4208 2025.03.11 22:09:56.596943 [ 4 ] {ee0ccfd2-4d5e-44de-b8f6-67b8af930df3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4209 2025.03.11 22:09:56.597241 [ 187 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::all_1_5_1} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4210 2025.03.11 22:09:56.597397 [ 4 ] {ee0ccfd2-4d5e-44de-b8f6-67b8af930df3} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4211 2025.03.11 22:09:56.597412 [ 187 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::all_1_5_1} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1
4212 2025.03.11 22:09:56.597579 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
4213 2025.03.11 22:09:56.597705 [ 78 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0
4214 2025.03.11 22:09:56.597769 [ 78 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4215 2025.03.11 22:09:56.597791 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4216 2025.03.11 22:09:56.597834 [ 4 ] {ee0ccfd2-4d5e-44de-b8f6-67b8af930df3} <Debug> executeQuery: Read 590 rows, 45.39 KiB in 0.00511 sec., 115459.88258317026 rows/sec., 8.67 MiB/sec.
4217 2025.03.11 22:09:56.598064 [ 4 ] {ee0ccfd2-4d5e-44de-b8f6-67b8af930df3} <Debug> TCPHandler: Processed in 0.005542037 sec.
4218 2025.03.11 22:09:56.598073 [ 191 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full
4219 2025.03.11 22:09:56.598251 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4220 2025.03.11 22:09:56.598271 [ 191 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4221 2025.03.11 22:09:56.598314 [ 191 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 631 rows starting from the beginning of the part
4222 2025.03.11 22:09:56.598512 [ 4 ] {8c226ebc-21df-4fc2-a121-da4ea14b12dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4223 2025.03.11 22:09:56.598579 [ 191 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 95 rows starting from the beginning of the part
4224 2025.03.11 22:09:56.598700 [ 4 ] {8c226ebc-21df-4fc2-a121-da4ea14b12dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4225 2025.03.11 22:09:56.598947 [ 191 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 74 rows starting from the beginning of the part
4226 2025.03.11 22:09:56.599399 [ 191 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 96 rows starting from the beginning of the part
4227 2025.03.11 22:09:56.599769 [ 191 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 72 rows starting from the beginning of the part
4228 2025.03.11 22:09:56.600142 [ 191 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 590 rows starting from the beginning of the part
4229 2025.03.11 22:09:56.601831 [ 4 ] {8c226ebc-21df-4fc2-a121-da4ea14b12dd} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4230 2025.03.11 22:09:56.601912 [ 4 ] {8c226ebc-21df-4fc2-a121-da4ea14b12dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4231 2025.03.11 22:09:56.602848 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1558 rows, containing 5 columns (5 merged, 0 gathered) in 0.004965542 sec., 313762.3244350768 rows/sec., 25.00 MiB/sec.
4232 2025.03.11 22:09:56.602859 [ 4 ] {8c226ebc-21df-4fc2-a121-da4ea14b12dd} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4233 2025.03.11 22:09:56.603082 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary)
4234 2025.03.11 22:09:56.603293 [ 4 ] {8c226ebc-21df-4fc2-a121-da4ea14b12dd} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4235 2025.03.11 22:09:56.603714 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_35_7} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4236 2025.03.11 22:09:56.603776 [ 4 ] {8c226ebc-21df-4fc2-a121-da4ea14b12dd} <Debug> executeQuery: Read 947 rows, 65.46 KiB in 0.005363 sec., 176580.272235689 rows/sec., 11.92 MiB/sec.
4237 2025.03.11 22:09:56.604156 [ 4 ] {8c226ebc-21df-4fc2-a121-da4ea14b12dd} <Debug> TCPHandler: Processed in 0.005979011 sec.
4238 2025.03.11 22:09:56.604162 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_35_7} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7
4239 2025.03.11 22:09:56.604416 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
4240 2025.03.11 22:09:56.604439 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4241 2025.03.11 22:09:56.604559 [ 4 ] {ed271bad-8ee1-48ba-977e-d44122ef666d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4242 2025.03.11 22:09:56.604628 [ 4 ] {ed271bad-8ee1-48ba-977e-d44122ef666d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4243 2025.03.11 22:09:56.605812 [ 4 ] {ed271bad-8ee1-48ba-977e-d44122ef666d} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4244 2025.03.11 22:09:56.605851 [ 4 ] {ed271bad-8ee1-48ba-977e-d44122ef666d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4245 2025.03.11 22:09:56.606506 [ 4 ] {ed271bad-8ee1-48ba-977e-d44122ef666d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4246 2025.03.11 22:09:56.606771 [ 4 ] {ed271bad-8ee1-48ba-977e-d44122ef666d} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4247 2025.03.11 22:09:56.607014 [ 4 ] {ed271bad-8ee1-48ba-977e-d44122ef666d} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002477 sec., 12918.853451756157 rows/sec., 23.15 MiB/sec.
4248 2025.03.11 22:09:56.607117 [ 4 ] {ed271bad-8ee1-48ba-977e-d44122ef666d} <Debug> TCPHandler: Processed in 0.002772103 sec.
4249 2025.03.11 22:09:56.607233 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4250 2025.03.11 22:09:56.607335 [ 4 ] {5468576e-9971-4087-adcc-6624e40b97cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4251 2025.03.11 22:09:56.607381 [ 4 ] {5468576e-9971-4087-adcc-6624e40b97cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4252 2025.03.11 22:09:56.607816 [ 4 ] {5468576e-9971-4087-adcc-6624e40b97cc} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4253 2025.03.11 22:09:56.607855 [ 4 ] {5468576e-9971-4087-adcc-6624e40b97cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4254 2025.03.11 22:09:56.608208 [ 4 ] {5468576e-9971-4087-adcc-6624e40b97cc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
4255 2025.03.11 22:09:56.608439 [ 4 ] {5468576e-9971-4087-adcc-6624e40b97cc} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4256 2025.03.11 22:09:56.608645 [ 4 ] {5468576e-9971-4087-adcc-6624e40b97cc} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001332 sec., 18018.018018018018 rows/sec., 1.21 MiB/sec.
4257 2025.03.11 22:09:56.608695 [ 4 ] {5468576e-9971-4087-adcc-6624e40b97cc} <Debug> TCPHandler: Processed in 0.001513543 sec.
4258 2025.03.11 22:09:58.629483 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 602
4259 2025.03.11 22:09:58.632820 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4260 2025.03.11 22:09:58.632872 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4261 2025.03.11 22:09:58.634394 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
4262 2025.03.11 22:09:58.634702 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4263 2025.03.11 22:09:58.634955 [ 29 ] {} <Debug> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0
4264 2025.03.11 22:09:58.635091 [ 29 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4265 2025.03.11 22:09:58.635184 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4266 2025.03.11 22:09:58.635839 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::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
4267 2025.03.11 22:09:58.636900 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 602
4268 2025.03.11 22:09:58.637340 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4269 2025.03.11 22:09:58.637525 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 444 rows starting from the beginning of the part
4270 2025.03.11 22:09:58.638202 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part
4271 2025.03.11 22:09:58.638876 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 44 rows starting from the beginning of the part
4272 2025.03.11 22:09:58.639552 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part
4273 2025.03.11 22:09:58.640134 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part
4274 2025.03.11 22:09:58.640753 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 44 rows starting from the beginning of the part
4275 2025.03.11 22:09:58.648477 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 602 rows, containing 72 columns (72 merged, 0 gathered) in 0.013134512 sec., 45833.45007412533 rows/sec., 39.35 MiB/sec.
4276 2025.03.11 22:09:58.649688 [ 195 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary)
4277 2025.03.11 22:09:58.650450 [ 195 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_16_3} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4278 2025.03.11 22:09:58.650531 [ 195 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_16_3} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3
4279 2025.03.11 22:09:58.650826 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.91 MiB.
4280 2025.03.11 22:10:00.291693 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4281 2025.03.11 22:10:00.291878 [ 4 ] {a8e6d2d4-3c31-4bfe-acf2-29c2365ea06f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4282 2025.03.11 22:10:00.291950 [ 4 ] {a8e6d2d4-3c31-4bfe-acf2-29c2365ea06f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4283 2025.03.11 22:10:00.292717 [ 4 ] {a8e6d2d4-3c31-4bfe-acf2-29c2365ea06f} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4284 2025.03.11 22:10:00.292762 [ 4 ] {a8e6d2d4-3c31-4bfe-acf2-29c2365ea06f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4285 2025.03.11 22:10:00.293207 [ 4 ] {a8e6d2d4-3c31-4bfe-acf2-29c2365ea06f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4286 2025.03.11 22:10:00.293463 [ 4 ] {a8e6d2d4-3c31-4bfe-acf2-29c2365ea06f} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4287 2025.03.11 22:10:00.293701 [ 4 ] {a8e6d2d4-3c31-4bfe-acf2-29c2365ea06f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001872 sec., 29914.529914529914 rows/sec., 2.28 MiB/sec.
4288 2025.03.11 22:10:00.293759 [ 4 ] {a8e6d2d4-3c31-4bfe-acf2-29c2365ea06f} <Debug> TCPHandler: Processed in 0.002197729 sec.
4289 2025.03.11 22:10:00.293873 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4290 2025.03.11 22:10:00.293978 [ 4 ] {273840c7-ebab-499c-878b-951b1f657b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4291 2025.03.11 22:10:00.294024 [ 4 ] {273840c7-ebab-499c-878b-951b1f657b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4292 2025.03.11 22:10:00.294568 [ 4 ] {273840c7-ebab-499c-878b-951b1f657b80} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4293 2025.03.11 22:10:00.294608 [ 4 ] {273840c7-ebab-499c-878b-951b1f657b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4294 2025.03.11 22:10:00.294962 [ 4 ] {273840c7-ebab-499c-878b-951b1f657b80} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4295 2025.03.11 22:10:00.295195 [ 4 ] {273840c7-ebab-499c-878b-951b1f657b80} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4296 2025.03.11 22:10:00.295448 [ 4 ] {273840c7-ebab-499c-878b-951b1f657b80} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00149 sec., 42953.02013422819 rows/sec., 3.35 MiB/sec.
4297 2025.03.11 22:10:00.295600 [ 4 ] {273840c7-ebab-499c-878b-951b1f657b80} <Debug> TCPHandler: Processed in 0.001776405 sec.
4298 2025.03.11 22:10:00.295843 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4299 2025.03.11 22:10:00.295950 [ 4 ] {dbd3c08c-111d-4397-a650-0b76abe1b866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4300 2025.03.11 22:10:00.296001 [ 4 ] {dbd3c08c-111d-4397-a650-0b76abe1b866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4301 2025.03.11 22:10:00.296523 [ 4 ] {dbd3c08c-111d-4397-a650-0b76abe1b866} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4302 2025.03.11 22:10:00.296563 [ 4 ] {dbd3c08c-111d-4397-a650-0b76abe1b866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4303 2025.03.11 22:10:00.296945 [ 4 ] {dbd3c08c-111d-4397-a650-0b76abe1b866} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4304 2025.03.11 22:10:00.297179 [ 4 ] {dbd3c08c-111d-4397-a650-0b76abe1b866} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4305 2025.03.11 22:10:00.297360 [ 10 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4306 2025.03.11 22:10:00.297429 [ 4 ] {dbd3c08c-111d-4397-a650-0b76abe1b866} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001501 sec., 63957.36175882745 rows/sec., 4.45 MiB/sec.
4307 2025.03.11 22:10:00.297456 [ 10 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4308 2025.03.11 22:10:00.297525 [ 10 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4309 2025.03.11 22:10:00.297557 [ 4 ] {dbd3c08c-111d-4397-a650-0b76abe1b866} <Debug> TCPHandler: Processed in 0.001793155 sec.
4310 2025.03.11 22:10:00.297850 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4311 2025.03.11 22:10:00.297904 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
4312 2025.03.11 22:10:00.298201 [ 4 ] {00005953-14dd-44ba-ab2c-497e6e02a2d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4313 2025.03.11 22:10:00.298392 [ 4 ] {00005953-14dd-44ba-ab2c-497e6e02a2d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4314 2025.03.11 22:10:00.298553 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4315 2025.03.11 22:10:00.298647 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9546 rows starting from the beginning of the part
4316 2025.03.11 22:10:00.299039 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 161 rows starting from the beginning of the part
4317 2025.03.11 22:10:00.299396 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
4318 2025.03.11 22:10:00.299647 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
4319 2025.03.11 22:10:00.300034 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
4320 2025.03.11 22:10:00.300492 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
4321 2025.03.11 22:10:00.300821 [ 4 ] {00005953-14dd-44ba-ab2c-497e6e02a2d9} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4322 2025.03.11 22:10:00.300933 [ 4 ] {00005953-14dd-44ba-ab2c-497e6e02a2d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4323 2025.03.11 22:10:00.302048 [ 4 ] {00005953-14dd-44ba-ab2c-497e6e02a2d9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
4324 2025.03.11 22:10:00.302372 [ 4 ] {00005953-14dd-44ba-ab2c-497e6e02a2d9} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4325 2025.03.11 22:10:00.302722 [ 10 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
4326 2025.03.11 22:10:00.302866 [ 10 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4327 2025.03.11 22:10:00.302939 [ 10 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4328 2025.03.11 22:10:00.302956 [ 4 ] {00005953-14dd-44ba-ab2c-497e6e02a2d9} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.004882 sec., 7374.02703809914 rows/sec., 508.88 KiB/sec.
4329 2025.03.11 22:10:00.303263 [ 4 ] {00005953-14dd-44ba-ab2c-497e6e02a2d9} <Debug> TCPHandler: Processed in 0.005521197 sec.
4330 2025.03.11 22:10:00.303545 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
4331 2025.03.11 22:10:00.303902 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4332 2025.03.11 22:10:00.303967 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
4333 2025.03.11 22:10:00.304285 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
4334 2025.03.11 22:10:00.304624 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
4335 2025.03.11 22:10:00.304832 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
4336 2025.03.11 22:10:00.305061 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
4337 2025.03.11 22:10:00.305165 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
4338 2025.03.11 22:10:00.307266 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11070 rows, containing 5 columns (5 merged, 0 gathered) in 0.009598412 sec., 1153315.777651553 rows/sec., 78.96 MiB/sec.
4339 2025.03.11 22:10:00.307602 [ 199 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1848 rows, containing 4 columns (4 merged, 0 gathered) in 0.004429028 sec., 417247.30572938354 rows/sec., 28.12 MiB/sec.
4340 2025.03.11 22:10:00.307632 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4341 2025.03.11 22:10:00.307999 [ 199 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
4342 2025.03.11 22:10:00.308097 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4343 2025.03.11 22:10:00.308225 [ 186 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4344 2025.03.11 22:10:00.308393 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB.
4345 2025.03.11 22:10:00.308547 [ 199 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_36_7} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4346 2025.03.11 22:10:00.308644 [ 199 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_36_7} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
4347 2025.03.11 22:10:00.308749 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB.
4348 2025.03.11 22:10:01.093302 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10614
4349 2025.03.11 22:10:01.094078 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4350 2025.03.11 22:10:01.094115 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4351 2025.03.11 22:10:01.094625 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4352 2025.03.11 22:10:01.094884 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4353 2025.03.11 22:10:01.095115 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614
4354 2025.03.11 22:10:01.815651 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174
4355 2025.03.11 22:10:01.836536 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4356 2025.03.11 22:10:01.836601 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4357 2025.03.11 22:10:01.844431 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
4358 2025.03.11 22:10:01.845187 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4359 2025.03.11 22:10:01.848777 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174
4360 2025.03.11 22:10:05.294458 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4361 2025.03.11 22:10:05.294689 [ 4 ] {3ebfb1e6-c536-4645-8eb6-fbb9e4a6afab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4362 2025.03.11 22:10:05.294771 [ 4 ] {3ebfb1e6-c536-4645-8eb6-fbb9e4a6afab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4363 2025.03.11 22:10:05.295618 [ 4 ] {3ebfb1e6-c536-4645-8eb6-fbb9e4a6afab} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4364 2025.03.11 22:10:05.295672 [ 4 ] {3ebfb1e6-c536-4645-8eb6-fbb9e4a6afab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4365 2025.03.11 22:10:05.296124 [ 4 ] {3ebfb1e6-c536-4645-8eb6-fbb9e4a6afab} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4366 2025.03.11 22:10:05.296378 [ 4 ] {3ebfb1e6-c536-4645-8eb6-fbb9e4a6afab} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4367 2025.03.11 22:10:05.296627 [ 4 ] {3ebfb1e6-c536-4645-8eb6-fbb9e4a6afab} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001989 sec., 36199.09502262444 rows/sec., 2.93 MiB/sec.
4368 2025.03.11 22:10:05.296739 [ 4 ] {3ebfb1e6-c536-4645-8eb6-fbb9e4a6afab} <Debug> TCPHandler: Processed in 0.002417651 sec.
4369 2025.03.11 22:10:05.296985 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4370 2025.03.11 22:10:05.297092 [ 4 ] {022d7b1c-bc14-45b0-a534-d4c2541042b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4371 2025.03.11 22:10:05.297140 [ 4 ] {022d7b1c-bc14-45b0-a534-d4c2541042b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4372 2025.03.11 22:10:05.297683 [ 4 ] {022d7b1c-bc14-45b0-a534-d4c2541042b4} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4373 2025.03.11 22:10:05.297723 [ 4 ] {022d7b1c-bc14-45b0-a534-d4c2541042b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4374 2025.03.11 22:10:05.298076 [ 4 ] {022d7b1c-bc14-45b0-a534-d4c2541042b4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4375 2025.03.11 22:10:05.298320 [ 4 ] {022d7b1c-bc14-45b0-a534-d4c2541042b4} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4376 2025.03.11 22:10:05.298528 [ 4 ] {022d7b1c-bc14-45b0-a534-d4c2541042b4} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001459 sec., 5483.207676490747 rows/sec., 412.31 KiB/sec.
4377 2025.03.11 22:10:05.298581 [ 4 ] {022d7b1c-bc14-45b0-a534-d4c2541042b4} <Debug> TCPHandler: Processed in 0.001676674 sec.
4378 2025.03.11 22:10:05.298686 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4379 2025.03.11 22:10:05.298787 [ 4 ] {4653fd55-990d-4a0e-ab23-be92ce5c60d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4380 2025.03.11 22:10:05.298832 [ 4 ] {4653fd55-990d-4a0e-ab23-be92ce5c60d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4381 2025.03.11 22:10:05.299375 [ 4 ] {4653fd55-990d-4a0e-ab23-be92ce5c60d0} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4382 2025.03.11 22:10:05.299414 [ 4 ] {4653fd55-990d-4a0e-ab23-be92ce5c60d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4383 2025.03.11 22:10:05.299773 [ 4 ] {4653fd55-990d-4a0e-ab23-be92ce5c60d0} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4384 2025.03.11 22:10:05.300019 [ 4 ] {4653fd55-990d-4a0e-ab23-be92ce5c60d0} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4385 2025.03.11 22:10:05.300233 [ 4 ] {4653fd55-990d-4a0e-ab23-be92ce5c60d0} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001468 sec., 49046.32152588556 rows/sec., 3.83 MiB/sec.
4386 2025.03.11 22:10:05.300287 [ 4 ] {4653fd55-990d-4a0e-ab23-be92ce5c60d0} <Debug> TCPHandler: Processed in 0.001650214 sec.
4387 2025.03.11 22:10:05.300403 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4388 2025.03.11 22:10:05.300509 [ 4 ] {8a619e6d-1976-4602-b444-5a5b4d65ce9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4389 2025.03.11 22:10:05.300559 [ 4 ] {8a619e6d-1976-4602-b444-5a5b4d65ce9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4390 2025.03.11 22:10:05.301085 [ 4 ] {8a619e6d-1976-4602-b444-5a5b4d65ce9d} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4391 2025.03.11 22:10:05.301124 [ 4 ] {8a619e6d-1976-4602-b444-5a5b4d65ce9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4392 2025.03.11 22:10:05.301506 [ 4 ] {8a619e6d-1976-4602-b444-5a5b4d65ce9d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4393 2025.03.11 22:10:05.301744 [ 4 ] {8a619e6d-1976-4602-b444-5a5b4d65ce9d} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4394 2025.03.11 22:10:05.301941 [ 4 ] {8a619e6d-1976-4602-b444-5a5b4d65ce9d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001454 sec., 110041.26547455296 rows/sec., 7.66 MiB/sec.
4395 2025.03.11 22:10:05.301992 [ 4 ] {8a619e6d-1976-4602-b444-5a5b4d65ce9d} <Debug> TCPHandler: Processed in 0.001640223 sec.
4396 2025.03.11 22:10:05.302098 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4397 2025.03.11 22:10:05.302198 [ 4 ] {3d235409-23d4-4c7f-b503-ec55ed4e15e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4398 2025.03.11 22:10:05.302263 [ 4 ] {3d235409-23d4-4c7f-b503-ec55ed4e15e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4399 2025.03.11 22:10:05.303294 [ 4 ] {3d235409-23d4-4c7f-b503-ec55ed4e15e6} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4400 2025.03.11 22:10:05.303333 [ 4 ] {3d235409-23d4-4c7f-b503-ec55ed4e15e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4401 2025.03.11 22:10:05.303930 [ 4 ] {3d235409-23d4-4c7f-b503-ec55ed4e15e6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4402 2025.03.11 22:10:05.304186 [ 4 ] {3d235409-23d4-4c7f-b503-ec55ed4e15e6} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4403 2025.03.11 22:10:05.304362 [ 74 ] {} <Debug> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4404 2025.03.11 22:10:05.304443 [ 4 ] {3d235409-23d4-4c7f-b503-ec55ed4e15e6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002261 sec., 3538.2574082264487 rows/sec., 6.34 MiB/sec.
4405 2025.03.11 22:10:05.304445 [ 74 ] {} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4406 2025.03.11 22:10:05.304529 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4407 2025.03.11 22:10:05.304750 [ 4 ] {3d235409-23d4-4c7f-b503-ec55ed4e15e6} <Debug> TCPHandler: Processed in 0.002700743 sec.
4408 2025.03.11 22:10:05.304784 [ 188 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
4409 2025.03.11 22:10:05.304914 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4410 2025.03.11 22:10:05.305060 [ 4 ] {c14d5cac-3adb-417e-b7a9-74fafdaf4ca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4411 2025.03.11 22:10:05.305127 [ 188 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4412 2025.03.11 22:10:05.305131 [ 4 ] {c14d5cac-3adb-417e-b7a9-74fafdaf4ca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4413 2025.03.11 22:10:05.305245 [ 188 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 386 rows starting from the beginning of the part
4414 2025.03.11 22:10:05.305846 [ 188 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part
4415 2025.03.11 22:10:05.306459 [ 188 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part
4416 2025.03.11 22:10:05.306524 [ 4 ] {c14d5cac-3adb-417e-b7a9-74fafdaf4ca6} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4417 2025.03.11 22:10:05.306588 [ 4 ] {c14d5cac-3adb-417e-b7a9-74fafdaf4ca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4418 2025.03.11 22:10:05.306977 [ 188 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part
4419 2025.03.11 22:10:05.307490 [ 188 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part
4420 2025.03.11 22:10:05.307660 [ 4 ] {c14d5cac-3adb-417e-b7a9-74fafdaf4ca6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
4421 2025.03.11 22:10:05.307973 [ 188 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part
4422 2025.03.11 22:10:05.308328 [ 4 ] {c14d5cac-3adb-417e-b7a9-74fafdaf4ca6} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4423 2025.03.11 22:10:05.308834 [ 4 ] {c14d5cac-3adb-417e-b7a9-74fafdaf4ca6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003786 sec., 15847.860538827259 rows/sec., 1.07 MiB/sec.
4424 2025.03.11 22:10:05.309152 [ 4 ] {c14d5cac-3adb-417e-b7a9-74fafdaf4ca6} <Debug> TCPHandler: Processed in 0.004289796 sec.
4425 2025.03.11 22:10:05.312563 [ 199 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 474 rows, containing 19 columns (19 merged, 0 gathered) in 0.007887378 sec., 60096.01669908555 rows/sec., 107.69 MiB/sec.
4426 2025.03.11 22:10:05.313736 [ 202 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4427 2025.03.11 22:10:05.314197 [ 202 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4428 2025.03.11 22:10:05.314286 [ 202 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4429 2025.03.11 22:10:05.314447 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB.
4430 2025.03.11 22:10:08.459550 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache
4431 2025.03.11 22:10:08.459647 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache
4432 2025.03.11 22:10:08.595385 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11041
4433 2025.03.11 22:10:08.596130 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4434 2025.03.11 22:10:08.596186 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4435 2025.03.11 22:10:08.596742 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4436 2025.03.11 22:10:08.596996 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4437 2025.03.11 22:10:08.597253 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041
4438 2025.03.11 22:10:08.637243 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 622
4439 2025.03.11 22:10:08.640010 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4440 2025.03.11 22:10:08.640056 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4441 2025.03.11 22:10:08.641513 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
4442 2025.03.11 22:10:08.641815 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4443 2025.03.11 22:10:08.642352 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 622
4444 2025.03.11 22:10:09.348925 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181
4445 2025.03.11 22:10:09.369962 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4446 2025.03.11 22:10:09.370024 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4447 2025.03.11 22:10:09.377495 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
4448 2025.03.11 22:10:09.378284 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4449 2025.03.11 22:10:09.381355 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181
4450 2025.03.11 22:10:10.295708 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4451 2025.03.11 22:10:10.295896 [ 4 ] {b750eca4-ba35-462f-a528-d4185217e03c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4452 2025.03.11 22:10:10.295969 [ 4 ] {b750eca4-ba35-462f-a528-d4185217e03c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4453 2025.03.11 22:10:10.296804 [ 4 ] {b750eca4-ba35-462f-a528-d4185217e03c} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4454 2025.03.11 22:10:10.296857 [ 4 ] {b750eca4-ba35-462f-a528-d4185217e03c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4455 2025.03.11 22:10:10.297308 [ 4 ] {b750eca4-ba35-462f-a528-d4185217e03c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4456 2025.03.11 22:10:10.297564 [ 4 ] {b750eca4-ba35-462f-a528-d4185217e03c} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4457 2025.03.11 22:10:10.297815 [ 4 ] {b750eca4-ba35-462f-a528-d4185217e03c} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001969 sec., 60944.64195022855 rows/sec., 5.17 MiB/sec.
4458 2025.03.11 22:10:10.297874 [ 4 ] {b750eca4-ba35-462f-a528-d4185217e03c} <Debug> TCPHandler: Processed in 0.00230106 sec.
4459 2025.03.11 22:10:10.298007 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4460 2025.03.11 22:10:10.298114 [ 4 ] {f79294c4-38a7-49b1-975f-346e8d430e1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4461 2025.03.11 22:10:10.298160 [ 4 ] {f79294c4-38a7-49b1-975f-346e8d430e1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4462 2025.03.11 22:10:10.298707 [ 4 ] {f79294c4-38a7-49b1-975f-346e8d430e1f} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4463 2025.03.11 22:10:10.298747 [ 4 ] {f79294c4-38a7-49b1-975f-346e8d430e1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4464 2025.03.11 22:10:10.299106 [ 4 ] {f79294c4-38a7-49b1-975f-346e8d430e1f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4465 2025.03.11 22:10:10.299349 [ 4 ] {f79294c4-38a7-49b1-975f-346e8d430e1f} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4466 2025.03.11 22:10:10.299587 [ 4 ] {f79294c4-38a7-49b1-975f-346e8d430e1f} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001494 sec., 21419.0093708166 rows/sec., 1.57 MiB/sec.
4467 2025.03.11 22:10:10.299660 [ 4 ] {f79294c4-38a7-49b1-975f-346e8d430e1f} <Debug> TCPHandler: Processed in 0.001703574 sec.
4468 2025.03.11 22:10:10.299795 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4469 2025.03.11 22:10:10.299925 [ 4 ] {fcf8d2bf-8085-4fc8-b8f6-f39880d1c9e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4470 2025.03.11 22:10:10.299985 [ 4 ] {fcf8d2bf-8085-4fc8-b8f6-f39880d1c9e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4471 2025.03.11 22:10:10.300633 [ 4 ] {fcf8d2bf-8085-4fc8-b8f6-f39880d1c9e6} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4472 2025.03.11 22:10:10.300673 [ 4 ] {fcf8d2bf-8085-4fc8-b8f6-f39880d1c9e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4473 2025.03.11 22:10:10.301038 [ 4 ] {fcf8d2bf-8085-4fc8-b8f6-f39880d1c9e6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4474 2025.03.11 22:10:10.301277 [ 4 ] {fcf8d2bf-8085-4fc8-b8f6-f39880d1c9e6} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4475 2025.03.11 22:10:10.301512 [ 4 ] {fcf8d2bf-8085-4fc8-b8f6-f39880d1c9e6} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001606 sec., 59775.840597758404 rows/sec., 4.67 MiB/sec.
4476 2025.03.11 22:10:10.301603 [ 4 ] {fcf8d2bf-8085-4fc8-b8f6-f39880d1c9e6} <Debug> TCPHandler: Processed in 0.001867806 sec.
4477 2025.03.11 22:10:10.301857 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4478 2025.03.11 22:10:10.301964 [ 4 ] {c94ebbd3-337d-4a65-92ff-3a7d3310df92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4479 2025.03.11 22:10:10.302016 [ 4 ] {c94ebbd3-337d-4a65-92ff-3a7d3310df92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4480 2025.03.11 22:10:10.302567 [ 4 ] {c94ebbd3-337d-4a65-92ff-3a7d3310df92} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4481 2025.03.11 22:10:10.302605 [ 4 ] {c94ebbd3-337d-4a65-92ff-3a7d3310df92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4482 2025.03.11 22:10:10.302999 [ 4 ] {c94ebbd3-337d-4a65-92ff-3a7d3310df92} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4483 2025.03.11 22:10:10.303247 [ 4 ] {c94ebbd3-337d-4a65-92ff-3a7d3310df92} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4484 2025.03.11 22:10:10.303510 [ 4 ] {c94ebbd3-337d-4a65-92ff-3a7d3310df92} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec.
4485 2025.03.11 22:10:10.303646 [ 4 ] {c94ebbd3-337d-4a65-92ff-3a7d3310df92} <Debug> TCPHandler: Processed in 0.001870406 sec.
4486 2025.03.11 22:10:10.303871 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4487 2025.03.11 22:10:10.303975 [ 4 ] {e7bb0b5c-b1d8-4dce-a2cb-313155f82ccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4488 2025.03.11 22:10:10.304049 [ 4 ] {e7bb0b5c-b1d8-4dce-a2cb-313155f82ccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4489 2025.03.11 22:10:10.305210 [ 4 ] {e7bb0b5c-b1d8-4dce-a2cb-313155f82ccc} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4490 2025.03.11 22:10:10.305248 [ 4 ] {e7bb0b5c-b1d8-4dce-a2cb-313155f82ccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4491 2025.03.11 22:10:10.305886 [ 4 ] {e7bb0b5c-b1d8-4dce-a2cb-313155f82ccc} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4492 2025.03.11 22:10:10.306146 [ 4 ] {e7bb0b5c-b1d8-4dce-a2cb-313155f82ccc} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4493 2025.03.11 22:10:10.306394 [ 4 ] {e7bb0b5c-b1d8-4dce-a2cb-313155f82ccc} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002441 sec., 13109.381401065137 rows/sec., 23.49 MiB/sec.
4494 2025.03.11 22:10:10.306489 [ 4 ] {e7bb0b5c-b1d8-4dce-a2cb-313155f82ccc} <Debug> TCPHandler: Processed in 0.002685012 sec.
4495 2025.03.11 22:10:10.306602 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4496 2025.03.11 22:10:10.306703 [ 4 ] {1c38517a-970c-438b-9179-9b3279a5c9b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4497 2025.03.11 22:10:10.306749 [ 4 ] {1c38517a-970c-438b-9179-9b3279a5c9b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4498 2025.03.11 22:10:10.307192 [ 4 ] {1c38517a-970c-438b-9179-9b3279a5c9b2} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4499 2025.03.11 22:10:10.307230 [ 4 ] {1c38517a-970c-438b-9179-9b3279a5c9b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4500 2025.03.11 22:10:10.307583 [ 4 ] {1c38517a-970c-438b-9179-9b3279a5c9b2} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
4501 2025.03.11 22:10:10.307816 [ 4 ] {1c38517a-970c-438b-9179-9b3279a5c9b2} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4502 2025.03.11 22:10:10.308068 [ 4 ] {1c38517a-970c-438b-9179-9b3279a5c9b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec.
4503 2025.03.11 22:10:10.308271 [ 4 ] {1c38517a-970c-438b-9179-9b3279a5c9b2} <Debug> TCPHandler: Processed in 0.001713195 sec.
4504 2025.03.11 22:10:15.294674 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4505 2025.03.11 22:10:15.294881 [ 4 ] {cb829ed8-a44d-4b0f-af56-199f275f5c30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4506 2025.03.11 22:10:15.294961 [ 4 ] {cb829ed8-a44d-4b0f-af56-199f275f5c30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4507 2025.03.11 22:10:15.295788 [ 4 ] {cb829ed8-a44d-4b0f-af56-199f275f5c30} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4508 2025.03.11 22:10:15.295839 [ 4 ] {cb829ed8-a44d-4b0f-af56-199f275f5c30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4509 2025.03.11 22:10:15.296309 [ 4 ] {cb829ed8-a44d-4b0f-af56-199f275f5c30} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4510 2025.03.11 22:10:15.296557 [ 4 ] {cb829ed8-a44d-4b0f-af56-199f275f5c30} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4511 2025.03.11 22:10:15.296802 [ 4 ] {cb829ed8-a44d-4b0f-af56-199f275f5c30} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001972 sec., 36511.15618661258 rows/sec., 2.95 MiB/sec.
4512 2025.03.11 22:10:15.296859 [ 4 ] {cb829ed8-a44d-4b0f-af56-199f275f5c30} <Debug> TCPHandler: Processed in 0.00232403 sec.
4513 2025.03.11 22:10:15.296985 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4514 2025.03.11 22:10:15.297091 [ 4 ] {b4d45470-dc17-4172-9cad-39797d0f5775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4515 2025.03.11 22:10:15.297137 [ 4 ] {b4d45470-dc17-4172-9cad-39797d0f5775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4516 2025.03.11 22:10:15.297666 [ 4 ] {b4d45470-dc17-4172-9cad-39797d0f5775} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4517 2025.03.11 22:10:15.297729 [ 4 ] {b4d45470-dc17-4172-9cad-39797d0f5775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4518 2025.03.11 22:10:15.298074 [ 4 ] {b4d45470-dc17-4172-9cad-39797d0f5775} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4519 2025.03.11 22:10:15.298306 [ 4 ] {b4d45470-dc17-4172-9cad-39797d0f5775} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4520 2025.03.11 22:10:15.298522 [ 4 ] {b4d45470-dc17-4172-9cad-39797d0f5775} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001452 sec., 5509.641873278237 rows/sec., 414.30 KiB/sec.
4521 2025.03.11 22:10:15.298574 [ 4 ] {b4d45470-dc17-4172-9cad-39797d0f5775} <Debug> TCPHandler: Processed in 0.001640223 sec.
4522 2025.03.11 22:10:15.298680 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4523 2025.03.11 22:10:15.298781 [ 4 ] {2ef025bf-9d1d-42e7-a50d-75decb236d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4524 2025.03.11 22:10:15.298826 [ 4 ] {2ef025bf-9d1d-42e7-a50d-75decb236d6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4525 2025.03.11 22:10:15.299368 [ 4 ] {2ef025bf-9d1d-42e7-a50d-75decb236d6a} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4526 2025.03.11 22:10:15.299408 [ 4 ] {2ef025bf-9d1d-42e7-a50d-75decb236d6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4527 2025.03.11 22:10:15.299760 [ 4 ] {2ef025bf-9d1d-42e7-a50d-75decb236d6a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4528 2025.03.11 22:10:15.299989 [ 4 ] {2ef025bf-9d1d-42e7-a50d-75decb236d6a} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4529 2025.03.11 22:10:15.300238 [ 4 ] {2ef025bf-9d1d-42e7-a50d-75decb236d6a} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001474 sec., 48846.67571234735 rows/sec., 3.81 MiB/sec.
4530 2025.03.11 22:10:15.300441 [ 4 ] {2ef025bf-9d1d-42e7-a50d-75decb236d6a} <Debug> TCPHandler: Processed in 0.001809015 sec.
4531 2025.03.11 22:10:15.300651 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4532 2025.03.11 22:10:15.300756 [ 4 ] {25a94b99-d107-413f-a950-8a03ac5e32fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4533 2025.03.11 22:10:15.300807 [ 4 ] {25a94b99-d107-413f-a950-8a03ac5e32fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4534 2025.03.11 22:10:15.301374 [ 4 ] {25a94b99-d107-413f-a950-8a03ac5e32fb} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4535 2025.03.11 22:10:15.301414 [ 4 ] {25a94b99-d107-413f-a950-8a03ac5e32fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4536 2025.03.11 22:10:15.301796 [ 4 ] {25a94b99-d107-413f-a950-8a03ac5e32fb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4537 2025.03.11 22:10:15.302042 [ 4 ] {25a94b99-d107-413f-a950-8a03ac5e32fb} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4538 2025.03.11 22:10:15.302254 [ 4 ] {25a94b99-d107-413f-a950-8a03ac5e32fb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001521 sec., 105193.9513477975 rows/sec., 7.33 MiB/sec.
4539 2025.03.11 22:10:15.302305 [ 4 ] {25a94b99-d107-413f-a950-8a03ac5e32fb} <Debug> TCPHandler: Processed in 0.001719924 sec.
4540 2025.03.11 22:10:15.302411 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4541 2025.03.11 22:10:15.302512 [ 4 ] {78e85cff-41cf-4d53-bc60-863054297b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4542 2025.03.11 22:10:15.302577 [ 4 ] {78e85cff-41cf-4d53-bc60-863054297b67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4543 2025.03.11 22:10:15.303613 [ 4 ] {78e85cff-41cf-4d53-bc60-863054297b67} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4544 2025.03.11 22:10:15.303653 [ 4 ] {78e85cff-41cf-4d53-bc60-863054297b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4545 2025.03.11 22:10:15.304241 [ 4 ] {78e85cff-41cf-4d53-bc60-863054297b67} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
4546 2025.03.11 22:10:15.304495 [ 4 ] {78e85cff-41cf-4d53-bc60-863054297b67} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4547 2025.03.11 22:10:15.304788 [ 4 ] {78e85cff-41cf-4d53-bc60-863054297b67} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002292 sec., 3490.4013961605583 rows/sec., 6.25 MiB/sec.
4548 2025.03.11 22:10:15.305289 [ 4 ] {78e85cff-41cf-4d53-bc60-863054297b67} <Debug> TCPHandler: Processed in 0.002924095 sec.
4549 2025.03.11 22:10:15.305438 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4550 2025.03.11 22:10:15.305544 [ 4 ] {455c7515-cda2-46aa-bc34-2e001c2348b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4551 2025.03.11 22:10:15.305592 [ 4 ] {455c7515-cda2-46aa-bc34-2e001c2348b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4552 2025.03.11 22:10:15.306062 [ 4 ] {455c7515-cda2-46aa-bc34-2e001c2348b2} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4553 2025.03.11 22:10:15.306100 [ 4 ] {455c7515-cda2-46aa-bc34-2e001c2348b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4554 2025.03.11 22:10:15.306451 [ 4 ] {455c7515-cda2-46aa-bc34-2e001c2348b2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
4555 2025.03.11 22:10:15.306673 [ 4 ] {455c7515-cda2-46aa-bc34-2e001c2348b2} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4556 2025.03.11 22:10:15.306919 [ 4 ] {455c7515-cda2-46aa-bc34-2e001c2348b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec.
4557 2025.03.11 22:10:15.307130 [ 4 ] {455c7515-cda2-46aa-bc34-2e001c2348b2} <Debug> TCPHandler: Processed in 0.001742845 sec.
4558 2025.03.11 22:10:16.097434 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11529
4559 2025.03.11 22:10:16.098065 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4560 2025.03.11 22:10:16.098105 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4561 2025.03.11 22:10:16.098668 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4562 2025.03.11 22:10:16.098922 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4563 2025.03.11 22:10:16.099186 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529
4564 2025.03.11 22:10:16.881491 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189
4565 2025.03.11 22:10:16.902780 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4566 2025.03.11 22:10:16.902836 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4567 2025.03.11 22:10:16.910816 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
4568 2025.03.11 22:10:16.911682 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4569 2025.03.11 22:10:16.916408 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189
4570 2025.03.11 22:10:18.642631 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 646
4571 2025.03.11 22:10:18.646134 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4572 2025.03.11 22:10:18.646185 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4573 2025.03.11 22:10:18.647711 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
4574 2025.03.11 22:10:18.648022 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4575 2025.03.11 22:10:18.649444 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 646
4576 2025.03.11 22:10:20.299595 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4577 2025.03.11 22:10:20.299791 [ 4 ] {0333ad47-ed90-44b5-be18-2877513d3730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4578 2025.03.11 22:10:20.299863 [ 4 ] {0333ad47-ed90-44b5-be18-2877513d3730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4579 2025.03.11 22:10:20.300698 [ 4 ] {0333ad47-ed90-44b5-be18-2877513d3730} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4580 2025.03.11 22:10:20.300748 [ 4 ] {0333ad47-ed90-44b5-be18-2877513d3730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4581 2025.03.11 22:10:20.301210 [ 4 ] {0333ad47-ed90-44b5-be18-2877513d3730} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4582 2025.03.11 22:10:20.301493 [ 4 ] {0333ad47-ed90-44b5-be18-2877513d3730} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4583 2025.03.11 22:10:20.301656 [ 64 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0
4584 2025.03.11 22:10:20.301705 [ 4 ] {0333ad47-ed90-44b5-be18-2877513d3730} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001963 sec., 61130.92205807438 rows/sec., 5.18 MiB/sec.
4585 2025.03.11 22:10:20.301709 [ 64 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4586 2025.03.11 22:10:20.301762 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4587 2025.03.11 22:10:20.301782 [ 4 ] {0333ad47-ed90-44b5-be18-2877513d3730} <Debug> TCPHandler: Processed in 0.002320589 sec.
4588 2025.03.11 22:10:20.301978 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4589 2025.03.11 22:10:20.301987 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full
4590 2025.03.11 22:10:20.302160 [ 4 ] {2c41369a-b1c5-4dff-b095-f58a761972c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4591 2025.03.11 22:10:20.302273 [ 4 ] {2c41369a-b1c5-4dff-b095-f58a761972c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4592 2025.03.11 22:10:20.302286 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4593 2025.03.11 22:10:20.302380 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 1406 rows starting from the beginning of the part
4594 2025.03.11 22:10:20.302583 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part
4595 2025.03.11 22:10:20.303187 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 72 rows starting from the beginning of the part
4596 2025.03.11 22:10:20.303571 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 120 rows starting from the beginning of the part
4597 2025.03.11 22:10:20.303922 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 72 rows starting from the beginning of the part
4598 2025.03.11 22:10:20.304213 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 120 rows starting from the beginning of the part
4599 2025.03.11 22:10:20.305039 [ 4 ] {2c41369a-b1c5-4dff-b095-f58a761972c4} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4600 2025.03.11 22:10:20.305112 [ 4 ] {2c41369a-b1c5-4dff-b095-f58a761972c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4601 2025.03.11 22:10:20.306075 [ 4 ] {2c41369a-b1c5-4dff-b095-f58a761972c4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4602 2025.03.11 22:10:20.306654 [ 4 ] {2c41369a-b1c5-4dff-b095-f58a761972c4} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4603 2025.03.11 22:10:20.307005 [ 4 ] {2c41369a-b1c5-4dff-b095-f58a761972c4} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.004899 sec., 6531.9452949581555 rows/sec., 491.17 KiB/sec.
4604 2025.03.11 22:10:20.307109 [ 4 ] {2c41369a-b1c5-4dff-b095-f58a761972c4} <Debug> TCPHandler: Processed in 0.005200815 sec.
4605 2025.03.11 22:10:20.307408 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4606 2025.03.11 22:10:20.307552 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1846 rows, containing 5 columns (5 merged, 0 gathered) in 0.005660568 sec., 326115.68309046014 rows/sec., 28.40 MiB/sec.
4607 2025.03.11 22:10:20.307584 [ 4 ] {56b5eb9d-6dce-4085-b8ba-510662752235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4608 2025.03.11 22:10:20.307680 [ 4 ] {56b5eb9d-6dce-4085-b8ba-510662752235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4609 2025.03.11 22:10:20.307927 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary)
4610 2025.03.11 22:10:20.308577 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_40_8} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4611 2025.03.11 22:10:20.308796 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_40_8} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8
4612 2025.03.11 22:10:20.308981 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
4613 2025.03.11 22:10:20.309026 [ 4 ] {56b5eb9d-6dce-4085-b8ba-510662752235} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4614 2025.03.11 22:10:20.309074 [ 4 ] {56b5eb9d-6dce-4085-b8ba-510662752235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4615 2025.03.11 22:10:20.309468 [ 4 ] {56b5eb9d-6dce-4085-b8ba-510662752235} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4616 2025.03.11 22:10:20.309726 [ 4 ] {56b5eb9d-6dce-4085-b8ba-510662752235} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4617 2025.03.11 22:10:20.309915 [ 63 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0
4618 2025.03.11 22:10:20.309985 [ 63 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4619 2025.03.11 22:10:20.309990 [ 4 ] {56b5eb9d-6dce-4085-b8ba-510662752235} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.00244 sec., 39344.26229508197 rows/sec., 3.07 MiB/sec.
4620 2025.03.11 22:10:20.310020 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4621 2025.03.11 22:10:20.310173 [ 4 ] {56b5eb9d-6dce-4085-b8ba-510662752235} <Debug> TCPHandler: Processed in 0.002905205 sec.
4622 2025.03.11 22:10:20.310310 [ 197 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full
4623 2025.03.11 22:10:20.310358 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4624 2025.03.11 22:10:20.310594 [ 4 ] {bd64e893-81fe-49ce-b3ad-2fa448cdeb8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4625 2025.03.11 22:10:20.310606 [ 197 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4626 2025.03.11 22:10:20.310705 [ 4 ] {bd64e893-81fe-49ce-b3ad-2fa448cdeb8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4627 2025.03.11 22:10:20.310715 [ 197 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 632 rows starting from the beginning of the part
4628 2025.03.11 22:10:20.311133 [ 197 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part
4629 2025.03.11 22:10:20.311568 [ 197 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 72 rows starting from the beginning of the part
4630 2025.03.11 22:10:20.312022 [ 197 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 96 rows starting from the beginning of the part
4631 2025.03.11 22:10:20.312150 [ 197 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 72 rows starting from the beginning of the part
4632 2025.03.11 22:10:20.312651 [ 197 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 96 rows starting from the beginning of the part
4633 2025.03.11 22:10:20.313508 [ 4 ] {bd64e893-81fe-49ce-b3ad-2fa448cdeb8f} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4634 2025.03.11 22:10:20.313576 [ 4 ] {bd64e893-81fe-49ce-b3ad-2fa448cdeb8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4635 2025.03.11 22:10:20.314692 [ 4 ] {bd64e893-81fe-49ce-b3ad-2fa448cdeb8f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4636 2025.03.11 22:10:20.315166 [ 4 ] {bd64e893-81fe-49ce-b3ad-2fa448cdeb8f} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4637 2025.03.11 22:10:20.315815 [ 4 ] {bd64e893-81fe-49ce-b3ad-2fa448cdeb8f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005299 sec., 30194.37629741461 rows/sec., 2.10 MiB/sec.
4638 2025.03.11 22:10:20.315823 [ 198 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1032 rows, containing 5 columns (5 merged, 0 gathered) in 0.005654838 sec., 182498.5967767777 rows/sec., 14.64 MiB/sec.
4639 2025.03.11 22:10:20.315970 [ 4 ] {bd64e893-81fe-49ce-b3ad-2fa448cdeb8f} <Debug> TCPHandler: Processed in 0.005670918 sec.
4640 2025.03.11 22:10:20.316116 [ 198 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary)
4641 2025.03.11 22:10:20.316150 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4642 2025.03.11 22:10:20.316315 [ 4 ] {da2c9652-be48-4821-b5c7-c7ae7cdb43c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4643 2025.03.11 22:10:20.316483 [ 4 ] {da2c9652-be48-4821-b5c7-c7ae7cdb43c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4644 2025.03.11 22:10:20.316716 [ 198 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_40_8} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4645 2025.03.11 22:10:20.316970 [ 198 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_40_8} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8
4646 2025.03.11 22:10:20.317172 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB.
4647 2025.03.11 22:10:20.318202 [ 4 ] {da2c9652-be48-4821-b5c7-c7ae7cdb43c2} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4648 2025.03.11 22:10:20.318246 [ 4 ] {da2c9652-be48-4821-b5c7-c7ae7cdb43c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4649 2025.03.11 22:10:20.318959 [ 4 ] {da2c9652-be48-4821-b5c7-c7ae7cdb43c2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
4650 2025.03.11 22:10:20.319244 [ 4 ] {da2c9652-be48-4821-b5c7-c7ae7cdb43c2} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4651 2025.03.11 22:10:20.319494 [ 4 ] {da2c9652-be48-4821-b5c7-c7ae7cdb43c2} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.003229 sec., 9910.188912976153 rows/sec., 17.76 MiB/sec.
4652 2025.03.11 22:10:20.319614 [ 4 ] {da2c9652-be48-4821-b5c7-c7ae7cdb43c2} <Debug> TCPHandler: Processed in 0.003544261 sec.
4653 2025.03.11 22:10:20.319765 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4654 2025.03.11 22:10:20.319882 [ 4 ] {4072f1f5-a45e-472d-aeb8-4c667c3626b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4655 2025.03.11 22:10:20.319941 [ 4 ] {4072f1f5-a45e-472d-aeb8-4c667c3626b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4656 2025.03.11 22:10:20.321586 [ 4 ] {4072f1f5-a45e-472d-aeb8-4c667c3626b1} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4657 2025.03.11 22:10:20.321634 [ 4 ] {4072f1f5-a45e-472d-aeb8-4c667c3626b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.19 GiB.
4658 2025.03.11 22:10:20.322057 [ 4 ] {4072f1f5-a45e-472d-aeb8-4c667c3626b1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
4659 2025.03.11 22:10:20.322309 [ 4 ] {4072f1f5-a45e-472d-aeb8-4c667c3626b1} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4660 2025.03.11 22:10:20.322539 [ 4 ] {4072f1f5-a45e-472d-aeb8-4c667c3626b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002681 sec., 22379.70906378217 rows/sec., 1.51 MiB/sec.
4661 2025.03.11 22:10:20.322594 [ 4 ] {4072f1f5-a45e-472d-aeb8-4c667c3626b1} <Debug> TCPHandler: Processed in 0.002889485 sec.
4662 2025.03.11 22:10:23.459693 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache
4663 2025.03.11 22:10:23.459759 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache
4664 2025.03.11 22:10:23.599396 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11956
4665 2025.03.11 22:10:23.600099 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4666 2025.03.11 22:10:23.600150 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4667 2025.03.11 22:10:23.600700 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4668 2025.03.11 22:10:23.600973 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4669 2025.03.11 22:10:23.601225 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956
4670 2025.03.11 22:10:23.601241 [ 60 ] {} <Debug> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4671 2025.03.11 22:10:23.601318 [ 60 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4672 2025.03.11 22:10:23.601347 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4673 2025.03.11 22:10:23.601482 [ 196 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::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
4674 2025.03.11 22:10:23.601643 [ 196 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4675 2025.03.11 22:10:23.601691 [ 196 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part
4676 2025.03.11 22:10:23.601788 [ 196 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 427 rows starting from the beginning of the part
4677 2025.03.11 22:10:23.601946 [ 196 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 488 rows starting from the beginning of the part
4678 2025.03.11 22:10:23.602172 [ 196 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 427 rows starting from the beginning of the part
4679 2025.03.11 22:10:23.602353 [ 196 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 488 rows starting from the beginning of the part
4680 2025.03.11 22:10:23.602564 [ 196 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 427 rows starting from the beginning of the part
4681 2025.03.11 22:10:23.607319 [ 197 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.00590377 sec., 2025146.64358537 rows/sec., 28.97 MiB/sec.
4682 2025.03.11 22:10:23.607862 [ 187 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4683 2025.03.11 22:10:23.608340 [ 187 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_26_5} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4684 2025.03.11 22:10:23.608458 [ 187 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_26_5} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4685 2025.03.11 22:10:23.608615 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB.
4686 2025.03.11 22:10:24.416556 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196
4687 2025.03.11 22:10:24.438419 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4688 2025.03.11 22:10:24.438486 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4689 2025.03.11 22:10:24.446120 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
4690 2025.03.11 22:10:24.446928 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4691 2025.03.11 22:10:24.447349 [ 60 ] {} <Debug> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
4692 2025.03.11 22:10:24.447489 [ 60 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4693 2025.03.11 22:10:24.447571 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4694 2025.03.11 22:10:24.448152 [ 191 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
4695 2025.03.11 22:10:24.462490 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196
4696 2025.03.11 22:10:24.464180 [ 191 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4697 2025.03.11 22:10:24.465403 [ 191 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
4698 2025.03.11 22:10:24.470723 [ 191 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
4699 2025.03.11 22:10:24.476369 [ 191 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
4700 2025.03.11 22:10:24.482271 [ 191 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
4701 2025.03.11 22:10:24.487905 [ 191 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
4702 2025.03.11 22:10:24.492415 [ 191 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
4703 2025.03.11 22:10:24.550449 [ 197 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.102706575 sec., 1908.3491003375393 rows/sec., 9.87 MiB/sec.
4704 2025.03.11 22:10:24.553058 [ 197 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
4705 2025.03.11 22:10:24.555927 [ 197 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_26_5} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4706 2025.03.11 22:10:24.556054 [ 197 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_26_5} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
4707 2025.03.11 22:10:24.558654 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
4708 2025.03.11 22:10:25.000243 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.43 MiB, peak 199.98 MiB, free memory in arenas 0.00 B, will set to 191.11 MiB (RSS), difference: 1.67 MiB
4709 2025.03.11 22:10:25.294854 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4710 2025.03.11 22:10:25.295043 [ 4 ] {0d2bd470-9e56-40eb-b421-858ea34357db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4711 2025.03.11 22:10:25.295115 [ 4 ] {0d2bd470-9e56-40eb-b421-858ea34357db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4712 2025.03.11 22:10:25.295920 [ 4 ] {0d2bd470-9e56-40eb-b421-858ea34357db} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4713 2025.03.11 22:10:25.295970 [ 4 ] {0d2bd470-9e56-40eb-b421-858ea34357db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4714 2025.03.11 22:10:25.296411 [ 4 ] {0d2bd470-9e56-40eb-b421-858ea34357db} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4715 2025.03.11 22:10:25.296714 [ 4 ] {0d2bd470-9e56-40eb-b421-858ea34357db} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4716 2025.03.11 22:10:25.296988 [ 4 ] {0d2bd470-9e56-40eb-b421-858ea34357db} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001992 sec., 36144.57831325301 rows/sec., 2.92 MiB/sec.
4717 2025.03.11 22:10:25.297204 [ 4 ] {0d2bd470-9e56-40eb-b421-858ea34357db} <Debug> TCPHandler: Processed in 0.002474001 sec.
4718 2025.03.11 22:10:25.297453 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4719 2025.03.11 22:10:25.297568 [ 4 ] {32e3a735-67cb-40cd-8ddc-ef31363bf286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4720 2025.03.11 22:10:25.297620 [ 4 ] {32e3a735-67cb-40cd-8ddc-ef31363bf286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4721 2025.03.11 22:10:25.298187 [ 4 ] {32e3a735-67cb-40cd-8ddc-ef31363bf286} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4722 2025.03.11 22:10:25.298228 [ 4 ] {32e3a735-67cb-40cd-8ddc-ef31363bf286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4723 2025.03.11 22:10:25.298587 [ 4 ] {32e3a735-67cb-40cd-8ddc-ef31363bf286} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4724 2025.03.11 22:10:25.298838 [ 4 ] {32e3a735-67cb-40cd-8ddc-ef31363bf286} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4725 2025.03.11 22:10:25.298999 [ 59 ] {} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4726 2025.03.11 22:10:25.299075 [ 4 ] {32e3a735-67cb-40cd-8ddc-ef31363bf286} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001531 sec., 5225.342913128674 rows/sec., 392.92 KiB/sec.
4727 2025.03.11 22:10:25.299100 [ 59 ] {} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4728 2025.03.11 22:10:25.299169 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4729 2025.03.11 22:10:25.299193 [ 4 ] {32e3a735-67cb-40cd-8ddc-ef31363bf286} <Debug> TCPHandler: Processed in 0.001821906 sec.
4730 2025.03.11 22:10:25.299422 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4731 2025.03.11 22:10:25.299471 [ 193 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
4732 2025.03.11 22:10:25.299558 [ 4 ] {6444f3ee-c793-4c52-8fa2-2e14130e017b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4733 2025.03.11 22:10:25.299641 [ 4 ] {6444f3ee-c793-4c52-8fa2-2e14130e017b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4734 2025.03.11 22:10:25.299973 [ 193 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4735 2025.03.11 22:10:25.300054 [ 193 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 70 rows starting from the beginning of the part
4736 2025.03.11 22:10:25.300410 [ 193 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
4737 2025.03.11 22:10:25.300853 [ 193 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part
4738 2025.03.11 22:10:25.301172 [ 193 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
4739 2025.03.11 22:10:25.301546 [ 193 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 32 rows starting from the beginning of the part
4740 2025.03.11 22:10:25.301712 [ 193 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part
4741 2025.03.11 22:10:25.302736 [ 4 ] {6444f3ee-c793-4c52-8fa2-2e14130e017b} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4742 2025.03.11 22:10:25.302807 [ 4 ] {6444f3ee-c793-4c52-8fa2-2e14130e017b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4743 2025.03.11 22:10:25.303953 [ 4 ] {6444f3ee-c793-4c52-8fa2-2e14130e017b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4744 2025.03.11 22:10:25.304663 [ 4 ] {6444f3ee-c793-4c52-8fa2-2e14130e017b} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4745 2025.03.11 22:10:25.304723 [ 200 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 158 rows, containing 5 columns (5 merged, 0 gathered) in 0.005414826 sec., 29179.14629205075 rows/sec., 2.25 MiB/sec.
4746 2025.03.11 22:10:25.305010 [ 4 ] {6444f3ee-c793-4c52-8fa2-2e14130e017b} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00549 sec., 13114.754098360656 rows/sec., 1.02 MiB/sec.
4747 2025.03.11 22:10:25.305091 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4748 2025.03.11 22:10:25.305130 [ 4 ] {6444f3ee-c793-4c52-8fa2-2e14130e017b} <Debug> TCPHandler: Processed in 0.005795509 sec.
4749 2025.03.11 22:10:25.305341 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4750 2025.03.11 22:10:25.305509 [ 4 ] {44b99b49-4e9e-43b8-a486-78c6df455ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4751 2025.03.11 22:10:25.305601 [ 4 ] {44b99b49-4e9e-43b8-a486-78c6df455ee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4752 2025.03.11 22:10:25.305711 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_31_6} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4753 2025.03.11 22:10:25.305970 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_31_6} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4754 2025.03.11 22:10:25.306153 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
4755 2025.03.11 22:10:25.306534 [ 4 ] {44b99b49-4e9e-43b8-a486-78c6df455ee5} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4756 2025.03.11 22:10:25.306577 [ 4 ] {44b99b49-4e9e-43b8-a486-78c6df455ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4757 2025.03.11 22:10:25.306974 [ 4 ] {44b99b49-4e9e-43b8-a486-78c6df455ee5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4758 2025.03.11 22:10:25.307221 [ 4 ] {44b99b49-4e9e-43b8-a486-78c6df455ee5} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4759 2025.03.11 22:10:25.307392 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4760 2025.03.11 22:10:25.307455 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4761 2025.03.11 22:10:25.307470 [ 4 ] {44b99b49-4e9e-43b8-a486-78c6df455ee5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002008 sec., 79681.27490039842 rows/sec., 5.55 MiB/sec.
4762 2025.03.11 22:10:25.307503 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4763 2025.03.11 22:10:25.307649 [ 4 ] {44b99b49-4e9e-43b8-a486-78c6df455ee5} <Debug> TCPHandler: Processed in 0.002374421 sec.
4764 2025.03.11 22:10:25.307734 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
4765 2025.03.11 22:10:25.307831 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4766 2025.03.11 22:10:25.307990 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4767 2025.03.11 22:10:25.308047 [ 4 ] {e5fb65b3-f336-41fb-be9d-cbe7fdfd16d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4768 2025.03.11 22:10:25.308070 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11070 rows starting from the beginning of the part
4769 2025.03.11 22:10:25.308310 [ 4 ] {e5fb65b3-f336-41fb-be9d-cbe7fdfd16d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4770 2025.03.11 22:10:25.308460 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
4771 2025.03.11 22:10:25.308920 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
4772 2025.03.11 22:10:25.309285 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
4773 2025.03.11 22:10:25.309656 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
4774 2025.03.11 22:10:25.309969 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
4775 2025.03.11 22:10:25.313371 [ 4 ] {e5fb65b3-f336-41fb-be9d-cbe7fdfd16d0} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4776 2025.03.11 22:10:25.313464 [ 4 ] {e5fb65b3-f336-41fb-be9d-cbe7fdfd16d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4777 2025.03.11 22:10:25.314699 [ 4 ] {e5fb65b3-f336-41fb-be9d-cbe7fdfd16d0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
4778 2025.03.11 22:10:25.315403 [ 4 ] {e5fb65b3-f336-41fb-be9d-cbe7fdfd16d0} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4779 2025.03.11 22:10:25.315719 [ 4 ] {e5fb65b3-f336-41fb-be9d-cbe7fdfd16d0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007712 sec., 1037.344398340249 rows/sec., 1.86 MiB/sec.
4780 2025.03.11 22:10:25.316048 [ 4 ] {e5fb65b3-f336-41fb-be9d-cbe7fdfd16d0} <Debug> TCPHandler: Processed in 0.00829071 sec.
4781 2025.03.11 22:10:25.316179 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4782 2025.03.11 22:10:25.316302 [ 4 ] {acf37e00-8878-457c-b998-c9a3c5fe6869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4783 2025.03.11 22:10:25.316362 [ 4 ] {acf37e00-8878-457c-b998-c9a3c5fe6869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4784 2025.03.11 22:10:25.317034 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11870 rows, containing 5 columns (5 merged, 0 gathered) in 0.009406691 sec., 1261867.749243597 rows/sec., 86.50 MiB/sec.
4785 2025.03.11 22:10:25.317343 [ 4 ] {acf37e00-8878-457c-b998-c9a3c5fe6869} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4786 2025.03.11 22:10:25.317386 [ 4 ] {acf37e00-8878-457c-b998-c9a3c5fe6869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4787 2025.03.11 22:10:25.317433 [ 200 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4788 2025.03.11 22:10:25.317816 [ 200 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4789 2025.03.11 22:10:25.317875 [ 4 ] {acf37e00-8878-457c-b998-c9a3c5fe6869} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
4790 2025.03.11 22:10:25.317914 [ 200 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4791 2025.03.11 22:10:25.318019 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB.
4792 2025.03.11 22:10:25.318159 [ 4 ] {acf37e00-8878-457c-b998-c9a3c5fe6869} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4793 2025.03.11 22:10:25.318325 [ 59 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
4794 2025.03.11 22:10:25.318384 [ 59 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4795 2025.03.11 22:10:25.318422 [ 4 ] {acf37e00-8878-457c-b998-c9a3c5fe6869} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00215 sec., 27906.976744186046 rows/sec., 1.88 MiB/sec.
4796 2025.03.11 22:10:25.318430 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4797 2025.03.11 22:10:25.318656 [ 4 ] {acf37e00-8878-457c-b998-c9a3c5fe6869} <Debug> TCPHandler: Processed in 0.002518501 sec.
4798 2025.03.11 22:10:25.318862 [ 200 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
4799 2025.03.11 22:10:25.319326 [ 200 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4800 2025.03.11 22:10:25.319400 [ 200 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
4801 2025.03.11 22:10:25.319490 [ 200 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
4802 2025.03.11 22:10:25.319668 [ 200 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
4803 2025.03.11 22:10:25.319881 [ 200 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
4804 2025.03.11 22:10:25.320078 [ 200 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
4805 2025.03.11 22:10:25.320240 [ 200 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
4806 2025.03.11 22:10:25.321621 [ 186 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2148 rows, containing 4 columns (4 merged, 0 gathered) in 0.003030306 sec., 708839.3053374807 rows/sec., 47.77 MiB/sec.
4807 2025.03.11 22:10:25.321915 [ 186 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
4808 2025.03.11 22:10:25.322271 [ 186 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_41_8} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4809 2025.03.11 22:10:25.322375 [ 186 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_41_8} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
4810 2025.03.11 22:10:25.322475 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB.
4811 2025.03.11 22:10:26.562982 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4812 2025.03.11 22:10:26.563188 [ 4 ] {faa4e930-c1be-49d1-8d33-67520ff6de6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
4813 2025.03.11 22:10:26.563270 [ 4 ] {faa4e930-c1be-49d1-8d33-67520ff6de6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
4814 2025.03.11 22:10:26.564101 [ 4 ] {faa4e930-c1be-49d1-8d33-67520ff6de6c} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4815 2025.03.11 22:10:26.564148 [ 4 ] {faa4e930-c1be-49d1-8d33-67520ff6de6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4816 2025.03.11 22:10:26.564604 [ 4 ] {faa4e930-c1be-49d1-8d33-67520ff6de6c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4817 2025.03.11 22:10:26.564896 [ 4 ] {faa4e930-c1be-49d1-8d33-67520ff6de6c} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4818 2025.03.11 22:10:26.565138 [ 4 ] {faa4e930-c1be-49d1-8d33-67520ff6de6c} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002004 sec., 11976.047904191615 rows/sec., 1017.50 KiB/sec.
4819 2025.03.11 22:10:26.565240 [ 4 ] {faa4e930-c1be-49d1-8d33-67520ff6de6c} <Debug> TCPHandler: Processed in 0.002422801 sec.
4820 2025.03.11 22:10:26.565369 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4821 2025.03.11 22:10:26.565480 [ 4 ] {68a20882-58fe-41f0-be21-0b50d8ad111c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
4822 2025.03.11 22:10:26.565529 [ 4 ] {68a20882-58fe-41f0-be21-0b50d8ad111c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
4823 2025.03.11 22:10:26.566082 [ 4 ] {68a20882-58fe-41f0-be21-0b50d8ad111c} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4824 2025.03.11 22:10:26.566121 [ 4 ] {68a20882-58fe-41f0-be21-0b50d8ad111c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4825 2025.03.11 22:10:26.566478 [ 4 ] {68a20882-58fe-41f0-be21-0b50d8ad111c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4826 2025.03.11 22:10:26.566717 [ 4 ] {68a20882-58fe-41f0-be21-0b50d8ad111c} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4827 2025.03.11 22:10:26.566957 [ 4 ] {68a20882-58fe-41f0-be21-0b50d8ad111c} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.0015 sec., 9333.333333333334 rows/sec., 761.07 KiB/sec.
4828 2025.03.11 22:10:26.567037 [ 4 ] {68a20882-58fe-41f0-be21-0b50d8ad111c} <Debug> TCPHandler: Processed in 0.001721035 sec.
4829 2025.03.11 22:10:26.567143 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4830 2025.03.11 22:10:26.567247 [ 4 ] {7a0f6869-ddc9-481f-9133-876f4ceb2715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4831 2025.03.11 22:10:26.567291 [ 4 ] {7a0f6869-ddc9-481f-9133-876f4ceb2715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4832 2025.03.11 22:10:26.568532 [ 4 ] {7a0f6869-ddc9-481f-9133-876f4ceb2715} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4833 2025.03.11 22:10:26.568571 [ 4 ] {7a0f6869-ddc9-481f-9133-876f4ceb2715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4834 2025.03.11 22:10:26.569022 [ 4 ] {7a0f6869-ddc9-481f-9133-876f4ceb2715} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4835 2025.03.11 22:10:26.569273 [ 4 ] {7a0f6869-ddc9-481f-9133-876f4ceb2715} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4836 2025.03.11 22:10:26.569503 [ 4 ] {7a0f6869-ddc9-481f-9133-876f4ceb2715} <Debug> executeQuery: Read 1387 rows, 118.48 KiB in 0.002279 sec., 608600.2632733654 rows/sec., 50.77 MiB/sec.
4837 2025.03.11 22:10:26.569559 [ 4 ] {7a0f6869-ddc9-481f-9133-876f4ceb2715} <Debug> TCPHandler: Processed in 0.002465291 sec.
4838 2025.03.11 22:10:26.569688 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4839 2025.03.11 22:10:26.569824 [ 4 ] {4d521e83-f65d-4119-9f24-9a0a0675207b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4840 2025.03.11 22:10:26.569879 [ 4 ] {4d521e83-f65d-4119-9f24-9a0a0675207b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4841 2025.03.11 22:10:26.570581 [ 4 ] {4d521e83-f65d-4119-9f24-9a0a0675207b} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4842 2025.03.11 22:10:26.570629 [ 4 ] {4d521e83-f65d-4119-9f24-9a0a0675207b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4843 2025.03.11 22:10:26.571061 [ 4 ] {4d521e83-f65d-4119-9f24-9a0a0675207b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
4844 2025.03.11 22:10:26.571299 [ 4 ] {4d521e83-f65d-4119-9f24-9a0a0675207b} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4845 2025.03.11 22:10:26.571511 [ 4 ] {4d521e83-f65d-4119-9f24-9a0a0675207b} <Debug> executeQuery: Read 58 rows, 4.34 KiB in 0.001716 sec., 33799.5337995338 rows/sec., 2.47 MiB/sec.
4846 2025.03.11 22:10:26.571651 [ 4 ] {4d521e83-f65d-4119-9f24-9a0a0675207b} <Debug> TCPHandler: Processed in 0.002026037 sec.
4847 2025.03.11 22:10:26.571768 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4848 2025.03.11 22:10:26.571871 [ 4 ] {2afa8d6f-015c-4860-9cd7-d2a5555c1d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
4849 2025.03.11 22:10:26.571915 [ 4 ] {2afa8d6f-015c-4860-9cd7-d2a5555c1d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
4850 2025.03.11 22:10:26.572529 [ 4 ] {2afa8d6f-015c-4860-9cd7-d2a5555c1d94} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4851 2025.03.11 22:10:26.572566 [ 4 ] {2afa8d6f-015c-4860-9cd7-d2a5555c1d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4852 2025.03.11 22:10:26.572920 [ 4 ] {2afa8d6f-015c-4860-9cd7-d2a5555c1d94} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
4853 2025.03.11 22:10:26.573151 [ 4 ] {2afa8d6f-015c-4860-9cd7-d2a5555c1d94} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4854 2025.03.11 22:10:26.573366 [ 4 ] {2afa8d6f-015c-4860-9cd7-d2a5555c1d94} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001517 sec., 166117.33684904416 rows/sec., 11.49 MiB/sec.
4855 2025.03.11 22:10:26.573419 [ 4 ] {2afa8d6f-015c-4860-9cd7-d2a5555c1d94} <Debug> TCPHandler: Processed in 0.001701534 sec.
4856 2025.03.11 22:10:26.573531 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4857 2025.03.11 22:10:26.573644 [ 4 ] {994d71c1-b83f-4fca-9a0d-b48e04d72a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
4858 2025.03.11 22:10:26.573690 [ 4 ] {994d71c1-b83f-4fca-9a0d-b48e04d72a14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
4859 2025.03.11 22:10:26.574228 [ 4 ] {994d71c1-b83f-4fca-9a0d-b48e04d72a14} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4860 2025.03.11 22:10:26.574267 [ 4 ] {994d71c1-b83f-4fca-9a0d-b48e04d72a14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4861 2025.03.11 22:10:26.574744 [ 4 ] {994d71c1-b83f-4fca-9a0d-b48e04d72a14} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary)
4862 2025.03.11 22:10:26.574989 [ 4 ] {994d71c1-b83f-4fca-9a0d-b48e04d72a14} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4863 2025.03.11 22:10:26.575227 [ 4 ] {994d71c1-b83f-4fca-9a0d-b48e04d72a14} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001597 sec., 7514.088916718848 rows/sec., 587.04 KiB/sec.
4864 2025.03.11 22:10:26.575300 [ 4 ] {994d71c1-b83f-4fca-9a0d-b48e04d72a14} <Debug> TCPHandler: Processed in 0.001820135 sec.
4865 2025.03.11 22:10:26.575404 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4866 2025.03.11 22:10:26.575506 [ 4 ] {11b1a77c-b556-45d8-952c-f9fb89025af4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4867 2025.03.11 22:10:26.575552 [ 4 ] {11b1a77c-b556-45d8-952c-f9fb89025af4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4868 2025.03.11 22:10:26.576306 [ 4 ] {11b1a77c-b556-45d8-952c-f9fb89025af4} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4869 2025.03.11 22:10:26.576344 [ 4 ] {11b1a77c-b556-45d8-952c-f9fb89025af4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4870 2025.03.11 22:10:26.576724 [ 4 ] {11b1a77c-b556-45d8-952c-f9fb89025af4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4871 2025.03.11 22:10:26.576967 [ 4 ] {11b1a77c-b556-45d8-952c-f9fb89025af4} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4872 2025.03.11 22:10:26.577196 [ 4 ] {11b1a77c-b556-45d8-952c-f9fb89025af4} <Debug> executeQuery: Read 602 rows, 46.37 KiB in 0.001711 sec., 351841.02863822324 rows/sec., 26.46 MiB/sec.
4873 2025.03.11 22:10:26.577249 [ 4 ] {11b1a77c-b556-45d8-952c-f9fb89025af4} <Debug> TCPHandler: Processed in 0.001894216 sec.
4874 2025.03.11 22:10:26.577351 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4875 2025.03.11 22:10:26.577453 [ 4 ] {398e7997-3e41-4e00-9626-74a3383db6d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4876 2025.03.11 22:10:26.577500 [ 4 ] {398e7997-3e41-4e00-9626-74a3383db6d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4877 2025.03.11 22:10:26.578210 [ 4 ] {398e7997-3e41-4e00-9626-74a3383db6d4} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4878 2025.03.11 22:10:26.578249 [ 4 ] {398e7997-3e41-4e00-9626-74a3383db6d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4879 2025.03.11 22:10:26.578679 [ 4 ] {398e7997-3e41-4e00-9626-74a3383db6d4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4880 2025.03.11 22:10:26.578917 [ 4 ] {398e7997-3e41-4e00-9626-74a3383db6d4} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4881 2025.03.11 22:10:26.579124 [ 4 ] {398e7997-3e41-4e00-9626-74a3383db6d4} <Debug> executeQuery: Read 951 rows, 65.72 KiB in 0.001693 sec., 561724.748966332 rows/sec., 37.91 MiB/sec.
4882 2025.03.11 22:10:26.579175 [ 4 ] {398e7997-3e41-4e00-9626-74a3383db6d4} <Debug> TCPHandler: Processed in 0.001873426 sec.
4883 2025.03.11 22:10:26.579274 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4884 2025.03.11 22:10:26.579375 [ 4 ] {1d25c4f9-913e-451c-9a4e-001439c47542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
4885 2025.03.11 22:10:26.579438 [ 4 ] {1d25c4f9-913e-451c-9a4e-001439c47542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
4886 2025.03.11 22:10:26.580562 [ 4 ] {1d25c4f9-913e-451c-9a4e-001439c47542} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4887 2025.03.11 22:10:26.580599 [ 4 ] {1d25c4f9-913e-451c-9a4e-001439c47542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4888 2025.03.11 22:10:26.581231 [ 4 ] {1d25c4f9-913e-451c-9a4e-001439c47542} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
4889 2025.03.11 22:10:26.581485 [ 4 ] {1d25c4f9-913e-451c-9a4e-001439c47542} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4890 2025.03.11 22:10:26.581674 [ 57 ] {} <Debug> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
4891 2025.03.11 22:10:26.581756 [ 4 ] {1d25c4f9-913e-451c-9a4e-001439c47542} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002393 sec., 13372.335979941496 rows/sec., 23.96 MiB/sec.
4892 2025.03.11 22:10:26.581768 [ 57 ] {} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4893 2025.03.11 22:10:26.581836 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4894 2025.03.11 22:10:26.582476 [ 4 ] {1d25c4f9-913e-451c-9a4e-001439c47542} <Debug> TCPHandler: Processed in 0.003239417 sec.
4895 2025.03.11 22:10:26.582583 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
4896 2025.03.11 22:10:26.582922 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4897 2025.03.11 22:10:26.583221 [ 4 ] {bb472d54-0c0b-41ed-a45d-4b4085e9e6b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4898 2025.03.11 22:10:26.583356 [ 4 ] {bb472d54-0c0b-41ed-a45d-4b4085e9e6b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4899 2025.03.11 22:10:26.583702 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
4900 2025.03.11 22:10:26.583947 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 474 rows starting from the beginning of the part
4901 2025.03.11 22:10:26.584832 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part
4902 2025.03.11 22:10:26.585592 [ 4 ] {bb472d54-0c0b-41ed-a45d-4b4085e9e6b1} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4903 2025.03.11 22:10:26.585615 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part
4904 2025.03.11 22:10:26.585668 [ 4 ] {bb472d54-0c0b-41ed-a45d-4b4085e9e6b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4905 2025.03.11 22:10:26.586225 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part
4906 2025.03.11 22:10:26.586918 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
4907 2025.03.11 22:10:26.587081 [ 4 ] {bb472d54-0c0b-41ed-a45d-4b4085e9e6b1} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
4908 2025.03.11 22:10:26.587467 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part
4909 2025.03.11 22:10:26.587954 [ 4 ] {bb472d54-0c0b-41ed-a45d-4b4085e9e6b1} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4910 2025.03.11 22:10:26.588716 [ 4 ] {bb472d54-0c0b-41ed-a45d-4b4085e9e6b1} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.005571 sec., 3949.0217196194576 rows/sec., 274.69 KiB/sec.
4911 2025.03.11 22:10:26.588784 [ 4 ] {bb472d54-0c0b-41ed-a45d-4b4085e9e6b1} <Debug> TCPHandler: Processed in 0.005979901 sec.
4912 2025.03.11 22:10:26.605078 [ 186 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 19 columns (19 merged, 0 gathered) in 0.023048436 sec., 25424.718622990298 rows/sec., 45.56 MiB/sec.
4913 2025.03.11 22:10:26.606087 [ 186 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
4914 2025.03.11 22:10:26.606583 [ 186 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4915 2025.03.11 22:10:26.606688 [ 186 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
4916 2025.03.11 22:10:26.606864 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB.
4917 2025.03.11 22:10:28.649700 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 690
4918 2025.03.11 22:10:28.652947 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4919 2025.03.11 22:10:28.653011 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4920 2025.03.11 22:10:28.654506 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
4921 2025.03.11 22:10:28.654828 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4922 2025.03.11 22:10:28.656022 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 690
4923 2025.03.11 22:10:30.291737 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4924 2025.03.11 22:10:30.291950 [ 4 ] {99542e69-6ae1-4c0b-8e03-ffe3336abda9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4925 2025.03.11 22:10:30.292030 [ 4 ] {99542e69-6ae1-4c0b-8e03-ffe3336abda9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4926 2025.03.11 22:10:30.292880 [ 4 ] {99542e69-6ae1-4c0b-8e03-ffe3336abda9} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4927 2025.03.11 22:10:30.292937 [ 4 ] {99542e69-6ae1-4c0b-8e03-ffe3336abda9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4928 2025.03.11 22:10:30.293412 [ 4 ] {99542e69-6ae1-4c0b-8e03-ffe3336abda9} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4929 2025.03.11 22:10:30.293689 [ 4 ] {99542e69-6ae1-4c0b-8e03-ffe3336abda9} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4930 2025.03.11 22:10:30.293924 [ 4 ] {99542e69-6ae1-4c0b-8e03-ffe3336abda9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002032 sec., 27559.05511811024 rows/sec., 2.10 MiB/sec.
4931 2025.03.11 22:10:30.293985 [ 4 ] {99542e69-6ae1-4c0b-8e03-ffe3336abda9} <Debug> TCPHandler: Processed in 0.0024136 sec.
4932 2025.03.11 22:10:30.294111 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4933 2025.03.11 22:10:30.294220 [ 4 ] {d5115c17-67dc-4dcf-9167-20f7ad4d82ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4934 2025.03.11 22:10:30.294268 [ 4 ] {d5115c17-67dc-4dcf-9167-20f7ad4d82ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4935 2025.03.11 22:10:30.294812 [ 4 ] {d5115c17-67dc-4dcf-9167-20f7ad4d82ea} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4936 2025.03.11 22:10:30.294851 [ 4 ] {d5115c17-67dc-4dcf-9167-20f7ad4d82ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4937 2025.03.11 22:10:30.295201 [ 4 ] {d5115c17-67dc-4dcf-9167-20f7ad4d82ea} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4938 2025.03.11 22:10:30.295446 [ 4 ] {d5115c17-67dc-4dcf-9167-20f7ad4d82ea} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4939 2025.03.11 22:10:30.295660 [ 4 ] {d5115c17-67dc-4dcf-9167-20f7ad4d82ea} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001464 sec., 43715.84699453552 rows/sec., 3.41 MiB/sec.
4940 2025.03.11 22:10:30.295715 [ 4 ] {d5115c17-67dc-4dcf-9167-20f7ad4d82ea} <Debug> TCPHandler: Processed in 0.001656084 sec.
4941 2025.03.11 22:10:30.295844 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4942 2025.03.11 22:10:30.295960 [ 4 ] {f150bba3-b59a-43d4-b9d4-547c6b31b59a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
4943 2025.03.11 22:10:30.296012 [ 4 ] {f150bba3-b59a-43d4-b9d4-547c6b31b59a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
4944 2025.03.11 22:10:30.296533 [ 4 ] {f150bba3-b59a-43d4-b9d4-547c6b31b59a} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4945 2025.03.11 22:10:30.296576 [ 4 ] {f150bba3-b59a-43d4-b9d4-547c6b31b59a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4946 2025.03.11 22:10:30.296985 [ 4 ] {f150bba3-b59a-43d4-b9d4-547c6b31b59a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4947 2025.03.11 22:10:30.297240 [ 4 ] {f150bba3-b59a-43d4-b9d4-547c6b31b59a} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4948 2025.03.11 22:10:30.297466 [ 4 ] {f150bba3-b59a-43d4-b9d4-547c6b31b59a} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001529 sec., 64094.17920209287 rows/sec., 4.47 MiB/sec.
4949 2025.03.11 22:10:30.297521 [ 4 ] {f150bba3-b59a-43d4-b9d4-547c6b31b59a} <Debug> TCPHandler: Processed in 0.001730225 sec.
4950 2025.03.11 22:10:30.297636 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4951 2025.03.11 22:10:30.297743 [ 4 ] {2025df63-6e75-4a01-a491-70b02dadbc0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
4952 2025.03.11 22:10:30.297792 [ 4 ] {2025df63-6e75-4a01-a491-70b02dadbc0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
4953 2025.03.11 22:10:30.298233 [ 4 ] {2025df63-6e75-4a01-a491-70b02dadbc0b} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4954 2025.03.11 22:10:30.298271 [ 4 ] {2025df63-6e75-4a01-a491-70b02dadbc0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4955 2025.03.11 22:10:30.298634 [ 4 ] {2025df63-6e75-4a01-a491-70b02dadbc0b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
4956 2025.03.11 22:10:30.298885 [ 4 ] {2025df63-6e75-4a01-a491-70b02dadbc0b} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4957 2025.03.11 22:10:30.299069 [ 4 ] {2025df63-6e75-4a01-a491-70b02dadbc0b} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001346 sec., 28231.79791976226 rows/sec., 1.89 MiB/sec.
4958 2025.03.11 22:10:30.299167 [ 4 ] {2025df63-6e75-4a01-a491-70b02dadbc0b} <Debug> TCPHandler: Processed in 0.001577083 sec.
4959 2025.03.11 22:10:31.101441 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12444
4960 2025.03.11 22:10:31.102542 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4961 2025.03.11 22:10:31.102584 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4962 2025.03.11 22:10:31.103111 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4963 2025.03.11 22:10:31.103370 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4964 2025.03.11 22:10:31.103617 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444
4965 2025.03.11 22:10:31.962657 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204
4966 2025.03.11 22:10:31.981507 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4967 2025.03.11 22:10:31.981570 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4968 2025.03.11 22:10:31.988694 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
4969 2025.03.11 22:10:31.989477 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4970 2025.03.11 22:10:31.992330 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204
4971 2025.03.11 22:10:35.294793 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4972 2025.03.11 22:10:35.294992 [ 4 ] {d25f1fc3-6f27-4f92-9425-f423d838f42e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
4973 2025.03.11 22:10:35.295063 [ 4 ] {d25f1fc3-6f27-4f92-9425-f423d838f42e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
4974 2025.03.11 22:10:35.295847 [ 4 ] {d25f1fc3-6f27-4f92-9425-f423d838f42e} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4975 2025.03.11 22:10:35.295896 [ 4 ] {d25f1fc3-6f27-4f92-9425-f423d838f42e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4976 2025.03.11 22:10:35.296343 [ 4 ] {d25f1fc3-6f27-4f92-9425-f423d838f42e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
4977 2025.03.11 22:10:35.296596 [ 4 ] {d25f1fc3-6f27-4f92-9425-f423d838f42e} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4978 2025.03.11 22:10:35.296848 [ 4 ] {d25f1fc3-6f27-4f92-9425-f423d838f42e} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001905 sec., 37795.27559055118 rows/sec., 3.06 MiB/sec.
4979 2025.03.11 22:10:35.296945 [ 4 ] {d25f1fc3-6f27-4f92-9425-f423d838f42e} <Debug> TCPHandler: Processed in 0.00228198 sec.
4980 2025.03.11 22:10:35.297196 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4981 2025.03.11 22:10:35.297317 [ 4 ] {87538536-db43-4b31-92fa-a20b8b053a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
4982 2025.03.11 22:10:35.297366 [ 4 ] {87538536-db43-4b31-92fa-a20b8b053a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
4983 2025.03.11 22:10:35.297910 [ 4 ] {87538536-db43-4b31-92fa-a20b8b053a6b} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4984 2025.03.11 22:10:35.297948 [ 4 ] {87538536-db43-4b31-92fa-a20b8b053a6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4985 2025.03.11 22:10:35.298290 [ 4 ] {87538536-db43-4b31-92fa-a20b8b053a6b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
4986 2025.03.11 22:10:35.298521 [ 4 ] {87538536-db43-4b31-92fa-a20b8b053a6b} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4987 2025.03.11 22:10:35.298730 [ 4 ] {87538536-db43-4b31-92fa-a20b8b053a6b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001436 sec., 5571.030640668524 rows/sec., 418.92 KiB/sec.
4988 2025.03.11 22:10:35.298782 [ 4 ] {87538536-db43-4b31-92fa-a20b8b053a6b} <Debug> TCPHandler: Processed in 0.001681194 sec.
4989 2025.03.11 22:10:35.298900 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4990 2025.03.11 22:10:35.299004 [ 4 ] {2f930ace-cd68-4e9f-bda8-adfe8a8d241d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
4991 2025.03.11 22:10:35.299049 [ 4 ] {2f930ace-cd68-4e9f-bda8-adfe8a8d241d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
4992 2025.03.11 22:10:35.299596 [ 4 ] {2f930ace-cd68-4e9f-bda8-adfe8a8d241d} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
4993 2025.03.11 22:10:35.299636 [ 4 ] {2f930ace-cd68-4e9f-bda8-adfe8a8d241d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
4994 2025.03.11 22:10:35.299986 [ 4 ] {2f930ace-cd68-4e9f-bda8-adfe8a8d241d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
4995 2025.03.11 22:10:35.300222 [ 4 ] {2f930ace-cd68-4e9f-bda8-adfe8a8d241d} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
4996 2025.03.11 22:10:35.300439 [ 4 ] {2f930ace-cd68-4e9f-bda8-adfe8a8d241d} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001456 sec., 49450.54945054945 rows/sec., 3.86 MiB/sec.
4997 2025.03.11 22:10:35.300491 [ 4 ] {2f930ace-cd68-4e9f-bda8-adfe8a8d241d} <Debug> TCPHandler: Processed in 0.001641224 sec.
4998 2025.03.11 22:10:35.300610 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
4999 2025.03.11 22:10:35.300714 [ 4 ] {da9b39a5-df90-4e44-8eaa-9b529893cbec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5000 2025.03.11 22:10:35.300763 [ 4 ] {da9b39a5-df90-4e44-8eaa-9b529893cbec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5001 2025.03.11 22:10:35.301292 [ 4 ] {da9b39a5-df90-4e44-8eaa-9b529893cbec} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5002 2025.03.11 22:10:35.301330 [ 4 ] {da9b39a5-df90-4e44-8eaa-9b529893cbec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5003 2025.03.11 22:10:35.301726 [ 4 ] {da9b39a5-df90-4e44-8eaa-9b529893cbec} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5004 2025.03.11 22:10:35.301956 [ 4 ] {da9b39a5-df90-4e44-8eaa-9b529893cbec} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5005 2025.03.11 22:10:35.302159 [ 4 ] {da9b39a5-df90-4e44-8eaa-9b529893cbec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001467 sec., 109066.12133606 rows/sec., 7.60 MiB/sec.
5006 2025.03.11 22:10:35.302209 [ 4 ] {da9b39a5-df90-4e44-8eaa-9b529893cbec} <Debug> TCPHandler: Processed in 0.001649563 sec.
5007 2025.03.11 22:10:35.302313 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5008 2025.03.11 22:10:35.302414 [ 4 ] {88af83bb-628b-4c8e-a50f-eac88c66645c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5009 2025.03.11 22:10:35.302479 [ 4 ] {88af83bb-628b-4c8e-a50f-eac88c66645c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5010 2025.03.11 22:10:35.303520 [ 4 ] {88af83bb-628b-4c8e-a50f-eac88c66645c} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5011 2025.03.11 22:10:35.303559 [ 4 ] {88af83bb-628b-4c8e-a50f-eac88c66645c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5012 2025.03.11 22:10:35.304149 [ 4 ] {88af83bb-628b-4c8e-a50f-eac88c66645c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5013 2025.03.11 22:10:35.304401 [ 4 ] {88af83bb-628b-4c8e-a50f-eac88c66645c} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5014 2025.03.11 22:10:35.304628 [ 4 ] {88af83bb-628b-4c8e-a50f-eac88c66645c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002236 sec., 3577.8175313059032 rows/sec., 6.41 MiB/sec.
5015 2025.03.11 22:10:35.304720 [ 4 ] {88af83bb-628b-4c8e-a50f-eac88c66645c} <Debug> TCPHandler: Processed in 0.002455851 sec.
5016 2025.03.11 22:10:35.304861 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5017 2025.03.11 22:10:35.305002 [ 4 ] {04f256d5-1a5f-4168-8559-0fa70908fae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5018 2025.03.11 22:10:35.305060 [ 4 ] {04f256d5-1a5f-4168-8559-0fa70908fae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5019 2025.03.11 22:10:35.305532 [ 4 ] {04f256d5-1a5f-4168-8559-0fa70908fae9} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5020 2025.03.11 22:10:35.305571 [ 4 ] {04f256d5-1a5f-4168-8559-0fa70908fae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5021 2025.03.11 22:10:35.305934 [ 4 ] {04f256d5-1a5f-4168-8559-0fa70908fae9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
5022 2025.03.11 22:10:35.306179 [ 4 ] {04f256d5-1a5f-4168-8559-0fa70908fae9} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5023 2025.03.11 22:10:35.306388 [ 4 ] {04f256d5-1a5f-4168-8559-0fa70908fae9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec.
5024 2025.03.11 22:10:35.306440 [ 4 ] {04f256d5-1a5f-4168-8559-0fa70908fae9} <Debug> TCPHandler: Processed in 0.001642154 sec.
5025 2025.03.11 22:10:38.459793 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache
5026 2025.03.11 22:10:38.459861 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache
5027 2025.03.11 22:10:38.603827 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12871
5028 2025.03.11 22:10:38.604529 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5029 2025.03.11 22:10:38.604578 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5030 2025.03.11 22:10:38.605118 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5031 2025.03.11 22:10:38.605367 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5032 2025.03.11 22:10:38.605627 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871
5033 2025.03.11 22:10:38.656397 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 710
5034 2025.03.11 22:10:38.659777 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5035 2025.03.11 22:10:38.659828 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5036 2025.03.11 22:10:38.661302 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
5037 2025.03.11 22:10:38.661614 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5038 2025.03.11 22:10:38.662758 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 710
5039 2025.03.11 22:10:39.492471 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211
5040 2025.03.11 22:10:39.512753 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5041 2025.03.11 22:10:39.512813 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5042 2025.03.11 22:10:39.520086 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
5043 2025.03.11 22:10:39.520853 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5044 2025.03.11 22:10:39.523501 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211
5045 2025.03.11 22:10:40.296243 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5046 2025.03.11 22:10:40.296439 [ 4 ] {0349ef1d-1ddf-44df-b8b4-0637dbfd15de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5047 2025.03.11 22:10:40.296513 [ 4 ] {0349ef1d-1ddf-44df-b8b4-0637dbfd15de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5048 2025.03.11 22:10:40.297490 [ 4 ] {0349ef1d-1ddf-44df-b8b4-0637dbfd15de} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5049 2025.03.11 22:10:40.297541 [ 4 ] {0349ef1d-1ddf-44df-b8b4-0637dbfd15de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5050 2025.03.11 22:10:40.297980 [ 4 ] {0349ef1d-1ddf-44df-b8b4-0637dbfd15de} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5051 2025.03.11 22:10:40.298239 [ 4 ] {0349ef1d-1ddf-44df-b8b4-0637dbfd15de} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5052 2025.03.11 22:10:40.298457 [ 42 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0
5053 2025.03.11 22:10:40.298499 [ 4 ] {0349ef1d-1ddf-44df-b8b4-0637dbfd15de} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.002062 sec., 58195.926285160036 rows/sec., 4.93 MiB/sec.
5054 2025.03.11 22:10:40.298528 [ 42 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5055 2025.03.11 22:10:40.298598 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5056 2025.03.11 22:10:40.298622 [ 4 ] {0349ef1d-1ddf-44df-b8b4-0637dbfd15de} <Debug> TCPHandler: Processed in 0.002490901 sec.
5057 2025.03.11 22:10:40.298774 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full
5058 2025.03.11 22:10:40.298801 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5059 2025.03.11 22:10:40.298912 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5060 2025.03.11 22:10:40.298938 [ 4 ] {4000e333-4c82-460c-a7f4-3aed0f949e12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5061 2025.03.11 22:10:40.298951 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 1406 rows starting from the beginning of the part
5062 2025.03.11 22:10:40.298997 [ 4 ] {4000e333-4c82-460c-a7f4-3aed0f949e12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5063 2025.03.11 22:10:40.299148 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 72 rows starting from the beginning of the part
5064 2025.03.11 22:10:40.299564 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1387 rows starting from the beginning of the part
5065 2025.03.11 22:10:40.300017 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part
5066 2025.03.11 22:10:40.300484 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 72 rows starting from the beginning of the part
5067 2025.03.11 22:10:40.300910 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 120 rows starting from the beginning of the part
5068 2025.03.11 22:10:40.301648 [ 4 ] {4000e333-4c82-460c-a7f4-3aed0f949e12} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5069 2025.03.11 22:10:40.301698 [ 4 ] {4000e333-4c82-460c-a7f4-3aed0f949e12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5070 2025.03.11 22:10:40.302295 [ 4 ] {4000e333-4c82-460c-a7f4-3aed0f949e12} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5071 2025.03.11 22:10:40.302654 [ 4 ] {4000e333-4c82-460c-a7f4-3aed0f949e12} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5072 2025.03.11 22:10:40.302921 [ 4 ] {4000e333-4c82-460c-a7f4-3aed0f949e12} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.00402 sec., 7960.199004975124 rows/sec., 598.57 KiB/sec.
5073 2025.03.11 22:10:40.302987 [ 4 ] {4000e333-4c82-460c-a7f4-3aed0f949e12} <Debug> TCPHandler: Processed in 0.004248697 sec.
5074 2025.03.11 22:10:40.303114 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5075 2025.03.11 22:10:40.303237 [ 4 ] {d58ac80f-1f21-4410-a591-29f30facc9c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5076 2025.03.11 22:10:40.303309 [ 4 ] {d58ac80f-1f21-4410-a591-29f30facc9c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5077 2025.03.11 22:10:40.303483 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3113 rows, containing 5 columns (5 merged, 0 gathered) in 0.004796391 sec., 649029.6558391508 rows/sec., 56.53 MiB/sec.
5078 2025.03.11 22:10:40.303720 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary)
5079 2025.03.11 22:10:40.304056 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_45_9} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5080 2025.03.11 22:10:40.304172 [ 4 ] {d58ac80f-1f21-4410-a591-29f30facc9c1} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5081 2025.03.11 22:10:40.304175 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_45_9} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9
5082 2025.03.11 22:10:40.304213 [ 4 ] {d58ac80f-1f21-4410-a591-29f30facc9c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5083 2025.03.11 22:10:40.304278 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
5084 2025.03.11 22:10:40.304617 [ 4 ] {d58ac80f-1f21-4410-a591-29f30facc9c1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5085 2025.03.11 22:10:40.304859 [ 4 ] {d58ac80f-1f21-4410-a591-29f30facc9c1} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5086 2025.03.11 22:10:40.305048 [ 42 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0
5087 2025.03.11 22:10:40.305096 [ 4 ] {d58ac80f-1f21-4410-a591-29f30facc9c1} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001894 sec., 50686.378035902846 rows/sec., 3.96 MiB/sec.
5088 2025.03.11 22:10:40.305111 [ 42 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5089 2025.03.11 22:10:40.305178 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5090 2025.03.11 22:10:40.305238 [ 4 ] {d58ac80f-1f21-4410-a591-29f30facc9c1} <Debug> TCPHandler: Processed in 0.002171189 sec.
5091 2025.03.11 22:10:40.305416 [ 194 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full
5092 2025.03.11 22:10:40.305462 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5093 2025.03.11 22:10:40.305660 [ 194 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5094 2025.03.11 22:10:40.305676 [ 4 ] {dd158d52-3fea-47c8-a2d3-12df135e58fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5095 2025.03.11 22:10:40.305723 [ 194 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 632 rows starting from the beginning of the part
5096 2025.03.11 22:10:40.305770 [ 4 ] {dd158d52-3fea-47c8-a2d3-12df135e58fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5097 2025.03.11 22:10:40.306048 [ 194 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 72 rows starting from the beginning of the part
5098 2025.03.11 22:10:40.306499 [ 194 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 602 rows starting from the beginning of the part
5099 2025.03.11 22:10:40.306807 [ 194 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part
5100 2025.03.11 22:10:40.307195 [ 194 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 72 rows starting from the beginning of the part
5101 2025.03.11 22:10:40.307556 [ 194 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 96 rows starting from the beginning of the part
5102 2025.03.11 22:10:40.308548 [ 4 ] {dd158d52-3fea-47c8-a2d3-12df135e58fa} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5103 2025.03.11 22:10:40.308629 [ 4 ] {dd158d52-3fea-47c8-a2d3-12df135e58fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5104 2025.03.11 22:10:40.309533 [ 4 ] {dd158d52-3fea-47c8-a2d3-12df135e58fa} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5105 2025.03.11 22:10:40.309945 [ 4 ] {dd158d52-3fea-47c8-a2d3-12df135e58fa} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5106 2025.03.11 22:10:40.310506 [ 4 ] {dd158d52-3fea-47c8-a2d3-12df135e58fa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004866 sec., 32881.216605014386 rows/sec., 2.29 MiB/sec.
5107 2025.03.11 22:10:40.310933 [ 4 ] {dd158d52-3fea-47c8-a2d3-12df135e58fa} <Debug> TCPHandler: Processed in 0.005533447 sec.
5108 2025.03.11 22:10:40.311038 [ 202 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1538 rows, containing 5 columns (5 merged, 0 gathered) in 0.005755259 sec., 267233.84646981134 rows/sec., 21.29 MiB/sec.
5109 2025.03.11 22:10:40.311186 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5110 2025.03.11 22:10:40.311335 [ 202 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary)
5111 2025.03.11 22:10:40.311351 [ 4 ] {64420f09-5f0b-4d67-89a1-b71d3229afcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5112 2025.03.11 22:10:40.311493 [ 4 ] {64420f09-5f0b-4d67-89a1-b71d3229afcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5113 2025.03.11 22:10:40.311953 [ 202 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_45_9} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5114 2025.03.11 22:10:40.312242 [ 202 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_45_9} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9
5115 2025.03.11 22:10:40.312414 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
5116 2025.03.11 22:10:40.313321 [ 4 ] {64420f09-5f0b-4d67-89a1-b71d3229afcf} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5117 2025.03.11 22:10:40.313366 [ 4 ] {64420f09-5f0b-4d67-89a1-b71d3229afcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5118 2025.03.11 22:10:40.314038 [ 4 ] {64420f09-5f0b-4d67-89a1-b71d3229afcf} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5119 2025.03.11 22:10:40.314310 [ 4 ] {64420f09-5f0b-4d67-89a1-b71d3229afcf} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5120 2025.03.11 22:10:40.314560 [ 4 ] {64420f09-5f0b-4d67-89a1-b71d3229afcf} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.003256 sec., 9828.009828009828 rows/sec., 17.61 MiB/sec.
5121 2025.03.11 22:10:40.314661 [ 4 ] {64420f09-5f0b-4d67-89a1-b71d3229afcf} <Debug> TCPHandler: Processed in 0.00355032 sec.
5122 2025.03.11 22:10:40.314802 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5123 2025.03.11 22:10:40.314908 [ 4 ] {c37d282f-769a-4344-bca4-37cf41df0eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5124 2025.03.11 22:10:40.314954 [ 4 ] {c37d282f-769a-4344-bca4-37cf41df0eb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5125 2025.03.11 22:10:40.315401 [ 4 ] {c37d282f-769a-4344-bca4-37cf41df0eb7} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5126 2025.03.11 22:10:40.315440 [ 4 ] {c37d282f-769a-4344-bca4-37cf41df0eb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5127 2025.03.11 22:10:40.315807 [ 4 ] {c37d282f-769a-4344-bca4-37cf41df0eb7} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
5128 2025.03.11 22:10:40.316051 [ 4 ] {c37d282f-769a-4344-bca4-37cf41df0eb7} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5129 2025.03.11 22:10:40.316292 [ 4 ] {c37d282f-769a-4344-bca4-37cf41df0eb7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec.
5130 2025.03.11 22:10:40.316362 [ 4 ] {c37d282f-769a-4344-bca4-37cf41df0eb7} <Debug> TCPHandler: Processed in 0.001615804 sec.
5131 2025.03.11 22:10:45.295166 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5132 2025.03.11 22:10:45.295368 [ 4 ] {28cf42f5-758a-468e-8092-0206bf385ee7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5133 2025.03.11 22:10:45.295441 [ 4 ] {28cf42f5-758a-468e-8092-0206bf385ee7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5134 2025.03.11 22:10:45.296183 [ 4 ] {28cf42f5-758a-468e-8092-0206bf385ee7} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5135 2025.03.11 22:10:45.296230 [ 4 ] {28cf42f5-758a-468e-8092-0206bf385ee7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5136 2025.03.11 22:10:45.296652 [ 4 ] {28cf42f5-758a-468e-8092-0206bf385ee7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5137 2025.03.11 22:10:45.296911 [ 4 ] {28cf42f5-758a-468e-8092-0206bf385ee7} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5138 2025.03.11 22:10:45.297145 [ 4 ] {28cf42f5-758a-468e-8092-0206bf385ee7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001825 sec., 1095.890410958904 rows/sec., 89.36 KiB/sec.
5139 2025.03.11 22:10:45.297211 [ 4 ] {28cf42f5-758a-468e-8092-0206bf385ee7} <Debug> TCPHandler: Processed in 0.002192989 sec.
5140 2025.03.11 22:10:45.297337 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5141 2025.03.11 22:10:45.297456 [ 4 ] {04c738fe-c37a-4aad-9233-db31d28d0203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5142 2025.03.11 22:10:45.297515 [ 4 ] {04c738fe-c37a-4aad-9233-db31d28d0203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5143 2025.03.11 22:10:45.298202 [ 4 ] {04c738fe-c37a-4aad-9233-db31d28d0203} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5144 2025.03.11 22:10:45.298249 [ 4 ] {04c738fe-c37a-4aad-9233-db31d28d0203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5145 2025.03.11 22:10:45.298651 [ 4 ] {04c738fe-c37a-4aad-9233-db31d28d0203} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5146 2025.03.11 22:10:45.298900 [ 4 ] {04c738fe-c37a-4aad-9233-db31d28d0203} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5147 2025.03.11 22:10:45.299129 [ 4 ] {04c738fe-c37a-4aad-9233-db31d28d0203} <Debug> executeQuery: Read 73 rows, 6.04 KiB in 0.001696 sec., 43042.45283018868 rows/sec., 3.48 MiB/sec.
5148 2025.03.11 22:10:45.299209 [ 4 ] {04c738fe-c37a-4aad-9233-db31d28d0203} <Debug> TCPHandler: Processed in 0.001926387 sec.
5149 2025.03.11 22:10:45.299455 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5150 2025.03.11 22:10:45.299575 [ 4 ] {133a61b8-bd83-495d-9379-f8330ed2e519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5151 2025.03.11 22:10:45.299621 [ 4 ] {133a61b8-bd83-495d-9379-f8330ed2e519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5152 2025.03.11 22:10:45.300147 [ 4 ] {133a61b8-bd83-495d-9379-f8330ed2e519} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5153 2025.03.11 22:10:45.300186 [ 4 ] {133a61b8-bd83-495d-9379-f8330ed2e519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5154 2025.03.11 22:10:45.300539 [ 4 ] {133a61b8-bd83-495d-9379-f8330ed2e519} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5155 2025.03.11 22:10:45.300789 [ 4 ] {133a61b8-bd83-495d-9379-f8330ed2e519} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5156 2025.03.11 22:10:45.301023 [ 4 ] {133a61b8-bd83-495d-9379-f8330ed2e519} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001471 sec., 6798.096532970768 rows/sec., 503.88 KiB/sec.
5157 2025.03.11 22:10:45.301075 [ 4 ] {133a61b8-bd83-495d-9379-f8330ed2e519} <Debug> TCPHandler: Processed in 0.001709385 sec.
5158 2025.03.11 22:10:45.301194 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5159 2025.03.11 22:10:45.301309 [ 4 ] {730c0d83-5ebb-417a-aaac-21e17492711b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5160 2025.03.11 22:10:45.301356 [ 4 ] {730c0d83-5ebb-417a-aaac-21e17492711b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5161 2025.03.11 22:10:45.301938 [ 4 ] {730c0d83-5ebb-417a-aaac-21e17492711b} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5162 2025.03.11 22:10:45.301980 [ 4 ] {730c0d83-5ebb-417a-aaac-21e17492711b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5163 2025.03.11 22:10:45.302389 [ 4 ] {730c0d83-5ebb-417a-aaac-21e17492711b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5164 2025.03.11 22:10:45.302657 [ 4 ] {730c0d83-5ebb-417a-aaac-21e17492711b} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5165 2025.03.11 22:10:45.302866 [ 4 ] {730c0d83-5ebb-417a-aaac-21e17492711b} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001579 sec., 46865.10449651678 rows/sec., 3.66 MiB/sec.
5166 2025.03.11 22:10:45.302920 [ 4 ] {730c0d83-5ebb-417a-aaac-21e17492711b} <Debug> TCPHandler: Processed in 0.001779915 sec.
5167 2025.03.11 22:10:45.303036 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5168 2025.03.11 22:10:45.303141 [ 4 ] {1afbde20-9248-490b-9feb-c419af6e8c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5169 2025.03.11 22:10:45.303191 [ 4 ] {1afbde20-9248-490b-9feb-c419af6e8c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5170 2025.03.11 22:10:45.303718 [ 4 ] {1afbde20-9248-490b-9feb-c419af6e8c5d} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5171 2025.03.11 22:10:45.303758 [ 4 ] {1afbde20-9248-490b-9feb-c419af6e8c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5172 2025.03.11 22:10:45.304161 [ 4 ] {1afbde20-9248-490b-9feb-c419af6e8c5d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5173 2025.03.11 22:10:45.304407 [ 4 ] {1afbde20-9248-490b-9feb-c419af6e8c5d} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5174 2025.03.11 22:10:45.304581 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5175 2025.03.11 22:10:45.304639 [ 4 ] {1afbde20-9248-490b-9feb-c419af6e8c5d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001519 sec., 105990.78341013825 rows/sec., 7.38 MiB/sec.
5176 2025.03.11 22:10:45.304667 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5177 2025.03.11 22:10:45.304739 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5178 2025.03.11 22:10:45.304749 [ 4 ] {1afbde20-9248-490b-9feb-c419af6e8c5d} <Debug> TCPHandler: Processed in 0.001761975 sec.
5179 2025.03.11 22:10:45.305060 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5180 2025.03.11 22:10:45.305105 [ 199 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
5181 2025.03.11 22:10:45.305347 [ 4 ] {f0dc58b5-9efb-48f5-bd40-4453b34572c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5182 2025.03.11 22:10:45.305701 [ 4 ] {f0dc58b5-9efb-48f5-bd40-4453b34572c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5183 2025.03.11 22:10:45.305756 [ 199 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5184 2025.03.11 22:10:45.305866 [ 199 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11870 rows starting from the beginning of the part
5185 2025.03.11 22:10:45.306242 [ 199 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 951 rows starting from the beginning of the part
5186 2025.03.11 22:10:45.306640 [ 199 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 98 rows starting from the beginning of the part
5187 2025.03.11 22:10:45.307150 [ 199 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
5188 2025.03.11 22:10:45.307551 [ 199 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
5189 2025.03.11 22:10:45.307880 [ 199 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 161 rows starting from the beginning of the part
5190 2025.03.11 22:10:45.310527 [ 4 ] {f0dc58b5-9efb-48f5-bd40-4453b34572c8} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5191 2025.03.11 22:10:45.310630 [ 4 ] {f0dc58b5-9efb-48f5-bd40-4453b34572c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5192 2025.03.11 22:10:45.312187 [ 4 ] {f0dc58b5-9efb-48f5-bd40-4453b34572c8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5193 2025.03.11 22:10:45.312894 [ 4 ] {f0dc58b5-9efb-48f5-bd40-4453b34572c8} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5194 2025.03.11 22:10:45.313157 [ 4 ] {f0dc58b5-9efb-48f5-bd40-4453b34572c8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007916 sec., 1010.611419909045 rows/sec., 1.81 MiB/sec.
5195 2025.03.11 22:10:45.313278 [ 4 ] {f0dc58b5-9efb-48f5-bd40-4453b34572c8} <Debug> TCPHandler: Processed in 0.008328401 sec.
5196 2025.03.11 22:10:45.313436 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5197 2025.03.11 22:10:45.313554 [ 4 ] {217a6af8-ac9d-45b2-a05f-2777db28bf97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5198 2025.03.11 22:10:45.313601 [ 4 ] {217a6af8-ac9d-45b2-a05f-2777db28bf97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5199 2025.03.11 22:10:45.314352 [ 199 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13400 rows, containing 5 columns (5 merged, 0 gathered) in 0.009485411 sec., 1412695.7703783212 rows/sec., 96.80 MiB/sec.
5200 2025.03.11 22:10:45.314548 [ 4 ] {217a6af8-ac9d-45b2-a05f-2777db28bf97} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5201 2025.03.11 22:10:45.314593 [ 4 ] {217a6af8-ac9d-45b2-a05f-2777db28bf97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5202 2025.03.11 22:10:45.314740 [ 199 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5203 2025.03.11 22:10:45.315332 [ 199 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5204 2025.03.11 22:10:45.315341 [ 4 ] {217a6af8-ac9d-45b2-a05f-2777db28bf97} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
5205 2025.03.11 22:10:45.315488 [ 199 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5206 2025.03.11 22:10:45.315628 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB.
5207 2025.03.11 22:10:45.315773 [ 4 ] {217a6af8-ac9d-45b2-a05f-2777db28bf97} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5208 2025.03.11 22:10:45.315940 [ 38 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
5209 2025.03.11 22:10:45.315999 [ 38 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5210 2025.03.11 22:10:45.316034 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5211 2025.03.11 22:10:45.316054 [ 4 ] {217a6af8-ac9d-45b2-a05f-2777db28bf97} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002524 sec., 23771.790808240887 rows/sec., 1.60 MiB/sec.
5212 2025.03.11 22:10:45.316277 [ 4 ] {217a6af8-ac9d-45b2-a05f-2777db28bf97} <Debug> TCPHandler: Processed in 0.002885904 sec.
5213 2025.03.11 22:10:45.316325 [ 198 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
5214 2025.03.11 22:10:45.316480 [ 198 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5215 2025.03.11 22:10:45.316519 [ 198 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
5216 2025.03.11 22:10:45.316629 [ 198 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 22 rows starting from the beginning of the part
5217 2025.03.11 22:10:45.316839 [ 198 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 38 rows starting from the beginning of the part
5218 2025.03.11 22:10:45.317019 [ 198 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
5219 2025.03.11 22:10:45.317213 [ 198 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
5220 2025.03.11 22:10:45.317410 [ 198 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
5221 2025.03.11 22:10:45.318925 [ 187 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2388 rows, containing 4 columns (4 merged, 0 gathered) in 0.002805884 sec., 851068.6828108361 rows/sec., 57.36 MiB/sec.
5222 2025.03.11 22:10:45.319162 [ 198 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
5223 2025.03.11 22:10:45.319437 [ 198 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_46_9} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5224 2025.03.11 22:10:45.319514 [ 198 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_46_9} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
5225 2025.03.11 22:10:45.319587 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB.
5226 2025.03.11 22:10:46.105817 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13359
5227 2025.03.11 22:10:46.106475 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5228 2025.03.11 22:10:46.106515 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5229 2025.03.11 22:10:46.107048 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5230 2025.03.11 22:10:46.107304 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5231 2025.03.11 22:10:46.107587 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359
5232 2025.03.11 22:10:47.023642 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219
5233 2025.03.11 22:10:47.044587 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5234 2025.03.11 22:10:47.044648 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5235 2025.03.11 22:10:47.051996 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
5236 2025.03.11 22:10:47.052789 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5237 2025.03.11 22:10:47.055881 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219
5238 2025.03.11 22:10:48.663053 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 736
5239 2025.03.11 22:10:48.666179 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5240 2025.03.11 22:10:48.666228 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5241 2025.03.11 22:10:48.667745 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
5242 2025.03.11 22:10:48.668055 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5243 2025.03.11 22:10:48.668302 [ 34 ] {} <Debug> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0
5244 2025.03.11 22:10:48.668438 [ 34 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5245 2025.03.11 22:10:48.668539 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5246 2025.03.11 22:10:48.669014 [ 198 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::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
5247 2025.03.11 22:10:48.669526 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 736
5248 2025.03.11 22:10:48.670075 [ 198 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5249 2025.03.11 22:10:48.670257 [ 198 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 602 rows starting from the beginning of the part
5250 2025.03.11 22:10:48.670896 [ 198 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part
5251 2025.03.11 22:10:48.671529 [ 198 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part
5252 2025.03.11 22:10:48.672099 [ 198 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 44 rows starting from the beginning of the part
5253 2025.03.11 22:10:48.672689 [ 198 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part
5254 2025.03.11 22:10:48.673261 [ 198 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part
5255 2025.03.11 22:10:48.680946 [ 187 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 736 rows, containing 72 columns (72 merged, 0 gathered) in 0.012240675 sec., 60127.40310481244 rows/sec., 49.98 MiB/sec.
5256 2025.03.11 22:10:48.682440 [ 197 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary)
5257 2025.03.11 22:10:48.683306 [ 197 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_21_4} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5258 2025.03.11 22:10:48.683409 [ 197 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_21_4} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4
5259 2025.03.11 22:10:48.683749 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB.
5260 2025.03.11 22:10:50.296366 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5261 2025.03.11 22:10:50.296576 [ 4 ] {0983a0e1-c796-4aa5-a4b8-d7d1e38efff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5262 2025.03.11 22:10:50.296651 [ 4 ] {0983a0e1-c796-4aa5-a4b8-d7d1e38efff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5263 2025.03.11 22:10:50.297480 [ 4 ] {0983a0e1-c796-4aa5-a4b8-d7d1e38efff2} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5264 2025.03.11 22:10:50.297530 [ 4 ] {0983a0e1-c796-4aa5-a4b8-d7d1e38efff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5265 2025.03.11 22:10:50.297977 [ 4 ] {0983a0e1-c796-4aa5-a4b8-d7d1e38efff2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5266 2025.03.11 22:10:50.298242 [ 4 ] {0983a0e1-c796-4aa5-a4b8-d7d1e38efff2} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5267 2025.03.11 22:10:50.298480 [ 4 ] {0983a0e1-c796-4aa5-a4b8-d7d1e38efff2} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001963 sec., 61130.92205807438 rows/sec., 5.18 MiB/sec.
5268 2025.03.11 22:10:50.298535 [ 4 ] {0983a0e1-c796-4aa5-a4b8-d7d1e38efff2} <Debug> TCPHandler: Processed in 0.00231371 sec.
5269 2025.03.11 22:10:50.298659 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5270 2025.03.11 22:10:50.298764 [ 4 ] {50354039-bec6-4c4b-81bf-6575e9bff78a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5271 2025.03.11 22:10:50.298808 [ 4 ] {50354039-bec6-4c4b-81bf-6575e9bff78a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5272 2025.03.11 22:10:50.299337 [ 4 ] {50354039-bec6-4c4b-81bf-6575e9bff78a} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5273 2025.03.11 22:10:50.299376 [ 4 ] {50354039-bec6-4c4b-81bf-6575e9bff78a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5274 2025.03.11 22:10:50.299727 [ 4 ] {50354039-bec6-4c4b-81bf-6575e9bff78a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5275 2025.03.11 22:10:50.299977 [ 4 ] {50354039-bec6-4c4b-81bf-6575e9bff78a} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5276 2025.03.11 22:10:50.300144 [ 33 ] {} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5277 2025.03.11 22:10:50.300211 [ 4 ] {50354039-bec6-4c4b-81bf-6575e9bff78a} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001465 sec., 21843.003412969283 rows/sec., 1.60 MiB/sec.
5278 2025.03.11 22:10:50.300234 [ 33 ] {} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5279 2025.03.11 22:10:50.300297 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5280 2025.03.11 22:10:50.300345 [ 4 ] {50354039-bec6-4c4b-81bf-6575e9bff78a} <Debug> TCPHandler: Processed in 0.001735974 sec.
5281 2025.03.11 22:10:50.300494 [ 192 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
5282 2025.03.11 22:10:50.300508 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5283 2025.03.11 22:10:50.300654 [ 4 ] {f79d0867-b7f3-4c43-abff-3ed7eaccfa3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5284 2025.03.11 22:10:50.300654 [ 192 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5285 2025.03.11 22:10:50.300711 [ 4 ] {f79d0867-b7f3-4c43-abff-3ed7eaccfa3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5286 2025.03.11 22:10:50.300715 [ 192 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 70 rows starting from the beginning of the part
5287 2025.03.11 22:10:50.300912 [ 192 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 58 rows starting from the beginning of the part
5288 2025.03.11 22:10:50.301427 [ 192 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part
5289 2025.03.11 22:10:50.301666 [ 192 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 32 rows starting from the beginning of the part
5290 2025.03.11 22:10:50.301860 [ 192 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 10 rows starting from the beginning of the part
5291 2025.03.11 22:10:50.301996 [ 192 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part
5292 2025.03.11 22:10:50.302517 [ 4 ] {f79d0867-b7f3-4c43-abff-3ed7eaccfa3a} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5293 2025.03.11 22:10:50.302563 [ 4 ] {f79d0867-b7f3-4c43-abff-3ed7eaccfa3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5294 2025.03.11 22:10:50.303161 [ 4 ] {f79d0867-b7f3-4c43-abff-3ed7eaccfa3a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5295 2025.03.11 22:10:50.303567 [ 4 ] {f79d0867-b7f3-4c43-abff-3ed7eaccfa3a} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5296 2025.03.11 22:10:50.303651 [ 187 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 5 columns (5 merged, 0 gathered) in 0.003244337 sec., 64728.170963743905 rows/sec., 4.98 MiB/sec.
5297 2025.03.11 22:10:50.303899 [ 4 ] {f79d0867-b7f3-4c43-abff-3ed7eaccfa3a} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.003283 sec., 29241.547365214745 rows/sec., 2.28 MiB/sec.
5298 2025.03.11 22:10:50.304012 [ 187 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5299 2025.03.11 22:10:50.304024 [ 4 ] {f79d0867-b7f3-4c43-abff-3ed7eaccfa3a} <Debug> TCPHandler: Processed in 0.003570011 sec.
5300 2025.03.11 22:10:50.304247 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5301 2025.03.11 22:10:50.304421 [ 4 ] {653d3efa-4b4f-4d2a-a98f-546261d52ab3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5302 2025.03.11 22:10:50.304492 [ 4 ] {653d3efa-4b4f-4d2a-a98f-546261d52ab3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5303 2025.03.11 22:10:50.304589 [ 187 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_36_7} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5304 2025.03.11 22:10:50.304825 [ 187 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_36_7} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5305 2025.03.11 22:10:50.305018 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5306 2025.03.11 22:10:50.305413 [ 4 ] {653d3efa-4b4f-4d2a-a98f-546261d52ab3} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5307 2025.03.11 22:10:50.305454 [ 4 ] {653d3efa-4b4f-4d2a-a98f-546261d52ab3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5308 2025.03.11 22:10:50.305841 [ 4 ] {653d3efa-4b4f-4d2a-a98f-546261d52ab3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5309 2025.03.11 22:10:50.306090 [ 4 ] {653d3efa-4b4f-4d2a-a98f-546261d52ab3} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5310 2025.03.11 22:10:50.306304 [ 4 ] {653d3efa-4b4f-4d2a-a98f-546261d52ab3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001955 sec., 81841.43222506394 rows/sec., 5.70 MiB/sec.
5311 2025.03.11 22:10:50.306363 [ 4 ] {653d3efa-4b4f-4d2a-a98f-546261d52ab3} <Debug> TCPHandler: Processed in 0.002176309 sec.
5312 2025.03.11 22:10:50.306483 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5313 2025.03.11 22:10:50.306589 [ 4 ] {7e06bdfb-7f3a-44ed-bae6-0ffc347fad26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5314 2025.03.11 22:10:50.306656 [ 4 ] {7e06bdfb-7f3a-44ed-bae6-0ffc347fad26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5315 2025.03.11 22:10:50.307726 [ 4 ] {7e06bdfb-7f3a-44ed-bae6-0ffc347fad26} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5316 2025.03.11 22:10:50.307765 [ 4 ] {7e06bdfb-7f3a-44ed-bae6-0ffc347fad26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5317 2025.03.11 22:10:50.308410 [ 4 ] {7e06bdfb-7f3a-44ed-bae6-0ffc347fad26} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
5318 2025.03.11 22:10:50.308681 [ 4 ] {7e06bdfb-7f3a-44ed-bae6-0ffc347fad26} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5319 2025.03.11 22:10:50.308930 [ 4 ] {7e06bdfb-7f3a-44ed-bae6-0ffc347fad26} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002363 sec., 13542.107490478205 rows/sec., 24.27 MiB/sec.
5320 2025.03.11 22:10:50.309024 [ 4 ] {7e06bdfb-7f3a-44ed-bae6-0ffc347fad26} <Debug> TCPHandler: Processed in 0.002590702 sec.
5321 2025.03.11 22:10:50.309137 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5322 2025.03.11 22:10:50.309239 [ 4 ] {5954dfa5-82b3-4057-91e5-1d42ef9ab6d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5323 2025.03.11 22:10:50.309285 [ 4 ] {5954dfa5-82b3-4057-91e5-1d42ef9ab6d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5324 2025.03.11 22:10:50.309761 [ 4 ] {5954dfa5-82b3-4057-91e5-1d42ef9ab6d4} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5325 2025.03.11 22:10:50.309799 [ 4 ] {5954dfa5-82b3-4057-91e5-1d42ef9ab6d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.18 GiB.
5326 2025.03.11 22:10:50.310166 [ 4 ] {5954dfa5-82b3-4057-91e5-1d42ef9ab6d4} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
5327 2025.03.11 22:10:50.310406 [ 4 ] {5954dfa5-82b3-4057-91e5-1d42ef9ab6d4} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5328 2025.03.11 22:10:50.310619 [ 4 ] {5954dfa5-82b3-4057-91e5-1d42ef9ab6d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec.
5329 2025.03.11 22:10:50.310668 [ 4 ] {5954dfa5-82b3-4057-91e5-1d42ef9ab6d4} <Debug> TCPHandler: Processed in 0.001580683 sec.
5330 2025.03.11 22:10:53.459904 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache
5331 2025.03.11 22:10:53.459974 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache
5332 2025.03.11 22:10:53.607793 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13786
5333 2025.03.11 22:10:53.608551 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5334 2025.03.11 22:10:53.608615 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5335 2025.03.11 22:10:53.609181 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5336 2025.03.11 22:10:53.609448 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5337 2025.03.11 22:10:53.609714 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786
5338 2025.03.11 22:10:54.556026 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227
5339 2025.03.11 22:10:54.577094 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5340 2025.03.11 22:10:54.577142 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5341 2025.03.11 22:10:54.584875 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
5342 2025.03.11 22:10:54.585662 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5343 2025.03.11 22:10:54.589303 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227
5344 2025.03.11 22:10:55.295488 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5345 2025.03.11 22:10:55.295704 [ 4 ] {5510c92f-826d-4949-8b60-53e36c598f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5346 2025.03.11 22:10:55.295784 [ 4 ] {5510c92f-826d-4949-8b60-53e36c598f27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5347 2025.03.11 22:10:55.296570 [ 4 ] {5510c92f-826d-4949-8b60-53e36c598f27} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5348 2025.03.11 22:10:55.296623 [ 4 ] {5510c92f-826d-4949-8b60-53e36c598f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5349 2025.03.11 22:10:55.297081 [ 4 ] {5510c92f-826d-4949-8b60-53e36c598f27} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5350 2025.03.11 22:10:55.297355 [ 4 ] {5510c92f-826d-4949-8b60-53e36c598f27} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5351 2025.03.11 22:10:55.297581 [ 4 ] {5510c92f-826d-4949-8b60-53e36c598f27} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001932 sec., 37267.08074534162 rows/sec., 3.01 MiB/sec.
5352 2025.03.11 22:10:55.297677 [ 4 ] {5510c92f-826d-4949-8b60-53e36c598f27} <Debug> TCPHandler: Processed in 0.00233291 sec.
5353 2025.03.11 22:10:55.297953 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5354 2025.03.11 22:10:55.298160 [ 4 ] {d6ec8623-cbf2-4620-a3a6-9a3248ce3a40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5355 2025.03.11 22:10:55.298212 [ 4 ] {d6ec8623-cbf2-4620-a3a6-9a3248ce3a40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5356 2025.03.11 22:10:55.298757 [ 4 ] {d6ec8623-cbf2-4620-a3a6-9a3248ce3a40} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5357 2025.03.11 22:10:55.298797 [ 4 ] {d6ec8623-cbf2-4620-a3a6-9a3248ce3a40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5358 2025.03.11 22:10:55.299149 [ 4 ] {d6ec8623-cbf2-4620-a3a6-9a3248ce3a40} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5359 2025.03.11 22:10:55.299391 [ 4 ] {d6ec8623-cbf2-4620-a3a6-9a3248ce3a40} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5360 2025.03.11 22:10:55.299565 [ 4 ] {d6ec8623-cbf2-4620-a3a6-9a3248ce3a40} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001449 sec., 5521.048999309869 rows/sec., 415.16 KiB/sec.
5361 2025.03.11 22:10:55.299616 [ 4 ] {d6ec8623-cbf2-4620-a3a6-9a3248ce3a40} <Debug> TCPHandler: Processed in 0.001772936 sec.
5362 2025.03.11 22:10:55.299719 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5363 2025.03.11 22:10:55.299821 [ 4 ] {67af6743-46b3-472a-af48-9672aeb95872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5364 2025.03.11 22:10:55.299866 [ 4 ] {67af6743-46b3-472a-af48-9672aeb95872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5365 2025.03.11 22:10:55.300403 [ 4 ] {67af6743-46b3-472a-af48-9672aeb95872} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5366 2025.03.11 22:10:55.300440 [ 4 ] {67af6743-46b3-472a-af48-9672aeb95872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5367 2025.03.11 22:10:55.300799 [ 4 ] {67af6743-46b3-472a-af48-9672aeb95872} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5368 2025.03.11 22:10:55.301033 [ 4 ] {67af6743-46b3-472a-af48-9672aeb95872} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5369 2025.03.11 22:10:55.301208 [ 4 ] {67af6743-46b3-472a-af48-9672aeb95872} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.00141 sec., 51063.82978723404 rows/sec., 3.99 MiB/sec.
5370 2025.03.11 22:10:55.301258 [ 4 ] {67af6743-46b3-472a-af48-9672aeb95872} <Debug> TCPHandler: Processed in 0.001587834 sec.
5371 2025.03.11 22:10:55.301358 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5372 2025.03.11 22:10:55.301460 [ 4 ] {742db2cc-2a75-4c6a-92f5-bdd14bdcf4b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5373 2025.03.11 22:10:55.301509 [ 4 ] {742db2cc-2a75-4c6a-92f5-bdd14bdcf4b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5374 2025.03.11 22:10:55.302011 [ 4 ] {742db2cc-2a75-4c6a-92f5-bdd14bdcf4b1} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5375 2025.03.11 22:10:55.302047 [ 4 ] {742db2cc-2a75-4c6a-92f5-bdd14bdcf4b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5376 2025.03.11 22:10:55.302429 [ 4 ] {742db2cc-2a75-4c6a-92f5-bdd14bdcf4b1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5377 2025.03.11 22:10:55.302664 [ 4 ] {742db2cc-2a75-4c6a-92f5-bdd14bdcf4b1} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5378 2025.03.11 22:10:55.302834 [ 4 ] {742db2cc-2a75-4c6a-92f5-bdd14bdcf4b1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001398 sec., 114449.21316165951 rows/sec., 7.97 MiB/sec.
5379 2025.03.11 22:10:55.302898 [ 4 ] {742db2cc-2a75-4c6a-92f5-bdd14bdcf4b1} <Debug> TCPHandler: Processed in 0.001589703 sec.
5380 2025.03.11 22:10:55.303002 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5381 2025.03.11 22:10:55.303104 [ 4 ] {c708f15e-8bcb-47e8-acb9-854147eb768d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5382 2025.03.11 22:10:55.303167 [ 4 ] {c708f15e-8bcb-47e8-acb9-854147eb768d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5383 2025.03.11 22:10:55.304208 [ 4 ] {c708f15e-8bcb-47e8-acb9-854147eb768d} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5384 2025.03.11 22:10:55.304243 [ 4 ] {c708f15e-8bcb-47e8-acb9-854147eb768d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5385 2025.03.11 22:10:55.304841 [ 4 ] {c708f15e-8bcb-47e8-acb9-854147eb768d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
5386 2025.03.11 22:10:55.305105 [ 4 ] {c708f15e-8bcb-47e8-acb9-854147eb768d} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5387 2025.03.11 22:10:55.305243 [ 48 ] {} <Debug> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
5388 2025.03.11 22:10:55.305296 [ 48 ] {} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5389 2025.03.11 22:10:55.305315 [ 4 ] {c708f15e-8bcb-47e8-acb9-854147eb768d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002231 sec., 3585.835948005379 rows/sec., 6.43 MiB/sec.
5390 2025.03.11 22:10:55.305324 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5391 2025.03.11 22:10:55.305687 [ 4 ] {c708f15e-8bcb-47e8-acb9-854147eb768d} <Debug> TCPHandler: Processed in 0.002728843 sec.
5392 2025.03.11 22:10:55.305825 [ 190 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
5393 2025.03.11 22:10:55.305877 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5394 2025.03.11 22:10:55.306067 [ 4 ] {cb4ad125-8071-474b-9a38-61d139302971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5395 2025.03.11 22:10:55.306171 [ 4 ] {cb4ad125-8071-474b-9a38-61d139302971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5396 2025.03.11 22:10:55.306850 [ 190 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5397 2025.03.11 22:10:55.307020 [ 190 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 586 rows starting from the beginning of the part
5398 2025.03.11 22:10:55.307741 [ 190 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
5399 2025.03.11 22:10:55.308095 [ 4 ] {cb4ad125-8071-474b-9a38-61d139302971} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5400 2025.03.11 22:10:55.308183 [ 4 ] {cb4ad125-8071-474b-9a38-61d139302971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5401 2025.03.11 22:10:55.308475 [ 190 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part
5402 2025.03.11 22:10:55.309034 [ 190 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
5403 2025.03.11 22:10:55.309605 [ 190 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part
5404 2025.03.11 22:10:55.309640 [ 4 ] {cb4ad125-8071-474b-9a38-61d139302971} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
5405 2025.03.11 22:10:55.310119 [ 190 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
5406 2025.03.11 22:10:55.310567 [ 4 ] {cb4ad125-8071-474b-9a38-61d139302971} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5407 2025.03.11 22:10:55.311364 [ 4 ] {cb4ad125-8071-474b-9a38-61d139302971} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005314 sec., 11290.929619872037 rows/sec., 779.19 KiB/sec.
5408 2025.03.11 22:10:55.311649 [ 4 ] {cb4ad125-8071-474b-9a38-61d139302971} <Debug> TCPHandler: Processed in 0.00582586 sec.
5409 2025.03.11 22:10:55.319034 [ 190 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 674 rows, containing 19 columns (19 merged, 0 gathered) in 0.013533105 sec., 49803.79595074449 rows/sec., 89.25 MiB/sec.
5410 2025.03.11 22:10:55.319921 [ 192 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
5411 2025.03.11 22:10:55.320354 [ 192 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5412 2025.03.11 22:10:55.320431 [ 192 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
5413 2025.03.11 22:10:55.320570 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.45 MiB.
5414 2025.03.11 22:10:56.000253 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.61 MiB, peak 203.01 MiB, free memory in arenas 0.00 B, will set to 196.76 MiB (RSS), difference: 1.15 MiB
5415 2025.03.11 22:10:56.564526 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5416 2025.03.11 22:10:56.564737 [ 4 ] {cad0a349-451a-468b-bc2a-60e7debf29e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
5417 2025.03.11 22:10:56.564816 [ 4 ] {cad0a349-451a-468b-bc2a-60e7debf29e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
5418 2025.03.11 22:10:56.565574 [ 4 ] {cad0a349-451a-468b-bc2a-60e7debf29e9} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5419 2025.03.11 22:10:56.565625 [ 4 ] {cad0a349-451a-468b-bc2a-60e7debf29e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5420 2025.03.11 22:10:56.566072 [ 4 ] {cad0a349-451a-468b-bc2a-60e7debf29e9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5421 2025.03.11 22:10:56.566337 [ 4 ] {cad0a349-451a-468b-bc2a-60e7debf29e9} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5422 2025.03.11 22:10:56.566592 [ 4 ] {cad0a349-451a-468b-bc2a-60e7debf29e9} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001909 sec., 12572.027239392351 rows/sec., 1.04 MiB/sec.
5423 2025.03.11 22:10:56.566815 [ 4 ] {cad0a349-451a-468b-bc2a-60e7debf29e9} <Debug> TCPHandler: Processed in 0.00242955 sec.
5424 2025.03.11 22:10:56.566943 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5425 2025.03.11 22:10:56.567050 [ 4 ] {8acf56a5-3a6c-4768-acc2-2c0cc2d26df5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
5426 2025.03.11 22:10:56.567099 [ 4 ] {8acf56a5-3a6c-4768-acc2-2c0cc2d26df5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
5427 2025.03.11 22:10:56.567652 [ 4 ] {8acf56a5-3a6c-4768-acc2-2c0cc2d26df5} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5428 2025.03.11 22:10:56.567693 [ 4 ] {8acf56a5-3a6c-4768-acc2-2c0cc2d26df5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5429 2025.03.11 22:10:56.568063 [ 4 ] {8acf56a5-3a6c-4768-acc2-2c0cc2d26df5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
5430 2025.03.11 22:10:56.568309 [ 4 ] {8acf56a5-3a6c-4768-acc2-2c0cc2d26df5} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5431 2025.03.11 22:10:56.568561 [ 4 ] {8acf56a5-3a6c-4768-acc2-2c0cc2d26df5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001536 sec., 1302.0833333333333 rows/sec., 106.18 KiB/sec.
5432 2025.03.11 22:10:56.568726 [ 4 ] {8acf56a5-3a6c-4768-acc2-2c0cc2d26df5} <Debug> TCPHandler: Processed in 0.001834746 sec.
5433 2025.03.11 22:10:56.568838 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5434 2025.03.11 22:10:56.568947 [ 4 ] {86cfd91e-4551-478b-b8da-ae758de47ffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5435 2025.03.11 22:10:56.568994 [ 4 ] {86cfd91e-4551-478b-b8da-ae758de47ffd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5436 2025.03.11 22:10:56.570312 [ 4 ] {86cfd91e-4551-478b-b8da-ae758de47ffd} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5437 2025.03.11 22:10:56.570357 [ 4 ] {86cfd91e-4551-478b-b8da-ae758de47ffd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5438 2025.03.11 22:10:56.570826 [ 4 ] {86cfd91e-4551-478b-b8da-ae758de47ffd} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5439 2025.03.11 22:10:56.571074 [ 4 ] {86cfd91e-4551-478b-b8da-ae758de47ffd} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5440 2025.03.11 22:10:56.571347 [ 4 ] {86cfd91e-4551-478b-b8da-ae758de47ffd} <Debug> executeQuery: Read 1381 rows, 118.04 KiB in 0.002413 sec., 572316.6183174471 rows/sec., 47.77 MiB/sec.
5441 2025.03.11 22:10:56.571405 [ 4 ] {86cfd91e-4551-478b-b8da-ae758de47ffd} <Debug> TCPHandler: Processed in 0.002615982 sec.
5442 2025.03.11 22:10:56.571650 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5443 2025.03.11 22:10:56.571784 [ 4 ] {14d88339-a69e-4905-9d26-0d1223a40faf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5444 2025.03.11 22:10:56.571843 [ 4 ] {14d88339-a69e-4905-9d26-0d1223a40faf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5445 2025.03.11 22:10:56.572481 [ 4 ] {14d88339-a69e-4905-9d26-0d1223a40faf} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5446 2025.03.11 22:10:56.572522 [ 4 ] {14d88339-a69e-4905-9d26-0d1223a40faf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5447 2025.03.11 22:10:56.572893 [ 4 ] {14d88339-a69e-4905-9d26-0d1223a40faf} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5448 2025.03.11 22:10:56.573146 [ 4 ] {14d88339-a69e-4905-9d26-0d1223a40faf} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5449 2025.03.11 22:10:56.573362 [ 4 ] {14d88339-a69e-4905-9d26-0d1223a40faf} <Debug> executeQuery: Read 46 rows, 3.51 KiB in 0.001606 sec., 28642.590286425904 rows/sec., 2.13 MiB/sec.
5450 2025.03.11 22:10:56.573416 [ 4 ] {14d88339-a69e-4905-9d26-0d1223a40faf} <Debug> TCPHandler: Processed in 0.001862105 sec.
5451 2025.03.11 22:10:56.573537 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5452 2025.03.11 22:10:56.573643 [ 4 ] {5845dbc1-9841-43ef-9326-98b22340af15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
5453 2025.03.11 22:10:56.573688 [ 4 ] {5845dbc1-9841-43ef-9326-98b22340af15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
5454 2025.03.11 22:10:56.574308 [ 4 ] {5845dbc1-9841-43ef-9326-98b22340af15} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5455 2025.03.11 22:10:56.574348 [ 4 ] {5845dbc1-9841-43ef-9326-98b22340af15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5456 2025.03.11 22:10:56.574710 [ 4 ] {5845dbc1-9841-43ef-9326-98b22340af15} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
5457 2025.03.11 22:10:56.574956 [ 4 ] {5845dbc1-9841-43ef-9326-98b22340af15} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5458 2025.03.11 22:10:56.575220 [ 4 ] {5845dbc1-9841-43ef-9326-98b22340af15} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001594 sec., 158092.84818067754 rows/sec., 10.93 MiB/sec.
5459 2025.03.11 22:10:56.575396 [ 4 ] {5845dbc1-9841-43ef-9326-98b22340af15} <Debug> TCPHandler: Processed in 0.001909196 sec.
5460 2025.03.11 22:10:56.575529 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5461 2025.03.11 22:10:56.575635 [ 4 ] {9101835b-9206-4930-aecc-6936f3ad1a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
5462 2025.03.11 22:10:56.575679 [ 4 ] {9101835b-9206-4930-aecc-6936f3ad1a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
5463 2025.03.11 22:10:56.576223 [ 4 ] {9101835b-9206-4930-aecc-6936f3ad1a96} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5464 2025.03.11 22:10:56.576262 [ 4 ] {9101835b-9206-4930-aecc-6936f3ad1a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5465 2025.03.11 22:10:56.576604 [ 4 ] {9101835b-9206-4930-aecc-6936f3ad1a96} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary)
5466 2025.03.11 22:10:56.576837 [ 4 ] {9101835b-9206-4930-aecc-6936f3ad1a96} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5467 2025.03.11 22:10:56.577069 [ 4 ] {9101835b-9206-4930-aecc-6936f3ad1a96} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001454 sec., 8253.094910591471 rows/sec., 644.77 KiB/sec.
5468 2025.03.11 22:10:56.577218 [ 4 ] {9101835b-9206-4930-aecc-6936f3ad1a96} <Debug> TCPHandler: Processed in 0.001738815 sec.
5469 2025.03.11 22:10:56.577324 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5470 2025.03.11 22:10:56.577426 [ 4 ] {c2dfe01f-3e13-4088-9506-a5a23c3f2b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5471 2025.03.11 22:10:56.577470 [ 4 ] {c2dfe01f-3e13-4088-9506-a5a23c3f2b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5472 2025.03.11 22:10:56.578217 [ 4 ] {c2dfe01f-3e13-4088-9506-a5a23c3f2b2f} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5473 2025.03.11 22:10:56.578256 [ 4 ] {c2dfe01f-3e13-4088-9506-a5a23c3f2b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5474 2025.03.11 22:10:56.578631 [ 4 ] {c2dfe01f-3e13-4088-9506-a5a23c3f2b2f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5475 2025.03.11 22:10:56.578867 [ 4 ] {c2dfe01f-3e13-4088-9506-a5a23c3f2b2f} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5476 2025.03.11 22:10:56.579085 [ 4 ] {c2dfe01f-3e13-4088-9506-a5a23c3f2b2f} <Debug> executeQuery: Read 590 rows, 45.39 KiB in 0.001681 sec., 350981.55859607377 rows/sec., 26.37 MiB/sec.
5477 2025.03.11 22:10:56.579137 [ 4 ] {c2dfe01f-3e13-4088-9506-a5a23c3f2b2f} <Debug> TCPHandler: Processed in 0.001865056 sec.
5478 2025.03.11 22:10:56.579241 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5479 2025.03.11 22:10:56.579342 [ 4 ] {b3969f1a-a8bc-4ce9-a7a4-039b4ef12cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5480 2025.03.11 22:10:56.579390 [ 4 ] {b3969f1a-a8bc-4ce9-a7a4-039b4ef12cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5481 2025.03.11 22:10:56.580069 [ 4 ] {b3969f1a-a8bc-4ce9-a7a4-039b4ef12cb1} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5482 2025.03.11 22:10:56.580107 [ 4 ] {b3969f1a-a8bc-4ce9-a7a4-039b4ef12cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5483 2025.03.11 22:10:56.580535 [ 4 ] {b3969f1a-a8bc-4ce9-a7a4-039b4ef12cb1} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5484 2025.03.11 22:10:56.580770 [ 4 ] {b3969f1a-a8bc-4ce9-a7a4-039b4ef12cb1} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5485 2025.03.11 22:10:56.580983 [ 4 ] {b3969f1a-a8bc-4ce9-a7a4-039b4ef12cb1} <Debug> executeQuery: Read 947 rows, 65.46 KiB in 0.001662 sec., 569795.4271961492 rows/sec., 38.46 MiB/sec.
5486 2025.03.11 22:10:56.581034 [ 4 ] {b3969f1a-a8bc-4ce9-a7a4-039b4ef12cb1} <Debug> TCPHandler: Processed in 0.001843996 sec.
5487 2025.03.11 22:10:56.581153 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5488 2025.03.11 22:10:56.581265 [ 4 ] {7082ec38-266c-4f11-b9da-4a3b08ea49a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5489 2025.03.11 22:10:56.581333 [ 4 ] {7082ec38-266c-4f11-b9da-4a3b08ea49a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5490 2025.03.11 22:10:56.582459 [ 4 ] {7082ec38-266c-4f11-b9da-4a3b08ea49a2} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5491 2025.03.11 22:10:56.582499 [ 4 ] {7082ec38-266c-4f11-b9da-4a3b08ea49a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5492 2025.03.11 22:10:56.583234 [ 4 ] {7082ec38-266c-4f11-b9da-4a3b08ea49a2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
5493 2025.03.11 22:10:56.583563 [ 4 ] {7082ec38-266c-4f11-b9da-4a3b08ea49a2} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5494 2025.03.11 22:10:56.583833 [ 4 ] {7082ec38-266c-4f11-b9da-4a3b08ea49a2} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002589 sec., 12359.984550019311 rows/sec., 22.15 MiB/sec.
5495 2025.03.11 22:10:56.583928 [ 4 ] {7082ec38-266c-4f11-b9da-4a3b08ea49a2} <Debug> TCPHandler: Processed in 0.002831214 sec.
5496 2025.03.11 22:10:56.584056 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5497 2025.03.11 22:10:56.584161 [ 4 ] {54028820-cd28-4bcb-a58a-67d9394b8381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5498 2025.03.11 22:10:56.584207 [ 4 ] {54028820-cd28-4bcb-a58a-67d9394b8381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5499 2025.03.11 22:10:56.584639 [ 4 ] {54028820-cd28-4bcb-a58a-67d9394b8381} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5500 2025.03.11 22:10:56.584678 [ 4 ] {54028820-cd28-4bcb-a58a-67d9394b8381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5501 2025.03.11 22:10:56.585027 [ 4 ] {54028820-cd28-4bcb-a58a-67d9394b8381} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
5502 2025.03.11 22:10:56.585272 [ 4 ] {54028820-cd28-4bcb-a58a-67d9394b8381} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5503 2025.03.11 22:10:56.585519 [ 4 ] {54028820-cd28-4bcb-a58a-67d9394b8381} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001369 sec., 17531.044558071586 rows/sec., 1.18 MiB/sec.
5504 2025.03.11 22:10:56.585589 [ 4 ] {54028820-cd28-4bcb-a58a-67d9394b8381} <Debug> TCPHandler: Processed in 0.001581453 sec.
5505 2025.03.11 22:10:58.669852 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 780
5506 2025.03.11 22:10:58.673560 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5507 2025.03.11 22:10:58.673601 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5508 2025.03.11 22:10:58.675121 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary)
5509 2025.03.11 22:10:58.675427 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5510 2025.03.11 22:10:58.676720 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 780
5511 2025.03.11 22:11:00.292344 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5512 2025.03.11 22:11:00.292547 [ 4 ] {94ecb1cd-eb84-4861-94cd-8e8c2d3d91ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5513 2025.03.11 22:11:00.292625 [ 4 ] {94ecb1cd-eb84-4861-94cd-8e8c2d3d91ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5514 2025.03.11 22:11:00.293440 [ 4 ] {94ecb1cd-eb84-4861-94cd-8e8c2d3d91ff} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5515 2025.03.11 22:11:00.293485 [ 4 ] {94ecb1cd-eb84-4861-94cd-8e8c2d3d91ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5516 2025.03.11 22:11:00.293921 [ 4 ] {94ecb1cd-eb84-4861-94cd-8e8c2d3d91ff} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5517 2025.03.11 22:11:00.294183 [ 4 ] {94ecb1cd-eb84-4861-94cd-8e8c2d3d91ff} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5518 2025.03.11 22:11:00.294388 [ 122 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0
5519 2025.03.11 22:11:00.294424 [ 4 ] {94ecb1cd-eb84-4861-94cd-8e8c2d3d91ff} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001932 sec., 28985.507246376812 rows/sec., 2.21 MiB/sec.
5520 2025.03.11 22:11:00.294477 [ 122 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5521 2025.03.11 22:11:00.294551 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5522 2025.03.11 22:11:00.294551 [ 4 ] {94ecb1cd-eb84-4861-94cd-8e8c2d3d91ff} <Debug> TCPHandler: Processed in 0.00234475 sec.
5523 2025.03.11 22:11:00.294725 [ 200 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full
5524 2025.03.11 22:11:00.294748 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5525 2025.03.11 22:11:00.294853 [ 200 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5526 2025.03.11 22:11:00.294882 [ 4 ] {7e00f1fa-d860-4468-9acd-609aa550b810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5527 2025.03.11 22:11:00.294895 [ 200 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 1406 rows starting from the beginning of the part
5528 2025.03.11 22:11:00.294939 [ 4 ] {7e00f1fa-d860-4468-9acd-609aa550b810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5529 2025.03.11 22:11:00.295084 [ 200 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 73 rows starting from the beginning of the part
5530 2025.03.11 22:11:00.295309 [ 200 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 120 rows starting from the beginning of the part
5531 2025.03.11 22:11:00.295571 [ 200 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 72 rows starting from the beginning of the part
5532 2025.03.11 22:11:00.295834 [ 200 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1381 rows starting from the beginning of the part
5533 2025.03.11 22:11:00.296017 [ 200 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part
5534 2025.03.11 22:11:00.296753 [ 4 ] {7e00f1fa-d860-4468-9acd-609aa550b810} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5535 2025.03.11 22:11:00.296797 [ 4 ] {7e00f1fa-d860-4468-9acd-609aa550b810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5536 2025.03.11 22:11:00.297317 [ 4 ] {7e00f1fa-d860-4468-9acd-609aa550b810} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5537 2025.03.11 22:11:00.297607 [ 4 ] {7e00f1fa-d860-4468-9acd-609aa550b810} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5538 2025.03.11 22:11:00.297797 [ 122 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0
5539 2025.03.11 22:11:00.297855 [ 122 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5540 2025.03.11 22:11:00.297872 [ 4 ] {7e00f1fa-d860-4468-9acd-609aa550b810} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003017 sec., 21213.125621478288 rows/sec., 1.66 MiB/sec.
5541 2025.03.11 22:11:00.297920 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5542 2025.03.11 22:11:00.298217 [ 4 ] {7e00f1fa-d860-4468-9acd-609aa550b810} <Debug> TCPHandler: Processed in 0.00352457 sec.
5543 2025.03.11 22:11:00.298399 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full
5544 2025.03.11 22:11:00.298492 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5545 2025.03.11 22:11:00.298664 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5546 2025.03.11 22:11:00.298666 [ 191 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3108 rows, containing 5 columns (5 merged, 0 gathered) in 0.003997114 sec., 777561.0102689089 rows/sec., 67.74 MiB/sec.
5547 2025.03.11 22:11:00.298720 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 632 rows starting from the beginning of the part
5548 2025.03.11 22:11:00.298720 [ 4 ] {7a35eb27-9234-4abf-86f4-0a8059f4332c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5549 2025.03.11 22:11:00.298915 [ 4 ] {7a35eb27-9234-4abf-86f4-0a8059f4332c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5550 2025.03.11 22:11:00.299071 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 74 rows starting from the beginning of the part
5551 2025.03.11 22:11:00.299520 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 96 rows starting from the beginning of the part
5552 2025.03.11 22:11:00.299676 [ 191 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary)
5553 2025.03.11 22:11:00.300016 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 72 rows starting from the beginning of the part
5554 2025.03.11 22:11:00.300520 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 590 rows starting from the beginning of the part
5555 2025.03.11 22:11:00.300956 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part
5556 2025.03.11 22:11:00.301821 [ 191 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_50_10} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5557 2025.03.11 22:11:00.302167 [ 191 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_50_10} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10
5558 2025.03.11 22:11:00.302496 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
5559 2025.03.11 22:11:00.302718 [ 4 ] {7a35eb27-9234-4abf-86f4-0a8059f4332c} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5560 2025.03.11 22:11:00.302771 [ 4 ] {7a35eb27-9234-4abf-86f4-0a8059f4332c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5561 2025.03.11 22:11:00.303338 [ 4 ] {7a35eb27-9234-4abf-86f4-0a8059f4332c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5562 2025.03.11 22:11:00.303584 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1528 rows, containing 5 columns (5 merged, 0 gathered) in 0.005459287 sec., 279890.02959543985 rows/sec., 22.29 MiB/sec.
5563 2025.03.11 22:11:00.303684 [ 4 ] {7a35eb27-9234-4abf-86f4-0a8059f4332c} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5564 2025.03.11 22:11:00.303740 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary)
5565 2025.03.11 22:11:00.303985 [ 4 ] {7a35eb27-9234-4abf-86f4-0a8059f4332c} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.005329 sec., 18014.636892475133 rows/sec., 1.25 MiB/sec.
5566 2025.03.11 22:11:00.304079 [ 4 ] {7a35eb27-9234-4abf-86f4-0a8059f4332c} <Debug> TCPHandler: Processed in 0.005669738 sec.
5567 2025.03.11 22:11:00.304156 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_50_10} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5568 2025.03.11 22:11:00.304208 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5569 2025.03.11 22:11:00.304241 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_50_10} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10
5570 2025.03.11 22:11:00.304330 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
5571 2025.03.11 22:11:00.304340 [ 4 ] {ad18b7fe-a53a-4a2d-95c1-ad36dc7773e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5572 2025.03.11 22:11:00.304394 [ 4 ] {ad18b7fe-a53a-4a2d-95c1-ad36dc7773e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5573 2025.03.11 22:11:00.304828 [ 4 ] {ad18b7fe-a53a-4a2d-95c1-ad36dc7773e8} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5574 2025.03.11 22:11:00.304865 [ 4 ] {ad18b7fe-a53a-4a2d-95c1-ad36dc7773e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5575 2025.03.11 22:11:00.305231 [ 4 ] {ad18b7fe-a53a-4a2d-95c1-ad36dc7773e8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
5576 2025.03.11 22:11:00.305474 [ 4 ] {ad18b7fe-a53a-4a2d-95c1-ad36dc7773e8} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5577 2025.03.11 22:11:00.305689 [ 4 ] {ad18b7fe-a53a-4a2d-95c1-ad36dc7773e8} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001387 sec., 25955.299206921412 rows/sec., 1.75 MiB/sec.
5578 2025.03.11 22:11:00.305740 [ 4 ] {ad18b7fe-a53a-4a2d-95c1-ad36dc7773e8} <Debug> TCPHandler: Processed in 0.001590793 sec.
5579 2025.03.11 22:11:01.109975 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14274
5580 2025.03.11 22:11:01.111035 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5581 2025.03.11 22:11:01.111080 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5582 2025.03.11 22:11:01.111620 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5583 2025.03.11 22:11:01.111879 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5584 2025.03.11 22:11:01.112093 [ 147 ] {} <Debug> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5585 2025.03.11 22:11:01.112133 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274
5586 2025.03.11 22:11:01.112183 [ 147 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5587 2025.03.11 22:11:01.112213 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5588 2025.03.11 22:11:01.112366 [ 200 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::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
5589 2025.03.11 22:11:01.112555 [ 200 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5590 2025.03.11 22:11:01.112613 [ 200 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::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
5591 2025.03.11 22:11:01.112702 [ 200 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 488 rows starting from the beginning of the part
5592 2025.03.11 22:11:01.112806 [ 200 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 427 rows starting from the beginning of the part
5593 2025.03.11 22:11:01.112968 [ 200 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 488 rows starting from the beginning of the part
5594 2025.03.11 22:11:01.113176 [ 200 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 427 rows starting from the beginning of the part
5595 2025.03.11 22:11:01.113385 [ 200 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 488 rows starting from the beginning of the part
5596 2025.03.11 22:11:01.115953 [ 191 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.003663241 sec., 3896549.5308662467 rows/sec., 55.74 MiB/sec.
5597 2025.03.11 22:11:01.116448 [ 191 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5598 2025.03.11 22:11:01.116853 [ 191 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_31_6} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5599 2025.03.11 22:11:01.116962 [ 191 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_31_6} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5600 2025.03.11 22:11:01.117074 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB.
5601 2025.03.11 22:11:02.089443 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234
5602 2025.03.11 22:11:02.111437 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5603 2025.03.11 22:11:02.111508 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5604 2025.03.11 22:11:02.118944 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
5605 2025.03.11 22:11:02.119750 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5606 2025.03.11 22:11:02.120165 [ 127 ] {} <Debug> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
5607 2025.03.11 22:11:02.120309 [ 127 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5608 2025.03.11 22:11:02.120382 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5609 2025.03.11 22:11:02.120812 [ 193 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
5610 2025.03.11 22:11:02.136738 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234
5611 2025.03.11 22:11:02.138052 [ 193 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5612 2025.03.11 22:11:02.139268 [ 193 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
5613 2025.03.11 22:11:02.144174 [ 193 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
5614 2025.03.11 22:11:02.149384 [ 193 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
5615 2025.03.11 22:11:02.154805 [ 193 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
5616 2025.03.11 22:11:02.160564 [ 193 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
5617 2025.03.11 22:11:02.164951 [ 193 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
5618 2025.03.11 22:11:02.226689 [ 193 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.106131185 sec., 2204.8184989171655 rows/sec., 11.40 MiB/sec.
5619 2025.03.11 22:11:02.228483 [ 193 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
5620 2025.03.11 22:11:02.230916 [ 193 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_31_6} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5621 2025.03.11 22:11:02.231034 [ 193 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_31_6} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
5622 2025.03.11 22:11:02.232581 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB.
5623 2025.03.11 22:11:03.000190 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 198.08 MiB, peak 208.62 MiB, free memory in arenas 0.00 B, will set to 200.16 MiB (RSS), difference: 2.09 MiB
5624 2025.03.11 22:11:05.295951 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5625 2025.03.11 22:11:05.296150 [ 4 ] {d4a7b1ce-8120-4d3e-8d69-57035ef87a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5626 2025.03.11 22:11:05.296226 [ 4 ] {d4a7b1ce-8120-4d3e-8d69-57035ef87a4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5627 2025.03.11 22:11:05.297124 [ 4 ] {d4a7b1ce-8120-4d3e-8d69-57035ef87a4f} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5628 2025.03.11 22:11:05.297176 [ 4 ] {d4a7b1ce-8120-4d3e-8d69-57035ef87a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5629 2025.03.11 22:11:05.297629 [ 4 ] {d4a7b1ce-8120-4d3e-8d69-57035ef87a4f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5630 2025.03.11 22:11:05.297895 [ 4 ] {d4a7b1ce-8120-4d3e-8d69-57035ef87a4f} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5631 2025.03.11 22:11:05.298148 [ 4 ] {d4a7b1ce-8120-4d3e-8d69-57035ef87a4f} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002043 sec., 35242.290748898675 rows/sec., 2.85 MiB/sec.
5632 2025.03.11 22:11:05.298206 [ 4 ] {d4a7b1ce-8120-4d3e-8d69-57035ef87a4f} <Debug> TCPHandler: Processed in 0.002396821 sec.
5633 2025.03.11 22:11:05.298331 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5634 2025.03.11 22:11:05.298436 [ 4 ] {94d3107c-6ffd-4356-9770-a45b69ab13a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5635 2025.03.11 22:11:05.298481 [ 4 ] {94d3107c-6ffd-4356-9770-a45b69ab13a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5636 2025.03.11 22:11:05.298996 [ 4 ] {94d3107c-6ffd-4356-9770-a45b69ab13a8} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5637 2025.03.11 22:11:05.299036 [ 4 ] {94d3107c-6ffd-4356-9770-a45b69ab13a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5638 2025.03.11 22:11:05.299393 [ 4 ] {94d3107c-6ffd-4356-9770-a45b69ab13a8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5639 2025.03.11 22:11:05.299644 [ 4 ] {94d3107c-6ffd-4356-9770-a45b69ab13a8} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5640 2025.03.11 22:11:05.299861 [ 4 ] {94d3107c-6ffd-4356-9770-a45b69ab13a8} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001446 sec., 5532.5034578146615 rows/sec., 416.02 KiB/sec.
5641 2025.03.11 22:11:05.299913 [ 4 ] {94d3107c-6ffd-4356-9770-a45b69ab13a8} <Debug> TCPHandler: Processed in 0.001634854 sec.
5642 2025.03.11 22:11:05.300019 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5643 2025.03.11 22:11:05.300120 [ 4 ] {e7c5828b-cc01-4041-9ce8-a1d30189aa55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5644 2025.03.11 22:11:05.300165 [ 4 ] {e7c5828b-cc01-4041-9ce8-a1d30189aa55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5645 2025.03.11 22:11:05.300716 [ 4 ] {e7c5828b-cc01-4041-9ce8-a1d30189aa55} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5646 2025.03.11 22:11:05.300756 [ 4 ] {e7c5828b-cc01-4041-9ce8-a1d30189aa55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5647 2025.03.11 22:11:05.301120 [ 4 ] {e7c5828b-cc01-4041-9ce8-a1d30189aa55} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5648 2025.03.11 22:11:05.301360 [ 4 ] {e7c5828b-cc01-4041-9ce8-a1d30189aa55} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5649 2025.03.11 22:11:05.301577 [ 4 ] {e7c5828b-cc01-4041-9ce8-a1d30189aa55} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001477 sec., 48747.46106973595 rows/sec., 3.81 MiB/sec.
5650 2025.03.11 22:11:05.301629 [ 4 ] {e7c5828b-cc01-4041-9ce8-a1d30189aa55} <Debug> TCPHandler: Processed in 0.001660604 sec.
5651 2025.03.11 22:11:05.301741 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5652 2025.03.11 22:11:05.301845 [ 4 ] {612b2061-32f7-4dad-ae30-a1998f0a2d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5653 2025.03.11 22:11:05.301893 [ 4 ] {612b2061-32f7-4dad-ae30-a1998f0a2d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5654 2025.03.11 22:11:05.302415 [ 4 ] {612b2061-32f7-4dad-ae30-a1998f0a2d52} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5655 2025.03.11 22:11:05.302454 [ 4 ] {612b2061-32f7-4dad-ae30-a1998f0a2d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5656 2025.03.11 22:11:05.302848 [ 4 ] {612b2061-32f7-4dad-ae30-a1998f0a2d52} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5657 2025.03.11 22:11:05.303089 [ 4 ] {612b2061-32f7-4dad-ae30-a1998f0a2d52} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5658 2025.03.11 22:11:05.303293 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5659 2025.03.11 22:11:05.303328 [ 4 ] {612b2061-32f7-4dad-ae30-a1998f0a2d52} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001505 sec., 106312.29235880398 rows/sec., 7.40 MiB/sec.
5660 2025.03.11 22:11:05.303410 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5661 2025.03.11 22:11:05.303465 [ 4 ] {612b2061-32f7-4dad-ae30-a1998f0a2d52} <Debug> TCPHandler: Processed in 0.001770696 sec.
5662 2025.03.11 22:11:05.303488 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5663 2025.03.11 22:11:05.303685 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5664 2025.03.11 22:11:05.304114 [ 4 ] {bb9e93b1-9a23-47d1-8727-a336a60b7b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5665 2025.03.11 22:11:05.304141 [ 189 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
5666 2025.03.11 22:11:05.304518 [ 4 ] {bb9e93b1-9a23-47d1-8727-a336a60b7b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5667 2025.03.11 22:11:05.304897 [ 189 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5668 2025.03.11 22:11:05.305079 [ 189 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13400 rows starting from the beginning of the part
5669 2025.03.11 22:11:05.305452 [ 189 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
5670 2025.03.11 22:11:05.305851 [ 189 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
5671 2025.03.11 22:11:05.306213 [ 189 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
5672 2025.03.11 22:11:05.306544 [ 189 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
5673 2025.03.11 22:11:05.306915 [ 189 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
5674 2025.03.11 22:11:05.309628 [ 4 ] {bb9e93b1-9a23-47d1-8727-a336a60b7b99} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5675 2025.03.11 22:11:05.309702 [ 4 ] {bb9e93b1-9a23-47d1-8727-a336a60b7b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5676 2025.03.11 22:11:05.311691 [ 4 ] {bb9e93b1-9a23-47d1-8727-a336a60b7b99} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
5677 2025.03.11 22:11:05.312299 [ 4 ] {bb9e93b1-9a23-47d1-8727-a336a60b7b99} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5678 2025.03.11 22:11:05.312773 [ 4 ] {bb9e93b1-9a23-47d1-8727-a336a60b7b99} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008787 sec., 910.4358711733242 rows/sec., 1.63 MiB/sec.
5679 2025.03.11 22:11:05.313291 [ 4 ] {bb9e93b1-9a23-47d1-8727-a336a60b7b99} <Debug> TCPHandler: Processed in 0.009719453 sec.
5680 2025.03.11 22:11:05.313422 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5681 2025.03.11 22:11:05.313546 [ 4 ] {45f25638-fe56-4458-a0af-5f62e668ca4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5682 2025.03.11 22:11:05.313594 [ 4 ] {45f25638-fe56-4458-a0af-5f62e668ca4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5683 2025.03.11 22:11:05.314457 [ 189 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14923 rows, containing 5 columns (5 merged, 0 gathered) in 0.010827252 sec., 1378281.3958703463 rows/sec., 94.41 MiB/sec.
5684 2025.03.11 22:11:05.314570 [ 4 ] {45f25638-fe56-4458-a0af-5f62e668ca4e} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5685 2025.03.11 22:11:05.314615 [ 4 ] {45f25638-fe56-4458-a0af-5f62e668ca4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5686 2025.03.11 22:11:05.314911 [ 189 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5687 2025.03.11 22:11:05.315265 [ 4 ] {45f25638-fe56-4458-a0af-5f62e668ca4e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
5688 2025.03.11 22:11:05.315496 [ 189 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5689 2025.03.11 22:11:05.315666 [ 189 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
5690 2025.03.11 22:11:05.315721 [ 4 ] {45f25638-fe56-4458-a0af-5f62e668ca4e} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5691 2025.03.11 22:11:05.315846 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.82 MiB.
5692 2025.03.11 22:11:05.316023 [ 129 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
5693 2025.03.11 22:11:05.316069 [ 129 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5694 2025.03.11 22:11:05.316109 [ 4 ] {45f25638-fe56-4458-a0af-5f62e668ca4e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002584 sec., 23219.81424148607 rows/sec., 1.56 MiB/sec.
5695 2025.03.11 22:11:05.316118 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5696 2025.03.11 22:11:05.316321 [ 4 ] {45f25638-fe56-4458-a0af-5f62e668ca4e} <Debug> TCPHandler: Processed in 0.002948365 sec.
5697 2025.03.11 22:11:05.316667 [ 191 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
5698 2025.03.11 22:11:05.316915 [ 191 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5699 2025.03.11 22:11:05.316955 [ 191 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
5700 2025.03.11 22:11:05.317076 [ 191 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
5701 2025.03.11 22:11:05.317237 [ 191 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
5702 2025.03.11 22:11:05.317462 [ 191 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
5703 2025.03.11 22:11:05.317656 [ 191 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
5704 2025.03.11 22:11:05.317823 [ 191 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
5705 2025.03.11 22:11:05.319438 [ 194 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2628 rows, containing 4 columns (4 merged, 0 gathered) in 0.003114347 sec., 843836.6052337778 rows/sec., 56.87 MiB/sec.
5706 2025.03.11 22:11:05.319717 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
5707 2025.03.11 22:11:05.320025 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_51_10} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5708 2025.03.11 22:11:05.320105 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_51_10} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
5709 2025.03.11 22:11:05.320193 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB.
5710 2025.03.11 22:11:08.460015 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache
5711 2025.03.11 22:11:08.460089 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache
5712 2025.03.11 22:11:08.612390 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14701
5713 2025.03.11 22:11:08.613093 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5714 2025.03.11 22:11:08.613136 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5715 2025.03.11 22:11:08.613687 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5716 2025.03.11 22:11:08.613945 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5717 2025.03.11 22:11:08.614177 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701
5718 2025.03.11 22:11:08.677055 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 800
5719 2025.03.11 22:11:08.680336 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5720 2025.03.11 22:11:08.680387 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5721 2025.03.11 22:11:08.681876 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary)
5722 2025.03.11 22:11:08.682181 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5723 2025.03.11 22:11:08.683348 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 800
5724 2025.03.11 22:11:09.001618 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001040988 sec.
5725 2025.03.11 22:11:09.636905 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242
5726 2025.03.11 22:11:09.656094 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5727 2025.03.11 22:11:09.656174 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5728 2025.03.11 22:11:09.663211 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
5729 2025.03.11 22:11:09.664091 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5730 2025.03.11 22:11:09.667448 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242
5731 2025.03.11 22:11:10.296704 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5732 2025.03.11 22:11:10.296890 [ 4 ] {420480e1-7f04-4b17-9d51-1b4d1801972c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5733 2025.03.11 22:11:10.296982 [ 4 ] {420480e1-7f04-4b17-9d51-1b4d1801972c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5734 2025.03.11 22:11:10.297883 [ 4 ] {420480e1-7f04-4b17-9d51-1b4d1801972c} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5735 2025.03.11 22:11:10.297926 [ 4 ] {420480e1-7f04-4b17-9d51-1b4d1801972c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5736 2025.03.11 22:11:10.298372 [ 4 ] {420480e1-7f04-4b17-9d51-1b4d1801972c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5737 2025.03.11 22:11:10.298637 [ 4 ] {420480e1-7f04-4b17-9d51-1b4d1801972c} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5738 2025.03.11 22:11:10.298905 [ 4 ] {420480e1-7f04-4b17-9d51-1b4d1801972c} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.002056 sec., 58365.75875486381 rows/sec., 4.95 MiB/sec.
5739 2025.03.11 22:11:10.299014 [ 4 ] {420480e1-7f04-4b17-9d51-1b4d1801972c} <Debug> TCPHandler: Processed in 0.002444211 sec.
5740 2025.03.11 22:11:10.299247 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5741 2025.03.11 22:11:10.299362 [ 4 ] {13236d77-0eb4-414c-b464-5b9893e1cefa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5742 2025.03.11 22:11:10.299410 [ 4 ] {13236d77-0eb4-414c-b464-5b9893e1cefa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5743 2025.03.11 22:11:10.299987 [ 4 ] {13236d77-0eb4-414c-b464-5b9893e1cefa} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5744 2025.03.11 22:11:10.300026 [ 4 ] {13236d77-0eb4-414c-b464-5b9893e1cefa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5745 2025.03.11 22:11:10.300433 [ 4 ] {13236d77-0eb4-414c-b464-5b9893e1cefa} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5746 2025.03.11 22:11:10.300676 [ 4 ] {13236d77-0eb4-414c-b464-5b9893e1cefa} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5747 2025.03.11 22:11:10.300906 [ 4 ] {13236d77-0eb4-414c-b464-5b9893e1cefa} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001568 sec., 20408.163265306124 rows/sec., 1.50 MiB/sec.
5748 2025.03.11 22:11:10.300960 [ 4 ] {13236d77-0eb4-414c-b464-5b9893e1cefa} <Debug> TCPHandler: Processed in 0.001798486 sec.
5749 2025.03.11 22:11:10.301080 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5750 2025.03.11 22:11:10.301185 [ 4 ] {e1923437-fe71-4ad2-93fb-ea5815b91c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5751 2025.03.11 22:11:10.301232 [ 4 ] {e1923437-fe71-4ad2-93fb-ea5815b91c80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5752 2025.03.11 22:11:10.301788 [ 4 ] {e1923437-fe71-4ad2-93fb-ea5815b91c80} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5753 2025.03.11 22:11:10.301828 [ 4 ] {e1923437-fe71-4ad2-93fb-ea5815b91c80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5754 2025.03.11 22:11:10.302185 [ 4 ] {e1923437-fe71-4ad2-93fb-ea5815b91c80} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5755 2025.03.11 22:11:10.302435 [ 4 ] {e1923437-fe71-4ad2-93fb-ea5815b91c80} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5756 2025.03.11 22:11:10.302652 [ 4 ] {e1923437-fe71-4ad2-93fb-ea5815b91c80} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001488 sec., 64516.12903225807 rows/sec., 5.04 MiB/sec.
5757 2025.03.11 22:11:10.302705 [ 4 ] {e1923437-fe71-4ad2-93fb-ea5815b91c80} <Debug> TCPHandler: Processed in 0.001675104 sec.
5758 2025.03.11 22:11:10.302825 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5759 2025.03.11 22:11:10.302930 [ 4 ] {663cda93-4d48-4ac6-a683-8c1ee516961b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5760 2025.03.11 22:11:10.302977 [ 4 ] {663cda93-4d48-4ac6-a683-8c1ee516961b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5761 2025.03.11 22:11:10.303506 [ 4 ] {663cda93-4d48-4ac6-a683-8c1ee516961b} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5762 2025.03.11 22:11:10.303544 [ 4 ] {663cda93-4d48-4ac6-a683-8c1ee516961b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5763 2025.03.11 22:11:10.303933 [ 4 ] {663cda93-4d48-4ac6-a683-8c1ee516961b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5764 2025.03.11 22:11:10.304178 [ 4 ] {663cda93-4d48-4ac6-a683-8c1ee516961b} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5765 2025.03.11 22:11:10.304398 [ 4 ] {663cda93-4d48-4ac6-a683-8c1ee516961b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001487 sec., 107599.19300605245 rows/sec., 7.49 MiB/sec.
5766 2025.03.11 22:11:10.304451 [ 4 ] {663cda93-4d48-4ac6-a683-8c1ee516961b} <Debug> TCPHandler: Processed in 0.001676214 sec.
5767 2025.03.11 22:11:10.304558 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5768 2025.03.11 22:11:10.304659 [ 4 ] {9e84d227-b134-4345-b315-0165960c6e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5769 2025.03.11 22:11:10.304724 [ 4 ] {9e84d227-b134-4345-b315-0165960c6e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5770 2025.03.11 22:11:10.305924 [ 4 ] {9e84d227-b134-4345-b315-0165960c6e95} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5771 2025.03.11 22:11:10.305967 [ 4 ] {9e84d227-b134-4345-b315-0165960c6e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5772 2025.03.11 22:11:10.306653 [ 4 ] {9e84d227-b134-4345-b315-0165960c6e95} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
5773 2025.03.11 22:11:10.306919 [ 4 ] {9e84d227-b134-4345-b315-0165960c6e95} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5774 2025.03.11 22:11:10.307180 [ 4 ] {9e84d227-b134-4345-b315-0165960c6e95} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002543 sec., 12583.562721195438 rows/sec., 22.55 MiB/sec.
5775 2025.03.11 22:11:10.307295 [ 4 ] {9e84d227-b134-4345-b315-0165960c6e95} <Debug> TCPHandler: Processed in 0.002788483 sec.
5776 2025.03.11 22:11:10.307438 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5777 2025.03.11 22:11:10.307543 [ 4 ] {52c6a08f-3486-4966-a126-cdb282db580b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5778 2025.03.11 22:11:10.307589 [ 4 ] {52c6a08f-3486-4966-a126-cdb282db580b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5779 2025.03.11 22:11:10.308058 [ 4 ] {52c6a08f-3486-4966-a126-cdb282db580b} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5780 2025.03.11 22:11:10.308099 [ 4 ] {52c6a08f-3486-4966-a126-cdb282db580b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5781 2025.03.11 22:11:10.308460 [ 4 ] {52c6a08f-3486-4966-a126-cdb282db580b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
5782 2025.03.11 22:11:10.308702 [ 4 ] {52c6a08f-3486-4966-a126-cdb282db580b} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5783 2025.03.11 22:11:10.308926 [ 4 ] {52c6a08f-3486-4966-a126-cdb282db580b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec.
5784 2025.03.11 22:11:10.309047 [ 4 ] {52c6a08f-3486-4966-a126-cdb282db580b} <Debug> TCPHandler: Processed in 0.001658614 sec.
5785 2025.03.11 22:11:15.295273 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5786 2025.03.11 22:11:15.295475 [ 4 ] {363988ed-3b75-461c-814f-818b74cb6106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5787 2025.03.11 22:11:15.295547 [ 4 ] {363988ed-3b75-461c-814f-818b74cb6106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5788 2025.03.11 22:11:15.296352 [ 4 ] {363988ed-3b75-461c-814f-818b74cb6106} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5789 2025.03.11 22:11:15.296403 [ 4 ] {363988ed-3b75-461c-814f-818b74cb6106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5790 2025.03.11 22:11:15.296840 [ 4 ] {363988ed-3b75-461c-814f-818b74cb6106} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5791 2025.03.11 22:11:15.297092 [ 4 ] {363988ed-3b75-461c-814f-818b74cb6106} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5792 2025.03.11 22:11:15.297355 [ 4 ] {363988ed-3b75-461c-814f-818b74cb6106} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001924 sec., 37422.03742203742 rows/sec., 3.03 MiB/sec.
5793 2025.03.11 22:11:15.297444 [ 4 ] {363988ed-3b75-461c-814f-818b74cb6106} <Debug> TCPHandler: Processed in 0.0023004 sec.
5794 2025.03.11 22:11:15.297684 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5795 2025.03.11 22:11:15.297823 [ 4 ] {6fed80f5-7d7d-484f-a046-c0dedc4c7881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5796 2025.03.11 22:11:15.297871 [ 4 ] {6fed80f5-7d7d-484f-a046-c0dedc4c7881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5797 2025.03.11 22:11:15.298434 [ 4 ] {6fed80f5-7d7d-484f-a046-c0dedc4c7881} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5798 2025.03.11 22:11:15.298474 [ 4 ] {6fed80f5-7d7d-484f-a046-c0dedc4c7881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5799 2025.03.11 22:11:15.298826 [ 4 ] {6fed80f5-7d7d-484f-a046-c0dedc4c7881} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5800 2025.03.11 22:11:15.299060 [ 4 ] {6fed80f5-7d7d-484f-a046-c0dedc4c7881} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5801 2025.03.11 22:11:15.299234 [ 151 ] {} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5802 2025.03.11 22:11:15.299296 [ 4 ] {6fed80f5-7d7d-484f-a046-c0dedc4c7881} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001495 sec., 5351.170568561873 rows/sec., 402.38 KiB/sec.
5803 2025.03.11 22:11:15.299321 [ 151 ] {} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5804 2025.03.11 22:11:15.299385 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5805 2025.03.11 22:11:15.299415 [ 4 ] {6fed80f5-7d7d-484f-a046-c0dedc4c7881} <Debug> TCPHandler: Processed in 0.001829316 sec.
5806 2025.03.11 22:11:15.299622 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
5807 2025.03.11 22:11:15.299638 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5808 2025.03.11 22:11:15.299876 [ 4 ] {79e7a7ec-ee3a-499d-95c4-212390c65a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5809 2025.03.11 22:11:15.299892 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5810 2025.03.11 22:11:15.299973 [ 4 ] {79e7a7ec-ee3a-499d-95c4-212390c65a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5811 2025.03.11 22:11:15.299980 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 70 rows starting from the beginning of the part
5812 2025.03.11 22:11:15.300337 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part
5813 2025.03.11 22:11:15.300653 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 46 rows starting from the beginning of the part
5814 2025.03.11 22:11:15.300991 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 8 rows starting from the beginning of the part
5815 2025.03.11 22:11:15.301316 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 32 rows starting from the beginning of the part
5816 2025.03.11 22:11:15.301811 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 8 rows starting from the beginning of the part
5817 2025.03.11 22:11:15.302959 [ 4 ] {79e7a7ec-ee3a-499d-95c4-212390c65a2b} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5818 2025.03.11 22:11:15.303033 [ 4 ] {79e7a7ec-ee3a-499d-95c4-212390c65a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5819 2025.03.11 22:11:15.304077 [ 4 ] {79e7a7ec-ee3a-499d-95c4-212390c65a2b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5820 2025.03.11 22:11:15.304567 [ 4 ] {79e7a7ec-ee3a-499d-95c4-212390c65a2b} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5821 2025.03.11 22:11:15.304614 [ 188 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 5 columns (5 merged, 0 gathered) in 0.005134514 sec., 33498.78878507294 rows/sec., 2.59 MiB/sec.
5822 2025.03.11 22:11:15.304869 [ 4 ] {79e7a7ec-ee3a-499d-95c4-212390c65a2b} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005079 sec., 14176.018901358535 rows/sec., 1.11 MiB/sec.
5823 2025.03.11 22:11:15.304888 [ 188 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5824 2025.03.11 22:11:15.304970 [ 4 ] {79e7a7ec-ee3a-499d-95c4-212390c65a2b} <Debug> TCPHandler: Processed in 0.005409276 sec.
5825 2025.03.11 22:11:15.305168 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5826 2025.03.11 22:11:15.305324 [ 4 ] {ce3425c4-76f4-4a81-aeb6-0aeb1e142004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5827 2025.03.11 22:11:15.305387 [ 188 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_41_8} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5828 2025.03.11 22:11:15.305393 [ 4 ] {ce3425c4-76f4-4a81-aeb6-0aeb1e142004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5829 2025.03.11 22:11:15.305518 [ 188 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_41_8} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5830 2025.03.11 22:11:15.305640 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
5831 2025.03.11 22:11:15.306068 [ 4 ] {ce3425c4-76f4-4a81-aeb6-0aeb1e142004} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5832 2025.03.11 22:11:15.306112 [ 4 ] {ce3425c4-76f4-4a81-aeb6-0aeb1e142004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5833 2025.03.11 22:11:15.306508 [ 4 ] {ce3425c4-76f4-4a81-aeb6-0aeb1e142004} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5834 2025.03.11 22:11:15.306749 [ 4 ] {ce3425c4-76f4-4a81-aeb6-0aeb1e142004} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5835 2025.03.11 22:11:15.306965 [ 4 ] {ce3425c4-76f4-4a81-aeb6-0aeb1e142004} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001676 sec., 95465.3937947494 rows/sec., 6.65 MiB/sec.
5836 2025.03.11 22:11:15.307022 [ 4 ] {ce3425c4-76f4-4a81-aeb6-0aeb1e142004} <Debug> TCPHandler: Processed in 0.001919507 sec.
5837 2025.03.11 22:11:15.307146 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5838 2025.03.11 22:11:15.307254 [ 4 ] {202511c7-0b4e-4ec5-9dc6-d63b19bdf78e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5839 2025.03.11 22:11:15.307322 [ 4 ] {202511c7-0b4e-4ec5-9dc6-d63b19bdf78e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5840 2025.03.11 22:11:15.308369 [ 4 ] {202511c7-0b4e-4ec5-9dc6-d63b19bdf78e} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5841 2025.03.11 22:11:15.308408 [ 4 ] {202511c7-0b4e-4ec5-9dc6-d63b19bdf78e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5842 2025.03.11 22:11:15.309010 [ 4 ] {202511c7-0b4e-4ec5-9dc6-d63b19bdf78e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
5843 2025.03.11 22:11:15.309275 [ 4 ] {202511c7-0b4e-4ec5-9dc6-d63b19bdf78e} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5844 2025.03.11 22:11:15.309529 [ 4 ] {202511c7-0b4e-4ec5-9dc6-d63b19bdf78e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002296 sec., 3484.3205574912895 rows/sec., 6.24 MiB/sec.
5845 2025.03.11 22:11:15.309626 [ 4 ] {202511c7-0b4e-4ec5-9dc6-d63b19bdf78e} <Debug> TCPHandler: Processed in 0.002531852 sec.
5846 2025.03.11 22:11:15.309740 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5847 2025.03.11 22:11:15.309840 [ 4 ] {8e0e20a2-890b-441e-97c9-9c5965439ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5848 2025.03.11 22:11:15.309886 [ 4 ] {8e0e20a2-890b-441e-97c9-9c5965439ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5849 2025.03.11 22:11:15.310345 [ 4 ] {8e0e20a2-890b-441e-97c9-9c5965439ef4} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5850 2025.03.11 22:11:15.310393 [ 4 ] {8e0e20a2-890b-441e-97c9-9c5965439ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5851 2025.03.11 22:11:15.310754 [ 4 ] {8e0e20a2-890b-441e-97c9-9c5965439ef4} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
5852 2025.03.11 22:11:15.310990 [ 4 ] {8e0e20a2-890b-441e-97c9-9c5965439ef4} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5853 2025.03.11 22:11:15.311236 [ 4 ] {8e0e20a2-890b-441e-97c9-9c5965439ef4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00141 sec., 42553.1914893617 rows/sec., 2.87 MiB/sec.
5854 2025.03.11 22:11:15.311382 [ 4 ] {8e0e20a2-890b-441e-97c9-9c5965439ef4} <Debug> TCPHandler: Processed in 0.001689495 sec.
5855 2025.03.11 22:11:16.114364 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15189
5856 2025.03.11 22:11:16.115047 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5857 2025.03.11 22:11:16.115096 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5858 2025.03.11 22:11:16.115637 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5859 2025.03.11 22:11:16.115891 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5860 2025.03.11 22:11:16.116146 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189
5861 2025.03.11 22:11:17.167576 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249
5862 2025.03.11 22:11:17.186980 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5863 2025.03.11 22:11:17.187031 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5864 2025.03.11 22:11:17.194339 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
5865 2025.03.11 22:11:17.195098 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5866 2025.03.11 22:11:17.198385 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249
5867 2025.03.11 22:11:18.683603 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 824
5868 2025.03.11 22:11:18.686599 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5869 2025.03.11 22:11:18.686652 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5870 2025.03.11 22:11:18.688121 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary)
5871 2025.03.11 22:11:18.688444 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5872 2025.03.11 22:11:18.689610 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 824
5873 2025.03.11 22:11:20.297092 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5874 2025.03.11 22:11:20.297278 [ 4 ] {11eb5461-c023-4cba-aefd-9ee246497c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5875 2025.03.11 22:11:20.297347 [ 4 ] {11eb5461-c023-4cba-aefd-9ee246497c8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5876 2025.03.11 22:11:20.298169 [ 4 ] {11eb5461-c023-4cba-aefd-9ee246497c8c} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5877 2025.03.11 22:11:20.298244 [ 4 ] {11eb5461-c023-4cba-aefd-9ee246497c8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5878 2025.03.11 22:11:20.298687 [ 4 ] {11eb5461-c023-4cba-aefd-9ee246497c8c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
5879 2025.03.11 22:11:20.298934 [ 4 ] {11eb5461-c023-4cba-aefd-9ee246497c8c} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5880 2025.03.11 22:11:20.299155 [ 4 ] {11eb5461-c023-4cba-aefd-9ee246497c8c} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001913 sec., 62728.69837950863 rows/sec., 5.32 MiB/sec.
5881 2025.03.11 22:11:20.299248 [ 4 ] {11eb5461-c023-4cba-aefd-9ee246497c8c} <Debug> TCPHandler: Processed in 0.002286079 sec.
5882 2025.03.11 22:11:20.299486 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5883 2025.03.11 22:11:20.299625 [ 4 ] {87984311-648b-4db9-9dff-1b2d5951ad1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5884 2025.03.11 22:11:20.299672 [ 4 ] {87984311-648b-4db9-9dff-1b2d5951ad1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5885 2025.03.11 22:11:20.300253 [ 4 ] {87984311-648b-4db9-9dff-1b2d5951ad1b} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5886 2025.03.11 22:11:20.300291 [ 4 ] {87984311-648b-4db9-9dff-1b2d5951ad1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5887 2025.03.11 22:11:20.300637 [ 4 ] {87984311-648b-4db9-9dff-1b2d5951ad1b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
5888 2025.03.11 22:11:20.300872 [ 4 ] {87984311-648b-4db9-9dff-1b2d5951ad1b} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5889 2025.03.11 22:11:20.301046 [ 4 ] {87984311-648b-4db9-9dff-1b2d5951ad1b} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001445 sec., 22145.32871972318 rows/sec., 1.63 MiB/sec.
5890 2025.03.11 22:11:20.301098 [ 4 ] {87984311-648b-4db9-9dff-1b2d5951ad1b} <Debug> TCPHandler: Processed in 0.001711665 sec.
5891 2025.03.11 22:11:20.301228 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5892 2025.03.11 22:11:20.301347 [ 4 ] {2232d96f-4200-411f-996e-8b9265717167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5893 2025.03.11 22:11:20.301400 [ 4 ] {2232d96f-4200-411f-996e-8b9265717167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5894 2025.03.11 22:11:20.302093 [ 4 ] {2232d96f-4200-411f-996e-8b9265717167} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5895 2025.03.11 22:11:20.302135 [ 4 ] {2232d96f-4200-411f-996e-8b9265717167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5896 2025.03.11 22:11:20.302563 [ 4 ] {2232d96f-4200-411f-996e-8b9265717167} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
5897 2025.03.11 22:11:20.302855 [ 4 ] {2232d96f-4200-411f-996e-8b9265717167} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5898 2025.03.11 22:11:20.303102 [ 4 ] {2232d96f-4200-411f-996e-8b9265717167} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001778 sec., 53993.25084364454 rows/sec., 4.22 MiB/sec.
5899 2025.03.11 22:11:20.303287 [ 4 ] {2232d96f-4200-411f-996e-8b9265717167} <Debug> TCPHandler: Processed in 0.002111678 sec.
5900 2025.03.11 22:11:20.303577 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5901 2025.03.11 22:11:20.303696 [ 4 ] {5d83cc57-fd61-488f-b9fd-613372763a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
5902 2025.03.11 22:11:20.303758 [ 4 ] {5d83cc57-fd61-488f-b9fd-613372763a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
5903 2025.03.11 22:11:20.304432 [ 4 ] {5d83cc57-fd61-488f-b9fd-613372763a06} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5904 2025.03.11 22:11:20.304476 [ 4 ] {5d83cc57-fd61-488f-b9fd-613372763a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5905 2025.03.11 22:11:20.304951 [ 4 ] {5d83cc57-fd61-488f-b9fd-613372763a06} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
5906 2025.03.11 22:11:20.305270 [ 4 ] {5d83cc57-fd61-488f-b9fd-613372763a06} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5907 2025.03.11 22:11:20.305523 [ 4 ] {5d83cc57-fd61-488f-b9fd-613372763a06} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001854 sec., 86299.89212513485 rows/sec., 6.01 MiB/sec.
5908 2025.03.11 22:11:20.305596 [ 4 ] {5d83cc57-fd61-488f-b9fd-613372763a06} <Debug> TCPHandler: Processed in 0.002103718 sec.
5909 2025.03.11 22:11:20.305725 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5910 2025.03.11 22:11:20.305838 [ 4 ] {b1336f81-8347-4887-941a-f03db66232ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
5911 2025.03.11 22:11:20.305917 [ 4 ] {b1336f81-8347-4887-941a-f03db66232ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
5912 2025.03.11 22:11:20.307386 [ 4 ] {b1336f81-8347-4887-941a-f03db66232ec} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5913 2025.03.11 22:11:20.307426 [ 4 ] {b1336f81-8347-4887-941a-f03db66232ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5914 2025.03.11 22:11:20.308115 [ 4 ] {b1336f81-8347-4887-941a-f03db66232ec} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
5915 2025.03.11 22:11:20.308407 [ 4 ] {b1336f81-8347-4887-941a-f03db66232ec} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5916 2025.03.11 22:11:20.308609 [ 146 ] {} <Debug> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
5917 2025.03.11 22:11:20.308691 [ 146 ] {} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5918 2025.03.11 22:11:20.308696 [ 4 ] {b1336f81-8347-4887-941a-f03db66232ec} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002873 sec., 11138.183083884442 rows/sec., 19.96 MiB/sec.
5919 2025.03.11 22:11:20.308732 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5920 2025.03.11 22:11:20.309123 [ 194 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
5921 2025.03.11 22:11:20.309161 [ 4 ] {b1336f81-8347-4887-941a-f03db66232ec} <Debug> TCPHandler: Processed in 0.003487969 sec.
5922 2025.03.11 22:11:20.309636 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5923 2025.03.11 22:11:20.310001 [ 4 ] {12f31fba-65a1-4b3c-818f-0ad8b11b81c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
5924 2025.03.11 22:11:20.310182 [ 4 ] {12f31fba-65a1-4b3c-818f-0ad8b11b81c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
5925 2025.03.11 22:11:20.310724 [ 194 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5926 2025.03.11 22:11:20.310965 [ 194 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 674 rows starting from the beginning of the part
5927 2025.03.11 22:11:20.311551 [ 194 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part
5928 2025.03.11 22:11:20.312487 [ 194 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
5929 2025.03.11 22:11:20.312532 [ 4 ] {12f31fba-65a1-4b3c-818f-0ad8b11b81c7} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5930 2025.03.11 22:11:20.312607 [ 4 ] {12f31fba-65a1-4b3c-818f-0ad8b11b81c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB.
5931 2025.03.11 22:11:20.313152 [ 194 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part
5932 2025.03.11 22:11:20.313873 [ 194 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
5933 2025.03.11 22:11:20.314167 [ 4 ] {12f31fba-65a1-4b3c-818f-0ad8b11b81c7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
5934 2025.03.11 22:11:20.314493 [ 194 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part
5935 2025.03.11 22:11:20.315121 [ 4 ] {12f31fba-65a1-4b3c-818f-0ad8b11b81c7} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5936 2025.03.11 22:11:20.315796 [ 4 ] {12f31fba-65a1-4b3c-818f-0ad8b11b81c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005898 sec., 10172.93997965412 rows/sec., 702.04 KiB/sec.
5937 2025.03.11 22:11:20.316089 [ 4 ] {12f31fba-65a1-4b3c-818f-0ad8b11b81c7} <Debug> TCPHandler: Processed in 0.006573496 sec.
5938 2025.03.11 22:11:20.321112 [ 199 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 786 rows, containing 19 columns (19 merged, 0 gathered) in 0.012243244 sec., 64198.67152855893 rows/sec., 115.04 MiB/sec.
5939 2025.03.11 22:11:20.322294 [ 199 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
5940 2025.03.11 22:11:20.322761 [ 199 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5941 2025.03.11 22:11:20.322847 [ 199 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
5942 2025.03.11 22:11:20.323020 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.68 MiB.
5943 2025.03.11 22:11:21.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.72 MiB, peak 209.35 MiB, free memory in arenas 0.00 B, will set to 202.96 MiB (RSS), difference: 1.24 MiB
5944 2025.03.11 22:11:23.460128 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache
5945 2025.03.11 22:11:23.460205 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache
5946 2025.03.11 22:11:23.616347 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15616
5947 2025.03.11 22:11:23.617032 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5948 2025.03.11 22:11:23.617083 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
5949 2025.03.11 22:11:23.617698 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5950 2025.03.11 22:11:23.617955 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5951 2025.03.11 22:11:23.618201 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616
5952 2025.03.11 22:11:24.698519 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257
5953 2025.03.11 22:11:24.719047 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5954 2025.03.11 22:11:24.719106 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
5955 2025.03.11 22:11:24.726648 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
5956 2025.03.11 22:11:24.727457 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5957 2025.03.11 22:11:24.730766 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257
5958 2025.03.11 22:11:25.295605 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5959 2025.03.11 22:11:25.295794 [ 4 ] {8ba4293d-6180-4cec-88b7-3e54228376e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
5960 2025.03.11 22:11:25.295866 [ 4 ] {8ba4293d-6180-4cec-88b7-3e54228376e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
5961 2025.03.11 22:11:25.296662 [ 4 ] {8ba4293d-6180-4cec-88b7-3e54228376e7} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5962 2025.03.11 22:11:25.296714 [ 4 ] {8ba4293d-6180-4cec-88b7-3e54228376e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
5963 2025.03.11 22:11:25.297149 [ 4 ] {8ba4293d-6180-4cec-88b7-3e54228376e7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
5964 2025.03.11 22:11:25.297414 [ 4 ] {8ba4293d-6180-4cec-88b7-3e54228376e7} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5965 2025.03.11 22:11:25.297599 [ 139 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0
5966 2025.03.11 22:11:25.297669 [ 4 ] {8ba4293d-6180-4cec-88b7-3e54228376e7} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001925 sec., 37402.5974025974 rows/sec., 3.02 MiB/sec.
5967 2025.03.11 22:11:25.297688 [ 139 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5968 2025.03.11 22:11:25.297763 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
5969 2025.03.11 22:11:25.297821 [ 4 ] {8ba4293d-6180-4cec-88b7-3e54228376e7} <Debug> TCPHandler: Processed in 0.00234666 sec.
5970 2025.03.11 22:11:25.297949 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full
5971 2025.03.11 22:11:25.298000 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5972 2025.03.11 22:11:25.298105 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
5973 2025.03.11 22:11:25.298149 [ 4 ] {31163600-dbec-450e-8aa7-b957eee39314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
5974 2025.03.11 22:11:25.298153 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 1406 rows starting from the beginning of the part
5975 2025.03.11 22:11:25.298212 [ 4 ] {31163600-dbec-450e-8aa7-b957eee39314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
5976 2025.03.11 22:11:25.298418 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 72 rows starting from the beginning of the part
5977 2025.03.11 22:11:25.298803 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 120 rows starting from the beginning of the part
5978 2025.03.11 22:11:25.299241 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 72 rows starting from the beginning of the part
5979 2025.03.11 22:11:25.299546 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 120 rows starting from the beginning of the part
5980 2025.03.11 22:11:25.299884 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 72 rows starting from the beginning of the part
5981 2025.03.11 22:11:25.300962 [ 4 ] {31163600-dbec-450e-8aa7-b957eee39314} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5982 2025.03.11 22:11:25.301002 [ 4 ] {31163600-dbec-450e-8aa7-b957eee39314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
5983 2025.03.11 22:11:25.301518 [ 4 ] {31163600-dbec-450e-8aa7-b957eee39314} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
5984 2025.03.11 22:11:25.301799 [ 4 ] {31163600-dbec-450e-8aa7-b957eee39314} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5985 2025.03.11 22:11:25.302193 [ 4 ] {31163600-dbec-450e-8aa7-b957eee39314} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00406 sec., 1970.4433497536945 rows/sec., 148.17 KiB/sec.
5986 2025.03.11 22:11:25.302550 [ 4 ] {31163600-dbec-450e-8aa7-b957eee39314} <Debug> TCPHandler: Processed in 0.00460568 sec.
5987 2025.03.11 22:11:25.302601 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1862 rows, containing 5 columns (5 merged, 0 gathered) in 0.00472915 sec., 393728.259835277 rows/sec., 34.34 MiB/sec.
5988 2025.03.11 22:11:25.302762 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
5989 2025.03.11 22:11:25.302843 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary)
5990 2025.03.11 22:11:25.302886 [ 4 ] {5d362bf1-cefc-4ac7-a667-f1d79cd980a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
5991 2025.03.11 22:11:25.302941 [ 4 ] {5d362bf1-cefc-4ac7-a667-f1d79cd980a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
5992 2025.03.11 22:11:25.303179 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_55_11} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5993 2025.03.11 22:11:25.303310 [ 196 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_55_11} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11
5994 2025.03.11 22:11:25.303399 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
5995 2025.03.11 22:11:25.303653 [ 4 ] {5d362bf1-cefc-4ac7-a667-f1d79cd980a1} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
5996 2025.03.11 22:11:25.303690 [ 4 ] {5d362bf1-cefc-4ac7-a667-f1d79cd980a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
5997 2025.03.11 22:11:25.304029 [ 4 ] {5d362bf1-cefc-4ac7-a667-f1d79cd980a1} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
5998 2025.03.11 22:11:25.304265 [ 4 ] {5d362bf1-cefc-4ac7-a667-f1d79cd980a1} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
5999 2025.03.11 22:11:25.304420 [ 139 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0
6000 2025.03.11 22:11:25.304477 [ 139 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6001 2025.03.11 22:11:25.304502 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6002 2025.03.11 22:11:25.304530 [ 4 ] {5d362bf1-cefc-4ac7-a667-f1d79cd980a1} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001669 sec., 43139.60455362493 rows/sec., 3.37 MiB/sec.
6003 2025.03.11 22:11:25.304836 [ 4 ] {5d362bf1-cefc-4ac7-a667-f1d79cd980a1} <Debug> TCPHandler: Processed in 0.002124678 sec.
6004 2025.03.11 22:11:25.304906 [ 199 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full
6005 2025.03.11 22:11:25.305068 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6006 2025.03.11 22:11:25.305458 [ 4 ] {f0513fb6-35ab-4c81-bd95-6ecac791fe93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6007 2025.03.11 22:11:25.305479 [ 199 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6008 2025.03.11 22:11:25.305621 [ 199 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 632 rows starting from the beginning of the part
6009 2025.03.11 22:11:25.305648 [ 4 ] {f0513fb6-35ab-4c81-bd95-6ecac791fe93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6010 2025.03.11 22:11:25.306301 [ 199 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 72 rows starting from the beginning of the part
6011 2025.03.11 22:11:25.306790 [ 199 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 96 rows starting from the beginning of the part
6012 2025.03.11 22:11:25.307263 [ 199 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 72 rows starting from the beginning of the part
6013 2025.03.11 22:11:25.307698 [ 199 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 96 rows starting from the beginning of the part
6014 2025.03.11 22:11:25.307950 [ 199 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 72 rows starting from the beginning of the part
6015 2025.03.11 22:11:25.308817 [ 4 ] {f0513fb6-35ab-4c81-bd95-6ecac791fe93} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6016 2025.03.11 22:11:25.308892 [ 4 ] {f0513fb6-35ab-4c81-bd95-6ecac791fe93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6017 2025.03.11 22:11:25.309986 [ 4 ] {f0513fb6-35ab-4c81-bd95-6ecac791fe93} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6018 2025.03.11 22:11:25.310403 [ 4 ] {f0513fb6-35ab-4c81-bd95-6ecac791fe93} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6019 2025.03.11 22:11:25.311013 [ 4 ] {f0513fb6-35ab-4c81-bd95-6ecac791fe93} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005707 sec., 28035.7455756089 rows/sec., 1.95 MiB/sec.
6020 2025.03.11 22:11:25.311031 [ 198 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1040 rows, containing 5 columns (5 merged, 0 gathered) in 0.006440365 sec., 161481.5309380757 rows/sec., 12.96 MiB/sec.
6021 2025.03.11 22:11:25.311113 [ 4 ] {f0513fb6-35ab-4c81-bd95-6ecac791fe93} <Debug> TCPHandler: Processed in 0.006165793 sec.
6022 2025.03.11 22:11:25.311275 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6023 2025.03.11 22:11:25.311423 [ 4 ] {33e533a4-73e4-459f-8ff2-6a40dc9fe2ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6024 2025.03.11 22:11:25.311473 [ 198 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary)
6025 2025.03.11 22:11:25.311546 [ 4 ] {33e533a4-73e4-459f-8ff2-6a40dc9fe2ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6026 2025.03.11 22:11:25.312277 [ 198 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_55_11} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6027 2025.03.11 22:11:25.312531 [ 198 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_55_11} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11
6028 2025.03.11 22:11:25.312794 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
6029 2025.03.11 22:11:25.313547 [ 4 ] {33e533a4-73e4-459f-8ff2-6a40dc9fe2ab} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6030 2025.03.11 22:11:25.313590 [ 4 ] {33e533a4-73e4-459f-8ff2-6a40dc9fe2ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6031 2025.03.11 22:11:25.314215 [ 4 ] {33e533a4-73e4-459f-8ff2-6a40dc9fe2ab} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
6032 2025.03.11 22:11:25.314465 [ 4 ] {33e533a4-73e4-459f-8ff2-6a40dc9fe2ab} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6033 2025.03.11 22:11:25.314702 [ 4 ] {33e533a4-73e4-459f-8ff2-6a40dc9fe2ab} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003324 sec., 2406.7388688327314 rows/sec., 4.31 MiB/sec.
6034 2025.03.11 22:11:25.314803 [ 4 ] {33e533a4-73e4-459f-8ff2-6a40dc9fe2ab} <Debug> TCPHandler: Processed in 0.00358141 sec.
6035 2025.03.11 22:11:25.314915 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6036 2025.03.11 22:11:25.315017 [ 4 ] {9a1811b1-8dc3-453d-81a6-e5aa4cab9fcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6037 2025.03.11 22:11:25.315062 [ 4 ] {9a1811b1-8dc3-453d-81a6-e5aa4cab9fcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6038 2025.03.11 22:11:25.315513 [ 4 ] {9a1811b1-8dc3-453d-81a6-e5aa4cab9fcb} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6039 2025.03.11 22:11:25.315552 [ 4 ] {9a1811b1-8dc3-453d-81a6-e5aa4cab9fcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6040 2025.03.11 22:11:25.315905 [ 4 ] {9a1811b1-8dc3-453d-81a6-e5aa4cab9fcb} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
6041 2025.03.11 22:11:25.316136 [ 4 ] {9a1811b1-8dc3-453d-81a6-e5aa4cab9fcb} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6042 2025.03.11 22:11:25.316342 [ 4 ] {9a1811b1-8dc3-453d-81a6-e5aa4cab9fcb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001347 sec., 44543.42984409799 rows/sec., 3.00 MiB/sec.
6043 2025.03.11 22:11:25.316391 [ 4 ] {9a1811b1-8dc3-453d-81a6-e5aa4cab9fcb} <Debug> TCPHandler: Processed in 0.001525593 sec.
6044 2025.03.11 22:11:26.564767 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6045 2025.03.11 22:11:26.565004 [ 4 ] {9162b5cf-b56e-45a6-861e-07afbe9ee7ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6046 2025.03.11 22:11:26.565095 [ 4 ] {9162b5cf-b56e-45a6-861e-07afbe9ee7ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6047 2025.03.11 22:11:26.566017 [ 4 ] {9162b5cf-b56e-45a6-861e-07afbe9ee7ae} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6048 2025.03.11 22:11:26.566061 [ 4 ] {9162b5cf-b56e-45a6-861e-07afbe9ee7ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6049 2025.03.11 22:11:26.566501 [ 4 ] {9162b5cf-b56e-45a6-861e-07afbe9ee7ae} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6050 2025.03.11 22:11:26.566755 [ 4 ] {9162b5cf-b56e-45a6-861e-07afbe9ee7ae} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6051 2025.03.11 22:11:26.567003 [ 4 ] {9162b5cf-b56e-45a6-861e-07afbe9ee7ae} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002061 sec., 11644.832605531295 rows/sec., 989.36 KiB/sec.
6052 2025.03.11 22:11:26.567198 [ 4 ] {9162b5cf-b56e-45a6-861e-07afbe9ee7ae} <Debug> TCPHandler: Processed in 0.002569513 sec.
6053 2025.03.11 22:11:26.567343 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6054 2025.03.11 22:11:26.567446 [ 4 ] {39f3148d-5258-4d6c-a02e-3074f9123c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6055 2025.03.11 22:11:26.567491 [ 4 ] {39f3148d-5258-4d6c-a02e-3074f9123c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6056 2025.03.11 22:11:26.568045 [ 4 ] {39f3148d-5258-4d6c-a02e-3074f9123c84} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6057 2025.03.11 22:11:26.568085 [ 4 ] {39f3148d-5258-4d6c-a02e-3074f9123c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6058 2025.03.11 22:11:26.568446 [ 4 ] {39f3148d-5258-4d6c-a02e-3074f9123c84} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6059 2025.03.11 22:11:26.568687 [ 4 ] {39f3148d-5258-4d6c-a02e-3074f9123c84} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6060 2025.03.11 22:11:26.568914 [ 4 ] {39f3148d-5258-4d6c-a02e-3074f9123c84} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.00149 sec., 9395.973154362417 rows/sec., 766.18 KiB/sec.
6061 2025.03.11 22:11:26.569020 [ 4 ] {39f3148d-5258-4d6c-a02e-3074f9123c84} <Debug> TCPHandler: Processed in 0.001725655 sec.
6062 2025.03.11 22:11:26.569128 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6063 2025.03.11 22:11:26.569230 [ 4 ] {cd793e84-57b1-4dc4-b84e-9f81ec641c44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6064 2025.03.11 22:11:26.569274 [ 4 ] {cd793e84-57b1-4dc4-b84e-9f81ec641c44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6065 2025.03.11 22:11:26.570538 [ 4 ] {cd793e84-57b1-4dc4-b84e-9f81ec641c44} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6066 2025.03.11 22:11:26.570575 [ 4 ] {cd793e84-57b1-4dc4-b84e-9f81ec641c44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6067 2025.03.11 22:11:26.571000 [ 4 ] {cd793e84-57b1-4dc4-b84e-9f81ec641c44} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6068 2025.03.11 22:11:26.571236 [ 4 ] {cd793e84-57b1-4dc4-b84e-9f81ec641c44} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6069 2025.03.11 22:11:26.571441 [ 4 ] {cd793e84-57b1-4dc4-b84e-9f81ec641c44} <Debug> executeQuery: Read 1387 rows, 118.48 KiB in 0.002234 sec., 620859.4449418085 rows/sec., 51.79 MiB/sec.
6070 2025.03.11 22:11:26.571493 [ 4 ] {cd793e84-57b1-4dc4-b84e-9f81ec641c44} <Debug> TCPHandler: Processed in 0.002413281 sec.
6071 2025.03.11 22:11:26.571609 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6072 2025.03.11 22:11:26.571714 [ 4 ] {e07c2db2-cdec-4a75-9ba5-d8f6ca00a284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6073 2025.03.11 22:11:26.571758 [ 4 ] {e07c2db2-cdec-4a75-9ba5-d8f6ca00a284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6074 2025.03.11 22:11:26.572310 [ 4 ] {e07c2db2-cdec-4a75-9ba5-d8f6ca00a284} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6075 2025.03.11 22:11:26.572348 [ 4 ] {e07c2db2-cdec-4a75-9ba5-d8f6ca00a284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6076 2025.03.11 22:11:26.572684 [ 4 ] {e07c2db2-cdec-4a75-9ba5-d8f6ca00a284} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6077 2025.03.11 22:11:26.572917 [ 4 ] {e07c2db2-cdec-4a75-9ba5-d8f6ca00a284} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6078 2025.03.11 22:11:26.573163 [ 4 ] {e07c2db2-cdec-4a75-9ba5-d8f6ca00a284} <Debug> executeQuery: Read 58 rows, 4.34 KiB in 0.001455 sec., 39862.54295532646 rows/sec., 2.92 MiB/sec.
6079 2025.03.11 22:11:26.573286 [ 4 ] {e07c2db2-cdec-4a75-9ba5-d8f6ca00a284} <Debug> TCPHandler: Processed in 0.001723714 sec.
6080 2025.03.11 22:11:26.573551 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6081 2025.03.11 22:11:26.573674 [ 4 ] {d9ea7dc2-0428-4675-95e4-832515ca2327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6082 2025.03.11 22:11:26.573719 [ 4 ] {d9ea7dc2-0428-4675-95e4-832515ca2327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6083 2025.03.11 22:11:26.574346 [ 4 ] {d9ea7dc2-0428-4675-95e4-832515ca2327} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6084 2025.03.11 22:11:26.574383 [ 4 ] {d9ea7dc2-0428-4675-95e4-832515ca2327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6085 2025.03.11 22:11:26.574740 [ 4 ] {d9ea7dc2-0428-4675-95e4-832515ca2327} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6086 2025.03.11 22:11:26.574971 [ 4 ] {d9ea7dc2-0428-4675-95e4-832515ca2327} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6087 2025.03.11 22:11:26.575220 [ 4 ] {d9ea7dc2-0428-4675-95e4-832515ca2327} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001566 sec., 160919.54022988505 rows/sec., 11.13 MiB/sec.
6088 2025.03.11 22:11:26.575383 [ 4 ] {d9ea7dc2-0428-4675-95e4-832515ca2327} <Debug> TCPHandler: Processed in 0.001915956 sec.
6089 2025.03.11 22:11:26.575501 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6090 2025.03.11 22:11:26.575604 [ 4 ] {dbccf6a8-d7e2-4c08-93b4-2b55d4881c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6091 2025.03.11 22:11:26.575647 [ 4 ] {dbccf6a8-d7e2-4c08-93b4-2b55d4881c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6092 2025.03.11 22:11:26.576189 [ 4 ] {dbccf6a8-d7e2-4c08-93b4-2b55d4881c67} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6093 2025.03.11 22:11:26.576231 [ 4 ] {dbccf6a8-d7e2-4c08-93b4-2b55d4881c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6094 2025.03.11 22:11:26.576569 [ 4 ] {dbccf6a8-d7e2-4c08-93b4-2b55d4881c67} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary)
6095 2025.03.11 22:11:26.576800 [ 4 ] {dbccf6a8-d7e2-4c08-93b4-2b55d4881c67} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6096 2025.03.11 22:11:26.577078 [ 4 ] {dbccf6a8-d7e2-4c08-93b4-2b55d4881c67} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001471 sec., 8157.715839564921 rows/sec., 637.32 KiB/sec.
6097 2025.03.11 22:11:26.577200 [ 4 ] {dbccf6a8-d7e2-4c08-93b4-2b55d4881c67} <Debug> TCPHandler: Processed in 0.001749955 sec.
6098 2025.03.11 22:11:26.577312 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6099 2025.03.11 22:11:26.577413 [ 4 ] {ff3cdaaf-5304-4049-8be2-be2ca687bccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6100 2025.03.11 22:11:26.577456 [ 4 ] {ff3cdaaf-5304-4049-8be2-be2ca687bccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6101 2025.03.11 22:11:26.578210 [ 4 ] {ff3cdaaf-5304-4049-8be2-be2ca687bccf} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6102 2025.03.11 22:11:26.578247 [ 4 ] {ff3cdaaf-5304-4049-8be2-be2ca687bccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6103 2025.03.11 22:11:26.578618 [ 4 ] {ff3cdaaf-5304-4049-8be2-be2ca687bccf} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6104 2025.03.11 22:11:26.578846 [ 4 ] {ff3cdaaf-5304-4049-8be2-be2ca687bccf} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6105 2025.03.11 22:11:26.579047 [ 4 ] {ff3cdaaf-5304-4049-8be2-be2ca687bccf} <Debug> executeQuery: Read 602 rows, 46.37 KiB in 0.001654 sec., 363966.1426844014 rows/sec., 27.38 MiB/sec.
6106 2025.03.11 22:11:26.579100 [ 4 ] {ff3cdaaf-5304-4049-8be2-be2ca687bccf} <Debug> TCPHandler: Processed in 0.001836636 sec.
6107 2025.03.11 22:11:26.579232 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6108 2025.03.11 22:11:26.579369 [ 4 ] {6ceef162-a675-47d1-b2be-8baab88e0118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6109 2025.03.11 22:11:26.579427 [ 4 ] {6ceef162-a675-47d1-b2be-8baab88e0118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6110 2025.03.11 22:11:26.580208 [ 4 ] {6ceef162-a675-47d1-b2be-8baab88e0118} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6111 2025.03.11 22:11:26.580246 [ 4 ] {6ceef162-a675-47d1-b2be-8baab88e0118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6112 2025.03.11 22:11:26.580699 [ 4 ] {6ceef162-a675-47d1-b2be-8baab88e0118} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6113 2025.03.11 22:11:26.580942 [ 4 ] {6ceef162-a675-47d1-b2be-8baab88e0118} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6114 2025.03.11 22:11:26.581114 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6115 2025.03.11 22:11:26.581170 [ 4 ] {6ceef162-a675-47d1-b2be-8baab88e0118} <Debug> executeQuery: Read 951 rows, 65.72 KiB in 0.00183 sec., 519672.131147541 rows/sec., 35.07 MiB/sec.
6116 2025.03.11 22:11:26.581188 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6117 2025.03.11 22:11:26.581259 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6118 2025.03.11 22:11:26.581297 [ 4 ] {6ceef162-a675-47d1-b2be-8baab88e0118} <Debug> TCPHandler: Processed in 0.002128009 sec.
6119 2025.03.11 22:11:26.581520 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6120 2025.03.11 22:11:26.581520 [ 197 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
6121 2025.03.11 22:11:26.581696 [ 4 ] {01797971-3655-452b-9d2b-1be8b2cc78c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6122 2025.03.11 22:11:26.581923 [ 197 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6123 2025.03.11 22:11:26.581937 [ 4 ] {01797971-3655-452b-9d2b-1be8b2cc78c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6124 2025.03.11 22:11:26.582017 [ 197 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14923 rows starting from the beginning of the part
6125 2025.03.11 22:11:26.582413 [ 197 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
6126 2025.03.11 22:11:26.582917 [ 197 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
6127 2025.03.11 22:11:26.583267 [ 197 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
6128 2025.03.11 22:11:26.583641 [ 197 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
6129 2025.03.11 22:11:26.584076 [ 197 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 951 rows starting from the beginning of the part
6130 2025.03.11 22:11:26.586791 [ 4 ] {01797971-3655-452b-9d2b-1be8b2cc78c2} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6131 2025.03.11 22:11:26.586867 [ 4 ] {01797971-3655-452b-9d2b-1be8b2cc78c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6132 2025.03.11 22:11:26.588734 [ 4 ] {01797971-3655-452b-9d2b-1be8b2cc78c2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
6133 2025.03.11 22:11:26.589047 [ 4 ] {01797971-3655-452b-9d2b-1be8b2cc78c2} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6134 2025.03.11 22:11:26.589745 [ 4 ] {01797971-3655-452b-9d2b-1be8b2cc78c2} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.008111 sec., 3945.25952410307 rows/sec., 7.07 MiB/sec.
6135 2025.03.11 22:11:26.589880 [ 4 ] {01797971-3655-452b-9d2b-1be8b2cc78c2} <Debug> TCPHandler: Processed in 0.008452942 sec.
6136 2025.03.11 22:11:26.590046 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6137 2025.03.11 22:11:26.590169 [ 4 ] {8b6462ba-6aee-4227-bf6e-3e7110b9886f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6138 2025.03.11 22:11:26.590215 [ 4 ] {8b6462ba-6aee-4227-bf6e-3e7110b9886f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6139 2025.03.11 22:11:26.590789 [ 4 ] {8b6462ba-6aee-4227-bf6e-3e7110b9886f} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6140 2025.03.11 22:11:26.590826 [ 4 ] {8b6462ba-6aee-4227-bf6e-3e7110b9886f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6141 2025.03.11 22:11:26.591337 [ 4 ] {8b6462ba-6aee-4227-bf6e-3e7110b9886f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
6142 2025.03.11 22:11:26.591665 [ 4 ] {8b6462ba-6aee-4227-bf6e-3e7110b9886f} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6143 2025.03.11 22:11:26.591858 [ 134 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
6144 2025.03.11 22:11:26.591965 [ 134 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6145 2025.03.11 22:11:26.592033 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6146 2025.03.11 22:11:26.592092 [ 4 ] {8b6462ba-6aee-4227-bf6e-3e7110b9886f} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001923 sec., 11440.457618304732 rows/sec., 795.77 KiB/sec.
6147 2025.03.11 22:11:26.592493 [ 4 ] {8b6462ba-6aee-4227-bf6e-3e7110b9886f} <Debug> TCPHandler: Processed in 0.002511911 sec.
6148 2025.03.11 22:11:26.592897 [ 197 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
6149 2025.03.11 22:11:26.593285 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16514 rows, containing 5 columns (5 merged, 0 gathered) in 0.011891472 sec., 1388726.3073907082 rows/sec., 95.11 MiB/sec.
6150 2025.03.11 22:11:26.593362 [ 197 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6151 2025.03.11 22:11:26.593471 [ 197 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
6152 2025.03.11 22:11:26.593821 [ 187 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6153 2025.03.11 22:11:26.593849 [ 197 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
6154 2025.03.11 22:11:26.594204 [ 197 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
6155 2025.03.11 22:11:26.594444 [ 197 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
6156 2025.03.11 22:11:26.594713 [ 197 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
6157 2025.03.11 22:11:26.594918 [ 187 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6158 2025.03.11 22:11:26.594999 [ 197 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 22 rows starting from the beginning of the part
6159 2025.03.11 22:11:26.595228 [ 187 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6160 2025.03.11 22:11:26.595510 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB.
6161 2025.03.11 22:11:26.596587 [ 195 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2890 rows, containing 4 columns (4 merged, 0 gathered) in 0.004418898 sec., 654009.2122515613 rows/sec., 44.08 MiB/sec.
6162 2025.03.11 22:11:26.596916 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
6163 2025.03.11 22:11:26.597288 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_56_11} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6164 2025.03.11 22:11:26.597383 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_56_11} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
6165 2025.03.11 22:11:26.597485 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB.
6166 2025.03.11 22:11:28.689920 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 868
6167 2025.03.11 22:11:28.693539 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6168 2025.03.11 22:11:28.693579 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6169 2025.03.11 22:11:28.695069 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary)
6170 2025.03.11 22:11:28.695394 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6171 2025.03.11 22:11:28.695880 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 868
6172 2025.03.11 22:11:30.293175 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6173 2025.03.11 22:11:30.293388 [ 4 ] {21b55b7d-a409-4bb7-9c90-4cc6a4ea026f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6174 2025.03.11 22:11:30.293484 [ 4 ] {21b55b7d-a409-4bb7-9c90-4cc6a4ea026f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6175 2025.03.11 22:11:30.294384 [ 4 ] {21b55b7d-a409-4bb7-9c90-4cc6a4ea026f} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6176 2025.03.11 22:11:30.294430 [ 4 ] {21b55b7d-a409-4bb7-9c90-4cc6a4ea026f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6177 2025.03.11 22:11:30.295296 [ 4 ] {21b55b7d-a409-4bb7-9c90-4cc6a4ea026f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6178 2025.03.11 22:11:30.295564 [ 4 ] {21b55b7d-a409-4bb7-9c90-4cc6a4ea026f} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6179 2025.03.11 22:11:30.295767 [ 4 ] {21b55b7d-a409-4bb7-9c90-4cc6a4ea026f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002436 sec., 22988.505747126437 rows/sec., 1.76 MiB/sec.
6180 2025.03.11 22:11:30.295861 [ 4 ] {21b55b7d-a409-4bb7-9c90-4cc6a4ea026f} <Debug> TCPHandler: Processed in 0.002823254 sec.
6181 2025.03.11 22:11:30.296011 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6182 2025.03.11 22:11:30.296114 [ 4 ] {716e5b0d-b5d6-4f3b-ac67-a9d1dc441f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6183 2025.03.11 22:11:30.296160 [ 4 ] {716e5b0d-b5d6-4f3b-ac67-a9d1dc441f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6184 2025.03.11 22:11:30.296748 [ 4 ] {716e5b0d-b5d6-4f3b-ac67-a9d1dc441f22} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6185 2025.03.11 22:11:30.296785 [ 4 ] {716e5b0d-b5d6-4f3b-ac67-a9d1dc441f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6186 2025.03.11 22:11:30.297143 [ 4 ] {716e5b0d-b5d6-4f3b-ac67-a9d1dc441f22} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6187 2025.03.11 22:11:30.297419 [ 4 ] {716e5b0d-b5d6-4f3b-ac67-a9d1dc441f22} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6188 2025.03.11 22:11:30.297597 [ 4 ] {716e5b0d-b5d6-4f3b-ac67-a9d1dc441f22} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001506 sec., 42496.67994687915 rows/sec., 3.32 MiB/sec.
6189 2025.03.11 22:11:30.297649 [ 4 ] {716e5b0d-b5d6-4f3b-ac67-a9d1dc441f22} <Debug> TCPHandler: Processed in 0.001695084 sec.
6190 2025.03.11 22:11:30.297774 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6191 2025.03.11 22:11:30.297881 [ 4 ] {cc93276f-f52b-40fc-88f6-05366388d6ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6192 2025.03.11 22:11:30.297930 [ 4 ] {cc93276f-f52b-40fc-88f6-05366388d6ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6193 2025.03.11 22:11:30.298442 [ 4 ] {cc93276f-f52b-40fc-88f6-05366388d6ef} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6194 2025.03.11 22:11:30.298480 [ 4 ] {cc93276f-f52b-40fc-88f6-05366388d6ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6195 2025.03.11 22:11:30.298856 [ 4 ] {cc93276f-f52b-40fc-88f6-05366388d6ef} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6196 2025.03.11 22:11:30.299100 [ 4 ] {cc93276f-f52b-40fc-88f6-05366388d6ef} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6197 2025.03.11 22:11:30.299299 [ 4 ] {cc93276f-f52b-40fc-88f6-05366388d6ef} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001436 sec., 68245.12534818941 rows/sec., 4.76 MiB/sec.
6198 2025.03.11 22:11:30.299382 [ 4 ] {cc93276f-f52b-40fc-88f6-05366388d6ef} <Debug> TCPHandler: Processed in 0.001657994 sec.
6199 2025.03.11 22:11:30.299616 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6200 2025.03.11 22:11:30.299755 [ 4 ] {f280a113-e7d9-4f0b-8c2e-c6842d723009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6201 2025.03.11 22:11:30.299802 [ 4 ] {f280a113-e7d9-4f0b-8c2e-c6842d723009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6202 2025.03.11 22:11:30.300260 [ 4 ] {f280a113-e7d9-4f0b-8c2e-c6842d723009} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6203 2025.03.11 22:11:30.300297 [ 4 ] {f280a113-e7d9-4f0b-8c2e-c6842d723009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6204 2025.03.11 22:11:30.300653 [ 4 ] {f280a113-e7d9-4f0b-8c2e-c6842d723009} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
6205 2025.03.11 22:11:30.300901 [ 4 ] {f280a113-e7d9-4f0b-8c2e-c6842d723009} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6206 2025.03.11 22:11:30.301078 [ 4 ] {f280a113-e7d9-4f0b-8c2e-c6842d723009} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001347 sec., 28210.83890126206 rows/sec., 1.89 MiB/sec.
6207 2025.03.11 22:11:30.301128 [ 4 ] {f280a113-e7d9-4f0b-8c2e-c6842d723009} <Debug> TCPHandler: Processed in 0.001599503 sec.
6208 2025.03.11 22:11:31.118412 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16104
6209 2025.03.11 22:11:31.119254 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6210 2025.03.11 22:11:31.119300 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6211 2025.03.11 22:11:31.119847 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6212 2025.03.11 22:11:31.120106 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6213 2025.03.11 22:11:31.120289 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104
6214 2025.03.11 22:11:32.230903 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264
6215 2025.03.11 22:11:32.251854 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6216 2025.03.11 22:11:32.251918 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6217 2025.03.11 22:11:32.259300 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
6218 2025.03.11 22:11:32.260150 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6219 2025.03.11 22:11:32.263474 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264
6220 2025.03.11 22:11:35.295941 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6221 2025.03.11 22:11:35.296162 [ 4 ] {507372c6-5695-4e95-8908-447d66339347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6222 2025.03.11 22:11:35.296239 [ 4 ] {507372c6-5695-4e95-8908-447d66339347} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6223 2025.03.11 22:11:35.297087 [ 4 ] {507372c6-5695-4e95-8908-447d66339347} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6224 2025.03.11 22:11:35.297131 [ 4 ] {507372c6-5695-4e95-8908-447d66339347} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6225 2025.03.11 22:11:35.297561 [ 4 ] {507372c6-5695-4e95-8908-447d66339347} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6226 2025.03.11 22:11:35.297807 [ 4 ] {507372c6-5695-4e95-8908-447d66339347} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6227 2025.03.11 22:11:35.298014 [ 4 ] {507372c6-5695-4e95-8908-447d66339347} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001909 sec., 37716.081718177054 rows/sec., 3.05 MiB/sec.
6228 2025.03.11 22:11:35.298075 [ 4 ] {507372c6-5695-4e95-8908-447d66339347} <Debug> TCPHandler: Processed in 0.002271619 sec.
6229 2025.03.11 22:11:35.298235 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6230 2025.03.11 22:11:35.298347 [ 4 ] {26ee9d5e-b174-40b2-8230-7389bd1f781d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6231 2025.03.11 22:11:35.298392 [ 4 ] {26ee9d5e-b174-40b2-8230-7389bd1f781d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6232 2025.03.11 22:11:35.298901 [ 4 ] {26ee9d5e-b174-40b2-8230-7389bd1f781d} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6233 2025.03.11 22:11:35.298936 [ 4 ] {26ee9d5e-b174-40b2-8230-7389bd1f781d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6234 2025.03.11 22:11:35.299276 [ 4 ] {26ee9d5e-b174-40b2-8230-7389bd1f781d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6235 2025.03.11 22:11:35.299512 [ 4 ] {26ee9d5e-b174-40b2-8230-7389bd1f781d} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6236 2025.03.11 22:11:35.299686 [ 4 ] {26ee9d5e-b174-40b2-8230-7389bd1f781d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001362 sec., 5873.715124816446 rows/sec., 441.68 KiB/sec.
6237 2025.03.11 22:11:35.299737 [ 4 ] {26ee9d5e-b174-40b2-8230-7389bd1f781d} <Debug> TCPHandler: Processed in 0.001561343 sec.
6238 2025.03.11 22:11:35.299838 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6239 2025.03.11 22:11:35.299939 [ 4 ] {d377d92d-abf7-442c-95f7-e0fbd1bd243e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6240 2025.03.11 22:11:35.299983 [ 4 ] {d377d92d-abf7-442c-95f7-e0fbd1bd243e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6241 2025.03.11 22:11:35.300512 [ 4 ] {d377d92d-abf7-442c-95f7-e0fbd1bd243e} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6242 2025.03.11 22:11:35.300548 [ 4 ] {d377d92d-abf7-442c-95f7-e0fbd1bd243e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6243 2025.03.11 22:11:35.300896 [ 4 ] {d377d92d-abf7-442c-95f7-e0fbd1bd243e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6244 2025.03.11 22:11:35.301141 [ 4 ] {d377d92d-abf7-442c-95f7-e0fbd1bd243e} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6245 2025.03.11 22:11:35.301317 [ 4 ] {d377d92d-abf7-442c-95f7-e0fbd1bd243e} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.0014 sec., 51428.57142857143 rows/sec., 4.01 MiB/sec.
6246 2025.03.11 22:11:35.301367 [ 4 ] {d377d92d-abf7-442c-95f7-e0fbd1bd243e} <Debug> TCPHandler: Processed in 0.001577593 sec.
6247 2025.03.11 22:11:35.301476 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6248 2025.03.11 22:11:35.301580 [ 4 ] {0ae8ae85-d6e7-442c-ada4-72d88b2bc426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6249 2025.03.11 22:11:35.301629 [ 4 ] {0ae8ae85-d6e7-442c-ada4-72d88b2bc426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6250 2025.03.11 22:11:35.302132 [ 4 ] {0ae8ae85-d6e7-442c-ada4-72d88b2bc426} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6251 2025.03.11 22:11:35.302168 [ 4 ] {0ae8ae85-d6e7-442c-ada4-72d88b2bc426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6252 2025.03.11 22:11:35.302540 [ 4 ] {0ae8ae85-d6e7-442c-ada4-72d88b2bc426} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6253 2025.03.11 22:11:35.302773 [ 4 ] {0ae8ae85-d6e7-442c-ada4-72d88b2bc426} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6254 2025.03.11 22:11:35.302977 [ 4 ] {0ae8ae85-d6e7-442c-ada4-72d88b2bc426} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001418 sec., 112834.97884344147 rows/sec., 7.86 MiB/sec.
6255 2025.03.11 22:11:35.303029 [ 4 ] {0ae8ae85-d6e7-442c-ada4-72d88b2bc426} <Debug> TCPHandler: Processed in 0.001602514 sec.
6256 2025.03.11 22:11:35.303133 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6257 2025.03.11 22:11:35.303232 [ 4 ] {34157468-110b-49b9-af7b-4cbd896707fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6258 2025.03.11 22:11:35.303296 [ 4 ] {34157468-110b-49b9-af7b-4cbd896707fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6259 2025.03.11 22:11:35.304310 [ 4 ] {34157468-110b-49b9-af7b-4cbd896707fd} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6260 2025.03.11 22:11:35.304349 [ 4 ] {34157468-110b-49b9-af7b-4cbd896707fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6261 2025.03.11 22:11:35.304943 [ 4 ] {34157468-110b-49b9-af7b-4cbd896707fd} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
6262 2025.03.11 22:11:35.305196 [ 4 ] {34157468-110b-49b9-af7b-4cbd896707fd} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6263 2025.03.11 22:11:35.305439 [ 4 ] {34157468-110b-49b9-af7b-4cbd896707fd} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002227 sec., 3592.2766052986085 rows/sec., 6.44 MiB/sec.
6264 2025.03.11 22:11:35.305531 [ 4 ] {34157468-110b-49b9-af7b-4cbd896707fd} <Debug> TCPHandler: Processed in 0.002448081 sec.
6265 2025.03.11 22:11:35.305641 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6266 2025.03.11 22:11:35.305741 [ 4 ] {e9200492-5420-45e4-99a2-d54b40c33bea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6267 2025.03.11 22:11:35.305786 [ 4 ] {e9200492-5420-45e4-99a2-d54b40c33bea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6268 2025.03.11 22:11:35.306207 [ 4 ] {e9200492-5420-45e4-99a2-d54b40c33bea} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6269 2025.03.11 22:11:35.306245 [ 4 ] {e9200492-5420-45e4-99a2-d54b40c33bea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6270 2025.03.11 22:11:35.306599 [ 4 ] {e9200492-5420-45e4-99a2-d54b40c33bea} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
6271 2025.03.11 22:11:35.306836 [ 4 ] {e9200492-5420-45e4-99a2-d54b40c33bea} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6272 2025.03.11 22:11:35.307045 [ 4 ] {e9200492-5420-45e4-99a2-d54b40c33bea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001326 sec., 45248.86877828054 rows/sec., 3.05 MiB/sec.
6273 2025.03.11 22:11:35.307094 [ 4 ] {e9200492-5420-45e4-99a2-d54b40c33bea} <Debug> TCPHandler: Processed in 0.001502683 sec.
6274 2025.03.11 22:11:37.431834 [ 120 ] {} <Debug> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
6275 2025.03.11 22:11:37.431916 [ 120 ] {} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6276 2025.03.11 22:11:37.431942 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6277 2025.03.11 22:11:37.432073 [ 200 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::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
6278 2025.03.11 22:11:37.432211 [ 200 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6279 2025.03.11 22:11:37.432246 [ 200 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::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
6280 2025.03.11 22:11:37.432322 [ 200 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::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
6281 2025.03.11 22:11:37.432413 [ 200 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::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
6282 2025.03.11 22:11:37.432613 [ 200 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::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
6283 2025.03.11 22:11:37.432829 [ 200 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::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
6284 2025.03.11 22:11:37.434086 [ 195 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1261 rows, containing 5 columns (5 merged, 0 gathered) in 0.002079808 sec., 606305.9667046189 rows/sec., 44.25 MiB/sec.
6285 2025.03.11 22:11:37.434330 [ 186 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
6286 2025.03.11 22:11:37.434746 [ 186 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::all_1_9_2} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6287 2025.03.11 22:11:37.434854 [ 186 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::all_1_9_2} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
6288 2025.03.11 22:11:37.434975 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
6289 2025.03.11 22:11:38.069351 [ 126 ] {} <Debug> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0
6290 2025.03.11 22:11:38.069413 [ 126 ] {} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6291 2025.03.11 22:11:38.069436 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6292 2025.03.11 22:11:38.069648 [ 195 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full
6293 2025.03.11 22:11:38.069825 [ 195 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6294 2025.03.11 22:11:38.069861 [ 195 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 18 rows starting from the beginning of the part
6295 2025.03.11 22:11:38.069945 [ 195 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part
6296 2025.03.11 22:11:38.070147 [ 195 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part
6297 2025.03.11 22:11:38.070424 [ 195 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part
6298 2025.03.11 22:11:38.070622 [ 195 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part
6299 2025.03.11 22:11:38.071716 [ 186 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.002201209 sec., 22714.78991772249 rows/sec., 1.90 MiB/sec.
6300 2025.03.11 22:11:38.071924 [ 193 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary)
6301 2025.03.11 22:11:38.072289 [ 193 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_10_2} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6302 2025.03.11 22:11:38.072383 [ 193 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_10_2} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2
6303 2025.03.11 22:11:38.072486 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6304 2025.03.11 22:11:38.460255 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache
6305 2025.03.11 22:11:38.460321 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache
6306 2025.03.11 22:11:38.620510 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16531
6307 2025.03.11 22:11:38.621386 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6308 2025.03.11 22:11:38.621434 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6309 2025.03.11 22:11:38.621956 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6310 2025.03.11 22:11:38.622227 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6311 2025.03.11 22:11:38.622445 [ 126 ] {} <Debug> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6312 2025.03.11 22:11:38.622507 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531
6313 2025.03.11 22:11:38.622535 [ 126 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6314 2025.03.11 22:11:38.622569 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6315 2025.03.11 22:11:38.622689 [ 189 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::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
6316 2025.03.11 22:11:38.622791 [ 189 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6317 2025.03.11 22:11:38.622824 [ 189 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part
6318 2025.03.11 22:11:38.622891 [ 189 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 427 rows starting from the beginning of the part
6319 2025.03.11 22:11:38.622989 [ 189 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 488 rows starting from the beginning of the part
6320 2025.03.11 22:11:38.623189 [ 189 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 427 rows starting from the beginning of the part
6321 2025.03.11 22:11:38.623450 [ 189 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 488 rows starting from the beginning of the part
6322 2025.03.11 22:11:38.623528 [ 189 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 427 rows starting from the beginning of the part
6323 2025.03.11 22:11:38.625814 [ 191 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003168467 sec., 5217349.588933703 rows/sec., 74.63 MiB/sec.
6324 2025.03.11 22:11:38.626032 [ 191 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6325 2025.03.11 22:11:38.626633 [ 191 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_36_7} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6326 2025.03.11 22:11:38.626800 [ 191 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_36_7} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6327 2025.03.11 22:11:38.626996 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB.
6328 2025.03.11 22:11:38.696240 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 888
6329 2025.03.11 22:11:38.699348 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6330 2025.03.11 22:11:38.699394 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6331 2025.03.11 22:11:38.700882 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary)
6332 2025.03.11 22:11:38.701215 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6333 2025.03.11 22:11:38.701483 [ 126 ] {} <Debug> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0
6334 2025.03.11 22:11:38.701634 [ 126 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6335 2025.03.11 22:11:38.701742 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6336 2025.03.11 22:11:38.702303 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::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
6337 2025.03.11 22:11:38.702740 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 888
6338 2025.03.11 22:11:38.703297 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6339 2025.03.11 22:11:38.703467 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 736 rows starting from the beginning of the part
6340 2025.03.11 22:11:38.703973 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 44 rows starting from the beginning of the part
6341 2025.03.11 22:11:38.704484 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part
6342 2025.03.11 22:11:38.704991 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 24 rows starting from the beginning of the part
6343 2025.03.11 22:11:38.705474 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 44 rows starting from the beginning of the part
6344 2025.03.11 22:11:38.705945 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part
6345 2025.03.11 22:11:38.713620 [ 186 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 888 rows, containing 72 columns (72 merged, 0 gathered) in 0.01165924 sec., 76162.76875679719 rows/sec., 61.69 MiB/sec.
6346 2025.03.11 22:11:38.715057 [ 188 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary)
6347 2025.03.11 22:11:38.715913 [ 188 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_26_5} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6348 2025.03.11 22:11:38.716013 [ 188 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_26_5} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5
6349 2025.03.11 22:11:38.716347 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB.
6350 2025.03.11 22:11:39.763623 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272
6351 2025.03.11 22:11:39.784784 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6352 2025.03.11 22:11:39.784832 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6353 2025.03.11 22:11:39.793206 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
6354 2025.03.11 22:11:39.794029 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6355 2025.03.11 22:11:39.794334 [ 126 ] {} <Debug> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
6356 2025.03.11 22:11:39.794395 [ 126 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6357 2025.03.11 22:11:39.794437 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6358 2025.03.11 22:11:39.794801 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
6359 2025.03.11 22:11:39.804056 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272
6360 2025.03.11 22:11:39.805276 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6361 2025.03.11 22:11:39.806166 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
6362 2025.03.11 22:11:39.810925 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
6363 2025.03.11 22:11:39.815755 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
6364 2025.03.11 22:11:39.820944 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
6365 2025.03.11 22:11:39.826506 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
6366 2025.03.11 22:11:39.831139 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
6367 2025.03.11 22:11:39.891187 [ 188 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.096661404 sec., 2813.946298566075 rows/sec., 14.55 MiB/sec.
6368 2025.03.11 22:11:39.893288 [ 194 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
6369 2025.03.11 22:11:39.895852 [ 194 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_36_7} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6370 2025.03.11 22:11:39.895971 [ 194 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_36_7} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
6371 2025.03.11 22:11:39.897518 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB.
6372 2025.03.11 22:11:40.000261 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.59 MiB, peak 217.47 MiB, free memory in arenas 0.00 B, will set to 206.61 MiB (RSS), difference: 1.02 MiB
6373 2025.03.11 22:11:40.297018 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6374 2025.03.11 22:11:40.297200 [ 4 ] {8929a967-99d6-4e59-9afe-f28aa418db6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6375 2025.03.11 22:11:40.297269 [ 4 ] {8929a967-99d6-4e59-9afe-f28aa418db6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6376 2025.03.11 22:11:40.298109 [ 4 ] {8929a967-99d6-4e59-9afe-f28aa418db6d} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6377 2025.03.11 22:11:40.298153 [ 4 ] {8929a967-99d6-4e59-9afe-f28aa418db6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6378 2025.03.11 22:11:40.298640 [ 4 ] {8929a967-99d6-4e59-9afe-f28aa418db6d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
6379 2025.03.11 22:11:40.298911 [ 4 ] {8929a967-99d6-4e59-9afe-f28aa418db6d} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6380 2025.03.11 22:11:40.299142 [ 4 ] {8929a967-99d6-4e59-9afe-f28aa418db6d} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.002046 sec., 58651.026392961874 rows/sec., 4.97 MiB/sec.
6381 2025.03.11 22:11:40.299195 [ 4 ] {8929a967-99d6-4e59-9afe-f28aa418db6d} <Debug> TCPHandler: Processed in 0.002361 sec.
6382 2025.03.11 22:11:40.299378 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6383 2025.03.11 22:11:40.299486 [ 4 ] {87b7d063-5c21-456c-ad1b-496ef9360114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6384 2025.03.11 22:11:40.299531 [ 4 ] {87b7d063-5c21-456c-ad1b-496ef9360114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6385 2025.03.11 22:11:40.300071 [ 4 ] {87b7d063-5c21-456c-ad1b-496ef9360114} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6386 2025.03.11 22:11:40.300110 [ 4 ] {87b7d063-5c21-456c-ad1b-496ef9360114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6387 2025.03.11 22:11:40.300471 [ 4 ] {87b7d063-5c21-456c-ad1b-496ef9360114} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6388 2025.03.11 22:11:40.300719 [ 4 ] {87b7d063-5c21-456c-ad1b-496ef9360114} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6389 2025.03.11 22:11:40.300891 [ 118 ] {} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6390 2025.03.11 22:11:40.300948 [ 4 ] {87b7d063-5c21-456c-ad1b-496ef9360114} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001477 sec., 21665.53825321598 rows/sec., 1.59 MiB/sec.
6391 2025.03.11 22:11:40.300975 [ 118 ] {} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6392 2025.03.11 22:11:40.301040 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6393 2025.03.11 22:11:40.301058 [ 4 ] {87b7d063-5c21-456c-ad1b-496ef9360114} <Debug> TCPHandler: Processed in 0.001726444 sec.
6394 2025.03.11 22:11:40.301202 [ 188 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full
6395 2025.03.11 22:11:40.301218 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6396 2025.03.11 22:11:40.301336 [ 188 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6397 2025.03.11 22:11:40.301353 [ 4 ] {55fc14a5-da6f-47c5-bfda-d95f6bf26dd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6398 2025.03.11 22:11:40.301379 [ 188 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 70 rows starting from the beginning of the part
6399 2025.03.11 22:11:40.301410 [ 4 ] {55fc14a5-da6f-47c5-bfda-d95f6bf26dd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6400 2025.03.11 22:11:40.301576 [ 188 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 32 rows starting from the beginning of the part
6401 2025.03.11 22:11:40.301886 [ 188 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part
6402 2025.03.11 22:11:40.302237 [ 188 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 58 rows starting from the beginning of the part
6403 2025.03.11 22:11:40.302638 [ 188 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
6404 2025.03.11 22:11:40.303083 [ 188 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 32 rows starting from the beginning of the part
6405 2025.03.11 22:11:40.304270 [ 4 ] {55fc14a5-da6f-47c5-bfda-d95f6bf26dd2} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6406 2025.03.11 22:11:40.304313 [ 4 ] {55fc14a5-da6f-47c5-bfda-d95f6bf26dd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6407 2025.03.11 22:11:40.304947 [ 4 ] {55fc14a5-da6f-47c5-bfda-d95f6bf26dd2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
6408 2025.03.11 22:11:40.305020 [ 188 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.003886283 sec., 53521.57833075975 rows/sec., 4.12 MiB/sec.
6409 2025.03.11 22:11:40.305193 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6410 2025.03.11 22:11:40.305362 [ 4 ] {55fc14a5-da6f-47c5-bfda-d95f6bf26dd2} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6411 2025.03.11 22:11:40.305624 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_46_9} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6412 2025.03.11 22:11:40.305685 [ 4 ] {55fc14a5-da6f-47c5-bfda-d95f6bf26dd2} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.004362 sec., 22008.25309491059 rows/sec., 1.72 MiB/sec.
6413 2025.03.11 22:11:40.305725 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_46_9} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6414 2025.03.11 22:11:40.305768 [ 4 ] {55fc14a5-da6f-47c5-bfda-d95f6bf26dd2} <Debug> TCPHandler: Processed in 0.004604259 sec.
6415 2025.03.11 22:11:40.305827 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
6416 2025.03.11 22:11:40.305897 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6417 2025.03.11 22:11:40.306000 [ 4 ] {7fd257c5-a42b-4dee-bb7a-1240f9e11f27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6418 2025.03.11 22:11:40.306051 [ 4 ] {7fd257c5-a42b-4dee-bb7a-1240f9e11f27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6419 2025.03.11 22:11:40.306584 [ 4 ] {7fd257c5-a42b-4dee-bb7a-1240f9e11f27} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6420 2025.03.11 22:11:40.306624 [ 4 ] {7fd257c5-a42b-4dee-bb7a-1240f9e11f27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6421 2025.03.11 22:11:40.307028 [ 4 ] {7fd257c5-a42b-4dee-bb7a-1240f9e11f27} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
6422 2025.03.11 22:11:40.307289 [ 4 ] {7fd257c5-a42b-4dee-bb7a-1240f9e11f27} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6423 2025.03.11 22:11:40.307509 [ 4 ] {7fd257c5-a42b-4dee-bb7a-1240f9e11f27} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001527 sec., 104780.61558611658 rows/sec., 7.30 MiB/sec.
6424 2025.03.11 22:11:40.307579 [ 4 ] {7fd257c5-a42b-4dee-bb7a-1240f9e11f27} <Debug> TCPHandler: Processed in 0.001736425 sec.
6425 2025.03.11 22:11:40.307823 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6426 2025.03.11 22:11:40.307943 [ 4 ] {80aef600-13fb-4819-829d-e902e54e57b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6427 2025.03.11 22:11:40.308014 [ 4 ] {80aef600-13fb-4819-829d-e902e54e57b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6428 2025.03.11 22:11:40.309112 [ 4 ] {80aef600-13fb-4819-829d-e902e54e57b4} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6429 2025.03.11 22:11:40.309152 [ 4 ] {80aef600-13fb-4819-829d-e902e54e57b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6430 2025.03.11 22:11:40.309799 [ 4 ] {80aef600-13fb-4819-829d-e902e54e57b4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
6431 2025.03.11 22:11:40.310058 [ 4 ] {80aef600-13fb-4819-829d-e902e54e57b4} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6432 2025.03.11 22:11:40.310319 [ 4 ] {80aef600-13fb-4819-829d-e902e54e57b4} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002398 sec., 13344.45371142619 rows/sec., 23.91 MiB/sec.
6433 2025.03.11 22:11:40.310658 [ 4 ] {80aef600-13fb-4819-829d-e902e54e57b4} <Debug> TCPHandler: Processed in 0.002922256 sec.
6434 2025.03.11 22:11:40.310805 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6435 2025.03.11 22:11:40.310942 [ 4 ] {22a68fff-a70b-42c0-8d75-e6ab5dc1fb75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6436 2025.03.11 22:11:40.310997 [ 4 ] {22a68fff-a70b-42c0-8d75-e6ab5dc1fb75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6437 2025.03.11 22:11:40.311458 [ 4 ] {22a68fff-a70b-42c0-8d75-e6ab5dc1fb75} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6438 2025.03.11 22:11:40.311496 [ 4 ] {22a68fff-a70b-42c0-8d75-e6ab5dc1fb75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB.
6439 2025.03.11 22:11:40.311869 [ 4 ] {22a68fff-a70b-42c0-8d75-e6ab5dc1fb75} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
6440 2025.03.11 22:11:40.312134 [ 4 ] {22a68fff-a70b-42c0-8d75-e6ab5dc1fb75} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6441 2025.03.11 22:11:40.312347 [ 4 ] {22a68fff-a70b-42c0-8d75-e6ab5dc1fb75} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001436 sec., 41782.72980501393 rows/sec., 2.82 MiB/sec.
6442 2025.03.11 22:11:40.312398 [ 4 ] {22a68fff-a70b-42c0-8d75-e6ab5dc1fb75} <Debug> TCPHandler: Processed in 0.001661084 sec.
6443 2025.03.11 22:11:45.295942 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6444 2025.03.11 22:11:45.296170 [ 4 ] {3cb716d3-e83b-4639-bde3-33451a36bb75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6445 2025.03.11 22:11:45.296248 [ 4 ] {3cb716d3-e83b-4639-bde3-33451a36bb75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6446 2025.03.11 22:11:45.296987 [ 4 ] {3cb716d3-e83b-4639-bde3-33451a36bb75} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6447 2025.03.11 22:11:45.297039 [ 4 ] {3cb716d3-e83b-4639-bde3-33451a36bb75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6448 2025.03.11 22:11:45.297463 [ 4 ] {3cb716d3-e83b-4639-bde3-33451a36bb75} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
6449 2025.03.11 22:11:45.297714 [ 4 ] {3cb716d3-e83b-4639-bde3-33451a36bb75} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6450 2025.03.11 22:11:45.297959 [ 4 ] {3cb716d3-e83b-4639-bde3-33451a36bb75} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001847 sec., 1082.8370330265295 rows/sec., 88.30 KiB/sec.
6451 2025.03.11 22:11:45.298016 [ 4 ] {3cb716d3-e83b-4639-bde3-33451a36bb75} <Debug> TCPHandler: Processed in 0.002217239 sec.
6452 2025.03.11 22:11:45.298134 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6453 2025.03.11 22:11:45.298239 [ 4 ] {e5af859a-e869-42e6-8385-f92c25c8e464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6454 2025.03.11 22:11:45.298284 [ 4 ] {e5af859a-e869-42e6-8385-f92c25c8e464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6455 2025.03.11 22:11:45.298839 [ 4 ] {e5af859a-e869-42e6-8385-f92c25c8e464} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6456 2025.03.11 22:11:45.298878 [ 4 ] {e5af859a-e869-42e6-8385-f92c25c8e464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6457 2025.03.11 22:11:45.299237 [ 4 ] {e5af859a-e869-42e6-8385-f92c25c8e464} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
6458 2025.03.11 22:11:45.299474 [ 4 ] {e5af859a-e869-42e6-8385-f92c25c8e464} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6459 2025.03.11 22:11:45.299650 [ 113 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0
6460 2025.03.11 22:11:45.299716 [ 4 ] {e5af859a-e869-42e6-8385-f92c25c8e464} <Debug> executeQuery: Read 73 rows, 6.04 KiB in 0.001495 sec., 48829.43143812709 rows/sec., 3.94 MiB/sec.
6461 2025.03.11 22:11:45.299744 [ 113 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6462 2025.03.11 22:11:45.299828 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6463 2025.03.11 22:11:45.299838 [ 4 ] {e5af859a-e869-42e6-8385-f92c25c8e464} <Debug> TCPHandler: Processed in 0.001754015 sec.
6464 2025.03.11 22:11:45.300101 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6465 2025.03.11 22:11:45.300197 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full
6466 2025.03.11 22:11:45.300420 [ 4 ] {4db934db-bdb6-430b-a6e8-359bfe397ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6467 2025.03.11 22:11:45.300581 [ 4 ] {4db934db-bdb6-430b-a6e8-359bfe397ad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6468 2025.03.11 22:11:45.301088 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6469 2025.03.11 22:11:45.301247 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 1406 rows starting from the beginning of the part
6470 2025.03.11 22:11:45.301835 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1387 rows starting from the beginning of the part
6471 2025.03.11 22:11:45.302340 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part
6472 2025.03.11 22:11:45.302720 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 72 rows starting from the beginning of the part
6473 2025.03.11 22:11:45.302974 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 120 rows starting from the beginning of the part
6474 2025.03.11 22:11:45.303299 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 73 rows starting from the beginning of the part
6475 2025.03.11 22:11:45.304070 [ 4 ] {4db934db-bdb6-430b-a6e8-359bfe397ad8} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6476 2025.03.11 22:11:45.304128 [ 4 ] {4db934db-bdb6-430b-a6e8-359bfe397ad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6477 2025.03.11 22:11:45.304923 [ 4 ] {4db934db-bdb6-430b-a6e8-359bfe397ad8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6478 2025.03.11 22:11:45.305494 [ 4 ] {4db934db-bdb6-430b-a6e8-359bfe397ad8} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6479 2025.03.11 22:11:45.306028 [ 4 ] {4db934db-bdb6-430b-a6e8-359bfe397ad8} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.005742 sec., 1741.553465691397 rows/sec., 129.09 KiB/sec.
6480 2025.03.11 22:11:45.306252 [ 4 ] {4db934db-bdb6-430b-a6e8-359bfe397ad8} <Debug> TCPHandler: Processed in 0.006275123 sec.
6481 2025.03.11 22:11:45.306565 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6482 2025.03.11 22:11:45.306857 [ 4 ] {29b0b92a-6b0f-43fb-b9b0-fbd2331a7959} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6483 2025.03.11 22:11:45.306865 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3114 rows, containing 5 columns (5 merged, 0 gathered) in 0.006902389 sec., 451148.1459535242 rows/sec., 39.30 MiB/sec.
6484 2025.03.11 22:11:45.306927 [ 4 ] {29b0b92a-6b0f-43fb-b9b0-fbd2331a7959} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6485 2025.03.11 22:11:45.307128 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary)
6486 2025.03.11 22:11:45.307778 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_60_12} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6487 2025.03.11 22:11:45.307962 [ 199 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_60_12} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12
6488 2025.03.11 22:11:45.308143 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
6489 2025.03.11 22:11:45.308303 [ 4 ] {29b0b92a-6b0f-43fb-b9b0-fbd2331a7959} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6490 2025.03.11 22:11:45.308357 [ 4 ] {29b0b92a-6b0f-43fb-b9b0-fbd2331a7959} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6491 2025.03.11 22:11:45.308808 [ 4 ] {29b0b92a-6b0f-43fb-b9b0-fbd2331a7959} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
6492 2025.03.11 22:11:45.309092 [ 4 ] {29b0b92a-6b0f-43fb-b9b0-fbd2331a7959} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6493 2025.03.11 22:11:45.309281 [ 113 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0
6494 2025.03.11 22:11:45.309341 [ 113 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6495 2025.03.11 22:11:45.309378 [ 4 ] {29b0b92a-6b0f-43fb-b9b0-fbd2331a7959} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.002597 sec., 28494.41663457836 rows/sec., 2.23 MiB/sec.
6496 2025.03.11 22:11:45.309382 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6497 2025.03.11 22:11:45.309562 [ 4 ] {29b0b92a-6b0f-43fb-b9b0-fbd2331a7959} <Debug> TCPHandler: Processed in 0.003133307 sec.
6498 2025.03.11 22:11:45.309653 [ 187 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full
6499 2025.03.11 22:11:45.309724 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6500 2025.03.11 22:11:45.309803 [ 187 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6501 2025.03.11 22:11:45.309870 [ 187 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 632 rows starting from the beginning of the part
6502 2025.03.11 22:11:45.309925 [ 4 ] {18e71217-012c-4dda-8c2d-ed9217a81e5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6503 2025.03.11 22:11:45.310104 [ 4 ] {18e71217-012c-4dda-8c2d-ed9217a81e5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6504 2025.03.11 22:11:45.310126 [ 187 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 602 rows starting from the beginning of the part
6505 2025.03.11 22:11:45.310527 [ 187 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part
6506 2025.03.11 22:11:45.310880 [ 187 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 72 rows starting from the beginning of the part
6507 2025.03.11 22:11:45.311273 [ 187 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 96 rows starting from the beginning of the part
6508 2025.03.11 22:11:45.311574 [ 187 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 74 rows starting from the beginning of the part
6509 2025.03.11 22:11:45.312739 [ 4 ] {18e71217-012c-4dda-8c2d-ed9217a81e5f} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6510 2025.03.11 22:11:45.312797 [ 4 ] {18e71217-012c-4dda-8c2d-ed9217a81e5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6511 2025.03.11 22:11:45.313888 [ 4 ] {18e71217-012c-4dda-8c2d-ed9217a81e5f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
6512 2025.03.11 22:11:45.314373 [ 4 ] {18e71217-012c-4dda-8c2d-ed9217a81e5f} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6513 2025.03.11 22:11:45.314591 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005056934 sec., 304532.35102534463 rows/sec., 24.26 MiB/sec.
6514 2025.03.11 22:11:45.314829 [ 4 ] {18e71217-012c-4dda-8c2d-ed9217a81e5f} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004944 sec., 32564.724919093853 rows/sec., 2.27 MiB/sec.
6515 2025.03.11 22:11:45.315040 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary)
6516 2025.03.11 22:11:45.315074 [ 4 ] {18e71217-012c-4dda-8c2d-ed9217a81e5f} <Debug> TCPHandler: Processed in 0.005372336 sec.
6517 2025.03.11 22:11:45.315464 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6518 2025.03.11 22:11:45.315660 [ 4 ] {f6c5abf1-0ca0-4bb3-90f3-9aaa7392c4fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6519 2025.03.11 22:11:45.315789 [ 4 ] {f6c5abf1-0ca0-4bb3-90f3-9aaa7392c4fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6520 2025.03.11 22:11:45.315979 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_60_12} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6521 2025.03.11 22:11:45.316215 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_60_12} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12
6522 2025.03.11 22:11:45.316427 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
6523 2025.03.11 22:11:45.317314 [ 4 ] {f6c5abf1-0ca0-4bb3-90f3-9aaa7392c4fb} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6524 2025.03.11 22:11:45.317356 [ 4 ] {f6c5abf1-0ca0-4bb3-90f3-9aaa7392c4fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6525 2025.03.11 22:11:45.317960 [ 4 ] {f6c5abf1-0ca0-4bb3-90f3-9aaa7392c4fb} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
6526 2025.03.11 22:11:45.318205 [ 4 ] {f6c5abf1-0ca0-4bb3-90f3-9aaa7392c4fb} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6527 2025.03.11 22:11:45.318385 [ 113 ] {} <Debug> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
6528 2025.03.11 22:11:45.318458 [ 113 ] {} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6529 2025.03.11 22:11:45.318495 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6530 2025.03.11 22:11:45.318528 [ 4 ] {f6c5abf1-0ca0-4bb3-90f3-9aaa7392c4fb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002907 sec., 2751.977984176127 rows/sec., 4.93 MiB/sec.
6531 2025.03.11 22:11:45.318855 [ 197 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
6532 2025.03.11 22:11:45.318904 [ 4 ] {f6c5abf1-0ca0-4bb3-90f3-9aaa7392c4fb} <Debug> TCPHandler: Processed in 0.00354756 sec.
6533 2025.03.11 22:11:45.319153 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6534 2025.03.11 22:11:45.319416 [ 4 ] {47a7ae32-c070-4920-8b24-1c4926e6cb1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6535 2025.03.11 22:11:45.319556 [ 4 ] {47a7ae32-c070-4920-8b24-1c4926e6cb1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6536 2025.03.11 22:11:45.319571 [ 197 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6537 2025.03.11 22:11:45.319802 [ 197 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 786 rows starting from the beginning of the part
6538 2025.03.11 22:11:45.320642 [ 197 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
6539 2025.03.11 22:11:45.321298 [ 197 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part
6540 2025.03.11 22:11:45.322034 [ 4 ] {47a7ae32-c070-4920-8b24-1c4926e6cb1e} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6541 2025.03.11 22:11:45.322061 [ 197 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
6542 2025.03.11 22:11:45.322107 [ 4 ] {47a7ae32-c070-4920-8b24-1c4926e6cb1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6543 2025.03.11 22:11:45.322669 [ 197 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 32 rows starting from the beginning of the part
6544 2025.03.11 22:11:45.323355 [ 197 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part
6545 2025.03.11 22:11:45.323836 [ 4 ] {47a7ae32-c070-4920-8b24-1c4926e6cb1e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
6546 2025.03.11 22:11:45.324426 [ 4 ] {47a7ae32-c070-4920-8b24-1c4926e6cb1e} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6547 2025.03.11 22:11:45.324951 [ 4 ] {47a7ae32-c070-4920-8b24-1c4926e6cb1e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005614 sec., 10687.566797292482 rows/sec., 737.55 KiB/sec.
6548 2025.03.11 22:11:45.325267 [ 4 ] {47a7ae32-c070-4920-8b24-1c4926e6cb1e} <Debug> TCPHandler: Processed in 0.006186533 sec.
6549 2025.03.11 22:11:45.339459 [ 190 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 874 rows, containing 19 columns (19 merged, 0 gathered) in 0.020875368 sec., 41867.52540122886 rows/sec., 75.02 MiB/sec.
6550 2025.03.11 22:11:45.340481 [ 187 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
6551 2025.03.11 22:11:45.340895 [ 187 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6552 2025.03.11 22:11:45.340978 [ 187 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
6553 2025.03.11 22:11:45.341129 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB.
6554 2025.03.11 22:11:46.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.25 MiB, peak 217.47 MiB, free memory in arenas 0.00 B, will set to 208.49 MiB (RSS), difference: 1.24 MiB
6555 2025.03.11 22:11:46.122698 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17019
6556 2025.03.11 22:11:46.123424 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6557 2025.03.11 22:11:46.123467 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6558 2025.03.11 22:11:46.124003 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6559 2025.03.11 22:11:46.124268 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6560 2025.03.11 22:11:46.124506 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019
6561 2025.03.11 22:11:47.304196 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279
6562 2025.03.11 22:11:47.323095 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6563 2025.03.11 22:11:47.323159 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6564 2025.03.11 22:11:47.330053 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
6565 2025.03.11 22:11:47.330849 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6566 2025.03.11 22:11:47.334238 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279
6567 2025.03.11 22:11:48.702987 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 914
6568 2025.03.11 22:11:48.705981 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6569 2025.03.11 22:11:48.706023 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6570 2025.03.11 22:11:48.707486 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary)
6571 2025.03.11 22:11:48.707804 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6572 2025.03.11 22:11:48.708928 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 914
6573 2025.03.11 22:11:50.297366 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6574 2025.03.11 22:11:50.297563 [ 4 ] {1be68700-af9e-4794-94ad-2e301e2eac43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6575 2025.03.11 22:11:50.297640 [ 4 ] {1be68700-af9e-4794-94ad-2e301e2eac43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6576 2025.03.11 22:11:50.298495 [ 4 ] {1be68700-af9e-4794-94ad-2e301e2eac43} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6577 2025.03.11 22:11:50.298536 [ 4 ] {1be68700-af9e-4794-94ad-2e301e2eac43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6578 2025.03.11 22:11:50.298977 [ 4 ] {1be68700-af9e-4794-94ad-2e301e2eac43} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
6579 2025.03.11 22:11:50.299236 [ 4 ] {1be68700-af9e-4794-94ad-2e301e2eac43} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6580 2025.03.11 22:11:50.299429 [ 4 ] {1be68700-af9e-4794-94ad-2e301e2eac43} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001922 sec., 62434.96357960458 rows/sec., 5.29 MiB/sec.
6581 2025.03.11 22:11:50.299485 [ 4 ] {1be68700-af9e-4794-94ad-2e301e2eac43} <Debug> TCPHandler: Processed in 0.002258029 sec.
6582 2025.03.11 22:11:50.299607 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6583 2025.03.11 22:11:50.299712 [ 4 ] {2d6ff783-501c-4e12-b6d4-a6213b117056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6584 2025.03.11 22:11:50.299757 [ 4 ] {2d6ff783-501c-4e12-b6d4-a6213b117056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6585 2025.03.11 22:11:50.300283 [ 4 ] {2d6ff783-501c-4e12-b6d4-a6213b117056} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6586 2025.03.11 22:11:50.300320 [ 4 ] {2d6ff783-501c-4e12-b6d4-a6213b117056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6587 2025.03.11 22:11:50.300674 [ 4 ] {2d6ff783-501c-4e12-b6d4-a6213b117056} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6588 2025.03.11 22:11:50.300916 [ 4 ] {2d6ff783-501c-4e12-b6d4-a6213b117056} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6589 2025.03.11 22:11:50.301095 [ 4 ] {2d6ff783-501c-4e12-b6d4-a6213b117056} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001404 sec., 22792.02279202279 rows/sec., 1.67 MiB/sec.
6590 2025.03.11 22:11:50.301147 [ 4 ] {2d6ff783-501c-4e12-b6d4-a6213b117056} <Debug> TCPHandler: Processed in 0.001591313 sec.
6591 2025.03.11 22:11:50.301262 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6592 2025.03.11 22:11:50.301367 [ 4 ] {d0ed6ba9-bfbd-4e8a-a669-174c2de0434d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6593 2025.03.11 22:11:50.301412 [ 4 ] {d0ed6ba9-bfbd-4e8a-a669-174c2de0434d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6594 2025.03.11 22:11:50.301955 [ 4 ] {d0ed6ba9-bfbd-4e8a-a669-174c2de0434d} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6595 2025.03.11 22:11:50.301992 [ 4 ] {d0ed6ba9-bfbd-4e8a-a669-174c2de0434d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6596 2025.03.11 22:11:50.302353 [ 4 ] {d0ed6ba9-bfbd-4e8a-a669-174c2de0434d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
6597 2025.03.11 22:11:50.302593 [ 4 ] {d0ed6ba9-bfbd-4e8a-a669-174c2de0434d} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6598 2025.03.11 22:11:50.302767 [ 4 ] {d0ed6ba9-bfbd-4e8a-a669-174c2de0434d} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001422 sec., 67510.54852320674 rows/sec., 5.27 MiB/sec.
6599 2025.03.11 22:11:50.302818 [ 4 ] {d0ed6ba9-bfbd-4e8a-a669-174c2de0434d} <Debug> TCPHandler: Processed in 0.001607854 sec.
6600 2025.03.11 22:11:50.302930 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6601 2025.03.11 22:11:50.303035 [ 4 ] {b1f1ab39-078c-4248-9a3d-7ba620365ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6602 2025.03.11 22:11:50.303086 [ 4 ] {b1f1ab39-078c-4248-9a3d-7ba620365ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6603 2025.03.11 22:11:50.303597 [ 4 ] {b1f1ab39-078c-4248-9a3d-7ba620365ca9} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6604 2025.03.11 22:11:50.303634 [ 4 ] {b1f1ab39-078c-4248-9a3d-7ba620365ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6605 2025.03.11 22:11:50.304022 [ 4 ] {b1f1ab39-078c-4248-9a3d-7ba620365ca9} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
6606 2025.03.11 22:11:50.304267 [ 4 ] {b1f1ab39-078c-4248-9a3d-7ba620365ca9} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6607 2025.03.11 22:11:50.304391 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
6608 2025.03.11 22:11:50.304436 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6609 2025.03.11 22:11:50.304444 [ 4 ] {b1f1ab39-078c-4248-9a3d-7ba620365ca9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001429 sec., 111966.41007697691 rows/sec., 7.80 MiB/sec.
6610 2025.03.11 22:11:50.304461 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6611 2025.03.11 22:11:50.304543 [ 4 ] {b1f1ab39-078c-4248-9a3d-7ba620365ca9} <Debug> TCPHandler: Processed in 0.001656604 sec.
6612 2025.03.11 22:11:50.304826 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
6613 2025.03.11 22:11:50.304836 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6614 2025.03.11 22:11:50.305236 [ 4 ] {66086f28-0323-483f-bf74-5c9374286f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6615 2025.03.11 22:11:50.305448 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6616 2025.03.11 22:11:50.305610 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 16514 rows starting from the beginning of the part
6617 2025.03.11 22:11:50.305622 [ 4 ] {66086f28-0323-483f-bf74-5c9374286f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6618 2025.03.11 22:11:50.305942 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 98 rows starting from the beginning of the part
6619 2025.03.11 22:11:50.306500 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
6620 2025.03.11 22:11:50.307005 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
6621 2025.03.11 22:11:50.307468 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 161 rows starting from the beginning of the part
6622 2025.03.11 22:11:50.307942 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
6623 2025.03.11 22:11:50.310217 [ 4 ] {66086f28-0323-483f-bf74-5c9374286f1a} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6624 2025.03.11 22:11:50.310265 [ 4 ] {66086f28-0323-483f-bf74-5c9374286f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6625 2025.03.11 22:11:50.312246 [ 4 ] {66086f28-0323-483f-bf74-5c9374286f1a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
6626 2025.03.11 22:11:50.312726 [ 4 ] {66086f28-0323-483f-bf74-5c9374286f1a} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6627 2025.03.11 22:11:50.312928 [ 4 ] {66086f28-0323-483f-bf74-5c9374286f1a} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.007841 sec., 4081.1121030480804 rows/sec., 7.31 MiB/sec.
6628 2025.03.11 22:11:50.313129 [ 4 ] {66086f28-0323-483f-bf74-5c9374286f1a} <Debug> TCPHandler: Processed in 0.008283081 sec.
6629 2025.03.11 22:11:50.313360 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6630 2025.03.11 22:11:50.313483 [ 4 ] {ce008d2d-6230-44de-b6df-26f8daf38d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6631 2025.03.11 22:11:50.313532 [ 4 ] {ce008d2d-6230-44de-b6df-26f8daf38d1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6632 2025.03.11 22:11:50.314042 [ 4 ] {ce008d2d-6230-44de-b6df-26f8daf38d1e} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6633 2025.03.11 22:11:50.314094 [ 4 ] {ce008d2d-6230-44de-b6df-26f8daf38d1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6634 2025.03.11 22:11:50.314555 [ 4 ] {ce008d2d-6230-44de-b6df-26f8daf38d1e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
6635 2025.03.11 22:11:50.315069 [ 4 ] {ce008d2d-6230-44de-b6df-26f8daf38d1e} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6636 2025.03.11 22:11:50.315198 [ 108 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
6637 2025.03.11 22:11:50.315237 [ 108 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6638 2025.03.11 22:11:50.315256 [ 4 ] {ce008d2d-6230-44de-b6df-26f8daf38d1e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001797 sec., 33388.9816360601 rows/sec., 2.25 MiB/sec.
6639 2025.03.11 22:11:50.315261 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6640 2025.03.11 22:11:50.315390 [ 4 ] {ce008d2d-6230-44de-b6df-26f8daf38d1e} <Debug> TCPHandler: Processed in 0.002110568 sec.
6641 2025.03.11 22:11:50.315650 [ 193 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
6642 2025.03.11 22:11:50.315825 [ 193 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6643 2025.03.11 22:11:50.315865 [ 193 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2890 rows starting from the beginning of the part
6644 2025.03.11 22:11:50.315965 [ 193 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 38 rows starting from the beginning of the part
6645 2025.03.11 22:11:50.316127 [ 193 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
6646 2025.03.11 22:11:50.316422 [ 193 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
6647 2025.03.11 22:11:50.316802 [ 193 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
6648 2025.03.11 22:11:50.317182 [ 193 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
6649 2025.03.11 22:11:50.317472 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17253 rows, containing 5 columns (5 merged, 0 gathered) in 0.01288756 sec., 1338732.8555599353 rows/sec., 91.75 MiB/sec.
6650 2025.03.11 22:11:50.317806 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
6651 2025.03.11 22:11:50.318402 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6652 2025.03.11 22:11:50.318586 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
6653 2025.03.11 22:11:50.318790 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.08 MiB.
6654 2025.03.11 22:11:50.319618 [ 202 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3168 rows, containing 4 columns (4 merged, 0 gathered) in 0.004176626 sec., 758506.9862611591 rows/sec., 51.12 MiB/sec.
6655 2025.03.11 22:11:50.320075 [ 195 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
6656 2025.03.11 22:11:50.320483 [ 195 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_61_12} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6657 2025.03.11 22:11:50.320585 [ 195 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_61_12} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
6658 2025.03.11 22:11:50.320698 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB.
6659 2025.03.11 22:11:53.460383 [ 77 ] {} <Debug> DNSResolver: Updating DNS cache
6660 2025.03.11 22:11:53.460460 [ 77 ] {} <Debug> DNSResolver: Updated DNS cache
6661 2025.03.11 22:11:53.624702 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17446
6662 2025.03.11 22:11:53.625353 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6663 2025.03.11 22:11:53.625403 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6664 2025.03.11 22:11:53.625945 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6665 2025.03.11 22:11:53.626196 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6666 2025.03.11 22:11:53.626380 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446
6667 2025.03.11 22:11:54.834380 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287
6668 2025.03.11 22:11:54.854857 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6669 2025.03.11 22:11:54.854924 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6670 2025.03.11 22:11:54.862236 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
6671 2025.03.11 22:11:54.862996 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6672 2025.03.11 22:11:54.866528 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287
6673 2025.03.11 22:11:55.296453 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6674 2025.03.11 22:11:55.296710 [ 4 ] {be477f0c-97d0-4cad-9417-41ab5148a406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6675 2025.03.11 22:11:55.296819 [ 4 ] {be477f0c-97d0-4cad-9417-41ab5148a406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6676 2025.03.11 22:11:55.297863 [ 4 ] {be477f0c-97d0-4cad-9417-41ab5148a406} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6677 2025.03.11 22:11:55.297912 [ 4 ] {be477f0c-97d0-4cad-9417-41ab5148a406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6678 2025.03.11 22:11:55.298380 [ 4 ] {be477f0c-97d0-4cad-9417-41ab5148a406} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6679 2025.03.11 22:11:55.298653 [ 4 ] {be477f0c-97d0-4cad-9417-41ab5148a406} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6680 2025.03.11 22:11:55.298855 [ 4 ] {be477f0c-97d0-4cad-9417-41ab5148a406} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002223 sec., 32388.663967611334 rows/sec., 2.62 MiB/sec.
6681 2025.03.11 22:11:55.298921 [ 4 ] {be477f0c-97d0-4cad-9417-41ab5148a406} <Debug> TCPHandler: Processed in 0.002605972 sec.
6682 2025.03.11 22:11:55.299044 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6683 2025.03.11 22:11:55.299156 [ 4 ] {646d5f05-4b16-4e70-8cf0-3009eea25938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6684 2025.03.11 22:11:55.299206 [ 4 ] {646d5f05-4b16-4e70-8cf0-3009eea25938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6685 2025.03.11 22:11:55.299732 [ 4 ] {646d5f05-4b16-4e70-8cf0-3009eea25938} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6686 2025.03.11 22:11:55.299770 [ 4 ] {646d5f05-4b16-4e70-8cf0-3009eea25938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6687 2025.03.11 22:11:55.300129 [ 4 ] {646d5f05-4b16-4e70-8cf0-3009eea25938} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6688 2025.03.11 22:11:55.300367 [ 4 ] {646d5f05-4b16-4e70-8cf0-3009eea25938} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6689 2025.03.11 22:11:55.300537 [ 4 ] {646d5f05-4b16-4e70-8cf0-3009eea25938} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001408 sec., 5681.818181818182 rows/sec., 427.25 KiB/sec.
6690 2025.03.11 22:11:55.300588 [ 4 ] {646d5f05-4b16-4e70-8cf0-3009eea25938} <Debug> TCPHandler: Processed in 0.001597313 sec.
6691 2025.03.11 22:11:55.300691 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6692 2025.03.11 22:11:55.300792 [ 4 ] {caef48d5-7898-4b85-9029-a7ef1200b79f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6693 2025.03.11 22:11:55.300837 [ 4 ] {caef48d5-7898-4b85-9029-a7ef1200b79f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6694 2025.03.11 22:11:55.301372 [ 4 ] {caef48d5-7898-4b85-9029-a7ef1200b79f} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6695 2025.03.11 22:11:55.301410 [ 4 ] {caef48d5-7898-4b85-9029-a7ef1200b79f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6696 2025.03.11 22:11:55.301773 [ 4 ] {caef48d5-7898-4b85-9029-a7ef1200b79f} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6697 2025.03.11 22:11:55.302013 [ 4 ] {caef48d5-7898-4b85-9029-a7ef1200b79f} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6698 2025.03.11 22:11:55.302194 [ 4 ] {caef48d5-7898-4b85-9029-a7ef1200b79f} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001425 sec., 50526.31578947368 rows/sec., 3.94 MiB/sec.
6699 2025.03.11 22:11:55.302246 [ 4 ] {caef48d5-7898-4b85-9029-a7ef1200b79f} <Debug> TCPHandler: Processed in 0.001605033 sec.
6700 2025.03.11 22:11:55.302361 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6701 2025.03.11 22:11:55.302472 [ 4 ] {8959b394-1da1-4c95-b7c6-976729e51669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6702 2025.03.11 22:11:55.302521 [ 4 ] {8959b394-1da1-4c95-b7c6-976729e51669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6703 2025.03.11 22:11:55.303036 [ 4 ] {8959b394-1da1-4c95-b7c6-976729e51669} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6704 2025.03.11 22:11:55.303072 [ 4 ] {8959b394-1da1-4c95-b7c6-976729e51669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6705 2025.03.11 22:11:55.303474 [ 4 ] {8959b394-1da1-4c95-b7c6-976729e51669} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6706 2025.03.11 22:11:55.303711 [ 4 ] {8959b394-1da1-4c95-b7c6-976729e51669} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6707 2025.03.11 22:11:55.303898 [ 4 ] {8959b394-1da1-4c95-b7c6-976729e51669} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001448 sec., 110497.23756906077 rows/sec., 7.70 MiB/sec.
6708 2025.03.11 22:11:55.303989 [ 4 ] {8959b394-1da1-4c95-b7c6-976729e51669} <Debug> TCPHandler: Processed in 0.001681474 sec.
6709 2025.03.11 22:11:55.304218 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6710 2025.03.11 22:11:55.304391 [ 4 ] {0ff47006-1cab-47ba-ae46-b53e74fca375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6711 2025.03.11 22:11:55.304464 [ 4 ] {0ff47006-1cab-47ba-ae46-b53e74fca375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6712 2025.03.11 22:11:55.305555 [ 4 ] {0ff47006-1cab-47ba-ae46-b53e74fca375} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6713 2025.03.11 22:11:55.305594 [ 4 ] {0ff47006-1cab-47ba-ae46-b53e74fca375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6714 2025.03.11 22:11:55.306207 [ 4 ] {0ff47006-1cab-47ba-ae46-b53e74fca375} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
6715 2025.03.11 22:11:55.306470 [ 4 ] {0ff47006-1cab-47ba-ae46-b53e74fca375} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6716 2025.03.11 22:11:55.306671 [ 4 ] {0ff47006-1cab-47ba-ae46-b53e74fca375} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002307 sec., 3467.7069787602945 rows/sec., 6.21 MiB/sec.
6717 2025.03.11 22:11:55.306778 [ 4 ] {0ff47006-1cab-47ba-ae46-b53e74fca375} <Debug> TCPHandler: Processed in 0.002664723 sec.
6718 2025.03.11 22:11:55.306911 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6719 2025.03.11 22:11:55.307018 [ 4 ] {5890153d-d905-4168-b721-7239d9d72d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6720 2025.03.11 22:11:55.307063 [ 4 ] {5890153d-d905-4168-b721-7239d9d72d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6721 2025.03.11 22:11:55.307488 [ 4 ] {5890153d-d905-4168-b721-7239d9d72d06} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6722 2025.03.11 22:11:55.307525 [ 4 ] {5890153d-d905-4168-b721-7239d9d72d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6723 2025.03.11 22:11:55.307878 [ 4 ] {5890153d-d905-4168-b721-7239d9d72d06} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
6724 2025.03.11 22:11:55.308106 [ 4 ] {5890153d-d905-4168-b721-7239d9d72d06} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6725 2025.03.11 22:11:55.308304 [ 4 ] {5890153d-d905-4168-b721-7239d9d72d06} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001307 sec., 45906.65646518745 rows/sec., 3.09 MiB/sec.
6726 2025.03.11 22:11:55.308405 [ 4 ] {5890153d-d905-4168-b721-7239d9d72d06} <Debug> TCPHandler: Processed in 0.001542593 sec.
6727 2025.03.11 22:11:56.564491 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6728 2025.03.11 22:11:56.564688 [ 4 ] {1c74753c-f8bb-4851-b7c1-fede6d02c042} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
6729 2025.03.11 22:11:56.564760 [ 4 ] {1c74753c-f8bb-4851-b7c1-fede6d02c042} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
6730 2025.03.11 22:11:56.565531 [ 4 ] {1c74753c-f8bb-4851-b7c1-fede6d02c042} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6731 2025.03.11 22:11:56.565579 [ 4 ] {1c74753c-f8bb-4851-b7c1-fede6d02c042} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6732 2025.03.11 22:11:56.566024 [ 4 ] {1c74753c-f8bb-4851-b7c1-fede6d02c042} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6733 2025.03.11 22:11:56.566281 [ 4 ] {1c74753c-f8bb-4851-b7c1-fede6d02c042} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6734 2025.03.11 22:11:56.566428 [ 104 ] {} <Debug> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
6735 2025.03.11 22:11:56.566480 [ 104 ] {} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6736 2025.03.11 22:11:56.566488 [ 4 ] {1c74753c-f8bb-4851-b7c1-fede6d02c042} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001848 sec., 12987.012987012988 rows/sec., 1.08 MiB/sec.
6737 2025.03.11 22:11:56.566509 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6738 2025.03.11 22:11:56.566664 [ 4 ] {1c74753c-f8bb-4851-b7c1-fede6d02c042} <Debug> TCPHandler: Processed in 0.002293099 sec.
6739 2025.03.11 22:11:56.566926 [ 193 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::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
6740 2025.03.11 22:11:56.567013 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6741 2025.03.11 22:11:56.567223 [ 193 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6742 2025.03.11 22:11:56.567243 [ 4 ] {6262195e-ed8e-49de-ad85-b90385ad0cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
6743 2025.03.11 22:11:56.567292 [ 193 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::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
6744 2025.03.11 22:11:56.567343 [ 4 ] {6262195e-ed8e-49de-ad85-b90385ad0cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
6745 2025.03.11 22:11:56.567697 [ 193 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::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
6746 2025.03.11 22:11:56.567944 [ 193 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::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
6747 2025.03.11 22:11:56.568478 [ 193 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::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
6748 2025.03.11 22:11:56.568909 [ 193 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::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
6749 2025.03.11 22:11:56.570879 [ 4 ] {6262195e-ed8e-49de-ad85-b90385ad0cfb} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6750 2025.03.11 22:11:56.570946 [ 4 ] {6262195e-ed8e-49de-ad85-b90385ad0cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6751 2025.03.11 22:11:56.572114 [ 4 ] {6262195e-ed8e-49de-ad85-b90385ad0cfb} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
6752 2025.03.11 22:11:56.572201 [ 193 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.005555188 sec., 21601.4291505526 rows/sec., 1.87 MiB/sec.
6753 2025.03.11 22:11:56.572470 [ 202 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
6754 2025.03.11 22:11:56.572588 [ 4 ] {6262195e-ed8e-49de-ad85-b90385ad0cfb} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6755 2025.03.11 22:11:56.572987 [ 4 ] {6262195e-ed8e-49de-ad85-b90385ad0cfb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005814 sec., 343.99724802201587 rows/sec., 28.05 KiB/sec.
6756 2025.03.11 22:11:56.573117 [ 4 ] {6262195e-ed8e-49de-ad85-b90385ad0cfb} <Debug> TCPHandler: Processed in 0.006199592 sec.
6757 2025.03.11 22:11:56.573200 [ 202 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::all_1_9_2} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6758 2025.03.11 22:11:56.573310 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6759 2025.03.11 22:11:56.573354 [ 202 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::all_1_9_2} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
6760 2025.03.11 22:11:56.573505 [ 4 ] {b9fd81b4-30f8-414a-b9b1-2544fe78d271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6761 2025.03.11 22:11:56.573515 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
6762 2025.03.11 22:11:56.573587 [ 4 ] {b9fd81b4-30f8-414a-b9b1-2544fe78d271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6763 2025.03.11 22:11:56.574909 [ 4 ] {b9fd81b4-30f8-414a-b9b1-2544fe78d271} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6764 2025.03.11 22:11:56.574951 [ 4 ] {b9fd81b4-30f8-414a-b9b1-2544fe78d271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6765 2025.03.11 22:11:56.575407 [ 4 ] {b9fd81b4-30f8-414a-b9b1-2544fe78d271} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6766 2025.03.11 22:11:56.575668 [ 4 ] {b9fd81b4-30f8-414a-b9b1-2544fe78d271} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6767 2025.03.11 22:11:56.575852 [ 4 ] {b9fd81b4-30f8-414a-b9b1-2544fe78d271} <Debug> executeQuery: Read 1381 rows, 118.04 KiB in 0.002415 sec., 571842.6501035197 rows/sec., 47.73 MiB/sec.
6768 2025.03.11 22:11:56.575909 [ 4 ] {b9fd81b4-30f8-414a-b9b1-2544fe78d271} <Debug> TCPHandler: Processed in 0.002662412 sec.
6769 2025.03.11 22:11:56.576035 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6770 2025.03.11 22:11:56.576143 [ 4 ] {022fb42e-5e21-45ec-a96c-cdd37a451898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6771 2025.03.11 22:11:56.576189 [ 4 ] {022fb42e-5e21-45ec-a96c-cdd37a451898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6772 2025.03.11 22:11:56.576749 [ 4 ] {022fb42e-5e21-45ec-a96c-cdd37a451898} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6773 2025.03.11 22:11:56.576786 [ 4 ] {022fb42e-5e21-45ec-a96c-cdd37a451898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6774 2025.03.11 22:11:56.577131 [ 4 ] {022fb42e-5e21-45ec-a96c-cdd37a451898} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6775 2025.03.11 22:11:56.577364 [ 4 ] {022fb42e-5e21-45ec-a96c-cdd37a451898} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6776 2025.03.11 22:11:56.577545 [ 4 ] {022fb42e-5e21-45ec-a96c-cdd37a451898} <Debug> executeQuery: Read 46 rows, 3.51 KiB in 0.001426 sec., 32258.064516129034 rows/sec., 2.40 MiB/sec.
6777 2025.03.11 22:11:56.577597 [ 4 ] {022fb42e-5e21-45ec-a96c-cdd37a451898} <Debug> TCPHandler: Processed in 0.001611774 sec.
6778 2025.03.11 22:11:56.577700 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6779 2025.03.11 22:11:56.577801 [ 4 ] {3683a046-16f0-43a7-8d03-818b67d82b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
6780 2025.03.11 22:11:56.577844 [ 4 ] {3683a046-16f0-43a7-8d03-818b67d82b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
6781 2025.03.11 22:11:56.578447 [ 4 ] {3683a046-16f0-43a7-8d03-818b67d82b5b} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6782 2025.03.11 22:11:56.578483 [ 4 ] {3683a046-16f0-43a7-8d03-818b67d82b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6783 2025.03.11 22:11:56.578842 [ 4 ] {3683a046-16f0-43a7-8d03-818b67d82b5b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
6784 2025.03.11 22:11:56.579081 [ 4 ] {3683a046-16f0-43a7-8d03-818b67d82b5b} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6785 2025.03.11 22:11:56.579279 [ 4 ] {3683a046-16f0-43a7-8d03-818b67d82b5b} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001494 sec., 168674.6987951807 rows/sec., 11.67 MiB/sec.
6786 2025.03.11 22:11:56.579336 [ 4 ] {3683a046-16f0-43a7-8d03-818b67d82b5b} <Debug> TCPHandler: Processed in 0.001685304 sec.
6787 2025.03.11 22:11:56.579453 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6788 2025.03.11 22:11:56.579565 [ 4 ] {d745e9e1-eeb5-42df-8b0c-fe25dba0686c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
6789 2025.03.11 22:11:56.579611 [ 4 ] {d745e9e1-eeb5-42df-8b0c-fe25dba0686c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
6790 2025.03.11 22:11:56.580146 [ 4 ] {d745e9e1-eeb5-42df-8b0c-fe25dba0686c} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6791 2025.03.11 22:11:56.580183 [ 4 ] {d745e9e1-eeb5-42df-8b0c-fe25dba0686c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6792 2025.03.11 22:11:56.580551 [ 4 ] {d745e9e1-eeb5-42df-8b0c-fe25dba0686c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary)
6793 2025.03.11 22:11:56.580794 [ 4 ] {d745e9e1-eeb5-42df-8b0c-fe25dba0686c} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6794 2025.03.11 22:11:56.580910 [ 104 ] {} <Debug> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0
6795 2025.03.11 22:11:56.580951 [ 104 ] {} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6796 2025.03.11 22:11:56.580977 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6797 2025.03.11 22:11:56.580979 [ 4 ] {d745e9e1-eeb5-42df-8b0c-fe25dba0686c} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001433 sec., 8374.04047452896 rows/sec., 654.22 KiB/sec.
6798 2025.03.11 22:11:56.581301 [ 4 ] {d745e9e1-eeb5-42df-8b0c-fe25dba0686c} <Debug> TCPHandler: Processed in 0.001887526 sec.
6799 2025.03.11 22:11:56.581322 [ 189 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::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
6800 2025.03.11 22:11:56.581536 [ 189 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6801 2025.03.11 22:11:56.581550 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6802 2025.03.11 22:11:56.581585 [ 189 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::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
6803 2025.03.11 22:11:56.581827 [ 4 ] {0b8845d4-68ef-4e50-b3bc-c40ade065a6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6804 2025.03.11 22:11:56.581885 [ 189 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::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
6805 2025.03.11 22:11:56.581957 [ 4 ] {0b8845d4-68ef-4e50-b3bc-c40ade065a6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6806 2025.03.11 22:11:56.582299 [ 189 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::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
6807 2025.03.11 22:11:56.582630 [ 189 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::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
6808 2025.03.11 22:11:56.583060 [ 189 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::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
6809 2025.03.11 22:11:56.584833 [ 4 ] {0b8845d4-68ef-4e50-b3bc-c40ade065a6e} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6810 2025.03.11 22:11:56.584905 [ 4 ] {0b8845d4-68ef-4e50-b3bc-c40ade065a6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6811 2025.03.11 22:11:56.585343 [ 189 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.004276807 sec., 14029.15773379533 rows/sec., 1.12 MiB/sec.
6812 2025.03.11 22:11:56.585622 [ 198 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary)
6813 2025.03.11 22:11:56.585815 [ 4 ] {0b8845d4-68ef-4e50-b3bc-c40ade065a6e} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6814 2025.03.11 22:11:56.586215 [ 198 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::all_1_9_2} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6815 2025.03.11 22:11:56.586280 [ 4 ] {0b8845d4-68ef-4e50-b3bc-c40ade065a6e} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6816 2025.03.11 22:11:56.586408 [ 198 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::all_1_9_2} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2
6817 2025.03.11 22:11:56.586625 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
6818 2025.03.11 22:11:56.586681 [ 4 ] {0b8845d4-68ef-4e50-b3bc-c40ade065a6e} <Debug> executeQuery: Read 590 rows, 45.39 KiB in 0.004972 sec., 118664.52131938859 rows/sec., 8.91 MiB/sec.
6819 2025.03.11 22:11:56.586752 [ 4 ] {0b8845d4-68ef-4e50-b3bc-c40ade065a6e} <Debug> TCPHandler: Processed in 0.005266175 sec.
6820 2025.03.11 22:11:56.586863 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6821 2025.03.11 22:11:56.586967 [ 4 ] {f6436802-7687-4267-a778-99580ec9eb3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6822 2025.03.11 22:11:56.587017 [ 4 ] {f6436802-7687-4267-a778-99580ec9eb3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6823 2025.03.11 22:11:56.587778 [ 4 ] {f6436802-7687-4267-a778-99580ec9eb3a} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6824 2025.03.11 22:11:56.587814 [ 4 ] {f6436802-7687-4267-a778-99580ec9eb3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6825 2025.03.11 22:11:56.588248 [ 4 ] {f6436802-7687-4267-a778-99580ec9eb3a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6826 2025.03.11 22:11:56.588489 [ 4 ] {f6436802-7687-4267-a778-99580ec9eb3a} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6827 2025.03.11 22:11:56.588677 [ 4 ] {f6436802-7687-4267-a778-99580ec9eb3a} <Debug> executeQuery: Read 947 rows, 65.46 KiB in 0.001731 sec., 547082.6112073946 rows/sec., 36.93 MiB/sec.
6828 2025.03.11 22:11:56.588736 [ 4 ] {f6436802-7687-4267-a778-99580ec9eb3a} <Debug> TCPHandler: Processed in 0.001921447 sec.
6829 2025.03.11 22:11:56.588890 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6830 2025.03.11 22:11:56.588999 [ 4 ] {7af68c60-cf05-4df8-a60e-b54557d88d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6831 2025.03.11 22:11:56.589064 [ 4 ] {7af68c60-cf05-4df8-a60e-b54557d88d59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6832 2025.03.11 22:11:56.590189 [ 4 ] {7af68c60-cf05-4df8-a60e-b54557d88d59} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6833 2025.03.11 22:11:56.590226 [ 4 ] {7af68c60-cf05-4df8-a60e-b54557d88d59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6834 2025.03.11 22:11:56.590864 [ 4 ] {7af68c60-cf05-4df8-a60e-b54557d88d59} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
6835 2025.03.11 22:11:56.591120 [ 4 ] {7af68c60-cf05-4df8-a60e-b54557d88d59} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6836 2025.03.11 22:11:56.591318 [ 4 ] {7af68c60-cf05-4df8-a60e-b54557d88d59} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00234 sec., 13675.213675213674 rows/sec., 24.51 MiB/sec.
6837 2025.03.11 22:11:56.591414 [ 4 ] {7af68c60-cf05-4df8-a60e-b54557d88d59} <Debug> TCPHandler: Processed in 0.002587673 sec.
6838 2025.03.11 22:11:56.591551 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6839 2025.03.11 22:11:56.591657 [ 4 ] {d4ad767f-18af-48c1-ac4d-253db9972788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6840 2025.03.11 22:11:56.591703 [ 4 ] {d4ad767f-18af-48c1-ac4d-253db9972788} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6841 2025.03.11 22:11:56.592137 [ 4 ] {d4ad767f-18af-48c1-ac4d-253db9972788} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6842 2025.03.11 22:11:56.592174 [ 4 ] {d4ad767f-18af-48c1-ac4d-253db9972788} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6843 2025.03.11 22:11:56.592522 [ 4 ] {d4ad767f-18af-48c1-ac4d-253db9972788} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
6844 2025.03.11 22:11:56.592759 [ 4 ] {d4ad767f-18af-48c1-ac4d-253db9972788} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6845 2025.03.11 22:11:56.592928 [ 4 ] {d4ad767f-18af-48c1-ac4d-253db9972788} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001295 sec., 18532.818532818535 rows/sec., 1.25 MiB/sec.
6846 2025.03.11 22:11:56.592976 [ 4 ] {d4ad767f-18af-48c1-ac4d-253db9972788} <Debug> TCPHandler: Processed in 0.001475833 sec.
6847 2025.03.11 22:11:58.709247 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 958
6848 2025.03.11 22:11:58.712820 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6849 2025.03.11 22:11:58.712871 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6850 2025.03.11 22:11:58.714374 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary)
6851 2025.03.11 22:11:58.714678 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6852 2025.03.11 22:11:58.715194 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 958
6853 2025.03.11 22:12:00.292581 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6854 2025.03.11 22:12:00.292792 [ 4 ] {1ac837d6-7ad2-41ee-b649-0f1ec9c5ae9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6855 2025.03.11 22:12:00.292874 [ 4 ] {1ac837d6-7ad2-41ee-b649-0f1ec9c5ae9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6856 2025.03.11 22:12:00.293766 [ 4 ] {1ac837d6-7ad2-41ee-b649-0f1ec9c5ae9f} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6857 2025.03.11 22:12:00.293819 [ 4 ] {1ac837d6-7ad2-41ee-b649-0f1ec9c5ae9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6858 2025.03.11 22:12:00.294261 [ 4 ] {1ac837d6-7ad2-41ee-b649-0f1ec9c5ae9f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6859 2025.03.11 22:12:00.294530 [ 4 ] {1ac837d6-7ad2-41ee-b649-0f1ec9c5ae9f} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6860 2025.03.11 22:12:00.294769 [ 4 ] {1ac837d6-7ad2-41ee-b649-0f1ec9c5ae9f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002032 sec., 27559.05511811024 rows/sec., 2.10 MiB/sec.
6861 2025.03.11 22:12:00.294835 [ 4 ] {1ac837d6-7ad2-41ee-b649-0f1ec9c5ae9f} <Debug> TCPHandler: Processed in 0.002394711 sec.
6862 2025.03.11 22:12:00.294969 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6863 2025.03.11 22:12:00.295080 [ 4 ] {280d4dce-da81-4a1b-912f-aeae26038f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6864 2025.03.11 22:12:00.295130 [ 4 ] {280d4dce-da81-4a1b-912f-aeae26038f57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6865 2025.03.11 22:12:00.295693 [ 4 ] {280d4dce-da81-4a1b-912f-aeae26038f57} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6866 2025.03.11 22:12:00.295734 [ 4 ] {280d4dce-da81-4a1b-912f-aeae26038f57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6867 2025.03.11 22:12:00.296094 [ 4 ] {280d4dce-da81-4a1b-912f-aeae26038f57} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6868 2025.03.11 22:12:00.296350 [ 4 ] {280d4dce-da81-4a1b-912f-aeae26038f57} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6869 2025.03.11 22:12:00.296561 [ 4 ] {280d4dce-da81-4a1b-912f-aeae26038f57} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001506 sec., 42496.67994687915 rows/sec., 3.32 MiB/sec.
6870 2025.03.11 22:12:00.296615 [ 4 ] {280d4dce-da81-4a1b-912f-aeae26038f57} <Debug> TCPHandler: Processed in 0.001699984 sec.
6871 2025.03.11 22:12:00.296734 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6872 2025.03.11 22:12:00.296840 [ 4 ] {151eb23d-1914-4800-80ec-20bea5109742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6873 2025.03.11 22:12:00.296889 [ 4 ] {151eb23d-1914-4800-80ec-20bea5109742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6874 2025.03.11 22:12:00.297408 [ 4 ] {151eb23d-1914-4800-80ec-20bea5109742} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6875 2025.03.11 22:12:00.297447 [ 4 ] {151eb23d-1914-4800-80ec-20bea5109742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6876 2025.03.11 22:12:00.297833 [ 4 ] {151eb23d-1914-4800-80ec-20bea5109742} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6877 2025.03.11 22:12:00.298082 [ 4 ] {151eb23d-1914-4800-80ec-20bea5109742} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6878 2025.03.11 22:12:00.298294 [ 4 ] {151eb23d-1914-4800-80ec-20bea5109742} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001475 sec., 65084.745762711864 rows/sec., 4.53 MiB/sec.
6879 2025.03.11 22:12:00.298347 [ 4 ] {151eb23d-1914-4800-80ec-20bea5109742} <Debug> TCPHandler: Processed in 0.001663845 sec.
6880 2025.03.11 22:12:00.298463 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6881 2025.03.11 22:12:00.298568 [ 4 ] {8ae95c6a-4bbf-42a0-81cb-7a87f85f5842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6882 2025.03.11 22:12:00.298616 [ 4 ] {8ae95c6a-4bbf-42a0-81cb-7a87f85f5842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6883 2025.03.11 22:12:00.299061 [ 4 ] {8ae95c6a-4bbf-42a0-81cb-7a87f85f5842} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6884 2025.03.11 22:12:00.299100 [ 4 ] {8ae95c6a-4bbf-42a0-81cb-7a87f85f5842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6885 2025.03.11 22:12:00.299457 [ 4 ] {8ae95c6a-4bbf-42a0-81cb-7a87f85f5842} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
6886 2025.03.11 22:12:00.299698 [ 4 ] {8ae95c6a-4bbf-42a0-81cb-7a87f85f5842} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6887 2025.03.11 22:12:00.299924 [ 4 ] {8ae95c6a-4bbf-42a0-81cb-7a87f85f5842} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001375 sec., 26181.818181818184 rows/sec., 1.76 MiB/sec.
6888 2025.03.11 22:12:00.300011 [ 4 ] {8ae95c6a-4bbf-42a0-81cb-7a87f85f5842} <Debug> TCPHandler: Processed in 0.001598224 sec.
6889 2025.03.11 22:12:01.126499 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17934
6890 2025.03.11 22:12:01.127290 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6891 2025.03.11 22:12:01.127336 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6892 2025.03.11 22:12:01.127916 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6893 2025.03.11 22:12:01.128172 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6894 2025.03.11 22:12:01.128349 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934
6895 2025.03.11 22:12:02.366668 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294
6896 2025.03.11 22:12:02.387237 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6897 2025.03.11 22:12:02.387284 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6898 2025.03.11 22:12:02.394706 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
6899 2025.03.11 22:12:02.395547 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6900 2025.03.11 22:12:02.399145 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294
6901 2025.03.11 22:12:05.295897 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6902 2025.03.11 22:12:05.296107 [ 4 ] {dad9f5b8-2f12-46af-ba0e-a18b7c658c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
6903 2025.03.11 22:12:05.296187 [ 4 ] {dad9f5b8-2f12-46af-ba0e-a18b7c658c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
6904 2025.03.11 22:12:05.297045 [ 4 ] {dad9f5b8-2f12-46af-ba0e-a18b7c658c18} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6905 2025.03.11 22:12:05.297090 [ 4 ] {dad9f5b8-2f12-46af-ba0e-a18b7c658c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6906 2025.03.11 22:12:05.297538 [ 4 ] {dad9f5b8-2f12-46af-ba0e-a18b7c658c18} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
6907 2025.03.11 22:12:05.297820 [ 4 ] {dad9f5b8-2f12-46af-ba0e-a18b7c658c18} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6908 2025.03.11 22:12:05.297992 [ 96 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0
6909 2025.03.11 22:12:05.298037 [ 96 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6910 2025.03.11 22:12:05.298049 [ 4 ] {dad9f5b8-2f12-46af-ba0e-a18b7c658c18} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001994 sec., 36108.32497492477 rows/sec., 2.92 MiB/sec.
6911 2025.03.11 22:12:05.298060 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6912 2025.03.11 22:12:05.298162 [ 4 ] {dad9f5b8-2f12-46af-ba0e-a18b7c658c18} <Debug> TCPHandler: Processed in 0.002404861 sec.
6913 2025.03.11 22:12:05.298212 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full
6914 2025.03.11 22:12:05.298309 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6915 2025.03.11 22:12:05.298323 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6916 2025.03.11 22:12:05.298360 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 1406 rows starting from the beginning of the part
6917 2025.03.11 22:12:05.298450 [ 4 ] {e5d4a135-7a28-4b3a-8cb0-bbb2974e9664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
6918 2025.03.11 22:12:05.298450 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 120 rows starting from the beginning of the part
6919 2025.03.11 22:12:05.298577 [ 4 ] {e5d4a135-7a28-4b3a-8cb0-bbb2974e9664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
6920 2025.03.11 22:12:05.298773 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 72 rows starting from the beginning of the part
6921 2025.03.11 22:12:05.299176 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1381 rows starting from the beginning of the part
6922 2025.03.11 22:12:05.299510 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part
6923 2025.03.11 22:12:05.299918 [ 188 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 72 rows starting from the beginning of the part
6924 2025.03.11 22:12:05.301214 [ 4 ] {e5d4a135-7a28-4b3a-8cb0-bbb2974e9664} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6925 2025.03.11 22:12:05.301262 [ 4 ] {e5d4a135-7a28-4b3a-8cb0-bbb2974e9664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6926 2025.03.11 22:12:05.301884 [ 4 ] {e5d4a135-7a28-4b3a-8cb0-bbb2974e9664} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
6927 2025.03.11 22:12:05.302153 [ 4 ] {e5d4a135-7a28-4b3a-8cb0-bbb2974e9664} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6928 2025.03.11 22:12:05.302298 [ 96 ] {} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
6929 2025.03.11 22:12:05.302336 [ 96 ] {} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6930 2025.03.11 22:12:05.302364 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6931 2025.03.11 22:12:05.302367 [ 4 ] {e5d4a135-7a28-4b3a-8cb0-bbb2974e9664} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.003955 sec., 2022.75600505689 rows/sec., 152.10 KiB/sec.
6932 2025.03.11 22:12:05.302755 [ 4 ] {e5d4a135-7a28-4b3a-8cb0-bbb2974e9664} <Debug> TCPHandler: Processed in 0.004498509 sec.
6933 2025.03.11 22:12:05.303055 [ 198 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
6934 2025.03.11 22:12:05.303213 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6935 2025.03.11 22:12:05.303444 [ 194 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3107 rows, containing 5 columns (5 merged, 0 gathered) in 0.005293665 sec., 586927.9601183678 rows/sec., 51.14 MiB/sec.
6936 2025.03.11 22:12:05.303741 [ 4 ] {de142268-4aa8-49f2-ae93-606d55401a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
6937 2025.03.11 22:12:05.303784 [ 198 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6938 2025.03.11 22:12:05.303965 [ 198 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 70 rows starting from the beginning of the part
6939 2025.03.11 22:12:05.303980 [ 4 ] {de142268-4aa8-49f2-ae93-606d55401a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
6940 2025.03.11 22:12:05.303972 [ 194 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary)
6941 2025.03.11 22:12:05.304499 [ 198 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 10 rows starting from the beginning of the part
6942 2025.03.11 22:12:05.304938 [ 198 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 32 rows starting from the beginning of the part
6943 2025.03.11 22:12:05.305344 [ 194 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_65_13} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6944 2025.03.11 22:12:05.305910 [ 194 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_65_13} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13
6945 2025.03.11 22:12:05.306200 [ 198 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
6946 2025.03.11 22:12:05.306250 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
6947 2025.03.11 22:12:05.306770 [ 198 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 46 rows starting from the beginning of the part
6948 2025.03.11 22:12:05.307226 [ 198 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
6949 2025.03.11 22:12:05.308503 [ 4 ] {de142268-4aa8-49f2-ae93-606d55401a2b} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6950 2025.03.11 22:12:05.308575 [ 4 ] {de142268-4aa8-49f2-ae93-606d55401a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6951 2025.03.11 22:12:05.309529 [ 4 ] {de142268-4aa8-49f2-ae93-606d55401a2b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
6952 2025.03.11 22:12:05.310118 [ 4 ] {de142268-4aa8-49f2-ae93-606d55401a2b} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6953 2025.03.11 22:12:05.310122 [ 186 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 5 columns (5 merged, 0 gathered) in 0.007605624 sec., 22877.807264729363 rows/sec., 1.77 MiB/sec.
6954 2025.03.11 22:12:05.310331 [ 96 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0
6955 2025.03.11 22:12:05.310353 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
6956 2025.03.11 22:12:05.310380 [ 96 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6957 2025.03.11 22:12:05.310417 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6958 2025.03.11 22:12:05.310427 [ 4 ] {de142268-4aa8-49f2-ae93-606d55401a2b} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.006923 sec., 10400.11555683952 rows/sec., 831.41 KiB/sec.
6959 2025.03.11 22:12:05.310894 [ 4 ] {de142268-4aa8-49f2-ae93-606d55401a2b} <Debug> TCPHandler: Processed in 0.007817717 sec.
6960 2025.03.11 22:12:05.311033 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full
6961 2025.03.11 22:12:05.311518 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6962 2025.03.11 22:12:05.311756 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_51_10} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6963 2025.03.11 22:12:05.312097 [ 4 ] {2ef5c7e2-bc2c-4b66-91f3-44624d760d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
6964 2025.03.11 22:12:05.312147 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
6965 2025.03.11 22:12:05.312374 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 632 rows starting from the beginning of the part
6966 2025.03.11 22:12:05.312399 [ 4 ] {2ef5c7e2-bc2c-4b66-91f3-44624d760d74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
6967 2025.03.11 22:12:05.312403 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_51_10} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
6968 2025.03.11 22:12:05.313000 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
6969 2025.03.11 22:12:05.313194 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 96 rows starting from the beginning of the part
6970 2025.03.11 22:12:05.313684 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 72 rows starting from the beginning of the part
6971 2025.03.11 22:12:05.314245 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 590 rows starting from the beginning of the part
6972 2025.03.11 22:12:05.314631 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part
6973 2025.03.11 22:12:05.314922 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 72 rows starting from the beginning of the part
6974 2025.03.11 22:12:05.315723 [ 4 ] {2ef5c7e2-bc2c-4b66-91f3-44624d760d74} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6975 2025.03.11 22:12:05.315771 [ 4 ] {2ef5c7e2-bc2c-4b66-91f3-44624d760d74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6976 2025.03.11 22:12:05.316391 [ 4 ] {2ef5c7e2-bc2c-4b66-91f3-44624d760d74} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
6977 2025.03.11 22:12:05.316674 [ 4 ] {2ef5c7e2-bc2c-4b66-91f3-44624d760d74} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6978 2025.03.11 22:12:05.316891 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1526 rows, containing 5 columns (5 merged, 0 gathered) in 0.006384064 sec., 239032.69140158995 rows/sec., 19.03 MiB/sec.
6979 2025.03.11 22:12:05.316980 [ 4 ] {2ef5c7e2-bc2c-4b66-91f3-44624d760d74} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005112 sec., 31298.904538341158 rows/sec., 2.18 MiB/sec.
6980 2025.03.11 22:12:05.317052 [ 4 ] {2ef5c7e2-bc2c-4b66-91f3-44624d760d74} <Debug> TCPHandler: Processed in 0.005700549 sec.
6981 2025.03.11 22:12:05.317086 [ 200 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary)
6982 2025.03.11 22:12:05.317175 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6983 2025.03.11 22:12:05.317299 [ 4 ] {4b48ce2d-8612-46ec-b09c-66045c0a7f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
6984 2025.03.11 22:12:05.317381 [ 4 ] {4b48ce2d-8612-46ec-b09c-66045c0a7f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
6985 2025.03.11 22:12:05.317481 [ 200 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_65_13} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6986 2025.03.11 22:12:05.317630 [ 200 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_65_13} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13
6987 2025.03.11 22:12:05.317757 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
6988 2025.03.11 22:12:05.318594 [ 4 ] {4b48ce2d-8612-46ec-b09c-66045c0a7f0f} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6989 2025.03.11 22:12:05.318639 [ 4 ] {4b48ce2d-8612-46ec-b09c-66045c0a7f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6990 2025.03.11 22:12:05.319236 [ 4 ] {4b48ce2d-8612-46ec-b09c-66045c0a7f0f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
6991 2025.03.11 22:12:05.319494 [ 4 ] {4b48ce2d-8612-46ec-b09c-66045c0a7f0f} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
6992 2025.03.11 22:12:05.319701 [ 4 ] {4b48ce2d-8612-46ec-b09c-66045c0a7f0f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002429 sec., 3293.536434746809 rows/sec., 5.90 MiB/sec.
6993 2025.03.11 22:12:05.319795 [ 4 ] {4b48ce2d-8612-46ec-b09c-66045c0a7f0f} <Debug> TCPHandler: Processed in 0.002676133 sec.
6994 2025.03.11 22:12:05.319905 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
6995 2025.03.11 22:12:05.320009 [ 4 ] {020376b8-2ede-4464-879d-b3dcacd1453e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
6996 2025.03.11 22:12:05.320058 [ 4 ] {020376b8-2ede-4464-879d-b3dcacd1453e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
6997 2025.03.11 22:12:05.320491 [ 4 ] {020376b8-2ede-4464-879d-b3dcacd1453e} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
6998 2025.03.11 22:12:05.320526 [ 4 ] {020376b8-2ede-4464-879d-b3dcacd1453e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
6999 2025.03.11 22:12:05.320892 [ 4 ] {020376b8-2ede-4464-879d-b3dcacd1453e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
7000 2025.03.11 22:12:05.321133 [ 4 ] {020376b8-2ede-4464-879d-b3dcacd1453e} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7001 2025.03.11 22:12:05.321332 [ 4 ] {020376b8-2ede-4464-879d-b3dcacd1453e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.00 MiB/sec.
7002 2025.03.11 22:12:05.321383 [ 4 ] {020376b8-2ede-4464-879d-b3dcacd1453e} <Debug> TCPHandler: Processed in 0.001526244 sec.
7003 2025.03.11 22:12:08.460507 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache
7004 2025.03.11 22:12:08.460583 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache
7005 2025.03.11 22:12:08.628548 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18361
7006 2025.03.11 22:12:08.629297 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7007 2025.03.11 22:12:08.629347 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
7008 2025.03.11 22:12:08.629900 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7009 2025.03.11 22:12:08.630173 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7010 2025.03.11 22:12:08.630425 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361
7011 2025.03.11 22:12:08.715520 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 978
7012 2025.03.11 22:12:08.718410 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7013 2025.03.11 22:12:08.718458 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
7014 2025.03.11 22:12:08.720026 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary)
7015 2025.03.11 22:12:08.720355 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7016 2025.03.11 22:12:08.720901 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 978
7017 2025.03.11 22:12:09.899284 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302
7018 2025.03.11 22:12:09.920784 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7019 2025.03.11 22:12:09.920849 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
7020 2025.03.11 22:12:09.928293 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
7021 2025.03.11 22:12:09.929092 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7022 2025.03.11 22:12:09.932255 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302
7023 2025.03.11 22:12:10.297676 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7024 2025.03.11 22:12:10.297861 [ 4 ] {c741bf46-b68a-41ac-8efc-1cf67c0b7c8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7025 2025.03.11 22:12:10.297930 [ 4 ] {c741bf46-b68a-41ac-8efc-1cf67c0b7c8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7026 2025.03.11 22:12:10.298769 [ 4 ] {c741bf46-b68a-41ac-8efc-1cf67c0b7c8a} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7027 2025.03.11 22:12:10.298811 [ 4 ] {c741bf46-b68a-41ac-8efc-1cf67c0b7c8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
7028 2025.03.11 22:12:10.299247 [ 4 ] {c741bf46-b68a-41ac-8efc-1cf67c0b7c8a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7029 2025.03.11 22:12:10.299495 [ 4 ] {c741bf46-b68a-41ac-8efc-1cf67c0b7c8a} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7030 2025.03.11 22:12:10.299702 [ 4 ] {c741bf46-b68a-41ac-8efc-1cf67c0b7c8a} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001894 sec., 63357.97254487856 rows/sec., 5.37 MiB/sec.
7031 2025.03.11 22:12:10.299759 [ 4 ] {c741bf46-b68a-41ac-8efc-1cf67c0b7c8a} <Debug> TCPHandler: Processed in 0.002222269 sec.
7032 2025.03.11 22:12:10.299887 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7033 2025.03.11 22:12:10.299995 [ 4 ] {da72765d-c5a9-4cec-bc7f-b43dd1ecf37b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7034 2025.03.11 22:12:10.300040 [ 4 ] {da72765d-c5a9-4cec-bc7f-b43dd1ecf37b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7035 2025.03.11 22:12:10.300698 [ 4 ] {da72765d-c5a9-4cec-bc7f-b43dd1ecf37b} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7036 2025.03.11 22:12:10.300736 [ 4 ] {da72765d-c5a9-4cec-bc7f-b43dd1ecf37b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
7037 2025.03.11 22:12:10.301094 [ 4 ] {da72765d-c5a9-4cec-bc7f-b43dd1ecf37b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7038 2025.03.11 22:12:10.301331 [ 4 ] {da72765d-c5a9-4cec-bc7f-b43dd1ecf37b} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7039 2025.03.11 22:12:10.301506 [ 4 ] {da72765d-c5a9-4cec-bc7f-b43dd1ecf37b} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001534 sec., 20860.495436766625 rows/sec., 1.53 MiB/sec.
7040 2025.03.11 22:12:10.301556 [ 4 ] {da72765d-c5a9-4cec-bc7f-b43dd1ecf37b} <Debug> TCPHandler: Processed in 0.001720464 sec.
7041 2025.03.11 22:12:10.301691 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7042 2025.03.11 22:12:10.301804 [ 4 ] {42cb3af1-a29f-48cd-8989-801ba64cd449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7043 2025.03.11 22:12:10.301851 [ 4 ] {42cb3af1-a29f-48cd-8989-801ba64cd449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7044 2025.03.11 22:12:10.302416 [ 4 ] {42cb3af1-a29f-48cd-8989-801ba64cd449} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7045 2025.03.11 22:12:10.302453 [ 4 ] {42cb3af1-a29f-48cd-8989-801ba64cd449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
7046 2025.03.11 22:12:10.302831 [ 4 ] {42cb3af1-a29f-48cd-8989-801ba64cd449} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7047 2025.03.11 22:12:10.303089 [ 4 ] {42cb3af1-a29f-48cd-8989-801ba64cd449} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7048 2025.03.11 22:12:10.303264 [ 4 ] {42cb3af1-a29f-48cd-8989-801ba64cd449} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001482 sec., 64777.32793522267 rows/sec., 5.06 MiB/sec.
7049 2025.03.11 22:12:10.303313 [ 4 ] {42cb3af1-a29f-48cd-8989-801ba64cd449} <Debug> TCPHandler: Processed in 0.001685944 sec.
7050 2025.03.11 22:12:10.303435 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7051 2025.03.11 22:12:10.303540 [ 4 ] {b1b107f4-561b-4b0a-ab3e-3ba173aff336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7052 2025.03.11 22:12:10.303588 [ 4 ] {b1b107f4-561b-4b0a-ab3e-3ba173aff336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7053 2025.03.11 22:12:10.304148 [ 4 ] {b1b107f4-561b-4b0a-ab3e-3ba173aff336} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7054 2025.03.11 22:12:10.304184 [ 4 ] {b1b107f4-561b-4b0a-ab3e-3ba173aff336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
7055 2025.03.11 22:12:10.304572 [ 4 ] {b1b107f4-561b-4b0a-ab3e-3ba173aff336} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7056 2025.03.11 22:12:10.304817 [ 4 ] {b1b107f4-561b-4b0a-ab3e-3ba173aff336} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7057 2025.03.11 22:12:10.304956 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7058 2025.03.11 22:12:10.304999 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7059 2025.03.11 22:12:10.305003 [ 4 ] {b1b107f4-561b-4b0a-ab3e-3ba173aff336} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001482 sec., 107962.21322537112 rows/sec., 7.52 MiB/sec.
7060 2025.03.11 22:12:10.305024 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
7061 2025.03.11 22:12:10.305098 [ 4 ] {b1b107f4-561b-4b0a-ab3e-3ba173aff336} <Debug> TCPHandler: Processed in 0.001709014 sec.
7062 2025.03.11 22:12:10.305307 [ 187 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
7063 2025.03.11 22:12:10.305322 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7064 2025.03.11 22:12:10.305547 [ 4 ] {def817c1-05d5-4526-a194-998b490ddfdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7065 2025.03.11 22:12:10.305613 [ 187 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7066 2025.03.11 22:12:10.305687 [ 187 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17253 rows starting from the beginning of the part
7067 2025.03.11 22:12:10.305726 [ 4 ] {def817c1-05d5-4526-a194-998b490ddfdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7068 2025.03.11 22:12:10.306098 [ 187 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
7069 2025.03.11 22:12:10.306496 [ 187 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
7070 2025.03.11 22:12:10.306979 [ 187 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
7071 2025.03.11 22:12:10.307340 [ 187 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
7072 2025.03.11 22:12:10.307846 [ 187 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
7073 2025.03.11 22:12:10.310079 [ 4 ] {def817c1-05d5-4526-a194-998b490ddfdf} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7074 2025.03.11 22:12:10.310156 [ 4 ] {def817c1-05d5-4526-a194-998b490ddfdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
7075 2025.03.11 22:12:10.311768 [ 4 ] {def817c1-05d5-4526-a194-998b490ddfdf} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
7076 2025.03.11 22:12:10.312247 [ 4 ] {def817c1-05d5-4526-a194-998b490ddfdf} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7077 2025.03.11 22:12:10.312474 [ 92 ] {} <Debug> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
7078 2025.03.11 22:12:10.312523 [ 92 ] {} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7079 2025.03.11 22:12:10.312559 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
7080 2025.03.11 22:12:10.312587 [ 4 ] {def817c1-05d5-4526-a194-998b490ddfdf} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.007114 sec., 4498.172617374192 rows/sec., 8.06 MiB/sec.
7081 2025.03.11 22:12:10.313328 [ 199 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
7082 2025.03.11 22:12:10.313651 [ 4 ] {def817c1-05d5-4526-a194-998b490ddfdf} <Debug> TCPHandler: Processed in 0.008394261 sec.
7083 2025.03.11 22:12:10.314240 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7084 2025.03.11 22:12:10.314628 [ 4 ] {84280128-0eba-45e2-a123-cb0b7471fbfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7085 2025.03.11 22:12:10.314773 [ 4 ] {84280128-0eba-45e2-a123-cb0b7471fbfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7086 2025.03.11 22:12:10.315104 [ 199 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7087 2025.03.11 22:12:10.315366 [ 199 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 874 rows starting from the beginning of the part
7088 2025.03.11 22:12:10.316607 [ 199 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 32 rows starting from the beginning of the part
7089 2025.03.11 22:12:10.317834 [ 199 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part
7090 2025.03.11 22:12:10.318057 [ 4 ] {84280128-0eba-45e2-a123-cb0b7471fbfe} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7091 2025.03.11 22:12:10.318209 [ 4 ] {84280128-0eba-45e2-a123-cb0b7471fbfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
7092 2025.03.11 22:12:10.318511 [ 191 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18776 rows, containing 5 columns (5 merged, 0 gathered) in 0.013367274 sec., 1404624.4582104024 rows/sec., 96.24 MiB/sec.
7093 2025.03.11 22:12:10.319031 [ 199 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 32 rows starting from the beginning of the part
7094 2025.03.11 22:12:10.319057 [ 191 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7095 2025.03.11 22:12:10.320240 [ 199 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part
7096 2025.03.11 22:12:10.320266 [ 191 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7097 2025.03.11 22:12:10.320644 [ 191 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7098 2025.03.11 22:12:10.320700 [ 4 ] {84280128-0eba-45e2-a123-cb0b7471fbfe} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
7099 2025.03.11 22:12:10.320924 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.21 MiB.
7100 2025.03.11 22:12:10.321216 [ 199 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 32 rows starting from the beginning of the part
7101 2025.03.11 22:12:10.321685 [ 4 ] {84280128-0eba-45e2-a123-cb0b7471fbfe} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7102 2025.03.11 22:12:10.322248 [ 92 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
7103 2025.03.11 22:12:10.322379 [ 92 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7104 2025.03.11 22:12:10.322486 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB.
7105 2025.03.11 22:12:10.322706 [ 4 ] {84280128-0eba-45e2-a123-cb0b7471fbfe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008171 sec., 7343.042467262269 rows/sec., 506.75 KiB/sec.
7106 2025.03.11 22:12:10.323010 [ 4 ] {84280128-0eba-45e2-a123-cb0b7471fbfe} <Debug> TCPHandler: Processed in 0.008949686 sec.
7107 2025.03.11 22:12:10.323007 [ 190 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
7108 2025.03.11 22:12:10.323570 [ 190 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7109 2025.03.11 22:12:10.323697 [ 190 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
7110 2025.03.11 22:12:10.324025 [ 190 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
7111 2025.03.11 22:12:10.324321 [ 190 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
7112 2025.03.11 22:12:10.324647 [ 190 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
7113 2025.03.11 22:12:10.324968 [ 190 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
7114 2025.03.11 22:12:10.325295 [ 190 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
7115 2025.03.11 22:12:10.329729 [ 190 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3408 rows, containing 4 columns (4 merged, 0 gathered) in 0.00705353 sec., 483162.33148508624 rows/sec., 32.56 MiB/sec.
7116 2025.03.11 22:12:10.330163 [ 190 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
7117 2025.03.11 22:12:10.330457 [ 190 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_66_13} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7118 2025.03.11 22:12:10.330543 [ 190 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_66_13} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
7119 2025.03.11 22:12:10.330743 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB.
7120 2025.03.11 22:12:10.332948 [ 202 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 986 rows, containing 19 columns (19 merged, 0 gathered) in 0.020286903 sec., 48602.7857480267 rows/sec., 87.09 MiB/sec.
7121 2025.03.11 22:12:10.334095 [ 202 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
7122 2025.03.11 22:12:10.334529 [ 202 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7123 2025.03.11 22:12:10.334615 [ 202 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
7124 2025.03.11 22:12:10.334771 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.18 MiB.
7125 2025.03.11 22:12:11.000291 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 210.62 MiB, peak 221.12 MiB, free memory in arenas 0.00 B, will set to 213.27 MiB (RSS), difference: 2.65 MiB
7126 2025.03.11 22:12:15.295920 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7127 2025.03.11 22:12:15.296145 [ 4 ] {b5a96dac-3dea-4ab0-96ea-3e2636812348} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7128 2025.03.11 22:12:15.296216 [ 4 ] {b5a96dac-3dea-4ab0-96ea-3e2636812348} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7129 2025.03.11 22:12:15.296985 [ 4 ] {b5a96dac-3dea-4ab0-96ea-3e2636812348} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7130 2025.03.11 22:12:15.297034 [ 4 ] {b5a96dac-3dea-4ab0-96ea-3e2636812348} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7131 2025.03.11 22:12:15.297478 [ 4 ] {b5a96dac-3dea-4ab0-96ea-3e2636812348} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7132 2025.03.11 22:12:15.297728 [ 4 ] {b5a96dac-3dea-4ab0-96ea-3e2636812348} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7133 2025.03.11 22:12:15.297975 [ 4 ] {b5a96dac-3dea-4ab0-96ea-3e2636812348} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001886 sec., 38176.03393425239 rows/sec., 3.09 MiB/sec.
7134 2025.03.11 22:12:15.298034 [ 4 ] {b5a96dac-3dea-4ab0-96ea-3e2636812348} <Debug> TCPHandler: Processed in 0.00225462 sec.
7135 2025.03.11 22:12:15.298153 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7136 2025.03.11 22:12:15.298261 [ 4 ] {f66325a9-3864-459c-8ca8-d027077ac2e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7137 2025.03.11 22:12:15.298306 [ 4 ] {f66325a9-3864-459c-8ca8-d027077ac2e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7138 2025.03.11 22:12:15.298834 [ 4 ] {f66325a9-3864-459c-8ca8-d027077ac2e6} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7139 2025.03.11 22:12:15.298875 [ 4 ] {f66325a9-3864-459c-8ca8-d027077ac2e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7140 2025.03.11 22:12:15.299221 [ 4 ] {f66325a9-3864-459c-8ca8-d027077ac2e6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7141 2025.03.11 22:12:15.299469 [ 4 ] {f66325a9-3864-459c-8ca8-d027077ac2e6} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7142 2025.03.11 22:12:15.299685 [ 4 ] {f66325a9-3864-459c-8ca8-d027077ac2e6} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001447 sec., 5528.6800276434005 rows/sec., 415.73 KiB/sec.
7143 2025.03.11 22:12:15.299743 [ 4 ] {f66325a9-3864-459c-8ca8-d027077ac2e6} <Debug> TCPHandler: Processed in 0.001641414 sec.
7144 2025.03.11 22:12:15.299908 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7145 2025.03.11 22:12:15.300017 [ 4 ] {f90eae0c-d65a-4f21-96fc-5d186d7d4b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7146 2025.03.11 22:12:15.300062 [ 4 ] {f90eae0c-d65a-4f21-96fc-5d186d7d4b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7147 2025.03.11 22:12:15.300599 [ 4 ] {f90eae0c-d65a-4f21-96fc-5d186d7d4b15} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7148 2025.03.11 22:12:15.300637 [ 4 ] {f90eae0c-d65a-4f21-96fc-5d186d7d4b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7149 2025.03.11 22:12:15.300998 [ 4 ] {f90eae0c-d65a-4f21-96fc-5d186d7d4b15} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7150 2025.03.11 22:12:15.301240 [ 4 ] {f90eae0c-d65a-4f21-96fc-5d186d7d4b15} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7151 2025.03.11 22:12:15.301445 [ 4 ] {f90eae0c-d65a-4f21-96fc-5d186d7d4b15} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001449 sec., 49689.44099378882 rows/sec., 3.88 MiB/sec.
7152 2025.03.11 22:12:15.301498 [ 4 ] {f90eae0c-d65a-4f21-96fc-5d186d7d4b15} <Debug> TCPHandler: Processed in 0.001653104 sec.
7153 2025.03.11 22:12:15.301614 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7154 2025.03.11 22:12:15.301738 [ 4 ] {940ef8fe-cd3a-4045-89e6-ac0d12060236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7155 2025.03.11 22:12:15.301788 [ 4 ] {940ef8fe-cd3a-4045-89e6-ac0d12060236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7156 2025.03.11 22:12:15.302305 [ 4 ] {940ef8fe-cd3a-4045-89e6-ac0d12060236} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7157 2025.03.11 22:12:15.302344 [ 4 ] {940ef8fe-cd3a-4045-89e6-ac0d12060236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7158 2025.03.11 22:12:15.302754 [ 4 ] {940ef8fe-cd3a-4045-89e6-ac0d12060236} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7159 2025.03.11 22:12:15.302994 [ 4 ] {940ef8fe-cd3a-4045-89e6-ac0d12060236} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7160 2025.03.11 22:12:15.303210 [ 4 ] {940ef8fe-cd3a-4045-89e6-ac0d12060236} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001505 sec., 106312.29235880398 rows/sec., 7.40 MiB/sec.
7161 2025.03.11 22:12:15.303261 [ 4 ] {940ef8fe-cd3a-4045-89e6-ac0d12060236} <Debug> TCPHandler: Processed in 0.001699964 sec.
7162 2025.03.11 22:12:15.303365 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7163 2025.03.11 22:12:15.303467 [ 4 ] {5d8e3ac1-6253-41c8-bcec-72df99c2fbfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7164 2025.03.11 22:12:15.303532 [ 4 ] {5d8e3ac1-6253-41c8-bcec-72df99c2fbfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7165 2025.03.11 22:12:15.304585 [ 4 ] {5d8e3ac1-6253-41c8-bcec-72df99c2fbfe} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7166 2025.03.11 22:12:15.304625 [ 4 ] {5d8e3ac1-6253-41c8-bcec-72df99c2fbfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7167 2025.03.11 22:12:15.305266 [ 4 ] {5d8e3ac1-6253-41c8-bcec-72df99c2fbfe} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
7168 2025.03.11 22:12:15.305525 [ 4 ] {5d8e3ac1-6253-41c8-bcec-72df99c2fbfe} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7169 2025.03.11 22:12:15.305778 [ 4 ] {5d8e3ac1-6253-41c8-bcec-72df99c2fbfe} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002332 sec., 3430.5317324185253 rows/sec., 6.15 MiB/sec.
7170 2025.03.11 22:12:15.305882 [ 4 ] {5d8e3ac1-6253-41c8-bcec-72df99c2fbfe} <Debug> TCPHandler: Processed in 0.002565962 sec.
7171 2025.03.11 22:12:15.306016 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7172 2025.03.11 22:12:15.306121 [ 4 ] {e89f1317-b32e-4078-9651-5b668fd65291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7173 2025.03.11 22:12:15.306167 [ 4 ] {e89f1317-b32e-4078-9651-5b668fd65291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7174 2025.03.11 22:12:15.306602 [ 4 ] {e89f1317-b32e-4078-9651-5b668fd65291} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7175 2025.03.11 22:12:15.306641 [ 4 ] {e89f1317-b32e-4078-9651-5b668fd65291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7176 2025.03.11 22:12:15.307011 [ 4 ] {e89f1317-b32e-4078-9651-5b668fd65291} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
7177 2025.03.11 22:12:15.307240 [ 4 ] {e89f1317-b32e-4078-9651-5b668fd65291} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7178 2025.03.11 22:12:15.307452 [ 4 ] {e89f1317-b32e-4078-9651-5b668fd65291} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001353 sec., 44345.89800443459 rows/sec., 2.99 MiB/sec.
7179 2025.03.11 22:12:15.307502 [ 4 ] {e89f1317-b32e-4078-9651-5b668fd65291} <Debug> TCPHandler: Processed in 0.001535453 sec.
7180 2025.03.11 22:12:16.130609 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18849
7181 2025.03.11 22:12:16.131262 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7182 2025.03.11 22:12:16.131303 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7183 2025.03.11 22:12:16.131832 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7184 2025.03.11 22:12:16.132097 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7185 2025.03.11 22:12:16.132303 [ 87 ] {} <Debug> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7186 2025.03.11 22:12:16.132338 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849
7187 2025.03.11 22:12:16.132392 [ 87 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7188 2025.03.11 22:12:16.132425 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7189 2025.03.11 22:12:16.132597 [ 193 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::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
7190 2025.03.11 22:12:16.132960 [ 193 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7191 2025.03.11 22:12:16.133063 [ 193 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::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
7192 2025.03.11 22:12:16.133162 [ 193 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 488 rows starting from the beginning of the part
7193 2025.03.11 22:12:16.133248 [ 193 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 427 rows starting from the beginning of the part
7194 2025.03.11 22:12:16.133426 [ 193 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 488 rows starting from the beginning of the part
7195 2025.03.11 22:12:16.133601 [ 193 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 427 rows starting from the beginning of the part
7196 2025.03.11 22:12:16.133807 [ 193 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 488 rows starting from the beginning of the part
7197 2025.03.11 22:12:16.136067 [ 189 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.003569231 sec., 5280969.486144214 rows/sec., 75.54 MiB/sec.
7198 2025.03.11 22:12:16.136461 [ 186 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7199 2025.03.11 22:12:16.136863 [ 186 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_41_8} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7200 2025.03.11 22:12:16.136967 [ 186 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_41_8} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7201 2025.03.11 22:12:16.137098 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB.
7202 2025.03.11 22:12:17.432402 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309
7203 2025.03.11 22:12:17.454117 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7204 2025.03.11 22:12:17.454179 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7205 2025.03.11 22:12:17.461753 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
7206 2025.03.11 22:12:17.462697 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7207 2025.03.11 22:12:17.463135 [ 85 ] {} <Debug> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
7208 2025.03.11 22:12:17.463256 [ 85 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7209 2025.03.11 22:12:17.463325 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7210 2025.03.11 22:12:17.464305 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
7211 2025.03.11 22:12:17.472937 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309
7212 2025.03.11 22:12:17.474191 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7213 2025.03.11 22:12:17.475105 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
7214 2025.03.11 22:12:17.479889 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
7215 2025.03.11 22:12:17.484735 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
7216 2025.03.11 22:12:17.489989 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
7217 2025.03.11 22:12:17.495389 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
7218 2025.03.11 22:12:17.500057 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
7219 2025.03.11 22:12:17.559225 [ 189 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.095776986 sec., 3226.2447682369125 rows/sec., 16.68 MiB/sec.
7220 2025.03.11 22:12:17.562208 [ 200 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
7221 2025.03.11 22:12:17.565202 [ 200 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_41_8} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7222 2025.03.11 22:12:17.565336 [ 200 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_41_8} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
7223 2025.03.11 22:12:17.567850 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.94 MiB.
7224 2025.03.11 22:12:18.721181 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1002
7225 2025.03.11 22:12:18.724558 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7226 2025.03.11 22:12:18.724606 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7227 2025.03.11 22:12:18.726087 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary)
7228 2025.03.11 22:12:18.726414 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7229 2025.03.11 22:12:18.727653 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1002
7230 2025.03.11 22:12:20.297429 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7231 2025.03.11 22:12:20.297617 [ 4 ] {6ac1c0d9-c7b4-40c0-b9fb-d2970b275cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7232 2025.03.11 22:12:20.297690 [ 4 ] {6ac1c0d9-c7b4-40c0-b9fb-d2970b275cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7233 2025.03.11 22:12:20.298547 [ 4 ] {6ac1c0d9-c7b4-40c0-b9fb-d2970b275cb3} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7234 2025.03.11 22:12:20.298599 [ 4 ] {6ac1c0d9-c7b4-40c0-b9fb-d2970b275cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7235 2025.03.11 22:12:20.299053 [ 4 ] {6ac1c0d9-c7b4-40c0-b9fb-d2970b275cb3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
7236 2025.03.11 22:12:20.299312 [ 4 ] {6ac1c0d9-c7b4-40c0-b9fb-d2970b275cb3} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7237 2025.03.11 22:12:20.299545 [ 4 ] {6ac1c0d9-c7b4-40c0-b9fb-d2970b275cb3} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001974 sec., 60790.273556231004 rows/sec., 5.15 MiB/sec.
7238 2025.03.11 22:12:20.299657 [ 4 ] {6ac1c0d9-c7b4-40c0-b9fb-d2970b275cb3} <Debug> TCPHandler: Processed in 0.00235218 sec.
7239 2025.03.11 22:12:20.299874 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7240 2025.03.11 22:12:20.300061 [ 4 ] {1892ed62-488e-49bd-87e4-11a257bb1322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7241 2025.03.11 22:12:20.300133 [ 4 ] {1892ed62-488e-49bd-87e4-11a257bb1322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7242 2025.03.11 22:12:20.300667 [ 4 ] {1892ed62-488e-49bd-87e4-11a257bb1322} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7243 2025.03.11 22:12:20.300705 [ 4 ] {1892ed62-488e-49bd-87e4-11a257bb1322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7244 2025.03.11 22:12:20.301143 [ 4 ] {1892ed62-488e-49bd-87e4-11a257bb1322} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7245 2025.03.11 22:12:20.301407 [ 4 ] {1892ed62-488e-49bd-87e4-11a257bb1322} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7246 2025.03.11 22:12:20.301634 [ 4 ] {1892ed62-488e-49bd-87e4-11a257bb1322} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001592 sec., 20100.502512562813 rows/sec., 1.48 MiB/sec.
7247 2025.03.11 22:12:20.301692 [ 4 ] {1892ed62-488e-49bd-87e4-11a257bb1322} <Debug> TCPHandler: Processed in 0.001932016 sec.
7248 2025.03.11 22:12:20.301820 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7249 2025.03.11 22:12:20.301972 [ 4 ] {e847ac5a-eebc-41e8-90cf-d216c3b79d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7250 2025.03.11 22:12:20.302022 [ 4 ] {e847ac5a-eebc-41e8-90cf-d216c3b79d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7251 2025.03.11 22:12:20.302626 [ 4 ] {e847ac5a-eebc-41e8-90cf-d216c3b79d3d} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7252 2025.03.11 22:12:20.302667 [ 4 ] {e847ac5a-eebc-41e8-90cf-d216c3b79d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7253 2025.03.11 22:12:20.303085 [ 4 ] {e847ac5a-eebc-41e8-90cf-d216c3b79d3d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
7254 2025.03.11 22:12:20.303451 [ 4 ] {e847ac5a-eebc-41e8-90cf-d216c3b79d3d} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7255 2025.03.11 22:12:20.303694 [ 4 ] {e847ac5a-eebc-41e8-90cf-d216c3b79d3d} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001748 sec., 54919.90846681922 rows/sec., 4.29 MiB/sec.
7256 2025.03.11 22:12:20.303748 [ 4 ] {e847ac5a-eebc-41e8-90cf-d216c3b79d3d} <Debug> TCPHandler: Processed in 0.001982727 sec.
7257 2025.03.11 22:12:20.303905 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7258 2025.03.11 22:12:20.304022 [ 4 ] {ad26f20d-fadf-4a52-8f6a-1eb164aa2cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7259 2025.03.11 22:12:20.304071 [ 4 ] {ad26f20d-fadf-4a52-8f6a-1eb164aa2cdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7260 2025.03.11 22:12:20.304614 [ 4 ] {ad26f20d-fadf-4a52-8f6a-1eb164aa2cdd} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7261 2025.03.11 22:12:20.304653 [ 4 ] {ad26f20d-fadf-4a52-8f6a-1eb164aa2cdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7262 2025.03.11 22:12:20.305057 [ 4 ] {ad26f20d-fadf-4a52-8f6a-1eb164aa2cdd} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
7263 2025.03.11 22:12:20.305312 [ 4 ] {ad26f20d-fadf-4a52-8f6a-1eb164aa2cdd} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7264 2025.03.11 22:12:20.305548 [ 4 ] {ad26f20d-fadf-4a52-8f6a-1eb164aa2cdd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001546 sec., 103492.88486416558 rows/sec., 7.21 MiB/sec.
7265 2025.03.11 22:12:20.305603 [ 4 ] {ad26f20d-fadf-4a52-8f6a-1eb164aa2cdd} <Debug> TCPHandler: Processed in 0.001760425 sec.
7266 2025.03.11 22:12:20.305761 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7267 2025.03.11 22:12:20.305871 [ 4 ] {04c508a2-d98c-4e4c-8c41-7797964d8ad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7268 2025.03.11 22:12:20.305936 [ 4 ] {04c508a2-d98c-4e4c-8c41-7797964d8ad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7269 2025.03.11 22:12:20.307070 [ 4 ] {04c508a2-d98c-4e4c-8c41-7797964d8ad6} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7270 2025.03.11 22:12:20.307108 [ 4 ] {04c508a2-d98c-4e4c-8c41-7797964d8ad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7271 2025.03.11 22:12:20.307751 [ 4 ] {04c508a2-d98c-4e4c-8c41-7797964d8ad6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
7272 2025.03.11 22:12:20.308026 [ 4 ] {04c508a2-d98c-4e4c-8c41-7797964d8ad6} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7273 2025.03.11 22:12:20.308273 [ 4 ] {04c508a2-d98c-4e4c-8c41-7797964d8ad6} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002423 sec., 13206.768468840282 rows/sec., 23.67 MiB/sec.
7274 2025.03.11 22:12:20.308380 [ 4 ] {04c508a2-d98c-4e4c-8c41-7797964d8ad6} <Debug> TCPHandler: Processed in 0.002678912 sec.
7275 2025.03.11 22:12:20.308496 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7276 2025.03.11 22:12:20.308600 [ 4 ] {a497baa0-a24c-4da6-b7c8-94655b3f70ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7277 2025.03.11 22:12:20.308645 [ 4 ] {a497baa0-a24c-4da6-b7c8-94655b3f70ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7278 2025.03.11 22:12:20.309084 [ 4 ] {a497baa0-a24c-4da6-b7c8-94655b3f70ab} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7279 2025.03.11 22:12:20.309123 [ 4 ] {a497baa0-a24c-4da6-b7c8-94655b3f70ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7280 2025.03.11 22:12:20.309480 [ 4 ] {a497baa0-a24c-4da6-b7c8-94655b3f70ab} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
7281 2025.03.11 22:12:20.309721 [ 4 ] {a497baa0-a24c-4da6-b7c8-94655b3f70ab} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7282 2025.03.11 22:12:20.309944 [ 4 ] {a497baa0-a24c-4da6-b7c8-94655b3f70ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec.
7283 2025.03.11 22:12:20.310040 [ 4 ] {a497baa0-a24c-4da6-b7c8-94655b3f70ab} <Debug> TCPHandler: Processed in 0.001588124 sec.
7284 2025.03.11 22:12:23.460828 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache
7285 2025.03.11 22:12:23.460905 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache
7286 2025.03.11 22:12:23.632581 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19276
7287 2025.03.11 22:12:23.633513 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7288 2025.03.11 22:12:23.633569 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7289 2025.03.11 22:12:23.634190 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7290 2025.03.11 22:12:23.634458 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7291 2025.03.11 22:12:23.634762 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276
7292 2025.03.11 22:12:24.973095 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317
7293 2025.03.11 22:12:24.991764 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7294 2025.03.11 22:12:24.991818 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7295 2025.03.11 22:12:24.998977 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
7296 2025.03.11 22:12:24.999737 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7297 2025.03.11 22:12:25.000293 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 219.66 MiB, peak 227.97 MiB, free memory in arenas 0.00 B, will set to 215.18 MiB (RSS), difference: -4.48 MiB
7298 2025.03.11 22:12:25.003181 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317
7299 2025.03.11 22:12:25.296135 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7300 2025.03.11 22:12:25.296343 [ 4 ] {6ed94450-983f-4534-8394-e5f30ec17ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7301 2025.03.11 22:12:25.296421 [ 4 ] {6ed94450-983f-4534-8394-e5f30ec17ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7302 2025.03.11 22:12:25.297208 [ 4 ] {6ed94450-983f-4534-8394-e5f30ec17ff2} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7303 2025.03.11 22:12:25.297248 [ 4 ] {6ed94450-983f-4534-8394-e5f30ec17ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7304 2025.03.11 22:12:25.297695 [ 4 ] {6ed94450-983f-4534-8394-e5f30ec17ff2} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
7305 2025.03.11 22:12:25.297954 [ 4 ] {6ed94450-983f-4534-8394-e5f30ec17ff2} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7306 2025.03.11 22:12:25.298154 [ 4 ] {6ed94450-983f-4534-8394-e5f30ec17ff2} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001869 sec., 38523.274478330655 rows/sec., 3.12 MiB/sec.
7307 2025.03.11 22:12:25.298208 [ 4 ] {6ed94450-983f-4534-8394-e5f30ec17ff2} <Debug> TCPHandler: Processed in 0.002215459 sec.
7308 2025.03.11 22:12:25.298330 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7309 2025.03.11 22:12:25.298435 [ 4 ] {b25cb48d-b446-4305-95cc-a3ba7b319059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7310 2025.03.11 22:12:25.298481 [ 4 ] {b25cb48d-b446-4305-95cc-a3ba7b319059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7311 2025.03.11 22:12:25.299000 [ 4 ] {b25cb48d-b446-4305-95cc-a3ba7b319059} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7312 2025.03.11 22:12:25.299038 [ 4 ] {b25cb48d-b446-4305-95cc-a3ba7b319059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7313 2025.03.11 22:12:25.299388 [ 4 ] {b25cb48d-b446-4305-95cc-a3ba7b319059} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7314 2025.03.11 22:12:25.299626 [ 4 ] {b25cb48d-b446-4305-95cc-a3ba7b319059} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7315 2025.03.11 22:12:25.299801 [ 4 ] {b25cb48d-b446-4305-95cc-a3ba7b319059} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001388 sec., 5763.688760806916 rows/sec., 433.40 KiB/sec.
7316 2025.03.11 22:12:25.299852 [ 4 ] {b25cb48d-b446-4305-95cc-a3ba7b319059} <Debug> TCPHandler: Processed in 0.001574613 sec.
7317 2025.03.11 22:12:25.299985 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7318 2025.03.11 22:12:25.300123 [ 4 ] {9d101d45-3a46-44a4-9cb7-ed47ad1619f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7319 2025.03.11 22:12:25.300178 [ 4 ] {9d101d45-3a46-44a4-9cb7-ed47ad1619f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7320 2025.03.11 22:12:25.300770 [ 4 ] {9d101d45-3a46-44a4-9cb7-ed47ad1619f9} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7321 2025.03.11 22:12:25.300806 [ 4 ] {9d101d45-3a46-44a4-9cb7-ed47ad1619f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7322 2025.03.11 22:12:25.301167 [ 4 ] {9d101d45-3a46-44a4-9cb7-ed47ad1619f9} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
7323 2025.03.11 22:12:25.301401 [ 4 ] {9d101d45-3a46-44a4-9cb7-ed47ad1619f9} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7324 2025.03.11 22:12:25.301592 [ 4 ] {9d101d45-3a46-44a4-9cb7-ed47ad1619f9} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001498 sec., 48064.085447263016 rows/sec., 3.75 MiB/sec.
7325 2025.03.11 22:12:25.301677 [ 4 ] {9d101d45-3a46-44a4-9cb7-ed47ad1619f9} <Debug> TCPHandler: Processed in 0.001757155 sec.
7326 2025.03.11 22:12:25.301912 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7327 2025.03.11 22:12:25.302057 [ 4 ] {61a8f686-db58-4632-b16d-182626167e48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7328 2025.03.11 22:12:25.302107 [ 4 ] {61a8f686-db58-4632-b16d-182626167e48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7329 2025.03.11 22:12:25.302623 [ 4 ] {61a8f686-db58-4632-b16d-182626167e48} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7330 2025.03.11 22:12:25.302659 [ 4 ] {61a8f686-db58-4632-b16d-182626167e48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7331 2025.03.11 22:12:25.303038 [ 4 ] {61a8f686-db58-4632-b16d-182626167e48} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
7332 2025.03.11 22:12:25.303276 [ 4 ] {61a8f686-db58-4632-b16d-182626167e48} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7333 2025.03.11 22:12:25.303456 [ 4 ] {61a8f686-db58-4632-b16d-182626167e48} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001425 sec., 112280.70175438595 rows/sec., 7.82 MiB/sec.
7334 2025.03.11 22:12:25.303508 [ 4 ] {61a8f686-db58-4632-b16d-182626167e48} <Debug> TCPHandler: Processed in 0.001691564 sec.
7335 2025.03.11 22:12:25.303633 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7336 2025.03.11 22:12:25.303760 [ 4 ] {5f8b0056-343f-4b40-b75b-21bf66c6ff15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7337 2025.03.11 22:12:25.303844 [ 4 ] {5f8b0056-343f-4b40-b75b-21bf66c6ff15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7338 2025.03.11 22:12:25.304997 [ 4 ] {5f8b0056-343f-4b40-b75b-21bf66c6ff15} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7339 2025.03.11 22:12:25.305033 [ 4 ] {5f8b0056-343f-4b40-b75b-21bf66c6ff15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7340 2025.03.11 22:12:25.305651 [ 4 ] {5f8b0056-343f-4b40-b75b-21bf66c6ff15} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
7341 2025.03.11 22:12:25.305918 [ 4 ] {5f8b0056-343f-4b40-b75b-21bf66c6ff15} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7342 2025.03.11 22:12:25.306149 [ 4 ] {5f8b0056-343f-4b40-b75b-21bf66c6ff15} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002417 sec., 3309.8882912701697 rows/sec., 5.93 MiB/sec.
7343 2025.03.11 22:12:25.306243 [ 4 ] {5f8b0056-343f-4b40-b75b-21bf66c6ff15} <Debug> TCPHandler: Processed in 0.002670773 sec.
7344 2025.03.11 22:12:25.306355 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7345 2025.03.11 22:12:25.306458 [ 4 ] {bd226bcd-e86a-43a3-b8bd-a5cd9e495345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7346 2025.03.11 22:12:25.306503 [ 4 ] {bd226bcd-e86a-43a3-b8bd-a5cd9e495345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7347 2025.03.11 22:12:25.306937 [ 4 ] {bd226bcd-e86a-43a3-b8bd-a5cd9e495345} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7348 2025.03.11 22:12:25.306975 [ 4 ] {bd226bcd-e86a-43a3-b8bd-a5cd9e495345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7349 2025.03.11 22:12:25.307333 [ 4 ] {bd226bcd-e86a-43a3-b8bd-a5cd9e495345} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
7350 2025.03.11 22:12:25.307573 [ 4 ] {bd226bcd-e86a-43a3-b8bd-a5cd9e495345} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7351 2025.03.11 22:12:25.307773 [ 4 ] {bd226bcd-e86a-43a3-b8bd-a5cd9e495345} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001337 sec., 44876.58937920718 rows/sec., 3.02 MiB/sec.
7352 2025.03.11 22:12:25.307822 [ 4 ] {bd226bcd-e86a-43a3-b8bd-a5cd9e495345} <Debug> TCPHandler: Processed in 0.001517143 sec.
7353 2025.03.11 22:12:26.000235 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.62 MiB, peak 227.97 MiB, free memory in arenas 0.00 B, will set to 215.18 MiB (RSS), difference: 3.56 MiB
7354 2025.03.11 22:12:26.568382 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7355 2025.03.11 22:12:26.568593 [ 4 ] {9cc5172e-904d-4229-a588-778f734244b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
7356 2025.03.11 22:12:26.568674 [ 4 ] {9cc5172e-904d-4229-a588-778f734244b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
7357 2025.03.11 22:12:26.569529 [ 4 ] {9cc5172e-904d-4229-a588-778f734244b3} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7358 2025.03.11 22:12:26.569580 [ 4 ] {9cc5172e-904d-4229-a588-778f734244b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7359 2025.03.11 22:12:26.570023 [ 4 ] {9cc5172e-904d-4229-a588-778f734244b3} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7360 2025.03.11 22:12:26.570281 [ 4 ] {9cc5172e-904d-4229-a588-778f734244b3} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7361 2025.03.11 22:12:26.570556 [ 4 ] {9cc5172e-904d-4229-a588-778f734244b3} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002011 sec., 11934.361014420685 rows/sec., 1013.95 KiB/sec.
7362 2025.03.11 22:12:26.570770 [ 4 ] {9cc5172e-904d-4229-a588-778f734244b3} <Debug> TCPHandler: Processed in 0.002524422 sec.
7363 2025.03.11 22:12:26.570905 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7364 2025.03.11 22:12:26.571010 [ 4 ] {9754c040-ad81-4161-9848-3192516fc60d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7365 2025.03.11 22:12:26.571055 [ 4 ] {9754c040-ad81-4161-9848-3192516fc60d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7366 2025.03.11 22:12:26.571601 [ 4 ] {9754c040-ad81-4161-9848-3192516fc60d} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7367 2025.03.11 22:12:26.571639 [ 4 ] {9754c040-ad81-4161-9848-3192516fc60d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7368 2025.03.11 22:12:26.571990 [ 4 ] {9754c040-ad81-4161-9848-3192516fc60d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
7369 2025.03.11 22:12:26.572236 [ 4 ] {9754c040-ad81-4161-9848-3192516fc60d} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7370 2025.03.11 22:12:26.572442 [ 4 ] {9754c040-ad81-4161-9848-3192516fc60d} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001455 sec., 9621.993127147767 rows/sec., 784.61 KiB/sec.
7371 2025.03.11 22:12:26.572495 [ 4 ] {9754c040-ad81-4161-9848-3192516fc60d} <Debug> TCPHandler: Processed in 0.001641674 sec.
7372 2025.03.11 22:12:26.572599 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7373 2025.03.11 22:12:26.572701 [ 4 ] {5996316e-2d91-411a-86f3-0a8afca2c06a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7374 2025.03.11 22:12:26.572745 [ 4 ] {5996316e-2d91-411a-86f3-0a8afca2c06a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7375 2025.03.11 22:12:26.574028 [ 4 ] {5996316e-2d91-411a-86f3-0a8afca2c06a} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7376 2025.03.11 22:12:26.574067 [ 4 ] {5996316e-2d91-411a-86f3-0a8afca2c06a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7377 2025.03.11 22:12:26.574510 [ 4 ] {5996316e-2d91-411a-86f3-0a8afca2c06a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
7378 2025.03.11 22:12:26.574747 [ 4 ] {5996316e-2d91-411a-86f3-0a8afca2c06a} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7379 2025.03.11 22:12:26.574896 [ 56 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0
7380 2025.03.11 22:12:26.574931 [ 4 ] {5996316e-2d91-411a-86f3-0a8afca2c06a} <Debug> executeQuery: Read 1387 rows, 118.48 KiB in 0.00225 sec., 616444.4444444445 rows/sec., 51.42 MiB/sec.
7381 2025.03.11 22:12:26.574946 [ 56 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7382 2025.03.11 22:12:26.574981 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7383 2025.03.11 22:12:26.575003 [ 4 ] {5996316e-2d91-411a-86f3-0a8afca2c06a} <Debug> TCPHandler: Processed in 0.002452711 sec.
7384 2025.03.11 22:12:26.575164 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7385 2025.03.11 22:12:26.575191 [ 189 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full
7386 2025.03.11 22:12:26.575326 [ 4 ] {f4eea508-fda5-425f-8f56-cad67d9fde46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7387 2025.03.11 22:12:26.575418 [ 4 ] {f4eea508-fda5-425f-8f56-cad67d9fde46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7388 2025.03.11 22:12:26.575611 [ 189 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7389 2025.03.11 22:12:26.575702 [ 189 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 1406 rows starting from the beginning of the part
7390 2025.03.11 22:12:26.575994 [ 189 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 120 rows starting from the beginning of the part
7391 2025.03.11 22:12:26.576520 [ 189 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 72 rows starting from the beginning of the part
7392 2025.03.11 22:12:26.576857 [ 189 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 120 rows starting from the beginning of the part
7393 2025.03.11 22:12:26.577158 [ 189 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 72 rows starting from the beginning of the part
7394 2025.03.11 22:12:26.577495 [ 189 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1387 rows starting from the beginning of the part
7395 2025.03.11 22:12:26.578297 [ 4 ] {f4eea508-fda5-425f-8f56-cad67d9fde46} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7396 2025.03.11 22:12:26.578376 [ 4 ] {f4eea508-fda5-425f-8f56-cad67d9fde46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7397 2025.03.11 22:12:26.579202 [ 4 ] {f4eea508-fda5-425f-8f56-cad67d9fde46} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7398 2025.03.11 22:12:26.579820 [ 4 ] {f4eea508-fda5-425f-8f56-cad67d9fde46} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7399 2025.03.11 22:12:26.580061 [ 56 ] {} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7400 2025.03.11 22:12:26.580196 [ 56 ] {} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7401 2025.03.11 22:12:26.580296 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7402 2025.03.11 22:12:26.580376 [ 4 ] {f4eea508-fda5-425f-8f56-cad67d9fde46} <Debug> executeQuery: Read 58 rows, 4.34 KiB in 0.005092 sec., 11390.416339355852 rows/sec., 853.25 KiB/sec.
7403 2025.03.11 22:12:26.580495 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
7404 2025.03.11 22:12:26.580505 [ 4 ] {f4eea508-fda5-425f-8f56-cad67d9fde46} <Debug> TCPHandler: Processed in 0.005416546 sec.
7405 2025.03.11 22:12:26.580683 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7406 2025.03.11 22:12:26.580689 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7407 2025.03.11 22:12:26.580736 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 70 rows starting from the beginning of the part
7408 2025.03.11 22:12:26.580986 [ 4 ] {0bf150ef-3a57-4cab-a48f-a76034c441ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
7409 2025.03.11 22:12:26.581258 [ 4 ] {0bf150ef-3a57-4cab-a48f-a76034c441ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
7410 2025.03.11 22:12:26.581279 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 32 rows starting from the beginning of the part
7411 2025.03.11 22:12:26.581919 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
7412 2025.03.11 22:12:26.582659 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 32 rows starting from the beginning of the part
7413 2025.03.11 22:12:26.582812 [ 189 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3177 rows, containing 5 columns (5 merged, 0 gathered) in 0.007713186 sec., 411892.0508334688 rows/sec., 35.95 MiB/sec.
7414 2025.03.11 22:12:26.583163 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
7415 2025.03.11 22:12:26.583517 [ 198 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary)
7416 2025.03.11 22:12:26.583649 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 58 rows starting from the beginning of the part
7417 2025.03.11 22:12:26.585519 [ 198 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_70_14} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7418 2025.03.11 22:12:26.585921 [ 198 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_70_14} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14
7419 2025.03.11 22:12:26.585977 [ 4 ] {0bf150ef-3a57-4cab-a48f-a76034c441ae} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7420 2025.03.11 22:12:26.586062 [ 4 ] {0bf150ef-3a57-4cab-a48f-a76034c441ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7421 2025.03.11 22:12:26.586185 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB.
7422 2025.03.11 22:12:26.586790 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.006414184 sec., 32428.131154329218 rows/sec., 2.50 MiB/sec.
7423 2025.03.11 22:12:26.586822 [ 4 ] {0bf150ef-3a57-4cab-a48f-a76034c441ae} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
7424 2025.03.11 22:12:26.586972 [ 194 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7425 2025.03.11 22:12:26.587264 [ 4 ] {0bf150ef-3a57-4cab-a48f-a76034c441ae} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7426 2025.03.11 22:12:26.587706 [ 194 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_56_11} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7427 2025.03.11 22:12:26.587735 [ 4 ] {0bf150ef-3a57-4cab-a48f-a76034c441ae} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.006912 sec., 36458.333333333336 rows/sec., 2.52 MiB/sec.
7428 2025.03.11 22:12:26.587947 [ 4 ] {0bf150ef-3a57-4cab-a48f-a76034c441ae} <Debug> TCPHandler: Processed in 0.007329102 sec.
7429 2025.03.11 22:12:26.588012 [ 194 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_56_11} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7430 2025.03.11 22:12:26.588146 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7431 2025.03.11 22:12:26.588167 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
7432 2025.03.11 22:12:26.588279 [ 4 ] {fdb122f2-0b2a-469a-b889-c23eba574df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
7433 2025.03.11 22:12:26.588329 [ 4 ] {fdb122f2-0b2a-469a-b889-c23eba574df2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
7434 2025.03.11 22:12:26.588895 [ 4 ] {fdb122f2-0b2a-469a-b889-c23eba574df2} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7435 2025.03.11 22:12:26.588933 [ 4 ] {fdb122f2-0b2a-469a-b889-c23eba574df2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7436 2025.03.11 22:12:26.589290 [ 4 ] {fdb122f2-0b2a-469a-b889-c23eba574df2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary)
7437 2025.03.11 22:12:26.589529 [ 4 ] {fdb122f2-0b2a-469a-b889-c23eba574df2} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7438 2025.03.11 22:12:26.589752 [ 4 ] {fdb122f2-0b2a-469a-b889-c23eba574df2} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001492 sec., 8042.895442359249 rows/sec., 628.35 KiB/sec.
7439 2025.03.11 22:12:26.589945 [ 4 ] {fdb122f2-0b2a-469a-b889-c23eba574df2} <Debug> TCPHandler: Processed in 0.001884626 sec.
7440 2025.03.11 22:12:26.590061 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7441 2025.03.11 22:12:26.590164 [ 4 ] {597a820e-26e5-48eb-be01-d8494fe840cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7442 2025.03.11 22:12:26.590208 [ 4 ] {597a820e-26e5-48eb-be01-d8494fe840cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7443 2025.03.11 22:12:26.591020 [ 4 ] {597a820e-26e5-48eb-be01-d8494fe840cc} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7444 2025.03.11 22:12:26.591058 [ 4 ] {597a820e-26e5-48eb-be01-d8494fe840cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7445 2025.03.11 22:12:26.591438 [ 4 ] {597a820e-26e5-48eb-be01-d8494fe840cc} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
7446 2025.03.11 22:12:26.591675 [ 4 ] {597a820e-26e5-48eb-be01-d8494fe840cc} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7447 2025.03.11 22:12:26.591802 [ 56 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0
7448 2025.03.11 22:12:26.591845 [ 56 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7449 2025.03.11 22:12:26.591865 [ 4 ] {597a820e-26e5-48eb-be01-d8494fe840cc} <Debug> executeQuery: Read 602 rows, 46.37 KiB in 0.001719 sec., 350203.60674810933 rows/sec., 26.34 MiB/sec.
7450 2025.03.11 22:12:26.591872 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7451 2025.03.11 22:12:26.591974 [ 4 ] {597a820e-26e5-48eb-be01-d8494fe840cc} <Debug> TCPHandler: Processed in 0.001960726 sec.
7452 2025.03.11 22:12:26.592085 [ 188 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full
7453 2025.03.11 22:12:26.592157 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7454 2025.03.11 22:12:26.592446 [ 4 ] {7ae6cb0e-84cf-4cff-91a8-3493a93ae588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7455 2025.03.11 22:12:26.592481 [ 188 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7456 2025.03.11 22:12:26.592569 [ 188 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 632 rows starting from the beginning of the part
7457 2025.03.11 22:12:26.592578 [ 4 ] {7ae6cb0e-84cf-4cff-91a8-3493a93ae588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7458 2025.03.11 22:12:26.593087 [ 188 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 96 rows starting from the beginning of the part
7459 2025.03.11 22:12:26.593540 [ 188 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 72 rows starting from the beginning of the part
7460 2025.03.11 22:12:26.594003 [ 188 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 96 rows starting from the beginning of the part
7461 2025.03.11 22:12:26.594309 [ 188 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 72 rows starting from the beginning of the part
7462 2025.03.11 22:12:26.594621 [ 188 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 602 rows starting from the beginning of the part
7463 2025.03.11 22:12:26.595489 [ 4 ] {7ae6cb0e-84cf-4cff-91a8-3493a93ae588} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7464 2025.03.11 22:12:26.595535 [ 4 ] {7ae6cb0e-84cf-4cff-91a8-3493a93ae588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7465 2025.03.11 22:12:26.596194 [ 4 ] {7ae6cb0e-84cf-4cff-91a8-3493a93ae588} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
7466 2025.03.11 22:12:26.596519 [ 194 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1570 rows, containing 5 columns (5 merged, 0 gathered) in 0.004557789 sec., 344465.26594364067 rows/sec., 27.46 MiB/sec.
7467 2025.03.11 22:12:26.596564 [ 4 ] {7ae6cb0e-84cf-4cff-91a8-3493a93ae588} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7468 2025.03.11 22:12:26.596912 [ 4 ] {7ae6cb0e-84cf-4cff-91a8-3493a93ae588} <Debug> executeQuery: Read 951 rows, 65.72 KiB in 0.004559 sec., 208598.3768370257 rows/sec., 14.08 MiB/sec.
7469 2025.03.11 22:12:26.597029 [ 4 ] {7ae6cb0e-84cf-4cff-91a8-3493a93ae588} <Debug> TCPHandler: Processed in 0.004943502 sec.
7470 2025.03.11 22:12:26.597082 [ 195 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary)
7471 2025.03.11 22:12:26.597192 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7472 2025.03.11 22:12:26.597351 [ 4 ] {82b5e221-c784-48b4-80d2-d947d412cccb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7473 2025.03.11 22:12:26.597481 [ 4 ] {82b5e221-c784-48b4-80d2-d947d412cccb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7474 2025.03.11 22:12:26.597881 [ 195 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_70_14} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7475 2025.03.11 22:12:26.598169 [ 195 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_70_14} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14
7476 2025.03.11 22:12:26.598356 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
7477 2025.03.11 22:12:26.599226 [ 4 ] {82b5e221-c784-48b4-80d2-d947d412cccb} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7478 2025.03.11 22:12:26.599268 [ 4 ] {82b5e221-c784-48b4-80d2-d947d412cccb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7479 2025.03.11 22:12:26.599906 [ 4 ] {82b5e221-c784-48b4-80d2-d947d412cccb} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
7480 2025.03.11 22:12:26.600166 [ 4 ] {82b5e221-c784-48b4-80d2-d947d412cccb} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7481 2025.03.11 22:12:26.600364 [ 4 ] {82b5e221-c784-48b4-80d2-d947d412cccb} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.003038 sec., 10533.245556287031 rows/sec., 18.88 MiB/sec.
7482 2025.03.11 22:12:26.600460 [ 4 ] {82b5e221-c784-48b4-80d2-d947d412cccb} <Debug> TCPHandler: Processed in 0.003336429 sec.
7483 2025.03.11 22:12:26.600573 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7484 2025.03.11 22:12:26.600675 [ 4 ] {7ce8bc35-3cfe-4ba5-957f-357808078095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7485 2025.03.11 22:12:26.600720 [ 4 ] {7ce8bc35-3cfe-4ba5-957f-357808078095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7486 2025.03.11 22:12:26.601138 [ 4 ] {7ce8bc35-3cfe-4ba5-957f-357808078095} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7487 2025.03.11 22:12:26.601174 [ 4 ] {7ce8bc35-3cfe-4ba5-957f-357808078095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7488 2025.03.11 22:12:26.601525 [ 4 ] {7ce8bc35-3cfe-4ba5-957f-357808078095} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
7489 2025.03.11 22:12:26.601764 [ 4 ] {7ce8bc35-3cfe-4ba5-957f-357808078095} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7490 2025.03.11 22:12:26.601938 [ 4 ] {7ce8bc35-3cfe-4ba5-957f-357808078095} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001285 sec., 17120.622568093386 rows/sec., 1.16 MiB/sec.
7491 2025.03.11 22:12:26.601986 [ 4 ] {7ce8bc35-3cfe-4ba5-957f-357808078095} <Debug> TCPHandler: Processed in 0.001462873 sec.
7492 2025.03.11 22:12:28.727950 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1046
7493 2025.03.11 22:12:28.731679 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7494 2025.03.11 22:12:28.731728 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7495 2025.03.11 22:12:28.733207 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary)
7496 2025.03.11 22:12:28.733523 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7497 2025.03.11 22:12:28.733753 [ 8 ] {} <Debug> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0
7498 2025.03.11 22:12:28.733884 [ 8 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7499 2025.03.11 22:12:28.733952 [ 8 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7500 2025.03.11 22:12:28.734461 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::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
7501 2025.03.11 22:12:28.734901 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1046
7502 2025.03.11 22:12:28.735477 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7503 2025.03.11 22:12:28.735673 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 888 rows starting from the beginning of the part
7504 2025.03.11 22:12:28.736322 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 26 rows starting from the beginning of the part
7505 2025.03.11 22:12:28.736945 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 44 rows starting from the beginning of the part
7506 2025.03.11 22:12:28.737571 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part
7507 2025.03.11 22:12:28.738159 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 24 rows starting from the beginning of the part
7508 2025.03.11 22:12:28.738776 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 44 rows starting from the beginning of the part
7509 2025.03.11 22:12:28.747255 [ 195 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1046 rows, containing 72 columns (72 merged, 0 gathered) in 0.013135572 sec., 79631.09638468732 rows/sec., 63.27 MiB/sec.
7510 2025.03.11 22:12:28.748682 [ 194 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary)
7511 2025.03.11 22:12:28.749425 [ 194 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_31_6} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7512 2025.03.11 22:12:28.749521 [ 194 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_31_6} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6
7513 2025.03.11 22:12:28.749742 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB.
7514 2025.03.11 22:12:30.293643 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7515 2025.03.11 22:12:30.293855 [ 4 ] {67833d09-487d-4e52-b8f2-08fcbdc8dd94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7516 2025.03.11 22:12:30.293939 [ 4 ] {67833d09-487d-4e52-b8f2-08fcbdc8dd94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7517 2025.03.11 22:12:30.294787 [ 4 ] {67833d09-487d-4e52-b8f2-08fcbdc8dd94} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7518 2025.03.11 22:12:30.294841 [ 4 ] {67833d09-487d-4e52-b8f2-08fcbdc8dd94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7519 2025.03.11 22:12:30.295282 [ 4 ] {67833d09-487d-4e52-b8f2-08fcbdc8dd94} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
7520 2025.03.11 22:12:30.295539 [ 4 ] {67833d09-487d-4e52-b8f2-08fcbdc8dd94} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7521 2025.03.11 22:12:30.295797 [ 4 ] {67833d09-487d-4e52-b8f2-08fcbdc8dd94} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001999 sec., 28014.007003501752 rows/sec., 2.14 MiB/sec.
7522 2025.03.11 22:12:30.295866 [ 4 ] {67833d09-487d-4e52-b8f2-08fcbdc8dd94} <Debug> TCPHandler: Processed in 0.0023603 sec.
7523 2025.03.11 22:12:30.296027 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7524 2025.03.11 22:12:30.296148 [ 4 ] {5acb394f-b9e8-4846-8a0f-1f772c77fd64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7525 2025.03.11 22:12:30.296193 [ 4 ] {5acb394f-b9e8-4846-8a0f-1f772c77fd64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7526 2025.03.11 22:12:30.296738 [ 4 ] {5acb394f-b9e8-4846-8a0f-1f772c77fd64} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7527 2025.03.11 22:12:30.296776 [ 4 ] {5acb394f-b9e8-4846-8a0f-1f772c77fd64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7528 2025.03.11 22:12:30.297150 [ 4 ] {5acb394f-b9e8-4846-8a0f-1f772c77fd64} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
7529 2025.03.11 22:12:30.297399 [ 4 ] {5acb394f-b9e8-4846-8a0f-1f772c77fd64} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7530 2025.03.11 22:12:30.297613 [ 4 ] {5acb394f-b9e8-4846-8a0f-1f772c77fd64} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00149 sec., 42953.02013422819 rows/sec., 3.35 MiB/sec.
7531 2025.03.11 22:12:30.297666 [ 4 ] {5acb394f-b9e8-4846-8a0f-1f772c77fd64} <Debug> TCPHandler: Processed in 0.001710054 sec.
7532 2025.03.11 22:12:30.297782 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7533 2025.03.11 22:12:30.297897 [ 4 ] {cc3a1682-1afa-4ef5-8896-aaf87a90225c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7534 2025.03.11 22:12:30.297947 [ 4 ] {cc3a1682-1afa-4ef5-8896-aaf87a90225c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7535 2025.03.11 22:12:30.298452 [ 4 ] {cc3a1682-1afa-4ef5-8896-aaf87a90225c} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7536 2025.03.11 22:12:30.298492 [ 4 ] {cc3a1682-1afa-4ef5-8896-aaf87a90225c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7537 2025.03.11 22:12:30.298884 [ 4 ] {cc3a1682-1afa-4ef5-8896-aaf87a90225c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
7538 2025.03.11 22:12:30.299130 [ 4 ] {cc3a1682-1afa-4ef5-8896-aaf87a90225c} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7539 2025.03.11 22:12:30.299298 [ 10 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
7540 2025.03.11 22:12:30.299364 [ 4 ] {cc3a1682-1afa-4ef5-8896-aaf87a90225c} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001484 sec., 66037.7358490566 rows/sec., 4.61 MiB/sec.
7541 2025.03.11 22:12:30.299374 [ 10 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7542 2025.03.11 22:12:30.299443 [ 10 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7543 2025.03.11 22:12:30.299499 [ 4 ] {cc3a1682-1afa-4ef5-8896-aaf87a90225c} <Debug> TCPHandler: Processed in 0.001769635 sec.
7544 2025.03.11 22:12:30.299746 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7545 2025.03.11 22:12:30.299786 [ 202 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
7546 2025.03.11 22:12:30.299910 [ 4 ] {ed877fa5-4577-41b9-bf2b-9a1f5f859b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7547 2025.03.11 22:12:30.300014 [ 4 ] {ed877fa5-4577-41b9-bf2b-9a1f5f859b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7548 2025.03.11 22:12:30.300402 [ 202 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7549 2025.03.11 22:12:30.300557 [ 202 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18776 rows starting from the beginning of the part
7550 2025.03.11 22:12:30.300805 [ 202 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
7551 2025.03.11 22:12:30.301158 [ 202 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
7552 2025.03.11 22:12:30.301532 [ 202 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
7553 2025.03.11 22:12:30.302046 [ 202 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 951 rows starting from the beginning of the part
7554 2025.03.11 22:12:30.302405 [ 202 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 98 rows starting from the beginning of the part
7555 2025.03.11 22:12:30.302572 [ 4 ] {ed877fa5-4577-41b9-bf2b-9a1f5f859b05} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7556 2025.03.11 22:12:30.302710 [ 4 ] {ed877fa5-4577-41b9-bf2b-9a1f5f859b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7557 2025.03.11 22:12:30.303845 [ 4 ] {ed877fa5-4577-41b9-bf2b-9a1f5f859b05} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
7558 2025.03.11 22:12:30.304181 [ 4 ] {ed877fa5-4577-41b9-bf2b-9a1f5f859b05} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7559 2025.03.11 22:12:30.304396 [ 10 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
7560 2025.03.11 22:12:30.304543 [ 10 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7561 2025.03.11 22:12:30.304568 [ 10 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7562 2025.03.11 22:12:30.304604 [ 4 ] {ed877fa5-4577-41b9-bf2b-9a1f5f859b05} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.00475 sec., 8000 rows/sec., 549.55 KiB/sec.
7563 2025.03.11 22:12:30.304842 [ 4 ] {ed877fa5-4577-41b9-bf2b-9a1f5f859b05} <Debug> TCPHandler: Processed in 0.005180544 sec.
7564 2025.03.11 22:12:30.305059 [ 195 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
7565 2025.03.11 22:12:30.305453 [ 195 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7566 2025.03.11 22:12:30.305532 [ 195 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
7567 2025.03.11 22:12:30.305836 [ 195 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
7568 2025.03.11 22:12:30.306109 [ 195 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
7569 2025.03.11 22:12:30.306402 [ 195 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
7570 2025.03.11 22:12:30.306710 [ 195 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 22 rows starting from the beginning of the part
7571 2025.03.11 22:12:30.307020 [ 195 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 38 rows starting from the beginning of the part
7572 2025.03.11 22:12:30.311736 [ 191 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3648 rows, containing 4 columns (4 merged, 0 gathered) in 0.00703386 sec., 518634.14967030904 rows/sec., 34.95 MiB/sec.
7573 2025.03.11 22:12:30.312133 [ 187 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
7574 2025.03.11 22:12:30.312490 [ 187 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_71_14} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7575 2025.03.11 22:12:30.312593 [ 187 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_71_14} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
7576 2025.03.11 22:12:30.312685 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB.
7577 2025.03.11 22:12:30.314341 [ 191 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20305 rows, containing 5 columns (5 merged, 0 gathered) in 0.014760406 sec., 1375639.6673641633 rows/sec., 94.23 MiB/sec.
7578 2025.03.11 22:12:30.314702 [ 191 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
7579 2025.03.11 22:12:30.315002 [ 191 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7580 2025.03.11 22:12:30.315092 [ 191 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
7581 2025.03.11 22:12:30.315183 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
7582 2025.03.11 22:12:31.000226 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 215.60 MiB, peak 227.97 MiB, free memory in arenas 0.00 B, will set to 216.99 MiB (RSS), difference: 1.39 MiB
7583 2025.03.11 22:12:31.134949 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19764
7584 2025.03.11 22:12:31.135683 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7585 2025.03.11 22:12:31.135721 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7586 2025.03.11 22:12:31.136255 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7587 2025.03.11 22:12:31.136516 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7588 2025.03.11 22:12:31.136714 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764
7589 2025.03.11 22:12:32.503335 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324
7590 2025.03.11 22:12:32.523098 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7591 2025.03.11 22:12:32.523152 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7592 2025.03.11 22:12:32.530586 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
7593 2025.03.11 22:12:32.531354 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7594 2025.03.11 22:12:32.535066 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 324
7595 2025.03.11 22:12:35.296867 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7596 2025.03.11 22:12:35.297081 [ 4 ] {1023eb2b-e153-4e8f-9111-c233c8d2ccac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7597 2025.03.11 22:12:35.297163 [ 4 ] {1023eb2b-e153-4e8f-9111-c233c8d2ccac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7598 2025.03.11 22:12:35.298040 [ 4 ] {1023eb2b-e153-4e8f-9111-c233c8d2ccac} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7599 2025.03.11 22:12:35.298097 [ 4 ] {1023eb2b-e153-4e8f-9111-c233c8d2ccac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7600 2025.03.11 22:12:35.298542 [ 4 ] {1023eb2b-e153-4e8f-9111-c233c8d2ccac} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
7601 2025.03.11 22:12:35.298799 [ 4 ] {1023eb2b-e153-4e8f-9111-c233c8d2ccac} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7602 2025.03.11 22:12:35.299051 [ 4 ] {1023eb2b-e153-4e8f-9111-c233c8d2ccac} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002027 sec., 35520.47360631475 rows/sec., 2.87 MiB/sec.
7603 2025.03.11 22:12:35.299114 [ 4 ] {1023eb2b-e153-4e8f-9111-c233c8d2ccac} <Debug> TCPHandler: Processed in 0.00239357 sec.
7604 2025.03.11 22:12:35.299245 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7605 2025.03.11 22:12:35.299359 [ 4 ] {385afc7a-91bc-44b3-b1e9-010e75f4264b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7606 2025.03.11 22:12:35.299407 [ 4 ] {385afc7a-91bc-44b3-b1e9-010e75f4264b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7607 2025.03.11 22:12:35.299945 [ 4 ] {385afc7a-91bc-44b3-b1e9-010e75f4264b} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7608 2025.03.11 22:12:35.299986 [ 4 ] {385afc7a-91bc-44b3-b1e9-010e75f4264b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7609 2025.03.11 22:12:35.300350 [ 4 ] {385afc7a-91bc-44b3-b1e9-010e75f4264b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7610 2025.03.11 22:12:35.300585 [ 4 ] {385afc7a-91bc-44b3-b1e9-010e75f4264b} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7611 2025.03.11 22:12:35.300830 [ 4 ] {385afc7a-91bc-44b3-b1e9-010e75f4264b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001496 sec., 5347.593582887701 rows/sec., 402.11 KiB/sec.
7612 2025.03.11 22:12:35.300942 [ 4 ] {385afc7a-91bc-44b3-b1e9-010e75f4264b} <Debug> TCPHandler: Processed in 0.001749605 sec.
7613 2025.03.11 22:12:35.301135 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7614 2025.03.11 22:12:35.301469 [ 4 ] {4149adf3-fc2f-4c44-80f0-3340824dedbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7615 2025.03.11 22:12:35.301587 [ 4 ] {4149adf3-fc2f-4c44-80f0-3340824dedbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7616 2025.03.11 22:12:35.302204 [ 4 ] {4149adf3-fc2f-4c44-80f0-3340824dedbb} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7617 2025.03.11 22:12:35.302244 [ 4 ] {4149adf3-fc2f-4c44-80f0-3340824dedbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7618 2025.03.11 22:12:35.302598 [ 4 ] {4149adf3-fc2f-4c44-80f0-3340824dedbb} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
7619 2025.03.11 22:12:35.302829 [ 4 ] {4149adf3-fc2f-4c44-80f0-3340824dedbb} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7620 2025.03.11 22:12:35.303041 [ 4 ] {4149adf3-fc2f-4c44-80f0-3340824dedbb} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001705 sec., 42228.739002932554 rows/sec., 3.30 MiB/sec.
7621 2025.03.11 22:12:35.303094 [ 4 ] {4149adf3-fc2f-4c44-80f0-3340824dedbb} <Debug> TCPHandler: Processed in 0.002073428 sec.
7622 2025.03.11 22:12:35.303226 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7623 2025.03.11 22:12:35.303365 [ 4 ] {88ac8060-f885-4919-9953-196bd5bfb15e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7624 2025.03.11 22:12:35.303424 [ 4 ] {88ac8060-f885-4919-9953-196bd5bfb15e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7625 2025.03.11 22:12:35.304006 [ 4 ] {88ac8060-f885-4919-9953-196bd5bfb15e} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7626 2025.03.11 22:12:35.304044 [ 4 ] {88ac8060-f885-4919-9953-196bd5bfb15e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7627 2025.03.11 22:12:35.304447 [ 4 ] {88ac8060-f885-4919-9953-196bd5bfb15e} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
7628 2025.03.11 22:12:35.304695 [ 4 ] {88ac8060-f885-4919-9953-196bd5bfb15e} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7629 2025.03.11 22:12:35.304920 [ 4 ] {88ac8060-f885-4919-9953-196bd5bfb15e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec.
7630 2025.03.11 22:12:35.304971 [ 4 ] {88ac8060-f885-4919-9953-196bd5bfb15e} <Debug> TCPHandler: Processed in 0.001809615 sec.
7631 2025.03.11 22:12:35.305086 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7632 2025.03.11 22:12:35.305190 [ 4 ] {a1ba1935-6497-4038-9888-1377ebd6cec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7633 2025.03.11 22:12:35.305254 [ 4 ] {a1ba1935-6497-4038-9888-1377ebd6cec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7634 2025.03.11 22:12:35.306305 [ 4 ] {a1ba1935-6497-4038-9888-1377ebd6cec7} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7635 2025.03.11 22:12:35.306343 [ 4 ] {a1ba1935-6497-4038-9888-1377ebd6cec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7636 2025.03.11 22:12:35.306980 [ 4 ] {a1ba1935-6497-4038-9888-1377ebd6cec7} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
7637 2025.03.11 22:12:35.307236 [ 4 ] {a1ba1935-6497-4038-9888-1377ebd6cec7} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7638 2025.03.11 22:12:35.307432 [ 45 ] {} <Debug> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
7639 2025.03.11 22:12:35.307519 [ 4 ] {a1ba1935-6497-4038-9888-1377ebd6cec7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002343 sec., 3414.4259496372174 rows/sec., 6.12 MiB/sec.
7640 2025.03.11 22:12:35.307525 [ 45 ] {} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7641 2025.03.11 22:12:35.307607 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7642 2025.03.11 22:12:35.308025 [ 193 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
7643 2025.03.11 22:12:35.308084 [ 4 ] {a1ba1935-6497-4038-9888-1377ebd6cec7} <Debug> TCPHandler: Processed in 0.003045575 sec.
7644 2025.03.11 22:12:35.308707 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7645 2025.03.11 22:12:35.309129 [ 4 ] {abedaad0-d7f8-4a37-ae51-3a2394eda4f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7646 2025.03.11 22:12:35.309264 [ 4 ] {abedaad0-d7f8-4a37-ae51-3a2394eda4f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7647 2025.03.11 22:12:35.309293 [ 193 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7648 2025.03.11 22:12:35.309506 [ 193 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 986 rows starting from the beginning of the part
7649 2025.03.11 22:12:35.310447 [ 193 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part
7650 2025.03.11 22:12:35.311318 [ 193 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part
7651 2025.03.11 22:12:35.311693 [ 4 ] {abedaad0-d7f8-4a37-ae51-3a2394eda4f4} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7652 2025.03.11 22:12:35.311850 [ 4 ] {abedaad0-d7f8-4a37-ae51-3a2394eda4f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7653 2025.03.11 22:12:35.311980 [ 193 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part
7654 2025.03.11 22:12:35.312678 [ 193 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 32 rows starting from the beginning of the part
7655 2025.03.11 22:12:35.313320 [ 193 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part
7656 2025.03.11 22:12:35.313476 [ 4 ] {abedaad0-d7f8-4a37-ae51-3a2394eda4f4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
7657 2025.03.11 22:12:35.314296 [ 4 ] {abedaad0-d7f8-4a37-ae51-3a2394eda4f4} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7658 2025.03.11 22:12:35.314891 [ 4 ] {abedaad0-d7f8-4a37-ae51-3a2394eda4f4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005876 sec., 10211.027910142953 rows/sec., 704.67 KiB/sec.
7659 2025.03.11 22:12:35.315341 [ 4 ] {abedaad0-d7f8-4a37-ae51-3a2394eda4f4} <Debug> TCPHandler: Processed in 0.006756067 sec.
7660 2025.03.11 22:12:35.321431 [ 191 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1074 rows, containing 19 columns (19 merged, 0 gathered) in 0.013682116 sec., 78496.63019959778 rows/sec., 140.66 MiB/sec.
7661 2025.03.11 22:12:35.322617 [ 191 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
7662 2025.03.11 22:12:35.323088 [ 191 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7663 2025.03.11 22:12:35.323183 [ 191 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
7664 2025.03.11 22:12:35.323355 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.32 MiB.
7665 2025.03.11 22:12:36.000186 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.59 MiB, peak 227.97 MiB, free memory in arenas 0.00 B, will set to 219.07 MiB (RSS), difference: 1.48 MiB
7666 2025.03.11 22:12:38.460953 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache
7667 2025.03.11 22:12:38.461063 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache
7668 2025.03.11 22:12:38.637036 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20191
7669 2025.03.11 22:12:38.637665 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7670 2025.03.11 22:12:38.637703 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7671 2025.03.11 22:12:38.638233 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7672 2025.03.11 22:12:38.638490 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7673 2025.03.11 22:12:38.638713 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191
7674 2025.03.11 22:12:38.735242 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1066
7675 2025.03.11 22:12:38.738086 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7676 2025.03.11 22:12:38.738135 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7677 2025.03.11 22:12:38.739589 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary)
7678 2025.03.11 22:12:38.739900 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7679 2025.03.11 22:12:38.740413 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1066
7680 2025.03.11 22:12:40.035200 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332
7681 2025.03.11 22:12:40.056554 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7682 2025.03.11 22:12:40.056627 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7683 2025.03.11 22:12:40.064009 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
7684 2025.03.11 22:12:40.064801 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7685 2025.03.11 22:12:40.068866 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332
7686 2025.03.11 22:12:40.297483 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7687 2025.03.11 22:12:40.297671 [ 4 ] {261ed04a-efed-419c-be9c-ae9dd5c115e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7688 2025.03.11 22:12:40.297743 [ 4 ] {261ed04a-efed-419c-be9c-ae9dd5c115e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7689 2025.03.11 22:12:40.298593 [ 4 ] {261ed04a-efed-419c-be9c-ae9dd5c115e3} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7690 2025.03.11 22:12:40.298640 [ 4 ] {261ed04a-efed-419c-be9c-ae9dd5c115e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7691 2025.03.11 22:12:40.299083 [ 4 ] {261ed04a-efed-419c-be9c-ae9dd5c115e3} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7692 2025.03.11 22:12:40.299353 [ 4 ] {261ed04a-efed-419c-be9c-ae9dd5c115e3} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7693 2025.03.11 22:12:40.299599 [ 4 ] {261ed04a-efed-419c-be9c-ae9dd5c115e3} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001977 sec., 60698.02731411229 rows/sec., 5.14 MiB/sec.
7694 2025.03.11 22:12:40.299667 [ 4 ] {261ed04a-efed-419c-be9c-ae9dd5c115e3} <Debug> TCPHandler: Processed in 0.00231136 sec.
7695 2025.03.11 22:12:40.299798 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7696 2025.03.11 22:12:40.299913 [ 4 ] {a530a4ad-b60a-48a7-be1c-3fb5f444a141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7697 2025.03.11 22:12:40.299962 [ 4 ] {a530a4ad-b60a-48a7-be1c-3fb5f444a141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7698 2025.03.11 22:12:40.300522 [ 4 ] {a530a4ad-b60a-48a7-be1c-3fb5f444a141} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7699 2025.03.11 22:12:40.300561 [ 4 ] {a530a4ad-b60a-48a7-be1c-3fb5f444a141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7700 2025.03.11 22:12:40.300930 [ 4 ] {a530a4ad-b60a-48a7-be1c-3fb5f444a141} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7701 2025.03.11 22:12:40.301172 [ 4 ] {a530a4ad-b60a-48a7-be1c-3fb5f444a141} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7702 2025.03.11 22:12:40.301392 [ 4 ] {a530a4ad-b60a-48a7-be1c-3fb5f444a141} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001506 sec., 21248.339973439575 rows/sec., 1.56 MiB/sec.
7703 2025.03.11 22:12:40.301448 [ 4 ] {a530a4ad-b60a-48a7-be1c-3fb5f444a141} <Debug> TCPHandler: Processed in 0.001702255 sec.
7704 2025.03.11 22:12:40.301585 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7705 2025.03.11 22:12:40.301725 [ 4 ] {d657a2e7-4945-4022-b75e-f9ad03af33f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7706 2025.03.11 22:12:40.301779 [ 4 ] {d657a2e7-4945-4022-b75e-f9ad03af33f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7707 2025.03.11 22:12:40.302367 [ 4 ] {d657a2e7-4945-4022-b75e-f9ad03af33f2} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7708 2025.03.11 22:12:40.302406 [ 4 ] {d657a2e7-4945-4022-b75e-f9ad03af33f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7709 2025.03.11 22:12:40.302788 [ 4 ] {d657a2e7-4945-4022-b75e-f9ad03af33f2} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7710 2025.03.11 22:12:40.303038 [ 4 ] {d657a2e7-4945-4022-b75e-f9ad03af33f2} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7711 2025.03.11 22:12:40.303218 [ 4 ] {d657a2e7-4945-4022-b75e-f9ad03af33f2} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001523 sec., 63033.486539724225 rows/sec., 4.92 MiB/sec.
7712 2025.03.11 22:12:40.303271 [ 4 ] {d657a2e7-4945-4022-b75e-f9ad03af33f2} <Debug> TCPHandler: Processed in 0.001751505 sec.
7713 2025.03.11 22:12:40.303390 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7714 2025.03.11 22:12:40.303497 [ 4 ] {9d130243-09cf-4863-8759-1a6a8fcc3ce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7715 2025.03.11 22:12:40.303547 [ 4 ] {9d130243-09cf-4863-8759-1a6a8fcc3ce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7716 2025.03.11 22:12:40.304070 [ 4 ] {9d130243-09cf-4863-8759-1a6a8fcc3ce4} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7717 2025.03.11 22:12:40.304106 [ 4 ] {9d130243-09cf-4863-8759-1a6a8fcc3ce4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7718 2025.03.11 22:12:40.304502 [ 4 ] {9d130243-09cf-4863-8759-1a6a8fcc3ce4} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7719 2025.03.11 22:12:40.304738 [ 4 ] {9d130243-09cf-4863-8759-1a6a8fcc3ce4} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7720 2025.03.11 22:12:40.304918 [ 4 ] {9d130243-09cf-4863-8759-1a6a8fcc3ce4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001443 sec., 110880.11088011088 rows/sec., 7.72 MiB/sec.
7721 2025.03.11 22:12:40.304969 [ 4 ] {9d130243-09cf-4863-8759-1a6a8fcc3ce4} <Debug> TCPHandler: Processed in 0.001630034 sec.
7722 2025.03.11 22:12:40.305086 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7723 2025.03.11 22:12:40.305191 [ 4 ] {b70f0e93-17fc-4624-945c-f46137af98b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7724 2025.03.11 22:12:40.305258 [ 4 ] {b70f0e93-17fc-4624-945c-f46137af98b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7725 2025.03.11 22:12:40.306417 [ 4 ] {b70f0e93-17fc-4624-945c-f46137af98b3} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7726 2025.03.11 22:12:40.306454 [ 4 ] {b70f0e93-17fc-4624-945c-f46137af98b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7727 2025.03.11 22:12:40.307103 [ 4 ] {b70f0e93-17fc-4624-945c-f46137af98b3} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
7728 2025.03.11 22:12:40.307358 [ 4 ] {b70f0e93-17fc-4624-945c-f46137af98b3} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7729 2025.03.11 22:12:40.307555 [ 4 ] {b70f0e93-17fc-4624-945c-f46137af98b3} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002385 sec., 13417.190775681342 rows/sec., 24.04 MiB/sec.
7730 2025.03.11 22:12:40.307646 [ 4 ] {b70f0e93-17fc-4624-945c-f46137af98b3} <Debug> TCPHandler: Processed in 0.002610052 sec.
7731 2025.03.11 22:12:40.307759 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7732 2025.03.11 22:12:40.307861 [ 4 ] {6b8bf601-de1f-4da7-8734-fbd0715916c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7733 2025.03.11 22:12:40.307908 [ 4 ] {6b8bf601-de1f-4da7-8734-fbd0715916c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7734 2025.03.11 22:12:40.308357 [ 4 ] {6b8bf601-de1f-4da7-8734-fbd0715916c3} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7735 2025.03.11 22:12:40.308394 [ 4 ] {6b8bf601-de1f-4da7-8734-fbd0715916c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB.
7736 2025.03.11 22:12:40.308748 [ 4 ] {6b8bf601-de1f-4da7-8734-fbd0715916c3} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
7737 2025.03.11 22:12:40.308988 [ 4 ] {6b8bf601-de1f-4da7-8734-fbd0715916c3} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7738 2025.03.11 22:12:40.309164 [ 4 ] {6b8bf601-de1f-4da7-8734-fbd0715916c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001324 sec., 45317.220543806645 rows/sec., 3.05 MiB/sec.
7739 2025.03.11 22:12:40.309213 [ 4 ] {6b8bf601-de1f-4da7-8734-fbd0715916c3} <Debug> TCPHandler: Processed in 0.001504333 sec.
7740 2025.03.11 22:12:45.296551 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7741 2025.03.11 22:12:45.296783 [ 4 ] {400c71dd-0df1-4fde-9bf4-f0f16391b8d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
7742 2025.03.11 22:12:45.296864 [ 4 ] {400c71dd-0df1-4fde-9bf4-f0f16391b8d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
7743 2025.03.11 22:12:45.297610 [ 4 ] {400c71dd-0df1-4fde-9bf4-f0f16391b8d7} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7744 2025.03.11 22:12:45.297662 [ 4 ] {400c71dd-0df1-4fde-9bf4-f0f16391b8d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7745 2025.03.11 22:12:45.298100 [ 4 ] {400c71dd-0df1-4fde-9bf4-f0f16391b8d7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
7746 2025.03.11 22:12:45.298356 [ 4 ] {400c71dd-0df1-4fde-9bf4-f0f16391b8d7} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7747 2025.03.11 22:12:45.298587 [ 4 ] {400c71dd-0df1-4fde-9bf4-f0f16391b8d7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001858 sec., 1076.4262648008612 rows/sec., 87.77 KiB/sec.
7748 2025.03.11 22:12:45.298706 [ 4 ] {400c71dd-0df1-4fde-9bf4-f0f16391b8d7} <Debug> TCPHandler: Processed in 0.00229836 sec.
7749 2025.03.11 22:12:45.298843 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7750 2025.03.11 22:12:45.298950 [ 4 ] {c3afeeda-9a92-4dcc-982d-0c89186f851b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7751 2025.03.11 22:12:45.298997 [ 4 ] {c3afeeda-9a92-4dcc-982d-0c89186f851b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7752 2025.03.11 22:12:45.299550 [ 4 ] {c3afeeda-9a92-4dcc-982d-0c89186f851b} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7753 2025.03.11 22:12:45.299589 [ 4 ] {c3afeeda-9a92-4dcc-982d-0c89186f851b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7754 2025.03.11 22:12:45.299949 [ 4 ] {c3afeeda-9a92-4dcc-982d-0c89186f851b} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7755 2025.03.11 22:12:45.300187 [ 4 ] {c3afeeda-9a92-4dcc-982d-0c89186f851b} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7756 2025.03.11 22:12:45.300420 [ 4 ] {c3afeeda-9a92-4dcc-982d-0c89186f851b} <Debug> executeQuery: Read 73 rows, 6.04 KiB in 0.00149 sec., 48993.288590604025 rows/sec., 3.96 MiB/sec.
7757 2025.03.11 22:12:45.300521 [ 4 ] {c3afeeda-9a92-4dcc-982d-0c89186f851b} <Debug> TCPHandler: Processed in 0.001727635 sec.
7758 2025.03.11 22:12:45.300678 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7759 2025.03.11 22:12:45.300876 [ 4 ] {f2fac577-ce57-4f96-9d26-f46dc46a300f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7760 2025.03.11 22:12:45.300922 [ 4 ] {f2fac577-ce57-4f96-9d26-f46dc46a300f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7761 2025.03.11 22:12:45.301454 [ 4 ] {f2fac577-ce57-4f96-9d26-f46dc46a300f} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7762 2025.03.11 22:12:45.301493 [ 4 ] {f2fac577-ce57-4f96-9d26-f46dc46a300f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7763 2025.03.11 22:12:45.301841 [ 4 ] {f2fac577-ce57-4f96-9d26-f46dc46a300f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7764 2025.03.11 22:12:45.302087 [ 4 ] {f2fac577-ce57-4f96-9d26-f46dc46a300f} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7765 2025.03.11 22:12:45.302325 [ 4 ] {f2fac577-ce57-4f96-9d26-f46dc46a300f} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001478 sec., 6765.899864682003 rows/sec., 501.50 KiB/sec.
7766 2025.03.11 22:12:45.302393 [ 4 ] {f2fac577-ce57-4f96-9d26-f46dc46a300f} <Debug> TCPHandler: Processed in 0.001810975 sec.
7767 2025.03.11 22:12:45.302647 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7768 2025.03.11 22:12:45.302765 [ 4 ] {319b899b-060a-491f-8c76-9e51272bda77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7769 2025.03.11 22:12:45.302811 [ 4 ] {319b899b-060a-491f-8c76-9e51272bda77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7770 2025.03.11 22:12:45.303365 [ 4 ] {319b899b-060a-491f-8c76-9e51272bda77} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7771 2025.03.11 22:12:45.303405 [ 4 ] {319b899b-060a-491f-8c76-9e51272bda77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7772 2025.03.11 22:12:45.303762 [ 4 ] {319b899b-060a-491f-8c76-9e51272bda77} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7773 2025.03.11 22:12:45.304007 [ 4 ] {319b899b-060a-491f-8c76-9e51272bda77} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7774 2025.03.11 22:12:45.304217 [ 4 ] {319b899b-060a-491f-8c76-9e51272bda77} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001474 sec., 50203.527815468115 rows/sec., 3.92 MiB/sec.
7775 2025.03.11 22:12:45.304268 [ 4 ] {319b899b-060a-491f-8c76-9e51272bda77} <Debug> TCPHandler: Processed in 0.001717844 sec.
7776 2025.03.11 22:12:45.304372 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7777 2025.03.11 22:12:45.304474 [ 4 ] {03369b24-6638-44fa-af92-45beedc3046e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7778 2025.03.11 22:12:45.304522 [ 4 ] {03369b24-6638-44fa-af92-45beedc3046e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7779 2025.03.11 22:12:45.305033 [ 4 ] {03369b24-6638-44fa-af92-45beedc3046e} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7780 2025.03.11 22:12:45.305099 [ 4 ] {03369b24-6638-44fa-af92-45beedc3046e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7781 2025.03.11 22:12:45.305498 [ 4 ] {03369b24-6638-44fa-af92-45beedc3046e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7782 2025.03.11 22:12:45.305743 [ 4 ] {03369b24-6638-44fa-af92-45beedc3046e} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7783 2025.03.11 22:12:45.305982 [ 4 ] {03369b24-6638-44fa-af92-45beedc3046e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001526 sec., 105504.58715596331 rows/sec., 7.35 MiB/sec.
7784 2025.03.11 22:12:45.306067 [ 4 ] {03369b24-6638-44fa-af92-45beedc3046e} <Debug> TCPHandler: Processed in 0.001745364 sec.
7785 2025.03.11 22:12:45.306329 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7786 2025.03.11 22:12:45.306503 [ 4 ] {9261854f-1f9c-42af-995d-5fad59d13cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7787 2025.03.11 22:12:45.306575 [ 4 ] {9261854f-1f9c-42af-995d-5fad59d13cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7788 2025.03.11 22:12:45.307627 [ 4 ] {9261854f-1f9c-42af-995d-5fad59d13cce} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7789 2025.03.11 22:12:45.307667 [ 4 ] {9261854f-1f9c-42af-995d-5fad59d13cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7790 2025.03.11 22:12:45.308267 [ 4 ] {9261854f-1f9c-42af-995d-5fad59d13cce} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
7791 2025.03.11 22:12:45.308519 [ 4 ] {9261854f-1f9c-42af-995d-5fad59d13cce} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7792 2025.03.11 22:12:45.308816 [ 4 ] {9261854f-1f9c-42af-995d-5fad59d13cce} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002335 sec., 3426.1241970021415 rows/sec., 6.14 MiB/sec.
7793 2025.03.11 22:12:45.309359 [ 4 ] {9261854f-1f9c-42af-995d-5fad59d13cce} <Debug> TCPHandler: Processed in 0.003124997 sec.
7794 2025.03.11 22:12:45.309632 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7795 2025.03.11 22:12:45.309737 [ 4 ] {4d7458f1-e2e8-4846-944b-c4bc27ceeb66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7796 2025.03.11 22:12:45.309785 [ 4 ] {4d7458f1-e2e8-4846-944b-c4bc27ceeb66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7797 2025.03.11 22:12:45.310258 [ 4 ] {4d7458f1-e2e8-4846-944b-c4bc27ceeb66} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7798 2025.03.11 22:12:45.310297 [ 4 ] {4d7458f1-e2e8-4846-944b-c4bc27ceeb66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7799 2025.03.11 22:12:45.310657 [ 4 ] {4d7458f1-e2e8-4846-944b-c4bc27ceeb66} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
7800 2025.03.11 22:12:45.310884 [ 4 ] {4d7458f1-e2e8-4846-944b-c4bc27ceeb66} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7801 2025.03.11 22:12:45.311091 [ 4 ] {4d7458f1-e2e8-4846-944b-c4bc27ceeb66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec.
7802 2025.03.11 22:12:45.311140 [ 4 ] {4d7458f1-e2e8-4846-944b-c4bc27ceeb66} <Debug> TCPHandler: Processed in 0.001575424 sec.
7803 2025.03.11 22:12:46.138905 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20679
7804 2025.03.11 22:12:46.139652 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7805 2025.03.11 22:12:46.139701 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7806 2025.03.11 22:12:46.140263 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7807 2025.03.11 22:12:46.140516 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7808 2025.03.11 22:12:46.140756 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679
7809 2025.03.11 22:12:47.569013 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340
7810 2025.03.11 22:12:47.591428 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7811 2025.03.11 22:12:47.591488 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7812 2025.03.11 22:12:47.599083 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
7813 2025.03.11 22:12:47.599899 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7814 2025.03.11 22:12:47.602681 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340
7815 2025.03.11 22:12:48.740647 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1092
7816 2025.03.11 22:12:48.743534 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7817 2025.03.11 22:12:48.743590 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7818 2025.03.11 22:12:48.745300 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary)
7819 2025.03.11 22:12:48.745615 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7820 2025.03.11 22:12:48.746515 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1092
7821 2025.03.11 22:12:50.298391 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7822 2025.03.11 22:12:50.298577 [ 4 ] {f81bbc85-1833-47c1-9599-eee193c6d0e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7823 2025.03.11 22:12:50.298647 [ 4 ] {f81bbc85-1833-47c1-9599-eee193c6d0e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7824 2025.03.11 22:12:50.299490 [ 4 ] {f81bbc85-1833-47c1-9599-eee193c6d0e8} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7825 2025.03.11 22:12:50.299542 [ 4 ] {f81bbc85-1833-47c1-9599-eee193c6d0e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7826 2025.03.11 22:12:50.299985 [ 4 ] {f81bbc85-1833-47c1-9599-eee193c6d0e8} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7827 2025.03.11 22:12:50.300253 [ 4 ] {f81bbc85-1833-47c1-9599-eee193c6d0e8} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7828 2025.03.11 22:12:50.300483 [ 63 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0
7829 2025.03.11 22:12:50.300495 [ 4 ] {f81bbc85-1833-47c1-9599-eee193c6d0e8} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001957 sec., 61318.34440470107 rows/sec., 5.20 MiB/sec.
7830 2025.03.11 22:12:50.300579 [ 63 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7831 2025.03.11 22:12:50.300653 [ 4 ] {f81bbc85-1833-47c1-9599-eee193c6d0e8} <Debug> TCPHandler: Processed in 0.00238966 sec.
7832 2025.03.11 22:12:50.300656 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7833 2025.03.11 22:12:50.300837 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7834 2025.03.11 22:12:50.300851 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full
7835 2025.03.11 22:12:50.300976 [ 4 ] {9e056a4f-a27b-402d-87d4-b7e8982b0cbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7836 2025.03.11 22:12:50.301013 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7837 2025.03.11 22:12:50.301035 [ 4 ] {9e056a4f-a27b-402d-87d4-b7e8982b0cbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7838 2025.03.11 22:12:50.301061 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 1406 rows starting from the beginning of the part
7839 2025.03.11 22:12:50.301182 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part
7840 2025.03.11 22:12:50.301699 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 72 rows starting from the beginning of the part
7841 2025.03.11 22:12:50.302048 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 120 rows starting from the beginning of the part
7842 2025.03.11 22:12:50.302378 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 73 rows starting from the beginning of the part
7843 2025.03.11 22:12:50.302595 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 120 rows starting from the beginning of the part
7844 2025.03.11 22:12:50.303337 [ 4 ] {9e056a4f-a27b-402d-87d4-b7e8982b0cbd} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7845 2025.03.11 22:12:50.303384 [ 4 ] {9e056a4f-a27b-402d-87d4-b7e8982b0cbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7846 2025.03.11 22:12:50.303960 [ 4 ] {9e056a4f-a27b-402d-87d4-b7e8982b0cbd} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
7847 2025.03.11 22:12:50.304308 [ 4 ] {9e056a4f-a27b-402d-87d4-b7e8982b0cbd} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7848 2025.03.11 22:12:50.304843 [ 186 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1847 rows, containing 5 columns (5 merged, 0 gathered) in 0.004042085 sec., 456942.3948284116 rows/sec., 39.80 MiB/sec.
7849 2025.03.11 22:12:50.304864 [ 4 ] {9e056a4f-a27b-402d-87d4-b7e8982b0cbd} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.003905 sec., 8194.622279129322 rows/sec., 616.20 KiB/sec.
7850 2025.03.11 22:12:50.305128 [ 4 ] {9e056a4f-a27b-402d-87d4-b7e8982b0cbd} <Debug> TCPHandler: Processed in 0.004363467 sec.
7851 2025.03.11 22:12:50.305359 [ 186 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary)
7852 2025.03.11 22:12:50.305381 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7853 2025.03.11 22:12:50.305529 [ 4 ] {071607b2-5e8c-4627-8012-92623ff51630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7854 2025.03.11 22:12:50.305599 [ 4 ] {071607b2-5e8c-4627-8012-92623ff51630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7855 2025.03.11 22:12:50.306012 [ 186 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_75_15} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7856 2025.03.11 22:12:50.306233 [ 186 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_75_15} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15
7857 2025.03.11 22:12:50.306392 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB.
7858 2025.03.11 22:12:50.306637 [ 4 ] {071607b2-5e8c-4627-8012-92623ff51630} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7859 2025.03.11 22:12:50.306680 [ 4 ] {071607b2-5e8c-4627-8012-92623ff51630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7860 2025.03.11 22:12:50.307054 [ 4 ] {071607b2-5e8c-4627-8012-92623ff51630} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7861 2025.03.11 22:12:50.307297 [ 4 ] {071607b2-5e8c-4627-8012-92623ff51630} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7862 2025.03.11 22:12:50.307480 [ 63 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0
7863 2025.03.11 22:12:50.307535 [ 4 ] {071607b2-5e8c-4627-8012-92623ff51630} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.002024 sec., 47430.83003952569 rows/sec., 3.70 MiB/sec.
7864 2025.03.11 22:12:50.307539 [ 63 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7865 2025.03.11 22:12:50.307623 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7866 2025.03.11 22:12:50.307681 [ 4 ] {071607b2-5e8c-4627-8012-92623ff51630} <Debug> TCPHandler: Processed in 0.002391371 sec.
7867 2025.03.11 22:12:50.307895 [ 197 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full
7868 2025.03.11 22:12:50.307919 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7869 2025.03.11 22:12:50.308133 [ 4 ] {047d6ce2-e85f-4970-8175-e177d2fe0a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7870 2025.03.11 22:12:50.308158 [ 197 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7871 2025.03.11 22:12:50.308236 [ 197 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 632 rows starting from the beginning of the part
7872 2025.03.11 22:12:50.308237 [ 4 ] {047d6ce2-e85f-4970-8175-e177d2fe0a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7873 2025.03.11 22:12:50.308562 [ 197 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part
7874 2025.03.11 22:12:50.308899 [ 197 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 72 rows starting from the beginning of the part
7875 2025.03.11 22:12:50.309255 [ 197 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 96 rows starting from the beginning of the part
7876 2025.03.11 22:12:50.309616 [ 197 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 74 rows starting from the beginning of the part
7877 2025.03.11 22:12:50.309965 [ 197 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 96 rows starting from the beginning of the part
7878 2025.03.11 22:12:50.310977 [ 4 ] {047d6ce2-e85f-4970-8175-e177d2fe0a96} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7879 2025.03.11 22:12:50.311046 [ 4 ] {047d6ce2-e85f-4970-8175-e177d2fe0a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7880 2025.03.11 22:12:50.312256 [ 4 ] {047d6ce2-e85f-4970-8175-e177d2fe0a96} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7881 2025.03.11 22:12:50.312843 [ 4 ] {047d6ce2-e85f-4970-8175-e177d2fe0a96} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7882 2025.03.11 22:12:50.312895 [ 186 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1034 rows, containing 5 columns (5 merged, 0 gathered) in 0.005156114 sec., 200538.62269143004 rows/sec., 16.09 MiB/sec.
7883 2025.03.11 22:12:50.313172 [ 188 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary)
7884 2025.03.11 22:12:50.313246 [ 4 ] {047d6ce2-e85f-4970-8175-e177d2fe0a96} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005185 sec., 30858.24493731919 rows/sec., 2.15 MiB/sec.
7885 2025.03.11 22:12:50.313374 [ 4 ] {047d6ce2-e85f-4970-8175-e177d2fe0a96} <Debug> TCPHandler: Processed in 0.005507747 sec.
7886 2025.03.11 22:12:50.313775 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7887 2025.03.11 22:12:50.314080 [ 188 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_75_15} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7888 2025.03.11 22:12:50.314186 [ 4 ] {60d635cc-9479-40b3-a660-27ed17af1ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
7889 2025.03.11 22:12:50.314500 [ 188 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_75_15} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15
7890 2025.03.11 22:12:50.314670 [ 4 ] {60d635cc-9479-40b3-a660-27ed17af1ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
7891 2025.03.11 22:12:50.314783 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB.
7892 2025.03.11 22:12:50.315995 [ 4 ] {60d635cc-9479-40b3-a660-27ed17af1ce2} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7893 2025.03.11 22:12:50.316038 [ 4 ] {60d635cc-9479-40b3-a660-27ed17af1ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7894 2025.03.11 22:12:50.316710 [ 4 ] {60d635cc-9479-40b3-a660-27ed17af1ce2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
7895 2025.03.11 22:12:50.316963 [ 4 ] {60d635cc-9479-40b3-a660-27ed17af1ce2} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7896 2025.03.11 22:12:50.317207 [ 4 ] {60d635cc-9479-40b3-a660-27ed17af1ce2} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.003192 sec., 10025.062656641605 rows/sec., 17.96 MiB/sec.
7897 2025.03.11 22:12:50.317301 [ 4 ] {60d635cc-9479-40b3-a660-27ed17af1ce2} <Debug> TCPHandler: Processed in 0.003644341 sec.
7898 2025.03.11 22:12:50.317438 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7899 2025.03.11 22:12:50.317550 [ 4 ] {94cfa555-4c15-402e-bba5-69fe5c5da4f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
7900 2025.03.11 22:12:50.317595 [ 4 ] {94cfa555-4c15-402e-bba5-69fe5c5da4f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
7901 2025.03.11 22:12:50.318031 [ 4 ] {94cfa555-4c15-402e-bba5-69fe5c5da4f5} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7902 2025.03.11 22:12:50.318069 [ 4 ] {94cfa555-4c15-402e-bba5-69fe5c5da4f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7903 2025.03.11 22:12:50.318426 [ 4 ] {94cfa555-4c15-402e-bba5-69fe5c5da4f5} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
7904 2025.03.11 22:12:50.318655 [ 4 ] {94cfa555-4c15-402e-bba5-69fe5c5da4f5} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7905 2025.03.11 22:12:50.318867 [ 4 ] {94cfa555-4c15-402e-bba5-69fe5c5da4f5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001339 sec., 44809.55937266617 rows/sec., 3.02 MiB/sec.
7906 2025.03.11 22:12:50.318917 [ 4 ] {94cfa555-4c15-402e-bba5-69fe5c5da4f5} <Debug> TCPHandler: Processed in 0.001540834 sec.
7907 2025.03.11 22:12:53.461114 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache
7908 2025.03.11 22:12:53.461212 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache
7909 2025.03.11 22:12:53.640984 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21106
7910 2025.03.11 22:12:53.641773 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7911 2025.03.11 22:12:53.641822 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7912 2025.03.11 22:12:53.642357 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7913 2025.03.11 22:12:53.642622 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7914 2025.03.11 22:12:53.642857 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106
7915 2025.03.11 22:12:53.642869 [ 58 ] {} <Debug> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7916 2025.03.11 22:12:53.642943 [ 58 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7917 2025.03.11 22:12:53.642971 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7918 2025.03.11 22:12:53.643134 [ 196 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::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
7919 2025.03.11 22:12:53.643313 [ 196 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7920 2025.03.11 22:12:53.643362 [ 196 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part
7921 2025.03.11 22:12:53.643465 [ 196 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 427 rows starting from the beginning of the part
7922 2025.03.11 22:12:53.643561 [ 196 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 488 rows starting from the beginning of the part
7923 2025.03.11 22:12:53.643662 [ 196 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 427 rows starting from the beginning of the part
7924 2025.03.11 22:12:53.643902 [ 196 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 488 rows starting from the beginning of the part
7925 2025.03.11 22:12:53.644095 [ 196 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 427 rows starting from the beginning of the part
7926 2025.03.11 22:12:53.646647 [ 186 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.003591251 sec., 5877060.667717182 rows/sec., 84.07 MiB/sec.
7927 2025.03.11 22:12:53.647100 [ 186 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7928 2025.03.11 22:12:53.647460 [ 186 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_46_9} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7929 2025.03.11 22:12:53.647550 [ 186 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_46_9} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7930 2025.03.11 22:12:53.647662 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB.
7931 2025.03.11 22:12:55.102813 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347
7932 2025.03.11 22:12:55.124382 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7933 2025.03.11 22:12:55.124473 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7934 2025.03.11 22:12:55.131847 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
7935 2025.03.11 22:12:55.132639 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7936 2025.03.11 22:12:55.133131 [ 59 ] {} <Debug> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
7937 2025.03.11 22:12:55.133304 [ 59 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7938 2025.03.11 22:12:55.133374 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7939 2025.03.11 22:12:55.133627 [ 198 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
7940 2025.03.11 22:12:55.141776 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347
7941 2025.03.11 22:12:55.143006 [ 198 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7942 2025.03.11 22:12:55.143926 [ 198 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
7943 2025.03.11 22:12:55.148602 [ 198 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
7944 2025.03.11 22:12:55.153445 [ 198 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
7945 2025.03.11 22:12:55.158833 [ 198 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
7946 2025.03.11 22:12:55.164405 [ 198 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
7947 2025.03.11 22:12:55.168998 [ 198 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
7948 2025.03.11 22:12:55.227852 [ 194 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.094357764 sec., 3677.4928240139307 rows/sec., 19.02 MiB/sec.
7949 2025.03.11 22:12:55.231758 [ 189 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
7950 2025.03.11 22:12:55.234798 [ 189 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_46_9} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7951 2025.03.11 22:12:55.234933 [ 189 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_46_9} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
7952 2025.03.11 22:12:55.237468 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
7953 2025.03.11 22:12:55.296551 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7954 2025.03.11 22:12:55.296737 [ 4 ] {5e557fab-ac03-471b-af85-67cdf28cee6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
7955 2025.03.11 22:12:55.296809 [ 4 ] {5e557fab-ac03-471b-af85-67cdf28cee6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
7956 2025.03.11 22:12:55.297671 [ 4 ] {5e557fab-ac03-471b-af85-67cdf28cee6b} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7957 2025.03.11 22:12:55.297723 [ 4 ] {5e557fab-ac03-471b-af85-67cdf28cee6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7958 2025.03.11 22:12:55.298258 [ 4 ] {5e557fab-ac03-471b-af85-67cdf28cee6b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
7959 2025.03.11 22:12:55.298509 [ 4 ] {5e557fab-ac03-471b-af85-67cdf28cee6b} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7960 2025.03.11 22:12:55.298744 [ 4 ] {5e557fab-ac03-471b-af85-67cdf28cee6b} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002056 sec., 35019.455252918284 rows/sec., 2.83 MiB/sec.
7961 2025.03.11 22:12:55.298812 [ 4 ] {5e557fab-ac03-471b-af85-67cdf28cee6b} <Debug> TCPHandler: Processed in 0.002391881 sec.
7962 2025.03.11 22:12:55.298944 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7963 2025.03.11 22:12:55.299053 [ 4 ] {2d68f324-27fc-4afa-bb9d-6ad4b548907e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
7964 2025.03.11 22:12:55.299102 [ 4 ] {2d68f324-27fc-4afa-bb9d-6ad4b548907e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
7965 2025.03.11 22:12:55.299658 [ 4 ] {2d68f324-27fc-4afa-bb9d-6ad4b548907e} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7966 2025.03.11 22:12:55.299697 [ 4 ] {2d68f324-27fc-4afa-bb9d-6ad4b548907e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7967 2025.03.11 22:12:55.300048 [ 4 ] {2d68f324-27fc-4afa-bb9d-6ad4b548907e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
7968 2025.03.11 22:12:55.300297 [ 4 ] {2d68f324-27fc-4afa-bb9d-6ad4b548907e} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7969 2025.03.11 22:12:55.300473 [ 59 ] {} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
7970 2025.03.11 22:12:55.300545 [ 59 ] {} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7971 2025.03.11 22:12:55.300544 [ 4 ] {2d68f324-27fc-4afa-bb9d-6ad4b548907e} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001508 sec., 5305.039787798409 rows/sec., 398.91 KiB/sec.
7972 2025.03.11 22:12:55.300589 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7973 2025.03.11 22:12:55.300708 [ 4 ] {2d68f324-27fc-4afa-bb9d-6ad4b548907e} <Debug> TCPHandler: Processed in 0.001817036 sec.
7974 2025.03.11 22:12:55.300939 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
7975 2025.03.11 22:12:55.300957 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7976 2025.03.11 22:12:55.301268 [ 4 ] {af75ed11-9d57-4c5b-8a36-37a8591e04cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
7977 2025.03.11 22:12:55.301340 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
7978 2025.03.11 22:12:55.301361 [ 4 ] {af75ed11-9d57-4c5b-8a36-37a8591e04cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
7979 2025.03.11 22:12:55.301398 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 70 rows starting from the beginning of the part
7980 2025.03.11 22:12:55.301704 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
7981 2025.03.11 22:12:55.302067 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 32 rows starting from the beginning of the part
7982 2025.03.11 22:12:55.302533 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 10 rows starting from the beginning of the part
7983 2025.03.11 22:12:55.302886 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 32 rows starting from the beginning of the part
7984 2025.03.11 22:12:55.303266 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part
7985 2025.03.11 22:12:55.304483 [ 4 ] {af75ed11-9d57-4c5b-8a36-37a8591e04cb} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
7986 2025.03.11 22:12:55.304559 [ 4 ] {af75ed11-9d57-4c5b-8a36-37a8591e04cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
7987 2025.03.11 22:12:55.305602 [ 4 ] {af75ed11-9d57-4c5b-8a36-37a8591e04cb} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
7988 2025.03.11 22:12:55.305814 [ 199 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.005087463 sec., 31449.860175887272 rows/sec., 2.42 MiB/sec.
7989 2025.03.11 22:12:55.306069 [ 4 ] {af75ed11-9d57-4c5b-8a36-37a8591e04cb} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7990 2025.03.11 22:12:55.306073 [ 199 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
7991 2025.03.11 22:12:55.306565 [ 4 ] {af75ed11-9d57-4c5b-8a36-37a8591e04cb} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005389 sec., 13360.549267025423 rows/sec., 1.04 MiB/sec.
7992 2025.03.11 22:12:55.306888 [ 4 ] {af75ed11-9d57-4c5b-8a36-37a8591e04cb} <Debug> TCPHandler: Processed in 0.006010832 sec.
7993 2025.03.11 22:12:55.306924 [ 199 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_61_12} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
7994 2025.03.11 22:12:55.307244 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
7995 2025.03.11 22:12:55.307260 [ 199 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_61_12} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
7996 2025.03.11 22:12:55.307575 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
7997 2025.03.11 22:12:55.307627 [ 4 ] {00da83bc-cac5-4d6f-85a8-82dd1d9e4178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
7998 2025.03.11 22:12:55.307777 [ 4 ] {00da83bc-cac5-4d6f-85a8-82dd1d9e4178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
7999 2025.03.11 22:12:55.308417 [ 4 ] {00da83bc-cac5-4d6f-85a8-82dd1d9e4178} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8000 2025.03.11 22:12:55.308456 [ 4 ] {00da83bc-cac5-4d6f-85a8-82dd1d9e4178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8001 2025.03.11 22:12:55.308843 [ 4 ] {00da83bc-cac5-4d6f-85a8-82dd1d9e4178} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8002 2025.03.11 22:12:55.309083 [ 4 ] {00da83bc-cac5-4d6f-85a8-82dd1d9e4178} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8003 2025.03.11 22:12:55.309247 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
8004 2025.03.11 22:12:55.309313 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8005 2025.03.11 22:12:55.309337 [ 4 ] {00da83bc-cac5-4d6f-85a8-82dd1d9e4178} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001869 sec., 85607.27661851258 rows/sec., 5.96 MiB/sec.
8006 2025.03.11 22:12:55.309354 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8007 2025.03.11 22:12:55.309528 [ 4 ] {00da83bc-cac5-4d6f-85a8-82dd1d9e4178} <Debug> TCPHandler: Processed in 0.002398191 sec.
8008 2025.03.11 22:12:55.309618 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
8009 2025.03.11 22:12:55.309699 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8010 2025.03.11 22:12:55.309850 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8011 2025.03.11 22:12:55.309910 [ 4 ] {ee0b54cf-500d-429e-8047-c5bc780318d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8012 2025.03.11 22:12:55.309921 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 20305 rows starting from the beginning of the part
8013 2025.03.11 22:12:55.310238 [ 4 ] {ee0b54cf-500d-429e-8047-c5bc780318d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8014 2025.03.11 22:12:55.310289 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
8015 2025.03.11 22:12:55.310687 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
8016 2025.03.11 22:12:55.311089 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 161 rows starting from the beginning of the part
8017 2025.03.11 22:12:55.311469 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
8018 2025.03.11 22:12:55.311760 [ 190 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
8019 2025.03.11 22:12:55.314198 [ 4 ] {ee0b54cf-500d-429e-8047-c5bc780318d0} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8020 2025.03.11 22:12:55.314257 [ 4 ] {ee0b54cf-500d-429e-8047-c5bc780318d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8021 2025.03.11 22:12:55.316154 [ 4 ] {ee0b54cf-500d-429e-8047-c5bc780318d0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
8022 2025.03.11 22:12:55.316467 [ 4 ] {ee0b54cf-500d-429e-8047-c5bc780318d0} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8023 2025.03.11 22:12:55.317212 [ 4 ] {ee0b54cf-500d-429e-8047-c5bc780318d0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007351 sec., 1088.287307849272 rows/sec., 1.95 MiB/sec.
8024 2025.03.11 22:12:55.317582 [ 4 ] {ee0b54cf-500d-429e-8047-c5bc780318d0} <Debug> TCPHandler: Processed in 0.007940768 sec.
8025 2025.03.11 22:12:55.317736 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8026 2025.03.11 22:12:55.317836 [ 4 ] {a37b8d83-6516-4bdd-ba1b-5e3b558cbe67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8027 2025.03.11 22:12:55.317884 [ 4 ] {a37b8d83-6516-4bdd-ba1b-5e3b558cbe67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8028 2025.03.11 22:12:55.318361 [ 4 ] {a37b8d83-6516-4bdd-ba1b-5e3b558cbe67} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8029 2025.03.11 22:12:55.318398 [ 4 ] {a37b8d83-6516-4bdd-ba1b-5e3b558cbe67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8030 2025.03.11 22:12:55.319814 [ 4 ] {a37b8d83-6516-4bdd-ba1b-5e3b558cbe67} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
8031 2025.03.11 22:12:55.320057 [ 4 ] {a37b8d83-6516-4bdd-ba1b-5e3b558cbe67} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8032 2025.03.11 22:12:55.320217 [ 59 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
8033 2025.03.11 22:12:55.320282 [ 59 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8034 2025.03.11 22:12:55.320317 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8035 2025.03.11 22:12:55.320323 [ 4 ] {a37b8d83-6516-4bdd-ba1b-5e3b558cbe67} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002502 sec., 23980.815347721822 rows/sec., 1.62 MiB/sec.
8036 2025.03.11 22:12:55.320559 [ 4 ] {a37b8d83-6516-4bdd-ba1b-5e3b558cbe67} <Debug> TCPHandler: Processed in 0.002869854 sec.
8037 2025.03.11 22:12:55.320592 [ 199 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8038 2025.03.11 22:12:55.320753 [ 199 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8039 2025.03.11 22:12:55.320792 [ 199 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8040 2025.03.11 22:12:55.320929 [ 199 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8041 2025.03.11 22:12:55.321070 [ 199 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8042 2025.03.11 22:12:55.321348 [ 199 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8043 2025.03.11 22:12:55.321509 [ 199 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8044 2025.03.11 22:12:55.321625 [ 199 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8045 2025.03.11 22:12:55.324403 [ 187 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3948 rows, containing 4 columns (4 merged, 0 gathered) in 0.004009264 sec., 984719.3898930077 rows/sec., 66.36 MiB/sec.
8046 2025.03.11 22:12:55.324988 [ 202 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
8047 2025.03.11 22:12:55.325345 [ 202 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_76_15} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8048 2025.03.11 22:12:55.325467 [ 202 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_76_15} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
8049 2025.03.11 22:12:55.325569 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB.
8050 2025.03.11 22:12:55.325891 [ 191 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 5 columns (5 merged, 0 gathered) in 0.016415579 sec., 1285729.854548536 rows/sec., 88.13 MiB/sec.
8051 2025.03.11 22:12:55.326205 [ 202 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
8052 2025.03.11 22:12:55.326481 [ 202 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8053 2025.03.11 22:12:55.326552 [ 202 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
8054 2025.03.11 22:12:55.326628 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.
8055 2025.03.11 22:12:56.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.83 MiB, peak 233.74 MiB, free memory in arenas 0.00 B, will set to 224.41 MiB (RSS), difference: 3.59 MiB
8056 2025.03.11 22:12:56.157381 [ 57 ] {} <Debug> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0
8057 2025.03.11 22:12:56.157479 [ 57 ] {} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8058 2025.03.11 22:12:56.157524 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8059 2025.03.11 22:12:56.157795 [ 202 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full
8060 2025.03.11 22:12:56.158058 [ 202 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8061 2025.03.11 22:12:56.158124 [ 202 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 18 rows starting from the beginning of the part
8062 2025.03.11 22:12:56.158263 [ 202 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part
8063 2025.03.11 22:12:56.158733 [ 202 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part
8064 2025.03.11 22:12:56.158897 [ 202 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part
8065 2025.03.11 22:12:56.159056 [ 202 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part
8066 2025.03.11 22:12:56.160142 [ 191 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002492361 sec., 15246.587472681527 rows/sec., 1.27 MiB/sec.
8067 2025.03.11 22:12:56.160410 [ 191 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary)
8068 2025.03.11 22:12:56.160738 [ 191 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_14_3} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8069 2025.03.11 22:12:56.160830 [ 191 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_14_3} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3
8070 2025.03.11 22:12:56.160934 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB.
8071 2025.03.11 22:12:56.566341 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8072 2025.03.11 22:12:56.566512 [ 4 ] {5e3ce735-50ea-4687-a1ad-d9f8c6a0cd24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8073 2025.03.11 22:12:56.566576 [ 4 ] {5e3ce735-50ea-4687-a1ad-d9f8c6a0cd24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8074 2025.03.11 22:12:56.567337 [ 4 ] {5e3ce735-50ea-4687-a1ad-d9f8c6a0cd24} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8075 2025.03.11 22:12:56.567381 [ 4 ] {5e3ce735-50ea-4687-a1ad-d9f8c6a0cd24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8076 2025.03.11 22:12:56.567814 [ 4 ] {5e3ce735-50ea-4687-a1ad-d9f8c6a0cd24} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
8077 2025.03.11 22:12:56.568071 [ 4 ] {5e3ce735-50ea-4687-a1ad-d9f8c6a0cd24} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8078 2025.03.11 22:12:56.568355 [ 4 ] {5e3ce735-50ea-4687-a1ad-d9f8c6a0cd24} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001857 sec., 12924.071082390954 rows/sec., 1.07 MiB/sec.
8079 2025.03.11 22:12:56.568559 [ 4 ] {5e3ce735-50ea-4687-a1ad-d9f8c6a0cd24} <Debug> TCPHandler: Processed in 0.00232567 sec.
8080 2025.03.11 22:12:56.568696 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8081 2025.03.11 22:12:56.568800 [ 4 ] {e15c7fc4-c1ca-4077-ac1b-e719c3174a65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8082 2025.03.11 22:12:56.568847 [ 4 ] {e15c7fc4-c1ca-4077-ac1b-e719c3174a65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8083 2025.03.11 22:12:56.569387 [ 4 ] {e15c7fc4-c1ca-4077-ac1b-e719c3174a65} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8084 2025.03.11 22:12:56.569427 [ 4 ] {e15c7fc4-c1ca-4077-ac1b-e719c3174a65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8085 2025.03.11 22:12:56.569773 [ 4 ] {e15c7fc4-c1ca-4077-ac1b-e719c3174a65} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
8086 2025.03.11 22:12:56.570016 [ 4 ] {e15c7fc4-c1ca-4077-ac1b-e719c3174a65} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8087 2025.03.11 22:12:56.570230 [ 4 ] {e15c7fc4-c1ca-4077-ac1b-e719c3174a65} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001452 sec., 1377.4104683195592 rows/sec., 112.32 KiB/sec.
8088 2025.03.11 22:12:56.570282 [ 4 ] {e15c7fc4-c1ca-4077-ac1b-e719c3174a65} <Debug> TCPHandler: Processed in 0.001636104 sec.
8089 2025.03.11 22:12:56.570385 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8090 2025.03.11 22:12:56.570486 [ 4 ] {6d887034-1e6e-4b19-a19a-e7d507adcd82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8091 2025.03.11 22:12:56.570529 [ 4 ] {6d887034-1e6e-4b19-a19a-e7d507adcd82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8092 2025.03.11 22:12:56.571549 [ 4 ] {6d887034-1e6e-4b19-a19a-e7d507adcd82} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8093 2025.03.11 22:12:56.571588 [ 4 ] {6d887034-1e6e-4b19-a19a-e7d507adcd82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8094 2025.03.11 22:12:56.572026 [ 4 ] {6d887034-1e6e-4b19-a19a-e7d507adcd82} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
8095 2025.03.11 22:12:56.572283 [ 4 ] {6d887034-1e6e-4b19-a19a-e7d507adcd82} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8096 2025.03.11 22:12:56.572500 [ 4 ] {6d887034-1e6e-4b19-a19a-e7d507adcd82} <Debug> executeQuery: Read 1381 rows, 118.04 KiB in 0.002036 sec., 678290.7662082515 rows/sec., 56.62 MiB/sec.
8097 2025.03.11 22:12:56.572552 [ 4 ] {6d887034-1e6e-4b19-a19a-e7d507adcd82} <Debug> TCPHandler: Processed in 0.002216159 sec.
8098 2025.03.11 22:12:56.572669 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8099 2025.03.11 22:12:56.572780 [ 4 ] {4a955de1-64d3-4ab5-a20f-331fa274a222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8100 2025.03.11 22:12:56.572826 [ 4 ] {4a955de1-64d3-4ab5-a20f-331fa274a222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8101 2025.03.11 22:12:56.573383 [ 4 ] {4a955de1-64d3-4ab5-a20f-331fa274a222} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8102 2025.03.11 22:12:56.573422 [ 4 ] {4a955de1-64d3-4ab5-a20f-331fa274a222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8103 2025.03.11 22:12:56.573785 [ 4 ] {4a955de1-64d3-4ab5-a20f-331fa274a222} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8104 2025.03.11 22:12:56.574026 [ 4 ] {4a955de1-64d3-4ab5-a20f-331fa274a222} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8105 2025.03.11 22:12:56.574230 [ 4 ] {4a955de1-64d3-4ab5-a20f-331fa274a222} <Debug> executeQuery: Read 46 rows, 3.51 KiB in 0.001472 sec., 31250 rows/sec., 2.33 MiB/sec.
8106 2025.03.11 22:12:56.574286 [ 4 ] {4a955de1-64d3-4ab5-a20f-331fa274a222} <Debug> TCPHandler: Processed in 0.001670155 sec.
8107 2025.03.11 22:12:56.574394 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8108 2025.03.11 22:12:56.574494 [ 4 ] {36e217b6-cf6d-4a7b-9f41-a4a8b3d9edff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8109 2025.03.11 22:12:56.574538 [ 4 ] {36e217b6-cf6d-4a7b-9f41-a4a8b3d9edff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8110 2025.03.11 22:12:56.575130 [ 4 ] {36e217b6-cf6d-4a7b-9f41-a4a8b3d9edff} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8111 2025.03.11 22:12:56.575171 [ 4 ] {36e217b6-cf6d-4a7b-9f41-a4a8b3d9edff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8112 2025.03.11 22:12:56.575538 [ 4 ] {36e217b6-cf6d-4a7b-9f41-a4a8b3d9edff} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
8113 2025.03.11 22:12:56.575782 [ 4 ] {36e217b6-cf6d-4a7b-9f41-a4a8b3d9edff} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8114 2025.03.11 22:12:56.576000 [ 4 ] {36e217b6-cf6d-4a7b-9f41-a4a8b3d9edff} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001525 sec., 165245.90163934426 rows/sec., 11.43 MiB/sec.
8115 2025.03.11 22:12:56.576052 [ 4 ] {36e217b6-cf6d-4a7b-9f41-a4a8b3d9edff} <Debug> TCPHandler: Processed in 0.001708485 sec.
8116 2025.03.11 22:12:56.576169 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8117 2025.03.11 22:12:56.576284 [ 4 ] {715f2e2f-06fd-404c-8888-9368a4e38cb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8118 2025.03.11 22:12:56.576335 [ 4 ] {715f2e2f-06fd-404c-8888-9368a4e38cb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8119 2025.03.11 22:12:56.576997 [ 4 ] {715f2e2f-06fd-404c-8888-9368a4e38cb7} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8120 2025.03.11 22:12:56.577044 [ 4 ] {715f2e2f-06fd-404c-8888-9368a4e38cb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8121 2025.03.11 22:12:56.577454 [ 4 ] {715f2e2f-06fd-404c-8888-9368a4e38cb7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary)
8122 2025.03.11 22:12:56.577695 [ 4 ] {715f2e2f-06fd-404c-8888-9368a4e38cb7} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8123 2025.03.11 22:12:56.577944 [ 4 ] {715f2e2f-06fd-404c-8888-9368a4e38cb7} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001676 sec., 7159.904534606206 rows/sec., 559.37 KiB/sec.
8124 2025.03.11 22:12:56.578031 [ 4 ] {715f2e2f-06fd-404c-8888-9368a4e38cb7} <Debug> TCPHandler: Processed in 0.001916267 sec.
8125 2025.03.11 22:12:56.578137 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8126 2025.03.11 22:12:56.578237 [ 4 ] {bfa723e6-7446-4206-aa82-ca322ae0639c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8127 2025.03.11 22:12:56.578282 [ 4 ] {bfa723e6-7446-4206-aa82-ca322ae0639c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8128 2025.03.11 22:12:56.578999 [ 4 ] {bfa723e6-7446-4206-aa82-ca322ae0639c} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8129 2025.03.11 22:12:56.579037 [ 4 ] {bfa723e6-7446-4206-aa82-ca322ae0639c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8130 2025.03.11 22:12:56.579413 [ 4 ] {bfa723e6-7446-4206-aa82-ca322ae0639c} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
8131 2025.03.11 22:12:56.579658 [ 4 ] {bfa723e6-7446-4206-aa82-ca322ae0639c} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8132 2025.03.11 22:12:56.579884 [ 4 ] {bfa723e6-7446-4206-aa82-ca322ae0639c} <Debug> executeQuery: Read 590 rows, 45.39 KiB in 0.001667 sec., 353929.2141571685 rows/sec., 26.59 MiB/sec.
8133 2025.03.11 22:12:56.579983 [ 4 ] {bfa723e6-7446-4206-aa82-ca322ae0639c} <Debug> TCPHandler: Processed in 0.001893716 sec.
8134 2025.03.11 22:12:56.580178 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8135 2025.03.11 22:12:56.580369 [ 4 ] {cebe13b1-f0dd-41fc-aeb0-6a98f87fd4e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8136 2025.03.11 22:12:56.580419 [ 4 ] {cebe13b1-f0dd-41fc-aeb0-6a98f87fd4e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8137 2025.03.11 22:12:56.581107 [ 4 ] {cebe13b1-f0dd-41fc-aeb0-6a98f87fd4e3} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8138 2025.03.11 22:12:56.581146 [ 4 ] {cebe13b1-f0dd-41fc-aeb0-6a98f87fd4e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8139 2025.03.11 22:12:56.581578 [ 4 ] {cebe13b1-f0dd-41fc-aeb0-6a98f87fd4e3} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
8140 2025.03.11 22:12:56.581820 [ 4 ] {cebe13b1-f0dd-41fc-aeb0-6a98f87fd4e3} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8141 2025.03.11 22:12:56.582025 [ 4 ] {cebe13b1-f0dd-41fc-aeb0-6a98f87fd4e3} <Debug> executeQuery: Read 947 rows, 65.46 KiB in 0.001688 sec., 561018.9573459716 rows/sec., 37.87 MiB/sec.
8142 2025.03.11 22:12:56.582078 [ 4 ] {cebe13b1-f0dd-41fc-aeb0-6a98f87fd4e3} <Debug> TCPHandler: Processed in 0.002011247 sec.
8143 2025.03.11 22:12:56.582192 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8144 2025.03.11 22:12:56.582304 [ 4 ] {bed66638-5285-485f-8b6b-56a7313f4429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8145 2025.03.11 22:12:56.582383 [ 4 ] {bed66638-5285-485f-8b6b-56a7313f4429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8146 2025.03.11 22:12:56.583603 [ 4 ] {bed66638-5285-485f-8b6b-56a7313f4429} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8147 2025.03.11 22:12:56.583642 [ 4 ] {bed66638-5285-485f-8b6b-56a7313f4429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8148 2025.03.11 22:12:56.584270 [ 4 ] {bed66638-5285-485f-8b6b-56a7313f4429} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
8149 2025.03.11 22:12:56.584520 [ 4 ] {bed66638-5285-485f-8b6b-56a7313f4429} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8150 2025.03.11 22:12:56.584706 [ 55 ] {} <Debug> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
8151 2025.03.11 22:12:56.584786 [ 4 ] {bed66638-5285-485f-8b6b-56a7313f4429} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002499 sec., 12805.122048819529 rows/sec., 22.95 MiB/sec.
8152 2025.03.11 22:12:56.584792 [ 55 ] {} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8153 2025.03.11 22:12:56.584875 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8154 2025.03.11 22:12:56.585124 [ 4 ] {bed66638-5285-485f-8b6b-56a7313f4429} <Debug> TCPHandler: Processed in 0.002978125 sec.
8155 2025.03.11 22:12:56.585219 [ 193 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
8156 2025.03.11 22:12:56.585310 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8157 2025.03.11 22:12:56.585544 [ 4 ] {1e9c76e7-6429-4b9e-a987-160ede964256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8158 2025.03.11 22:12:56.585670 [ 4 ] {1e9c76e7-6429-4b9e-a987-160ede964256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8159 2025.03.11 22:12:56.586203 [ 193 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8160 2025.03.11 22:12:56.586441 [ 193 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1074 rows starting from the beginning of the part
8161 2025.03.11 22:12:56.587101 [ 193 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 32 rows starting from the beginning of the part
8162 2025.03.11 22:12:56.587954 [ 193 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part
8163 2025.03.11 22:12:56.588003 [ 4 ] {1e9c76e7-6429-4b9e-a987-160ede964256} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8164 2025.03.11 22:12:56.588078 [ 4 ] {1e9c76e7-6429-4b9e-a987-160ede964256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8165 2025.03.11 22:12:56.588604 [ 193 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 32 rows starting from the beginning of the part
8166 2025.03.11 22:12:56.589297 [ 193 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
8167 2025.03.11 22:12:56.589653 [ 4 ] {1e9c76e7-6429-4b9e-a987-160ede964256} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
8168 2025.03.11 22:12:56.589930 [ 193 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 32 rows starting from the beginning of the part
8169 2025.03.11 22:12:56.590478 [ 4 ] {1e9c76e7-6429-4b9e-a987-160ede964256} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8170 2025.03.11 22:12:56.591352 [ 4 ] {1e9c76e7-6429-4b9e-a987-160ede964256} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.005872 sec., 4087.1934604904636 rows/sec., 282.06 KiB/sec.
8171 2025.03.11 22:12:56.591680 [ 4 ] {1e9c76e7-6429-4b9e-a987-160ede964256} <Debug> TCPHandler: Processed in 0.006428995 sec.
8172 2025.03.11 22:12:56.597282 [ 191 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1186 rows, containing 19 columns (19 merged, 0 gathered) in 0.012232724 sec., 96953.05804332707 rows/sec., 173.74 MiB/sec.
8173 2025.03.11 22:12:56.598878 [ 202 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
8174 2025.03.11 22:12:56.599354 [ 202 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8175 2025.03.11 22:12:56.599449 [ 202 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
8176 2025.03.11 22:12:56.599619 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB.
8177 2025.03.11 22:12:58.746783 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1136
8178 2025.03.11 22:12:58.750172 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8179 2025.03.11 22:12:58.750234 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8180 2025.03.11 22:12:58.751741 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary)
8181 2025.03.11 22:12:58.752061 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8182 2025.03.11 22:12:58.752744 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1136
8183 2025.03.11 22:13:00.293032 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8184 2025.03.11 22:13:00.293240 [ 4 ] {6adf3013-020e-4e5b-b902-6952d69e3779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8185 2025.03.11 22:13:00.293323 [ 4 ] {6adf3013-020e-4e5b-b902-6952d69e3779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8186 2025.03.11 22:13:00.294172 [ 4 ] {6adf3013-020e-4e5b-b902-6952d69e3779} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8187 2025.03.11 22:13:00.294214 [ 4 ] {6adf3013-020e-4e5b-b902-6952d69e3779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8188 2025.03.11 22:13:00.294663 [ 4 ] {6adf3013-020e-4e5b-b902-6952d69e3779} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
8189 2025.03.11 22:13:00.294925 [ 4 ] {6adf3013-020e-4e5b-b902-6952d69e3779} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8190 2025.03.11 22:13:00.295131 [ 4 ] {6adf3013-020e-4e5b-b902-6952d69e3779} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001949 sec., 28732.683427398668 rows/sec., 2.19 MiB/sec.
8191 2025.03.11 22:13:00.295188 [ 4 ] {6adf3013-020e-4e5b-b902-6952d69e3779} <Debug> TCPHandler: Processed in 0.00229635 sec.
8192 2025.03.11 22:13:00.295320 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8193 2025.03.11 22:13:00.295426 [ 4 ] {b743f866-f97f-44d2-8a04-d39d1f9431be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8194 2025.03.11 22:13:00.295471 [ 4 ] {b743f866-f97f-44d2-8a04-d39d1f9431be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8195 2025.03.11 22:13:00.296012 [ 4 ] {b743f866-f97f-44d2-8a04-d39d1f9431be} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8196 2025.03.11 22:13:00.296049 [ 4 ] {b743f866-f97f-44d2-8a04-d39d1f9431be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8197 2025.03.11 22:13:00.296399 [ 4 ] {b743f866-f97f-44d2-8a04-d39d1f9431be} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
8198 2025.03.11 22:13:00.296639 [ 4 ] {b743f866-f97f-44d2-8a04-d39d1f9431be} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8199 2025.03.11 22:13:00.296828 [ 4 ] {b743f866-f97f-44d2-8a04-d39d1f9431be} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001423 sec., 44975.404075895996 rows/sec., 3.51 MiB/sec.
8200 2025.03.11 22:13:00.296887 [ 4 ] {b743f866-f97f-44d2-8a04-d39d1f9431be} <Debug> TCPHandler: Processed in 0.001620194 sec.
8201 2025.03.11 22:13:00.297034 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8202 2025.03.11 22:13:00.297149 [ 4 ] {0d2e9799-41c4-43bf-b56d-c3d850bed2cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8203 2025.03.11 22:13:00.297197 [ 4 ] {0d2e9799-41c4-43bf-b56d-c3d850bed2cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8204 2025.03.11 22:13:00.297692 [ 4 ] {0d2e9799-41c4-43bf-b56d-c3d850bed2cd} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8205 2025.03.11 22:13:00.297728 [ 4 ] {0d2e9799-41c4-43bf-b56d-c3d850bed2cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8206 2025.03.11 22:13:00.298102 [ 4 ] {0d2e9799-41c4-43bf-b56d-c3d850bed2cd} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
8207 2025.03.11 22:13:00.298337 [ 4 ] {0d2e9799-41c4-43bf-b56d-c3d850bed2cd} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8208 2025.03.11 22:13:00.298545 [ 4 ] {0d2e9799-41c4-43bf-b56d-c3d850bed2cd} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001415 sec., 67844.52296819788 rows/sec., 4.73 MiB/sec.
8209 2025.03.11 22:13:00.298626 [ 4 ] {0d2e9799-41c4-43bf-b56d-c3d850bed2cd} <Debug> TCPHandler: Processed in 0.001654284 sec.
8210 2025.03.11 22:13:00.298888 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8211 2025.03.11 22:13:00.299051 [ 4 ] {56c7c388-7bb2-45c4-ba06-ff76efe3a27d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8212 2025.03.11 22:13:00.299099 [ 4 ] {56c7c388-7bb2-45c4-ba06-ff76efe3a27d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8213 2025.03.11 22:13:00.299545 [ 4 ] {56c7c388-7bb2-45c4-ba06-ff76efe3a27d} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8214 2025.03.11 22:13:00.299582 [ 4 ] {56c7c388-7bb2-45c4-ba06-ff76efe3a27d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8215 2025.03.11 22:13:00.299935 [ 4 ] {56c7c388-7bb2-45c4-ba06-ff76efe3a27d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
8216 2025.03.11 22:13:00.300179 [ 4 ] {56c7c388-7bb2-45c4-ba06-ff76efe3a27d} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8217 2025.03.11 22:13:00.300357 [ 4 ] {56c7c388-7bb2-45c4-ba06-ff76efe3a27d} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00133 sec., 27067.669172932332 rows/sec., 1.82 MiB/sec.
8218 2025.03.11 22:13:00.300405 [ 4 ] {56c7c388-7bb2-45c4-ba06-ff76efe3a27d} <Debug> TCPHandler: Processed in 0.001622814 sec.
8219 2025.03.11 22:13:01.143052 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21594
8220 2025.03.11 22:13:01.143727 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8221 2025.03.11 22:13:01.143773 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8222 2025.03.11 22:13:01.144309 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8223 2025.03.11 22:13:01.144574 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8224 2025.03.11 22:13:01.144794 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594
8225 2025.03.11 22:13:02.641917 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355
8226 2025.03.11 22:13:02.660515 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8227 2025.03.11 22:13:02.660559 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8228 2025.03.11 22:13:02.667506 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary)
8229 2025.03.11 22:13:02.668252 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8230 2025.03.11 22:13:02.671883 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355
8231 2025.03.11 22:13:05.297687 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8232 2025.03.11 22:13:05.297896 [ 4 ] {4877e755-374d-4e82-b04e-c0865377b248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8233 2025.03.11 22:13:05.297976 [ 4 ] {4877e755-374d-4e82-b04e-c0865377b248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8234 2025.03.11 22:13:05.298801 [ 4 ] {4877e755-374d-4e82-b04e-c0865377b248} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8235 2025.03.11 22:13:05.298847 [ 4 ] {4877e755-374d-4e82-b04e-c0865377b248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8236 2025.03.11 22:13:05.299292 [ 4 ] {4877e755-374d-4e82-b04e-c0865377b248} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
8237 2025.03.11 22:13:05.299545 [ 4 ] {4877e755-374d-4e82-b04e-c0865377b248} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8238 2025.03.11 22:13:05.299797 [ 4 ] {4877e755-374d-4e82-b04e-c0865377b248} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001959 sec., 36753.44563552833 rows/sec., 2.97 MiB/sec.
8239 2025.03.11 22:13:05.299854 [ 4 ] {4877e755-374d-4e82-b04e-c0865377b248} <Debug> TCPHandler: Processed in 0.002308999 sec.
8240 2025.03.11 22:13:05.299975 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8241 2025.03.11 22:13:05.300081 [ 4 ] {e73b1f96-ef71-448d-afe3-bfa7fba46646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8242 2025.03.11 22:13:05.300129 [ 4 ] {e73b1f96-ef71-448d-afe3-bfa7fba46646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8243 2025.03.11 22:13:05.300654 [ 4 ] {e73b1f96-ef71-448d-afe3-bfa7fba46646} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8244 2025.03.11 22:13:05.300693 [ 4 ] {e73b1f96-ef71-448d-afe3-bfa7fba46646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8245 2025.03.11 22:13:05.301045 [ 4 ] {e73b1f96-ef71-448d-afe3-bfa7fba46646} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8246 2025.03.11 22:13:05.301288 [ 4 ] {e73b1f96-ef71-448d-afe3-bfa7fba46646} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8247 2025.03.11 22:13:05.301506 [ 4 ] {e73b1f96-ef71-448d-afe3-bfa7fba46646} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001446 sec., 5532.5034578146615 rows/sec., 416.02 KiB/sec.
8248 2025.03.11 22:13:05.301559 [ 4 ] {e73b1f96-ef71-448d-afe3-bfa7fba46646} <Debug> TCPHandler: Processed in 0.001635604 sec.
8249 2025.03.11 22:13:05.301691 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8250 2025.03.11 22:13:05.301826 [ 4 ] {4fad0030-5534-4aa1-afe3-e52396b06b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8251 2025.03.11 22:13:05.301882 [ 4 ] {4fad0030-5534-4aa1-afe3-e52396b06b97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8252 2025.03.11 22:13:05.302561 [ 4 ] {4fad0030-5534-4aa1-afe3-e52396b06b97} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8253 2025.03.11 22:13:05.302608 [ 4 ] {4fad0030-5534-4aa1-afe3-e52396b06b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8254 2025.03.11 22:13:05.302979 [ 4 ] {4fad0030-5534-4aa1-afe3-e52396b06b97} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
8255 2025.03.11 22:13:05.303228 [ 4 ] {4fad0030-5534-4aa1-afe3-e52396b06b97} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8256 2025.03.11 22:13:05.303432 [ 4 ] {4fad0030-5534-4aa1-afe3-e52396b06b97} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001635 sec., 44036.69724770643 rows/sec., 3.44 MiB/sec.
8257 2025.03.11 22:13:05.303487 [ 4 ] {4fad0030-5534-4aa1-afe3-e52396b06b97} <Debug> TCPHandler: Processed in 0.001859665 sec.
8258 2025.03.11 22:13:05.303590 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8259 2025.03.11 22:13:05.303693 [ 4 ] {f7740ccf-871d-41f0-b3c2-65246a7a847f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8260 2025.03.11 22:13:05.303740 [ 4 ] {f7740ccf-871d-41f0-b3c2-65246a7a847f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8261 2025.03.11 22:13:05.304249 [ 4 ] {f7740ccf-871d-41f0-b3c2-65246a7a847f} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8262 2025.03.11 22:13:05.304287 [ 4 ] {f7740ccf-871d-41f0-b3c2-65246a7a847f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8263 2025.03.11 22:13:05.304669 [ 4 ] {f7740ccf-871d-41f0-b3c2-65246a7a847f} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
8264 2025.03.11 22:13:05.304916 [ 4 ] {f7740ccf-871d-41f0-b3c2-65246a7a847f} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8265 2025.03.11 22:13:05.305118 [ 4 ] {f7740ccf-871d-41f0-b3c2-65246a7a847f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001447 sec., 110573.60055286801 rows/sec., 7.70 MiB/sec.
8266 2025.03.11 22:13:05.305168 [ 4 ] {f7740ccf-871d-41f0-b3c2-65246a7a847f} <Debug> TCPHandler: Processed in 0.001627004 sec.
8267 2025.03.11 22:13:05.305296 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8268 2025.03.11 22:13:05.305430 [ 4 ] {1570215d-ce65-44d5-9efa-a63f9923f4ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8269 2025.03.11 22:13:05.305511 [ 4 ] {1570215d-ce65-44d5-9efa-a63f9923f4ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8270 2025.03.11 22:13:05.306565 [ 4 ] {1570215d-ce65-44d5-9efa-a63f9923f4ec} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8271 2025.03.11 22:13:05.306603 [ 4 ] {1570215d-ce65-44d5-9efa-a63f9923f4ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8272 2025.03.11 22:13:05.307211 [ 4 ] {1570215d-ce65-44d5-9efa-a63f9923f4ec} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
8273 2025.03.11 22:13:05.307454 [ 4 ] {1570215d-ce65-44d5-9efa-a63f9923f4ec} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8274 2025.03.11 22:13:05.307677 [ 4 ] {1570215d-ce65-44d5-9efa-a63f9923f4ec} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002304 sec., 3472.222222222222 rows/sec., 6.22 MiB/sec.
8275 2025.03.11 22:13:05.307764 [ 4 ] {1570215d-ce65-44d5-9efa-a63f9923f4ec} <Debug> TCPHandler: Processed in 0.002565722 sec.
8276 2025.03.11 22:13:05.307873 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8277 2025.03.11 22:13:05.307968 [ 4 ] {a42ac125-9af5-431b-a2a2-f34914fa7e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8278 2025.03.11 22:13:05.308012 [ 4 ] {a42ac125-9af5-431b-a2a2-f34914fa7e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8279 2025.03.11 22:13:05.308493 [ 4 ] {a42ac125-9af5-431b-a2a2-f34914fa7e09} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8280 2025.03.11 22:13:05.308532 [ 4 ] {a42ac125-9af5-431b-a2a2-f34914fa7e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB.
8281 2025.03.11 22:13:05.308894 [ 4 ] {a42ac125-9af5-431b-a2a2-f34914fa7e09} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
8282 2025.03.11 22:13:05.309135 [ 4 ] {a42ac125-9af5-431b-a2a2-f34914fa7e09} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8283 2025.03.11 22:13:05.309342 [ 4 ] {a42ac125-9af5-431b-a2a2-f34914fa7e09} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001347 sec., 44543.42984409799 rows/sec., 3.00 MiB/sec.
8284 2025.03.11 22:13:05.309390 [ 4 ] {a42ac125-9af5-431b-a2a2-f34914fa7e09} <Debug> TCPHandler: Processed in 0.001526253 sec.
8285 2025.03.11 22:13:08.461259 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache
8286 2025.03.11 22:13:08.461323 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache
8287 2025.03.11 22:13:08.644987 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22021
8288 2025.03.11 22:13:08.645632 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8289 2025.03.11 22:13:08.645675 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8290 2025.03.11 22:13:08.646191 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8291 2025.03.11 22:13:08.646443 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8292 2025.03.11 22:13:08.646675 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021
8293 2025.03.11 22:13:08.753078 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1156
8294 2025.03.11 22:13:08.755910 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8295 2025.03.11 22:13:08.755962 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8296 2025.03.11 22:13:08.757426 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary)
8297 2025.03.11 22:13:08.757747 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8298 2025.03.11 22:13:08.758309 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1156
8299 2025.03.11 22:13:09.001381 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000958198 sec.
8300 2025.03.11 22:13:10.172017 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362
8301 2025.03.11 22:13:10.191800 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8302 2025.03.11 22:13:10.191847 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8303 2025.03.11 22:13:10.199342 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary)
8304 2025.03.11 22:13:10.200124 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8305 2025.03.11 22:13:10.202638 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362
8306 2025.03.11 22:13:10.298894 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8307 2025.03.11 22:13:10.299111 [ 4 ] {001402cd-f7fc-4546-8925-254195a83a5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8308 2025.03.11 22:13:10.299192 [ 4 ] {001402cd-f7fc-4546-8925-254195a83a5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8309 2025.03.11 22:13:10.300130 [ 4 ] {001402cd-f7fc-4546-8925-254195a83a5c} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8310 2025.03.11 22:13:10.300184 [ 4 ] {001402cd-f7fc-4546-8925-254195a83a5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8311 2025.03.11 22:13:10.300661 [ 4 ] {001402cd-f7fc-4546-8925-254195a83a5c} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
8312 2025.03.11 22:13:10.300942 [ 4 ] {001402cd-f7fc-4546-8925-254195a83a5c} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8313 2025.03.11 22:13:10.301146 [ 42 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0
8314 2025.03.11 22:13:10.301207 [ 42 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8315 2025.03.11 22:13:10.301256 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8316 2025.03.11 22:13:10.301262 [ 4 ] {001402cd-f7fc-4546-8925-254195a83a5c} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.002195 sec., 54669.70387243736 rows/sec., 4.63 MiB/sec.
8317 2025.03.11 22:13:10.301411 [ 200 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full
8318 2025.03.11 22:13:10.301470 [ 4 ] {001402cd-f7fc-4546-8925-254195a83a5c} <Debug> TCPHandler: Processed in 0.002723523 sec.
8319 2025.03.11 22:13:10.301570 [ 200 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8320 2025.03.11 22:13:10.301612 [ 200 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 1406 rows starting from the beginning of the part
8321 2025.03.11 22:13:10.301699 [ 200 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 72 rows starting from the beginning of the part
8322 2025.03.11 22:13:10.301764 [ 200 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1381 rows starting from the beginning of the part
8323 2025.03.11 22:13:10.301825 [ 200 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part
8324 2025.03.11 22:13:10.301927 [ 200 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 72 rows starting from the beginning of the part
8325 2025.03.11 22:13:10.302086 [ 200 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 120 rows starting from the beginning of the part
8326 2025.03.11 22:13:10.304724 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3107 rows, containing 5 columns (5 merged, 0 gathered) in 0.003376149 sec., 920279.2886214441 rows/sec., 80.18 MiB/sec.
8327 2025.03.11 22:13:10.304754 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8328 2025.03.11 22:13:10.304921 [ 4 ] {767c4f8d-0b00-4b0a-8894-7729a498cd44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8329 2025.03.11 22:13:10.305010 [ 4 ] {767c4f8d-0b00-4b0a-8894-7729a498cd44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8330 2025.03.11 22:13:10.305116 [ 191 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary)
8331 2025.03.11 22:13:10.305764 [ 191 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_80_16} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8332 2025.03.11 22:13:10.305982 [ 191 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_80_16} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16
8333 2025.03.11 22:13:10.306185 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB.
8334 2025.03.11 22:13:10.306201 [ 4 ] {767c4f8d-0b00-4b0a-8894-7729a498cd44} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8335 2025.03.11 22:13:10.306260 [ 4 ] {767c4f8d-0b00-4b0a-8894-7729a498cd44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8336 2025.03.11 22:13:10.306645 [ 4 ] {767c4f8d-0b00-4b0a-8894-7729a498cd44} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8337 2025.03.11 22:13:10.306900 [ 4 ] {767c4f8d-0b00-4b0a-8894-7729a498cd44} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8338 2025.03.11 22:13:10.307122 [ 4 ] {767c4f8d-0b00-4b0a-8894-7729a498cd44} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.002244 sec., 14260.249554367201 rows/sec., 1.05 MiB/sec.
8339 2025.03.11 22:13:10.307180 [ 4 ] {767c4f8d-0b00-4b0a-8894-7729a498cd44} <Debug> TCPHandler: Processed in 0.002512482 sec.
8340 2025.03.11 22:13:10.307306 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8341 2025.03.11 22:13:10.307412 [ 4 ] {00479ecf-e9e4-4703-aef1-cb718415f159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8342 2025.03.11 22:13:10.307456 [ 4 ] {00479ecf-e9e4-4703-aef1-cb718415f159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8343 2025.03.11 22:13:10.308015 [ 4 ] {00479ecf-e9e4-4703-aef1-cb718415f159} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8344 2025.03.11 22:13:10.308054 [ 4 ] {00479ecf-e9e4-4703-aef1-cb718415f159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8345 2025.03.11 22:13:10.308412 [ 4 ] {00479ecf-e9e4-4703-aef1-cb718415f159} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
8346 2025.03.11 22:13:10.308661 [ 4 ] {00479ecf-e9e4-4703-aef1-cb718415f159} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8347 2025.03.11 22:13:10.308836 [ 42 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0
8348 2025.03.11 22:13:10.308885 [ 4 ] {00479ecf-e9e4-4703-aef1-cb718415f159} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001487 sec., 64559.51580363147 rows/sec., 5.04 MiB/sec.
8349 2025.03.11 22:13:10.308900 [ 42 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8350 2025.03.11 22:13:10.308968 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8351 2025.03.11 22:13:10.309016 [ 4 ] {00479ecf-e9e4-4703-aef1-cb718415f159} <Debug> TCPHandler: Processed in 0.001763135 sec.
8352 2025.03.11 22:13:10.309152 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full
8353 2025.03.11 22:13:10.309174 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8354 2025.03.11 22:13:10.309311 [ 4 ] {cf6eb688-e8ae-452b-a670-166df45ed3d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8355 2025.03.11 22:13:10.309323 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8356 2025.03.11 22:13:10.309376 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 632 rows starting from the beginning of the part
8357 2025.03.11 22:13:10.309379 [ 4 ] {cf6eb688-e8ae-452b-a670-166df45ed3d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8358 2025.03.11 22:13:10.309626 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 72 rows starting from the beginning of the part
8359 2025.03.11 22:13:10.310059 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 590 rows starting from the beginning of the part
8360 2025.03.11 22:13:10.310451 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part
8361 2025.03.11 22:13:10.310805 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 72 rows starting from the beginning of the part
8362 2025.03.11 22:13:10.310984 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 96 rows starting from the beginning of the part
8363 2025.03.11 22:13:10.311686 [ 4 ] {cf6eb688-e8ae-452b-a670-166df45ed3d0} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8364 2025.03.11 22:13:10.311734 [ 4 ] {cf6eb688-e8ae-452b-a670-166df45ed3d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8365 2025.03.11 22:13:10.312278 [ 4 ] {cf6eb688-e8ae-452b-a670-166df45ed3d0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
8366 2025.03.11 22:13:10.312618 [ 4 ] {cf6eb688-e8ae-452b-a670-166df45ed3d0} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8367 2025.03.11 22:13:10.312907 [ 4 ] {cf6eb688-e8ae-452b-a670-166df45ed3d0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003628 sec., 44101.43329658214 rows/sec., 3.07 MiB/sec.
8368 2025.03.11 22:13:10.313034 [ 4 ] {cf6eb688-e8ae-452b-a670-166df45ed3d0} <Debug> TCPHandler: Processed in 0.003914494 sec.
8369 2025.03.11 22:13:10.313406 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8370 2025.03.11 22:13:10.313891 [ 4 ] {50a6c987-5dcc-4d45-b37b-135e4236f456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8371 2025.03.11 22:13:10.314229 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005155944 sec., 295969.0795710737 rows/sec., 23.57 MiB/sec.
8372 2025.03.11 22:13:10.314338 [ 4 ] {50a6c987-5dcc-4d45-b37b-135e4236f456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8373 2025.03.11 22:13:10.314603 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary)
8374 2025.03.11 22:13:10.315425 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_80_16} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8375 2025.03.11 22:13:10.315569 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_80_16} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16
8376 2025.03.11 22:13:10.315681 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
8377 2025.03.11 22:13:10.316525 [ 4 ] {50a6c987-5dcc-4d45-b37b-135e4236f456} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8378 2025.03.11 22:13:10.316565 [ 4 ] {50a6c987-5dcc-4d45-b37b-135e4236f456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8379 2025.03.11 22:13:10.317211 [ 4 ] {50a6c987-5dcc-4d45-b37b-135e4236f456} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary)
8380 2025.03.11 22:13:10.317476 [ 4 ] {50a6c987-5dcc-4d45-b37b-135e4236f456} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8381 2025.03.11 22:13:10.317717 [ 4 ] {50a6c987-5dcc-4d45-b37b-135e4236f456} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.004002 sec., 7996.001999000499 rows/sec., 14.33 MiB/sec.
8382 2025.03.11 22:13:10.317816 [ 4 ] {50a6c987-5dcc-4d45-b37b-135e4236f456} <Debug> TCPHandler: Processed in 0.004545878 sec.
8383 2025.03.11 22:13:10.317931 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8384 2025.03.11 22:13:10.318032 [ 4 ] {a7249f04-f6fa-49c6-8a5e-1ef486e16049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8385 2025.03.11 22:13:10.318078 [ 4 ] {a7249f04-f6fa-49c6-8a5e-1ef486e16049} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8386 2025.03.11 22:13:10.318512 [ 4 ] {a7249f04-f6fa-49c6-8a5e-1ef486e16049} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8387 2025.03.11 22:13:10.318549 [ 4 ] {a7249f04-f6fa-49c6-8a5e-1ef486e16049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8388 2025.03.11 22:13:10.318890 [ 4 ] {a7249f04-f6fa-49c6-8a5e-1ef486e16049} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
8389 2025.03.11 22:13:10.319117 [ 4 ] {a7249f04-f6fa-49c6-8a5e-1ef486e16049} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8390 2025.03.11 22:13:10.319385 [ 4 ] {a7249f04-f6fa-49c6-8a5e-1ef486e16049} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001373 sec., 43699.92716678805 rows/sec., 2.95 MiB/sec.
8391 2025.03.11 22:13:10.319433 [ 4 ] {a7249f04-f6fa-49c6-8a5e-1ef486e16049} <Debug> TCPHandler: Processed in 0.001552093 sec.
8392 2025.03.11 22:13:15.296837 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8393 2025.03.11 22:13:15.297064 [ 4 ] {22f52e42-ae75-4263-b1da-5e6352d821cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8394 2025.03.11 22:13:15.297144 [ 4 ] {22f52e42-ae75-4263-b1da-5e6352d821cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8395 2025.03.11 22:13:15.298014 [ 4 ] {22f52e42-ae75-4263-b1da-5e6352d821cf} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8396 2025.03.11 22:13:15.298066 [ 4 ] {22f52e42-ae75-4263-b1da-5e6352d821cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8397 2025.03.11 22:13:15.298508 [ 4 ] {22f52e42-ae75-4263-b1da-5e6352d821cf} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
8398 2025.03.11 22:13:15.298761 [ 4 ] {22f52e42-ae75-4263-b1da-5e6352d821cf} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8399 2025.03.11 22:13:15.298993 [ 4 ] {22f52e42-ae75-4263-b1da-5e6352d821cf} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001987 sec., 36235.530951182685 rows/sec., 2.93 MiB/sec.
8400 2025.03.11 22:13:15.299049 [ 4 ] {22f52e42-ae75-4263-b1da-5e6352d821cf} <Debug> TCPHandler: Processed in 0.00235527 sec.
8401 2025.03.11 22:13:15.299177 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8402 2025.03.11 22:13:15.299284 [ 4 ] {046f8d32-5f21-40e2-bf1c-deb99defe19e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8403 2025.03.11 22:13:15.299330 [ 4 ] {046f8d32-5f21-40e2-bf1c-deb99defe19e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8404 2025.03.11 22:13:15.299860 [ 4 ] {046f8d32-5f21-40e2-bf1c-deb99defe19e} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8405 2025.03.11 22:13:15.299899 [ 4 ] {046f8d32-5f21-40e2-bf1c-deb99defe19e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8406 2025.03.11 22:13:15.300258 [ 4 ] {046f8d32-5f21-40e2-bf1c-deb99defe19e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8407 2025.03.11 22:13:15.300505 [ 4 ] {046f8d32-5f21-40e2-bf1c-deb99defe19e} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8408 2025.03.11 22:13:15.300734 [ 4 ] {046f8d32-5f21-40e2-bf1c-deb99defe19e} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001471 sec., 5438.477226376614 rows/sec., 408.95 KiB/sec.
8409 2025.03.11 22:13:15.300814 [ 4 ] {046f8d32-5f21-40e2-bf1c-deb99defe19e} <Debug> TCPHandler: Processed in 0.001687814 sec.
8410 2025.03.11 22:13:15.301073 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8411 2025.03.11 22:13:15.301209 [ 4 ] {efef6bd6-be1a-4041-92fb-e81d7f92dae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8412 2025.03.11 22:13:15.301255 [ 4 ] {efef6bd6-be1a-4041-92fb-e81d7f92dae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8413 2025.03.11 22:13:15.301827 [ 4 ] {efef6bd6-be1a-4041-92fb-e81d7f92dae2} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8414 2025.03.11 22:13:15.301866 [ 4 ] {efef6bd6-be1a-4041-92fb-e81d7f92dae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8415 2025.03.11 22:13:15.302222 [ 4 ] {efef6bd6-be1a-4041-92fb-e81d7f92dae2} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
8416 2025.03.11 22:13:15.302458 [ 4 ] {efef6bd6-be1a-4041-92fb-e81d7f92dae2} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8417 2025.03.11 22:13:15.302663 [ 4 ] {efef6bd6-be1a-4041-92fb-e81d7f92dae2} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001478 sec., 48714.479025710425 rows/sec., 3.80 MiB/sec.
8418 2025.03.11 22:13:15.302716 [ 4 ] {efef6bd6-be1a-4041-92fb-e81d7f92dae2} <Debug> TCPHandler: Processed in 0.001746625 sec.
8419 2025.03.11 22:13:15.302833 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8420 2025.03.11 22:13:15.302939 [ 4 ] {5866fb6e-6934-4b1e-b4f3-abc9248d63f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8421 2025.03.11 22:13:15.302988 [ 4 ] {5866fb6e-6934-4b1e-b4f3-abc9248d63f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8422 2025.03.11 22:13:15.303520 [ 4 ] {5866fb6e-6934-4b1e-b4f3-abc9248d63f6} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8423 2025.03.11 22:13:15.303558 [ 4 ] {5866fb6e-6934-4b1e-b4f3-abc9248d63f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8424 2025.03.11 22:13:15.303941 [ 4 ] {5866fb6e-6934-4b1e-b4f3-abc9248d63f6} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
8425 2025.03.11 22:13:15.304171 [ 4 ] {5866fb6e-6934-4b1e-b4f3-abc9248d63f6} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8426 2025.03.11 22:13:15.304337 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
8427 2025.03.11 22:13:15.304396 [ 4 ] {5866fb6e-6934-4b1e-b4f3-abc9248d63f6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001476 sec., 108401.0840108401 rows/sec., 7.55 MiB/sec.
8428 2025.03.11 22:13:15.304411 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8429 2025.03.11 22:13:15.304475 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8430 2025.03.11 22:13:15.304526 [ 4 ] {5866fb6e-6934-4b1e-b4f3-abc9248d63f6} <Debug> TCPHandler: Processed in 0.001744275 sec.
8431 2025.03.11 22:13:15.304738 [ 197 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
8432 2025.03.11 22:13:15.304765 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8433 2025.03.11 22:13:15.305023 [ 4 ] {581b4f76-5f42-4d2a-acc6-efff04b473d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8434 2025.03.11 22:13:15.305038 [ 197 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8435 2025.03.11 22:13:15.305132 [ 197 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21106 rows starting from the beginning of the part
8436 2025.03.11 22:13:15.305210 [ 4 ] {581b4f76-5f42-4d2a-acc6-efff04b473d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8437 2025.03.11 22:13:15.305441 [ 197 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
8438 2025.03.11 22:13:15.305848 [ 197 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
8439 2025.03.11 22:13:15.306202 [ 197 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
8440 2025.03.11 22:13:15.306562 [ 197 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
8441 2025.03.11 22:13:15.306889 [ 197 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
8442 2025.03.11 22:13:15.309194 [ 4 ] {581b4f76-5f42-4d2a-acc6-efff04b473d5} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8443 2025.03.11 22:13:15.309243 [ 4 ] {581b4f76-5f42-4d2a-acc6-efff04b473d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8444 2025.03.11 22:13:15.310170 [ 4 ] {581b4f76-5f42-4d2a-acc6-efff04b473d5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary)
8445 2025.03.11 22:13:15.310436 [ 4 ] {581b4f76-5f42-4d2a-acc6-efff04b473d5} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8446 2025.03.11 22:13:15.310870 [ 4 ] {581b4f76-5f42-4d2a-acc6-efff04b473d5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005939 sec., 1347.0281192119885 rows/sec., 2.41 MiB/sec.
8447 2025.03.11 22:13:15.311296 [ 4 ] {581b4f76-5f42-4d2a-acc6-efff04b473d5} <Debug> TCPHandler: Processed in 0.006588596 sec.
8448 2025.03.11 22:13:15.311620 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8449 2025.03.11 22:13:15.311727 [ 4 ] {ce3fdea2-7cb8-4eb1-bdb2-c2a8c07044d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8450 2025.03.11 22:13:15.311773 [ 4 ] {ce3fdea2-7cb8-4eb1-bdb2-c2a8c07044d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8451 2025.03.11 22:13:15.312264 [ 4 ] {ce3fdea2-7cb8-4eb1-bdb2-c2a8c07044d4} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8452 2025.03.11 22:13:15.312301 [ 4 ] {ce3fdea2-7cb8-4eb1-bdb2-c2a8c07044d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8453 2025.03.11 22:13:15.312663 [ 4 ] {ce3fdea2-7cb8-4eb1-bdb2-c2a8c07044d4} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
8454 2025.03.11 22:13:15.315445 [ 4 ] {ce3fdea2-7cb8-4eb1-bdb2-c2a8c07044d4} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8455 2025.03.11 22:13:15.315638 [ 37 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
8456 2025.03.11 22:13:15.315700 [ 37 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8457 2025.03.11 22:13:15.315731 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8458 2025.03.11 22:13:15.315763 [ 4 ] {ce3fdea2-7cb8-4eb1-bdb2-c2a8c07044d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004043 sec., 14840.465001236706 rows/sec., 1.00 MiB/sec.
8459 2025.03.11 22:13:15.316037 [ 4 ] {ce3fdea2-7cb8-4eb1-bdb2-c2a8c07044d4} <Debug> TCPHandler: Processed in 0.004497819 sec.
8460 2025.03.11 22:13:15.316148 [ 197 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8461 2025.03.11 22:13:15.316601 [ 197 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8462 2025.03.11 22:13:15.316703 [ 197 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8463 2025.03.11 22:13:15.316981 [ 197 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8464 2025.03.11 22:13:15.317084 [ 197 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8465 2025.03.11 22:13:15.317176 [ 197 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8466 2025.03.11 22:13:15.317258 [ 197 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8467 2025.03.11 22:13:15.317337 [ 197 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8468 2025.03.11 22:13:15.320475 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4188 rows, containing 4 columns (4 merged, 0 gathered) in 0.004669169 sec., 896947.6153037082 rows/sec., 60.45 MiB/sec.
8469 2025.03.11 22:13:15.320837 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
8470 2025.03.11 22:13:15.321198 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_81_16} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8471 2025.03.11 22:13:15.321284 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_81_16} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
8472 2025.03.11 22:13:15.321374 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB.
8473 2025.03.11 22:13:15.322184 [ 194 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22629 rows, containing 5 columns (5 merged, 0 gathered) in 0.01759931 sec., 1285789.0451387016 rows/sec., 88.11 MiB/sec.
8474 2025.03.11 22:13:15.322784 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
8475 2025.03.11 22:13:15.323160 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8476 2025.03.11 22:13:15.323259 [ 195 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
8477 2025.03.11 22:13:15.323376 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB.
8478 2025.03.11 22:13:16.146862 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22509
8479 2025.03.11 22:13:16.147517 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8480 2025.03.11 22:13:16.147555 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8481 2025.03.11 22:13:16.148092 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8482 2025.03.11 22:13:16.148359 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8483 2025.03.11 22:13:16.148635 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509
8484 2025.03.11 22:13:17.702785 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370
8485 2025.03.11 22:13:17.723531 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8486 2025.03.11 22:13:17.723587 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8487 2025.03.11 22:13:17.730959 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary)
8488 2025.03.11 22:13:17.731720 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8489 2025.03.11 22:13:17.735436 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370
8490 2025.03.11 22:13:18.758562 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1180
8491 2025.03.11 22:13:18.761491 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8492 2025.03.11 22:13:18.761544 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8493 2025.03.11 22:13:18.763029 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary)
8494 2025.03.11 22:13:18.763340 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8495 2025.03.11 22:13:18.763582 [ 34 ] {} <Debug> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0
8496 2025.03.11 22:13:18.763707 [ 34 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8497 2025.03.11 22:13:18.763771 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8498 2025.03.11 22:13:18.764319 [ 196 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::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
8499 2025.03.11 22:13:18.765673 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1180
8500 2025.03.11 22:13:18.766051 [ 196 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8501 2025.03.11 22:13:18.766227 [ 196 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1046 rows starting from the beginning of the part
8502 2025.03.11 22:13:18.766895 [ 196 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part
8503 2025.03.11 22:13:18.767553 [ 196 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part
8504 2025.03.11 22:13:18.768167 [ 196 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 44 rows starting from the beginning of the part
8505 2025.03.11 22:13:18.768767 [ 196 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part
8506 2025.03.11 22:13:18.769353 [ 196 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part
8507 2025.03.11 22:13:18.777505 [ 187 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1180 rows, containing 72 columns (72 merged, 0 gathered) in 0.013565766 sec., 86983.66166717013 rows/sec., 68.25 MiB/sec.
8508 2025.03.11 22:13:18.778948 [ 187 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary)
8509 2025.03.11 22:13:18.779723 [ 187 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_36_7} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8510 2025.03.11 22:13:18.779805 [ 187 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_36_7} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7
8511 2025.03.11 22:13:18.780124 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.76 MiB.
8512 2025.03.11 22:13:20.298263 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8513 2025.03.11 22:13:20.298453 [ 4 ] {c8f21884-2f15-4016-9f1c-e53d74f4c8d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8514 2025.03.11 22:13:20.298524 [ 4 ] {c8f21884-2f15-4016-9f1c-e53d74f4c8d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8515 2025.03.11 22:13:20.299306 [ 4 ] {c8f21884-2f15-4016-9f1c-e53d74f4c8d0} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8516 2025.03.11 22:13:20.299358 [ 4 ] {c8f21884-2f15-4016-9f1c-e53d74f4c8d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8517 2025.03.11 22:13:20.299808 [ 4 ] {c8f21884-2f15-4016-9f1c-e53d74f4c8d0} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
8518 2025.03.11 22:13:20.300070 [ 4 ] {c8f21884-2f15-4016-9f1c-e53d74f4c8d0} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8519 2025.03.11 22:13:20.300307 [ 4 ] {c8f21884-2f15-4016-9f1c-e53d74f4c8d0} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001907 sec., 62926.061877294174 rows/sec., 5.33 MiB/sec.
8520 2025.03.11 22:13:20.300365 [ 4 ] {c8f21884-2f15-4016-9f1c-e53d74f4c8d0} <Debug> TCPHandler: Processed in 0.002239749 sec.
8521 2025.03.11 22:13:20.300507 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8522 2025.03.11 22:13:20.300640 [ 4 ] {1f6042d6-3d87-4844-8c67-8eb54282a431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8523 2025.03.11 22:13:20.300698 [ 4 ] {1f6042d6-3d87-4844-8c67-8eb54282a431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8524 2025.03.11 22:13:20.301293 [ 4 ] {1f6042d6-3d87-4844-8c67-8eb54282a431} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8525 2025.03.11 22:13:20.301334 [ 4 ] {1f6042d6-3d87-4844-8c67-8eb54282a431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8526 2025.03.11 22:13:20.301702 [ 4 ] {1f6042d6-3d87-4844-8c67-8eb54282a431} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8527 2025.03.11 22:13:20.301976 [ 4 ] {1f6042d6-3d87-4844-8c67-8eb54282a431} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8528 2025.03.11 22:13:20.302159 [ 33 ] {} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8529 2025.03.11 22:13:20.302224 [ 4 ] {1f6042d6-3d87-4844-8c67-8eb54282a431} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001613 sec., 19838.809671419713 rows/sec., 1.46 MiB/sec.
8530 2025.03.11 22:13:20.302258 [ 33 ] {} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8531 2025.03.11 22:13:20.302329 [ 4 ] {1f6042d6-3d87-4844-8c67-8eb54282a431} <Debug> TCPHandler: Processed in 0.001884287 sec.
8532 2025.03.11 22:13:20.302343 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8533 2025.03.11 22:13:20.302497 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8534 2025.03.11 22:13:20.302689 [ 199 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
8535 2025.03.11 22:13:20.302773 [ 4 ] {4a442bd2-7606-4869-b42f-9af53e4719b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8536 2025.03.11 22:13:20.303023 [ 4 ] {4a442bd2-7606-4869-b42f-9af53e4719b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8537 2025.03.11 22:13:20.303322 [ 199 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8538 2025.03.11 22:13:20.303447 [ 199 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 70 rows starting from the beginning of the part
8539 2025.03.11 22:13:20.303864 [ 199 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 46 rows starting from the beginning of the part
8540 2025.03.11 22:13:20.304083 [ 199 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part
8541 2025.03.11 22:13:20.304559 [ 199 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 32 rows starting from the beginning of the part
8542 2025.03.11 22:13:20.305088 [ 199 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part
8543 2025.03.11 22:13:20.305678 [ 199 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 32 rows starting from the beginning of the part
8544 2025.03.11 22:13:20.307156 [ 4 ] {4a442bd2-7606-4869-b42f-9af53e4719b1} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8545 2025.03.11 22:13:20.307231 [ 4 ] {4a442bd2-7606-4869-b42f-9af53e4719b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8546 2025.03.11 22:13:20.308234 [ 4 ] {4a442bd2-7606-4869-b42f-9af53e4719b1} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
8547 2025.03.11 22:13:20.308751 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.006251983 sec., 31350.05325510322 rows/sec., 2.42 MiB/sec.
8548 2025.03.11 22:13:20.308811 [ 4 ] {4a442bd2-7606-4869-b42f-9af53e4719b1} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8549 2025.03.11 22:13:20.309092 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8550 2025.03.11 22:13:20.309251 [ 4 ] {4a442bd2-7606-4869-b42f-9af53e4719b1} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.006559 sec., 14636.3774965696 rows/sec., 1.14 MiB/sec.
8551 2025.03.11 22:13:20.309367 [ 4 ] {4a442bd2-7606-4869-b42f-9af53e4719b1} <Debug> TCPHandler: Processed in 0.006928059 sec.
8552 2025.03.11 22:13:20.309549 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8553 2025.03.11 22:13:20.309703 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_66_13} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8554 2025.03.11 22:13:20.309712 [ 4 ] {5bc9766b-e4d7-440f-993a-53d4c5433c97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8555 2025.03.11 22:13:20.309829 [ 4 ] {5bc9766b-e4d7-440f-993a-53d4c5433c97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8556 2025.03.11 22:13:20.309901 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_66_13} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8557 2025.03.11 22:13:20.310119 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
8558 2025.03.11 22:13:20.310617 [ 4 ] {5bc9766b-e4d7-440f-993a-53d4c5433c97} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8559 2025.03.11 22:13:20.310661 [ 4 ] {5bc9766b-e4d7-440f-993a-53d4c5433c97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8560 2025.03.11 22:13:20.311066 [ 4 ] {5bc9766b-e4d7-440f-993a-53d4c5433c97} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
8561 2025.03.11 22:13:20.311331 [ 4 ] {5bc9766b-e4d7-440f-993a-53d4c5433c97} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8562 2025.03.11 22:13:20.311558 [ 4 ] {5bc9766b-e4d7-440f-993a-53d4c5433c97} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001907 sec., 83901.41583639223 rows/sec., 5.84 MiB/sec.
8563 2025.03.11 22:13:20.311618 [ 4 ] {5bc9766b-e4d7-440f-993a-53d4c5433c97} <Debug> TCPHandler: Processed in 0.002134398 sec.
8564 2025.03.11 22:13:20.311733 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8565 2025.03.11 22:13:20.311834 [ 4 ] {26e9e6db-efb5-4d53-a6d8-996f0fa22303} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8566 2025.03.11 22:13:20.311909 [ 4 ] {26e9e6db-efb5-4d53-a6d8-996f0fa22303} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8567 2025.03.11 22:13:20.313101 [ 4 ] {26e9e6db-efb5-4d53-a6d8-996f0fa22303} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8568 2025.03.11 22:13:20.313142 [ 4 ] {26e9e6db-efb5-4d53-a6d8-996f0fa22303} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8569 2025.03.11 22:13:20.313810 [ 4 ] {26e9e6db-efb5-4d53-a6d8-996f0fa22303} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary)
8570 2025.03.11 22:13:20.314071 [ 4 ] {26e9e6db-efb5-4d53-a6d8-996f0fa22303} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8571 2025.03.11 22:13:20.314391 [ 4 ] {26e9e6db-efb5-4d53-a6d8-996f0fa22303} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002568 sec., 12461.059190031152 rows/sec., 22.33 MiB/sec.
8572 2025.03.11 22:13:20.314877 [ 4 ] {26e9e6db-efb5-4d53-a6d8-996f0fa22303} <Debug> TCPHandler: Processed in 0.003197747 sec.
8573 2025.03.11 22:13:20.315191 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8574 2025.03.11 22:13:20.315304 [ 4 ] {72a9f997-3ad3-4d98-99f5-a48e89308c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8575 2025.03.11 22:13:20.315357 [ 4 ] {72a9f997-3ad3-4d98-99f5-a48e89308c26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8576 2025.03.11 22:13:20.315865 [ 4 ] {72a9f997-3ad3-4d98-99f5-a48e89308c26} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8577 2025.03.11 22:13:20.315904 [ 4 ] {72a9f997-3ad3-4d98-99f5-a48e89308c26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8578 2025.03.11 22:13:20.316281 [ 4 ] {72a9f997-3ad3-4d98-99f5-a48e89308c26} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
8579 2025.03.11 22:13:20.316523 [ 4 ] {72a9f997-3ad3-4d98-99f5-a48e89308c26} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8580 2025.03.11 22:13:20.316735 [ 4 ] {72a9f997-3ad3-4d98-99f5-a48e89308c26} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001457 sec., 41180.507892930684 rows/sec., 2.78 MiB/sec.
8581 2025.03.11 22:13:20.316789 [ 4 ] {72a9f997-3ad3-4d98-99f5-a48e89308c26} <Debug> TCPHandler: Processed in 0.001670065 sec.
8582 2025.03.11 22:13:23.461383 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache
8583 2025.03.11 22:13:23.461508 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache
8584 2025.03.11 22:13:23.648851 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22936
8585 2025.03.11 22:13:23.649510 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8586 2025.03.11 22:13:23.649560 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8587 2025.03.11 22:13:23.650099 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8588 2025.03.11 22:13:23.650352 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8589 2025.03.11 22:13:23.650576 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936
8590 2025.03.11 22:13:25.235577 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377
8591 2025.03.11 22:13:25.257274 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8592 2025.03.11 22:13:25.257338 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8593 2025.03.11 22:13:25.264702 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary)
8594 2025.03.11 22:13:25.265460 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8595 2025.03.11 22:13:25.268245 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377
8596 2025.03.11 22:13:25.297494 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8597 2025.03.11 22:13:25.297776 [ 4 ] {d01d3322-4a58-474f-8ceb-1b16481c6ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8598 2025.03.11 22:13:25.297886 [ 4 ] {d01d3322-4a58-474f-8ceb-1b16481c6ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8599 2025.03.11 22:13:25.298778 [ 4 ] {d01d3322-4a58-474f-8ceb-1b16481c6ca7} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8600 2025.03.11 22:13:25.298832 [ 4 ] {d01d3322-4a58-474f-8ceb-1b16481c6ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8601 2025.03.11 22:13:25.299280 [ 4 ] {d01d3322-4a58-474f-8ceb-1b16481c6ca7} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
8602 2025.03.11 22:13:25.299541 [ 4 ] {d01d3322-4a58-474f-8ceb-1b16481c6ca7} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8603 2025.03.11 22:13:25.299751 [ 4 ] {d01d3322-4a58-474f-8ceb-1b16481c6ca7} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002053 sec., 35070.62834875791 rows/sec., 2.84 MiB/sec.
8604 2025.03.11 22:13:25.299804 [ 4 ] {d01d3322-4a58-474f-8ceb-1b16481c6ca7} <Debug> TCPHandler: Processed in 0.002488262 sec.
8605 2025.03.11 22:13:25.299924 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8606 2025.03.11 22:13:25.300028 [ 4 ] {67cbbe18-d4ac-468a-b053-0151a822fd60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8607 2025.03.11 22:13:25.300074 [ 4 ] {67cbbe18-d4ac-468a-b053-0151a822fd60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8608 2025.03.11 22:13:25.300621 [ 4 ] {67cbbe18-d4ac-468a-b053-0151a822fd60} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8609 2025.03.11 22:13:25.300659 [ 4 ] {67cbbe18-d4ac-468a-b053-0151a822fd60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8610 2025.03.11 22:13:25.301018 [ 4 ] {67cbbe18-d4ac-468a-b053-0151a822fd60} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8611 2025.03.11 22:13:25.301255 [ 4 ] {67cbbe18-d4ac-468a-b053-0151a822fd60} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8612 2025.03.11 22:13:25.301428 [ 4 ] {67cbbe18-d4ac-468a-b053-0151a822fd60} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001422 sec., 5625.879043600562 rows/sec., 423.04 KiB/sec.
8613 2025.03.11 22:13:25.301483 [ 4 ] {67cbbe18-d4ac-468a-b053-0151a822fd60} <Debug> TCPHandler: Processed in 0.001605264 sec.
8614 2025.03.11 22:13:25.301587 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8615 2025.03.11 22:13:25.301688 [ 4 ] {2dd02db3-ab27-4be9-802d-0044396cea97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8616 2025.03.11 22:13:25.301759 [ 4 ] {2dd02db3-ab27-4be9-802d-0044396cea97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8617 2025.03.11 22:13:25.302305 [ 4 ] {2dd02db3-ab27-4be9-802d-0044396cea97} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8618 2025.03.11 22:13:25.302342 [ 4 ] {2dd02db3-ab27-4be9-802d-0044396cea97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8619 2025.03.11 22:13:25.302691 [ 4 ] {2dd02db3-ab27-4be9-802d-0044396cea97} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
8620 2025.03.11 22:13:25.302927 [ 4 ] {2dd02db3-ab27-4be9-802d-0044396cea97} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8621 2025.03.11 22:13:25.303101 [ 4 ] {2dd02db3-ab27-4be9-802d-0044396cea97} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001435 sec., 50174.216027874565 rows/sec., 3.92 MiB/sec.
8622 2025.03.11 22:13:25.303151 [ 4 ] {2dd02db3-ab27-4be9-802d-0044396cea97} <Debug> TCPHandler: Processed in 0.001613454 sec.
8623 2025.03.11 22:13:25.303266 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8624 2025.03.11 22:13:25.303386 [ 4 ] {79819680-0bb6-47d5-a398-7468a39a638d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8625 2025.03.11 22:13:25.303437 [ 4 ] {79819680-0bb6-47d5-a398-7468a39a638d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8626 2025.03.11 22:13:25.303962 [ 4 ] {79819680-0bb6-47d5-a398-7468a39a638d} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8627 2025.03.11 22:13:25.303999 [ 4 ] {79819680-0bb6-47d5-a398-7468a39a638d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8628 2025.03.11 22:13:25.304396 [ 4 ] {79819680-0bb6-47d5-a398-7468a39a638d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
8629 2025.03.11 22:13:25.304633 [ 4 ] {79819680-0bb6-47d5-a398-7468a39a638d} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8630 2025.03.11 22:13:25.304809 [ 4 ] {79819680-0bb6-47d5-a398-7468a39a638d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001446 sec., 110650.06915629322 rows/sec., 7.71 MiB/sec.
8631 2025.03.11 22:13:25.304861 [ 4 ] {79819680-0bb6-47d5-a398-7468a39a638d} <Debug> TCPHandler: Processed in 0.001648114 sec.
8632 2025.03.11 22:13:25.304965 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8633 2025.03.11 22:13:25.305068 [ 4 ] {05a8212f-6390-4a52-b407-3b555ece3b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8634 2025.03.11 22:13:25.305133 [ 4 ] {05a8212f-6390-4a52-b407-3b555ece3b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8635 2025.03.11 22:13:25.306230 [ 4 ] {05a8212f-6390-4a52-b407-3b555ece3b2f} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8636 2025.03.11 22:13:25.306266 [ 4 ] {05a8212f-6390-4a52-b407-3b555ece3b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8637 2025.03.11 22:13:25.306883 [ 4 ] {05a8212f-6390-4a52-b407-3b555ece3b2f} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary)
8638 2025.03.11 22:13:25.307142 [ 4 ] {05a8212f-6390-4a52-b407-3b555ece3b2f} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8639 2025.03.11 22:13:25.307288 [ 48 ] {} <Debug> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0
8640 2025.03.11 22:13:25.307337 [ 48 ] {} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8641 2025.03.11 22:13:25.307358 [ 4 ] {05a8212f-6390-4a52-b407-3b555ece3b2f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002308 sec., 3466.2045060658575 rows/sec., 6.21 MiB/sec.
8642 2025.03.11 22:13:25.307364 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8643 2025.03.11 22:13:25.307725 [ 4 ] {05a8212f-6390-4a52-b407-3b555ece3b2f} <Debug> TCPHandler: Processed in 0.002809184 sec.
8644 2025.03.11 22:13:25.307735 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
8645 2025.03.11 22:13:25.307907 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8646 2025.03.11 22:13:25.308146 [ 4 ] {d74a2d0d-767b-4e05-9718-382349eee0c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8647 2025.03.11 22:13:25.308285 [ 4 ] {d74a2d0d-767b-4e05-9718-382349eee0c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8648 2025.03.11 22:13:25.308574 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8649 2025.03.11 22:13:25.308859 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1186 rows starting from the beginning of the part
8650 2025.03.11 22:13:25.309677 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
8651 2025.03.11 22:13:25.310456 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 32 rows starting from the beginning of the part
8652 2025.03.11 22:13:25.310528 [ 4 ] {d74a2d0d-767b-4e05-9718-382349eee0c5} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8653 2025.03.11 22:13:25.310604 [ 4 ] {d74a2d0d-767b-4e05-9718-382349eee0c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8654 2025.03.11 22:13:25.311128 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
8655 2025.03.11 22:13:25.311858 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 32 rows starting from the beginning of the part
8656 2025.03.11 22:13:25.312186 [ 4 ] {d74a2d0d-767b-4e05-9718-382349eee0c5} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
8657 2025.03.11 22:13:25.312532 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
8658 2025.03.11 22:13:25.313138 [ 4 ] {d74a2d0d-767b-4e05-9718-382349eee0c5} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8659 2025.03.11 22:13:25.313850 [ 4 ] {d74a2d0d-767b-4e05-9718-382349eee0c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005789 sec., 10364.484366902747 rows/sec., 715.26 KiB/sec.
8660 2025.03.11 22:13:25.314257 [ 4 ] {d74a2d0d-767b-4e05-9718-382349eee0c5} <Debug> TCPHandler: Processed in 0.006421665 sec.
8661 2025.03.11 22:13:25.320530 [ 190 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1274 rows, containing 19 columns (19 merged, 0 gathered) in 0.013037141 sec., 97720.81164114126 rows/sec., 175.11 MiB/sec.
8662 2025.03.11 22:13:25.322025 [ 190 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary)
8663 2025.03.11 22:13:25.322469 [ 190 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8664 2025.03.11 22:13:25.322559 [ 190 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13
8665 2025.03.11 22:13:25.322725 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB.
8666 2025.03.11 22:13:26.566603 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8667 2025.03.11 22:13:26.566817 [ 4 ] {642c2977-8fcd-4280-a69c-7634144bddfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
8668 2025.03.11 22:13:26.566900 [ 4 ] {642c2977-8fcd-4280-a69c-7634144bddfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
8669 2025.03.11 22:13:26.567783 [ 4 ] {642c2977-8fcd-4280-a69c-7634144bddfc} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8670 2025.03.11 22:13:26.567846 [ 4 ] {642c2977-8fcd-4280-a69c-7634144bddfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8671 2025.03.11 22:13:26.568337 [ 4 ] {642c2977-8fcd-4280-a69c-7634144bddfc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
8672 2025.03.11 22:13:26.568594 [ 4 ] {642c2977-8fcd-4280-a69c-7634144bddfc} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8673 2025.03.11 22:13:26.568827 [ 4 ] {642c2977-8fcd-4280-a69c-7634144bddfc} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.002066 sec., 11616.650532429816 rows/sec., 986.96 KiB/sec.
8674 2025.03.11 22:13:26.568888 [ 4 ] {642c2977-8fcd-4280-a69c-7634144bddfc} <Debug> TCPHandler: Processed in 0.00242565 sec.
8675 2025.03.11 22:13:26.569014 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8676 2025.03.11 22:13:26.569128 [ 4 ] {ebad1351-3aca-4fc5-a9d7-f3218919833e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
8677 2025.03.11 22:13:26.569176 [ 4 ] {ebad1351-3aca-4fc5-a9d7-f3218919833e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
8678 2025.03.11 22:13:26.569720 [ 4 ] {ebad1351-3aca-4fc5-a9d7-f3218919833e} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8679 2025.03.11 22:13:26.569759 [ 4 ] {ebad1351-3aca-4fc5-a9d7-f3218919833e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8680 2025.03.11 22:13:26.570115 [ 4 ] {ebad1351-3aca-4fc5-a9d7-f3218919833e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
8681 2025.03.11 22:13:26.570354 [ 4 ] {ebad1351-3aca-4fc5-a9d7-f3218919833e} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8682 2025.03.11 22:13:26.570608 [ 4 ] {ebad1351-3aca-4fc5-a9d7-f3218919833e} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001498 sec., 9345.794392523365 rows/sec., 762.08 KiB/sec.
8683 2025.03.11 22:13:26.570837 [ 4 ] {ebad1351-3aca-4fc5-a9d7-f3218919833e} <Debug> TCPHandler: Processed in 0.001871416 sec.
8684 2025.03.11 22:13:26.570973 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8685 2025.03.11 22:13:26.571075 [ 4 ] {00ddea15-3fe5-4734-b57a-a145d1e23583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8686 2025.03.11 22:13:26.571119 [ 4 ] {00ddea15-3fe5-4734-b57a-a145d1e23583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8687 2025.03.11 22:13:26.572381 [ 4 ] {00ddea15-3fe5-4734-b57a-a145d1e23583} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8688 2025.03.11 22:13:26.572420 [ 4 ] {00ddea15-3fe5-4734-b57a-a145d1e23583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8689 2025.03.11 22:13:26.572856 [ 4 ] {00ddea15-3fe5-4734-b57a-a145d1e23583} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
8690 2025.03.11 22:13:26.573091 [ 4 ] {00ddea15-3fe5-4734-b57a-a145d1e23583} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8691 2025.03.11 22:13:26.573327 [ 4 ] {00ddea15-3fe5-4734-b57a-a145d1e23583} <Debug> executeQuery: Read 1387 rows, 118.48 KiB in 0.002273 sec., 610206.7751869776 rows/sec., 50.90 MiB/sec.
8692 2025.03.11 22:13:26.573381 [ 4 ] {00ddea15-3fe5-4734-b57a-a145d1e23583} <Debug> TCPHandler: Processed in 0.00245821 sec.
8693 2025.03.11 22:13:26.573500 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8694 2025.03.11 22:13:26.573605 [ 4 ] {9e3b2cb3-a0f5-4426-b6da-9785f9d6df02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8695 2025.03.11 22:13:26.573649 [ 4 ] {9e3b2cb3-a0f5-4426-b6da-9785f9d6df02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8696 2025.03.11 22:13:26.574201 [ 4 ] {9e3b2cb3-a0f5-4426-b6da-9785f9d6df02} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8697 2025.03.11 22:13:26.574240 [ 4 ] {9e3b2cb3-a0f5-4426-b6da-9785f9d6df02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8698 2025.03.11 22:13:26.574584 [ 4 ] {9e3b2cb3-a0f5-4426-b6da-9785f9d6df02} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8699 2025.03.11 22:13:26.574817 [ 4 ] {9e3b2cb3-a0f5-4426-b6da-9785f9d6df02} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8700 2025.03.11 22:13:26.575024 [ 4 ] {9e3b2cb3-a0f5-4426-b6da-9785f9d6df02} <Debug> executeQuery: Read 58 rows, 4.34 KiB in 0.001441 sec., 40249.8265093685 rows/sec., 2.94 MiB/sec.
8701 2025.03.11 22:13:26.575076 [ 4 ] {9e3b2cb3-a0f5-4426-b6da-9785f9d6df02} <Debug> TCPHandler: Processed in 0.001626274 sec.
8702 2025.03.11 22:13:26.575180 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8703 2025.03.11 22:13:26.575281 [ 4 ] {968a0f5b-40a5-48b4-a9e8-2d2f088e4f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
8704 2025.03.11 22:13:26.575325 [ 4 ] {968a0f5b-40a5-48b4-a9e8-2d2f088e4f61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
8705 2025.03.11 22:13:26.575924 [ 4 ] {968a0f5b-40a5-48b4-a9e8-2d2f088e4f61} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8706 2025.03.11 22:13:26.575962 [ 4 ] {968a0f5b-40a5-48b4-a9e8-2d2f088e4f61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8707 2025.03.11 22:13:26.576319 [ 4 ] {968a0f5b-40a5-48b4-a9e8-2d2f088e4f61} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
8708 2025.03.11 22:13:26.576558 [ 4 ] {968a0f5b-40a5-48b4-a9e8-2d2f088e4f61} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8709 2025.03.11 22:13:26.576809 [ 4 ] {968a0f5b-40a5-48b4-a9e8-2d2f088e4f61} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001544 sec., 163212.43523316062 rows/sec., 11.29 MiB/sec.
8710 2025.03.11 22:13:26.577024 [ 4 ] {968a0f5b-40a5-48b4-a9e8-2d2f088e4f61} <Debug> TCPHandler: Processed in 0.001889407 sec.
8711 2025.03.11 22:13:26.577163 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8712 2025.03.11 22:13:26.577269 [ 4 ] {150caccb-6c3b-497e-97dc-38305c9b1009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
8713 2025.03.11 22:13:26.577313 [ 4 ] {150caccb-6c3b-497e-97dc-38305c9b1009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
8714 2025.03.11 22:13:26.577870 [ 4 ] {150caccb-6c3b-497e-97dc-38305c9b1009} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8715 2025.03.11 22:13:26.577909 [ 4 ] {150caccb-6c3b-497e-97dc-38305c9b1009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8716 2025.03.11 22:13:26.578265 [ 4 ] {150caccb-6c3b-497e-97dc-38305c9b1009} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary)
8717 2025.03.11 22:13:26.578496 [ 4 ] {150caccb-6c3b-497e-97dc-38305c9b1009} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8718 2025.03.11 22:13:26.578757 [ 4 ] {150caccb-6c3b-497e-97dc-38305c9b1009} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001495 sec., 8026.755852842809 rows/sec., 627.09 KiB/sec.
8719 2025.03.11 22:13:26.578930 [ 4 ] {150caccb-6c3b-497e-97dc-38305c9b1009} <Debug> TCPHandler: Processed in 0.001814856 sec.
8720 2025.03.11 22:13:26.579036 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8721 2025.03.11 22:13:26.579136 [ 4 ] {827ed94f-fdaa-4b09-b9d3-52f589169003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8722 2025.03.11 22:13:26.579179 [ 4 ] {827ed94f-fdaa-4b09-b9d3-52f589169003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8723 2025.03.11 22:13:26.579973 [ 4 ] {827ed94f-fdaa-4b09-b9d3-52f589169003} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8724 2025.03.11 22:13:26.580012 [ 4 ] {827ed94f-fdaa-4b09-b9d3-52f589169003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8725 2025.03.11 22:13:26.580385 [ 4 ] {827ed94f-fdaa-4b09-b9d3-52f589169003} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
8726 2025.03.11 22:13:26.580617 [ 4 ] {827ed94f-fdaa-4b09-b9d3-52f589169003} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8727 2025.03.11 22:13:26.580837 [ 4 ] {827ed94f-fdaa-4b09-b9d3-52f589169003} <Debug> executeQuery: Read 602 rows, 46.37 KiB in 0.001719 sec., 350203.60674810933 rows/sec., 26.34 MiB/sec.
8728 2025.03.11 22:13:26.580943 [ 4 ] {827ed94f-fdaa-4b09-b9d3-52f589169003} <Debug> TCPHandler: Processed in 0.001956007 sec.
8729 2025.03.11 22:13:26.581135 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8730 2025.03.11 22:13:26.581325 [ 4 ] {54ca2438-a3cd-4dbe-97d9-1e3f85d8b2e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8731 2025.03.11 22:13:26.581375 [ 4 ] {54ca2438-a3cd-4dbe-97d9-1e3f85d8b2e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8732 2025.03.11 22:13:26.582100 [ 4 ] {54ca2438-a3cd-4dbe-97d9-1e3f85d8b2e1} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8733 2025.03.11 22:13:26.582138 [ 4 ] {54ca2438-a3cd-4dbe-97d9-1e3f85d8b2e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8734 2025.03.11 22:13:26.582560 [ 4 ] {54ca2438-a3cd-4dbe-97d9-1e3f85d8b2e1} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
8735 2025.03.11 22:13:26.582797 [ 4 ] {54ca2438-a3cd-4dbe-97d9-1e3f85d8b2e1} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8736 2025.03.11 22:13:26.583007 [ 4 ] {54ca2438-a3cd-4dbe-97d9-1e3f85d8b2e1} <Debug> executeQuery: Read 951 rows, 65.72 KiB in 0.001717 sec., 553873.0343622598 rows/sec., 37.38 MiB/sec.
8737 2025.03.11 22:13:26.583055 [ 4 ] {54ca2438-a3cd-4dbe-97d9-1e3f85d8b2e1} <Debug> TCPHandler: Processed in 0.002020167 sec.
8738 2025.03.11 22:13:26.583172 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8739 2025.03.11 22:13:26.583276 [ 4 ] {e8933dc6-605a-4e4b-8f0c-b816f9b5275c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8740 2025.03.11 22:13:26.583342 [ 4 ] {e8933dc6-605a-4e4b-8f0c-b816f9b5275c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8741 2025.03.11 22:13:26.584454 [ 4 ] {e8933dc6-605a-4e4b-8f0c-b816f9b5275c} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8742 2025.03.11 22:13:26.584492 [ 4 ] {e8933dc6-605a-4e4b-8f0c-b816f9b5275c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8743 2025.03.11 22:13:26.585115 [ 4 ] {e8933dc6-605a-4e4b-8f0c-b816f9b5275c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary)
8744 2025.03.11 22:13:26.585369 [ 4 ] {e8933dc6-605a-4e4b-8f0c-b816f9b5275c} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8745 2025.03.11 22:13:26.585618 [ 4 ] {e8933dc6-605a-4e4b-8f0c-b816f9b5275c} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002363 sec., 13542.107490478205 rows/sec., 24.27 MiB/sec.
8746 2025.03.11 22:13:26.585710 [ 4 ] {e8933dc6-605a-4e4b-8f0c-b816f9b5275c} <Debug> TCPHandler: Processed in 0.002589762 sec.
8747 2025.03.11 22:13:26.585823 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8748 2025.03.11 22:13:26.585926 [ 4 ] {9e1564c0-b4d6-448a-8577-0edb74f948aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8749 2025.03.11 22:13:26.585971 [ 4 ] {9e1564c0-b4d6-448a-8577-0edb74f948aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8750 2025.03.11 22:13:26.586391 [ 4 ] {9e1564c0-b4d6-448a-8577-0edb74f948aa} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8751 2025.03.11 22:13:26.586429 [ 4 ] {9e1564c0-b4d6-448a-8577-0edb74f948aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8752 2025.03.11 22:13:26.586776 [ 4 ] {9e1564c0-b4d6-448a-8577-0edb74f948aa} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
8753 2025.03.11 22:13:26.587009 [ 4 ] {9e1564c0-b4d6-448a-8577-0edb74f948aa} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8754 2025.03.11 22:13:26.587226 [ 4 ] {9e1564c0-b4d6-448a-8577-0edb74f948aa} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001322 sec., 16641.45234493192 rows/sec., 1.13 MiB/sec.
8755 2025.03.11 22:13:26.587318 [ 4 ] {9e1564c0-b4d6-448a-8577-0edb74f948aa} <Debug> TCPHandler: Processed in 0.001545483 sec.
8756 2025.03.11 22:13:28.765947 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1224
8757 2025.03.11 22:13:28.769213 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8758 2025.03.11 22:13:28.769263 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8759 2025.03.11 22:13:28.770729 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary)
8760 2025.03.11 22:13:28.771032 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8761 2025.03.11 22:13:28.771511 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1224
8762 2025.03.11 22:13:30.293510 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8763 2025.03.11 22:13:30.293717 [ 4 ] {ea021409-1a64-43a1-b3f9-a19dd52f3a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8764 2025.03.11 22:13:30.293796 [ 4 ] {ea021409-1a64-43a1-b3f9-a19dd52f3a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8765 2025.03.11 22:13:30.294653 [ 4 ] {ea021409-1a64-43a1-b3f9-a19dd52f3a72} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8766 2025.03.11 22:13:30.294699 [ 4 ] {ea021409-1a64-43a1-b3f9-a19dd52f3a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8767 2025.03.11 22:13:30.295131 [ 4 ] {ea021409-1a64-43a1-b3f9-a19dd52f3a72} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
8768 2025.03.11 22:13:30.295388 [ 4 ] {ea021409-1a64-43a1-b3f9-a19dd52f3a72} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8769 2025.03.11 22:13:30.295600 [ 122 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0
8770 2025.03.11 22:13:30.295653 [ 4 ] {ea021409-1a64-43a1-b3f9-a19dd52f3a72} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001986 sec., 28197.381671701914 rows/sec., 2.15 MiB/sec.
8771 2025.03.11 22:13:30.295681 [ 122 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8772 2025.03.11 22:13:30.295740 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8773 2025.03.11 22:13:30.295771 [ 4 ] {ea021409-1a64-43a1-b3f9-a19dd52f3a72} <Debug> TCPHandler: Processed in 0.002395331 sec.
8774 2025.03.11 22:13:30.296050 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8775 2025.03.11 22:13:30.296090 [ 193 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full
8776 2025.03.11 22:13:30.296334 [ 4 ] {1028e620-90f4-4e37-98dd-d569e61ee273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8777 2025.03.11 22:13:30.296485 [ 4 ] {1028e620-90f4-4e37-98dd-d569e61ee273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8778 2025.03.11 22:13:30.296832 [ 193 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8779 2025.03.11 22:13:30.297017 [ 193 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 1406 rows starting from the beginning of the part
8780 2025.03.11 22:13:30.297555 [ 193 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 72 rows starting from the beginning of the part
8781 2025.03.11 22:13:30.298066 [ 193 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 120 rows starting from the beginning of the part
8782 2025.03.11 22:13:30.298495 [ 193 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 72 rows starting from the beginning of the part
8783 2025.03.11 22:13:30.298795 [ 193 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1387 rows starting from the beginning of the part
8784 2025.03.11 22:13:30.299131 [ 193 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part
8785 2025.03.11 22:13:30.299857 [ 4 ] {1028e620-90f4-4e37-98dd-d569e61ee273} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8786 2025.03.11 22:13:30.299925 [ 4 ] {1028e620-90f4-4e37-98dd-d569e61ee273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8787 2025.03.11 22:13:30.300854 [ 4 ] {1028e620-90f4-4e37-98dd-d569e61ee273} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
8788 2025.03.11 22:13:30.301468 [ 4 ] {1028e620-90f4-4e37-98dd-d569e61ee273} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8789 2025.03.11 22:13:30.301790 [ 122 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0
8790 2025.03.11 22:13:30.301864 [ 122 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8791 2025.03.11 22:13:30.301899 [ 4 ] {1028e620-90f4-4e37-98dd-d569e61ee273} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005658 sec., 11311.417462000707 rows/sec., 904.07 KiB/sec.
8792 2025.03.11 22:13:30.301912 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8793 2025.03.11 22:13:30.302162 [ 4 ] {1028e620-90f4-4e37-98dd-d569e61ee273} <Debug> TCPHandler: Processed in 0.006209613 sec.
8794 2025.03.11 22:13:30.302463 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full
8795 2025.03.11 22:13:30.302676 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8796 2025.03.11 22:13:30.303035 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8797 2025.03.11 22:13:30.303151 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 632 rows starting from the beginning of the part
8798 2025.03.11 22:13:30.303185 [ 4 ] {e87bdc2b-c845-4d4c-95e3-06f16853390a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8799 2025.03.11 22:13:30.303569 [ 4 ] {e87bdc2b-c845-4d4c-95e3-06f16853390a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8800 2025.03.11 22:13:30.303897 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 72 rows starting from the beginning of the part
8801 2025.03.11 22:13:30.304483 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 96 rows starting from the beginning of the part
8802 2025.03.11 22:13:30.304978 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 72 rows starting from the beginning of the part
8803 2025.03.11 22:13:30.305433 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 602 rows starting from the beginning of the part
8804 2025.03.11 22:13:30.305961 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part
8805 2025.03.11 22:13:30.307048 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3113 rows, containing 5 columns (5 merged, 0 gathered) in 0.011177086 sec., 278516.2429635059 rows/sec., 24.26 MiB/sec.
8806 2025.03.11 22:13:30.307490 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary)
8807 2025.03.11 22:13:30.307985 [ 4 ] {e87bdc2b-c845-4d4c-95e3-06f16853390a} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8808 2025.03.11 22:13:30.308080 [ 4 ] {e87bdc2b-c845-4d4c-95e3-06f16853390a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8809 2025.03.11 22:13:30.308390 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_85_17} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8810 2025.03.11 22:13:30.308723 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_85_17} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17
8811 2025.03.11 22:13:30.309002 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
8812 2025.03.11 22:13:30.309694 [ 4 ] {e87bdc2b-c845-4d4c-95e3-06f16853390a} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
8813 2025.03.11 22:13:30.310239 [ 4 ] {e87bdc2b-c845-4d4c-95e3-06f16853390a} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8814 2025.03.11 22:13:30.310292 [ 191 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1538 rows, containing 5 columns (5 merged, 0 gathered) in 0.0082389 sec., 186675.4056973625 rows/sec., 14.87 MiB/sec.
8815 2025.03.11 22:13:30.310612 [ 4 ] {e87bdc2b-c845-4d4c-95e3-06f16853390a} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.007583 sec., 12923.644995384411 rows/sec., 922.99 KiB/sec.
8816 2025.03.11 22:13:30.310683 [ 191 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary)
8817 2025.03.11 22:13:30.310765 [ 4 ] {e87bdc2b-c845-4d4c-95e3-06f16853390a} <Debug> TCPHandler: Processed in 0.00826827 sec.
8818 2025.03.11 22:13:30.310957 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8819 2025.03.11 22:13:30.311120 [ 4 ] {859f0e0b-7c40-4eb8-8a11-48f577a472c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8820 2025.03.11 22:13:30.311202 [ 4 ] {859f0e0b-7c40-4eb8-8a11-48f577a472c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8821 2025.03.11 22:13:30.311264 [ 191 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_85_17} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8822 2025.03.11 22:13:30.311531 [ 191 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_85_17} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17
8823 2025.03.11 22:13:30.311726 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
8824 2025.03.11 22:13:30.312024 [ 4 ] {859f0e0b-7c40-4eb8-8a11-48f577a472c4} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8825 2025.03.11 22:13:30.312067 [ 4 ] {859f0e0b-7c40-4eb8-8a11-48f577a472c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8826 2025.03.11 22:13:30.312433 [ 4 ] {859f0e0b-7c40-4eb8-8a11-48f577a472c4} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
8827 2025.03.11 22:13:30.312670 [ 4 ] {859f0e0b-7c40-4eb8-8a11-48f577a472c4} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8828 2025.03.11 22:13:30.312893 [ 4 ] {859f0e0b-7c40-4eb8-8a11-48f577a472c4} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001822 sec., 20856.201975850712 rows/sec., 1.40 MiB/sec.
8829 2025.03.11 22:13:30.312946 [ 4 ] {859f0e0b-7c40-4eb8-8a11-48f577a472c4} <Debug> TCPHandler: Processed in 0.002052358 sec.
8830 2025.03.11 22:13:31.150776 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23424
8831 2025.03.11 22:13:31.151537 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8832 2025.03.11 22:13:31.151585 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8833 2025.03.11 22:13:31.152120 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8834 2025.03.11 22:13:31.152383 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8835 2025.03.11 22:13:31.152608 [ 147 ] {} <Debug> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8836 2025.03.11 22:13:31.152630 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424
8837 2025.03.11 22:13:31.152701 [ 147 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8838 2025.03.11 22:13:31.152734 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB.
8839 2025.03.11 22:13:31.152880 [ 192 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::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
8840 2025.03.11 22:13:31.153049 [ 192 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8841 2025.03.11 22:13:31.153090 [ 192 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::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
8842 2025.03.11 22:13:31.153174 [ 192 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 488 rows starting from the beginning of the part
8843 2025.03.11 22:13:31.153427 [ 192 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 427 rows starting from the beginning of the part
8844 2025.03.11 22:13:31.153578 [ 192 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 488 rows starting from the beginning of the part
8845 2025.03.11 22:13:31.153701 [ 192 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 427 rows starting from the beginning of the part
8846 2025.03.11 22:13:31.153953 [ 192 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 488 rows starting from the beginning of the part
8847 2025.03.11 22:13:31.156345 [ 193 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.00353467 sec., 6626926.983282739 rows/sec., 94.80 MiB/sec.
8848 2025.03.11 22:13:31.156695 [ 200 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8849 2025.03.11 22:13:31.157037 [ 200 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_51_10} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8850 2025.03.11 22:13:31.157140 [ 200 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_51_10} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8851 2025.03.11 22:13:31.157248 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB.
8852 2025.03.11 22:13:32.768392 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385
8853 2025.03.11 22:13:32.789997 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8854 2025.03.11 22:13:32.790052 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
8855 2025.03.11 22:13:32.797343 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary)
8856 2025.03.11 22:13:32.798119 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8857 2025.03.11 22:13:32.798535 [ 127 ] {} <Debug> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0
8858 2025.03.11 22:13:32.798669 [ 127 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8859 2025.03.11 22:13:32.798746 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
8860 2025.03.11 22:13:32.799091 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
8861 2025.03.11 22:13:32.806998 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385
8862 2025.03.11 22:13:32.808339 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8863 2025.03.11 22:13:32.809233 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
8864 2025.03.11 22:13:32.813910 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
8865 2025.03.11 22:13:32.818697 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
8866 2025.03.11 22:13:32.823970 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
8867 2025.03.11 22:13:32.829431 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
8868 2025.03.11 22:13:32.834043 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
8869 2025.03.11 22:13:32.891781 [ 193 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.092875782 sec., 4145.3217589058895 rows/sec., 21.43 MiB/sec.
8870 2025.03.11 22:13:32.895018 [ 195 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary)
8871 2025.03.11 22:13:32.898055 [ 195 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_51_10} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8872 2025.03.11 22:13:32.898197 [ 195 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_51_10} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10
8873 2025.03.11 22:13:32.900839 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
8874 2025.03.11 22:13:35.296571 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8875 2025.03.11 22:13:35.296759 [ 4 ] {824b4b07-8203-49ff-be36-8c9226938408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8876 2025.03.11 22:13:35.296828 [ 4 ] {824b4b07-8203-49ff-be36-8c9226938408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8877 2025.03.11 22:13:35.297569 [ 4 ] {824b4b07-8203-49ff-be36-8c9226938408} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8878 2025.03.11 22:13:35.297619 [ 4 ] {824b4b07-8203-49ff-be36-8c9226938408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
8879 2025.03.11 22:13:35.298051 [ 4 ] {824b4b07-8203-49ff-be36-8c9226938408} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8880 2025.03.11 22:13:35.298300 [ 4 ] {824b4b07-8203-49ff-be36-8c9226938408} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8881 2025.03.11 22:13:35.298535 [ 4 ] {824b4b07-8203-49ff-be36-8c9226938408} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001825 sec., 39452.05479452055 rows/sec., 3.19 MiB/sec.
8882 2025.03.11 22:13:35.298591 [ 4 ] {824b4b07-8203-49ff-be36-8c9226938408} <Debug> TCPHandler: Processed in 0.002153938 sec.
8883 2025.03.11 22:13:35.298712 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8884 2025.03.11 22:13:35.298819 [ 4 ] {6ab69acc-b124-4784-b69a-999d33d9d5c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
8885 2025.03.11 22:13:35.298865 [ 4 ] {6ab69acc-b124-4784-b69a-999d33d9d5c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
8886 2025.03.11 22:13:35.299382 [ 4 ] {6ab69acc-b124-4784-b69a-999d33d9d5c2} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8887 2025.03.11 22:13:35.299421 [ 4 ] {6ab69acc-b124-4784-b69a-999d33d9d5c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
8888 2025.03.11 22:13:35.299768 [ 4 ] {6ab69acc-b124-4784-b69a-999d33d9d5c2} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
8889 2025.03.11 22:13:35.300016 [ 4 ] {6ab69acc-b124-4784-b69a-999d33d9d5c2} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8890 2025.03.11 22:13:35.300227 [ 4 ] {6ab69acc-b124-4784-b69a-999d33d9d5c2} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001429 sec., 5598.320503848846 rows/sec., 420.97 KiB/sec.
8891 2025.03.11 22:13:35.300279 [ 4 ] {6ab69acc-b124-4784-b69a-999d33d9d5c2} <Debug> TCPHandler: Processed in 0.001618754 sec.
8892 2025.03.11 22:13:35.300383 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8893 2025.03.11 22:13:35.300482 [ 4 ] {25e07776-66c8-4bf5-8448-33bf4f78a77c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
8894 2025.03.11 22:13:35.300526 [ 4 ] {25e07776-66c8-4bf5-8448-33bf4f78a77c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
8895 2025.03.11 22:13:35.301053 [ 4 ] {25e07776-66c8-4bf5-8448-33bf4f78a77c} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8896 2025.03.11 22:13:35.301092 [ 4 ] {25e07776-66c8-4bf5-8448-33bf4f78a77c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
8897 2025.03.11 22:13:35.301442 [ 4 ] {25e07776-66c8-4bf5-8448-33bf4f78a77c} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8898 2025.03.11 22:13:35.301684 [ 4 ] {25e07776-66c8-4bf5-8448-33bf4f78a77c} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8899 2025.03.11 22:13:35.301904 [ 4 ] {25e07776-66c8-4bf5-8448-33bf4f78a77c} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001441 sec., 49965.30187369882 rows/sec., 3.90 MiB/sec.
8900 2025.03.11 22:13:35.301957 [ 4 ] {25e07776-66c8-4bf5-8448-33bf4f78a77c} <Debug> TCPHandler: Processed in 0.001624194 sec.
8901 2025.03.11 22:13:35.302087 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8902 2025.03.11 22:13:35.302224 [ 4 ] {73a30638-ad54-4cc6-8149-728c430c7712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
8903 2025.03.11 22:13:35.302284 [ 4 ] {73a30638-ad54-4cc6-8149-728c430c7712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
8904 2025.03.11 22:13:35.302843 [ 4 ] {73a30638-ad54-4cc6-8149-728c430c7712} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8905 2025.03.11 22:13:35.302884 [ 4 ] {73a30638-ad54-4cc6-8149-728c430c7712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
8906 2025.03.11 22:13:35.303287 [ 4 ] {73a30638-ad54-4cc6-8149-728c430c7712} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8907 2025.03.11 22:13:35.303547 [ 4 ] {73a30638-ad54-4cc6-8149-728c430c7712} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8908 2025.03.11 22:13:35.303739 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
8909 2025.03.11 22:13:35.303796 [ 4 ] {73a30638-ad54-4cc6-8149-728c430c7712} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001596 sec., 100250.62656641605 rows/sec., 6.98 MiB/sec.
8910 2025.03.11 22:13:35.303839 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8911 2025.03.11 22:13:35.303916 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
8912 2025.03.11 22:13:35.303921 [ 4 ] {73a30638-ad54-4cc6-8149-728c430c7712} <Debug> TCPHandler: Processed in 0.001896727 sec.
8913 2025.03.11 22:13:35.304123 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
8914 2025.03.11 22:13:35.304133 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8915 2025.03.11 22:13:35.304411 [ 4 ] {436d579f-0cb6-4eee-966c-1f65ba30dd68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
8916 2025.03.11 22:13:35.304443 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8917 2025.03.11 22:13:35.304538 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 22629 rows starting from the beginning of the part
8918 2025.03.11 22:13:35.304670 [ 4 ] {436d579f-0cb6-4eee-966c-1f65ba30dd68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
8919 2025.03.11 22:13:35.305079 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
8920 2025.03.11 22:13:35.305724 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
8921 2025.03.11 22:13:35.306340 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 951 rows starting from the beginning of the part
8922 2025.03.11 22:13:35.306770 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 98 rows starting from the beginning of the part
8923 2025.03.11 22:13:35.306934 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
8924 2025.03.11 22:13:35.308690 [ 4 ] {436d579f-0cb6-4eee-966c-1f65ba30dd68} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8925 2025.03.11 22:13:35.308737 [ 4 ] {436d579f-0cb6-4eee-966c-1f65ba30dd68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
8926 2025.03.11 22:13:35.309777 [ 4 ] {436d579f-0cb6-4eee-966c-1f65ba30dd68} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary)
8927 2025.03.11 22:13:35.310342 [ 4 ] {436d579f-0cb6-4eee-966c-1f65ba30dd68} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8928 2025.03.11 22:13:35.310679 [ 4 ] {436d579f-0cb6-4eee-966c-1f65ba30dd68} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006367 sec., 1256.4787183917072 rows/sec., 2.25 MiB/sec.
8929 2025.03.11 22:13:35.310786 [ 4 ] {436d579f-0cb6-4eee-966c-1f65ba30dd68} <Debug> TCPHandler: Processed in 0.006711517 sec.
8930 2025.03.11 22:13:35.310902 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8931 2025.03.11 22:13:35.311006 [ 4 ] {3e190b8f-399f-4824-b20f-93063a9f90d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
8932 2025.03.11 22:13:35.311055 [ 4 ] {3e190b8f-399f-4824-b20f-93063a9f90d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
8933 2025.03.11 22:13:35.311564 [ 4 ] {3e190b8f-399f-4824-b20f-93063a9f90d5} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8934 2025.03.11 22:13:35.311614 [ 4 ] {3e190b8f-399f-4824-b20f-93063a9f90d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
8935 2025.03.11 22:13:35.312064 [ 4 ] {3e190b8f-399f-4824-b20f-93063a9f90d5} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
8936 2025.03.11 22:13:35.312555 [ 4 ] {3e190b8f-399f-4824-b20f-93063a9f90d5} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8937 2025.03.11 22:13:35.312761 [ 129 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
8938 2025.03.11 22:13:35.312829 [ 4 ] {3e190b8f-399f-4824-b20f-93063a9f90d5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001838 sec., 32644.17845484222 rows/sec., 2.20 MiB/sec.
8939 2025.03.11 22:13:35.312837 [ 129 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8940 2025.03.11 22:13:35.312946 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
8941 2025.03.11 22:13:35.313036 [ 4 ] {3e190b8f-399f-4824-b20f-93063a9f90d5} <Debug> TCPHandler: Processed in 0.002175678 sec.
8942 2025.03.11 22:13:35.313266 [ 194 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8943 2025.03.11 22:13:35.313438 [ 194 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8944 2025.03.11 22:13:35.313477 [ 194 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8945 2025.03.11 22:13:35.313681 [ 194 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8946 2025.03.11 22:13:35.313998 [ 194 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8947 2025.03.11 22:13:35.314335 [ 194 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 22 rows starting from the beginning of the part
8948 2025.03.11 22:13:35.314741 [ 194 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 38 rows starting from the beginning of the part
8949 2025.03.11 22:13:35.314763 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24158 rows, containing 5 columns (5 merged, 0 gathered) in 0.010735841 sec., 2250219.614839676 rows/sec., 154.17 MiB/sec.
8950 2025.03.11 22:13:35.314946 [ 194 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
8951 2025.03.11 22:13:35.315319 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
8952 2025.03.11 22:13:35.315854 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8953 2025.03.11 22:13:35.315953 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
8954 2025.03.11 22:13:35.316044 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB.
8955 2025.03.11 22:13:35.317230 [ 194 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4428 rows, containing 4 columns (4 merged, 0 gathered) in 0.004111925 sec., 1076867.8903433308 rows/sec., 72.57 MiB/sec.
8956 2025.03.11 22:13:35.317541 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
8957 2025.03.11 22:13:35.317845 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_86_17} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8958 2025.03.11 22:13:35.317923 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_86_17} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
8959 2025.03.11 22:13:35.318015 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB.
8960 2025.03.11 22:13:38.461564 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache
8961 2025.03.11 22:13:38.461638 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache
8962 2025.03.11 22:13:38.652913 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23851
8963 2025.03.11 22:13:38.653835 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8964 2025.03.11 22:13:38.653882 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
8965 2025.03.11 22:13:38.654414 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
8966 2025.03.11 22:13:38.654686 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8967 2025.03.11 22:13:38.654921 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851
8968 2025.03.11 22:13:38.771840 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1244
8969 2025.03.11 22:13:38.774756 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8970 2025.03.11 22:13:38.774814 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
8971 2025.03.11 22:13:38.776314 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary)
8972 2025.03.11 22:13:38.776625 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8973 2025.03.11 22:13:38.777172 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1244
8974 2025.03.11 22:13:39.716878 [ 124 ] {} <Debug> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
8975 2025.03.11 22:13:39.716944 [ 124 ] {} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8976 2025.03.11 22:13:39.716971 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
8977 2025.03.11 22:13:39.717362 [ 187 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::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
8978 2025.03.11 22:13:39.717622 [ 187 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
8979 2025.03.11 22:13:39.717666 [ 187 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::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
8980 2025.03.11 22:13:39.717750 [ 187 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::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
8981 2025.03.11 22:13:39.717959 [ 187 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::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
8982 2025.03.11 22:13:39.718264 [ 187 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::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
8983 2025.03.11 22:13:39.718492 [ 187 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::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
8984 2025.03.11 22:13:39.719922 [ 194 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1261 rows, containing 5 columns (5 merged, 0 gathered) in 0.002844754 sec., 443272.0720315359 rows/sec., 32.35 MiB/sec.
8985 2025.03.11 22:13:39.720152 [ 194 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
8986 2025.03.11 22:13:39.720533 [ 194 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::all_1_13_3} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8987 2025.03.11 22:13:39.720630 [ 194 ] {33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd::all_1_13_3} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
8988 2025.03.11 22:13:39.720738 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB.
8989 2025.03.11 22:13:40.298021 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8990 2025.03.11 22:13:40.298227 [ 4 ] {8fc26ab9-81b5-49de-b551-50a0977abaf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
8991 2025.03.11 22:13:40.298306 [ 4 ] {8fc26ab9-81b5-49de-b551-50a0977abaf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
8992 2025.03.11 22:13:40.299174 [ 4 ] {8fc26ab9-81b5-49de-b551-50a0977abaf9} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
8993 2025.03.11 22:13:40.299221 [ 4 ] {8fc26ab9-81b5-49de-b551-50a0977abaf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
8994 2025.03.11 22:13:40.299672 [ 4 ] {8fc26ab9-81b5-49de-b551-50a0977abaf9} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
8995 2025.03.11 22:13:40.299940 [ 4 ] {8fc26ab9-81b5-49de-b551-50a0977abaf9} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
8996 2025.03.11 22:13:40.300146 [ 4 ] {8fc26ab9-81b5-49de-b551-50a0977abaf9} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001975 sec., 60759.49367088607 rows/sec., 5.15 MiB/sec.
8997 2025.03.11 22:13:40.300211 [ 4 ] {8fc26ab9-81b5-49de-b551-50a0977abaf9} <Debug> TCPHandler: Processed in 0.002328799 sec.
8998 2025.03.11 22:13:40.300337 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
8999 2025.03.11 22:13:40.300448 [ 4 ] {af315300-c5ab-4be8-b32e-974f78e84271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9000 2025.03.11 22:13:40.300497 [ 4 ] {af315300-c5ab-4be8-b32e-974f78e84271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9001 2025.03.11 22:13:40.301046 [ 4 ] {af315300-c5ab-4be8-b32e-974f78e84271} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9002 2025.03.11 22:13:40.301083 [ 4 ] {af315300-c5ab-4be8-b32e-974f78e84271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9003 2025.03.11 22:13:40.301451 [ 4 ] {af315300-c5ab-4be8-b32e-974f78e84271} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9004 2025.03.11 22:13:40.301700 [ 4 ] {af315300-c5ab-4be8-b32e-974f78e84271} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9005 2025.03.11 22:13:40.301882 [ 4 ] {af315300-c5ab-4be8-b32e-974f78e84271} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.00146 sec., 21917.808219178085 rows/sec., 1.61 MiB/sec.
9006 2025.03.11 22:13:40.301940 [ 4 ] {af315300-c5ab-4be8-b32e-974f78e84271} <Debug> TCPHandler: Processed in 0.001655934 sec.
9007 2025.03.11 22:13:40.302089 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9008 2025.03.11 22:13:40.302217 [ 4 ] {168b8697-a785-4cd8-ae43-57f9a1cc426c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9009 2025.03.11 22:13:40.302265 [ 4 ] {168b8697-a785-4cd8-ae43-57f9a1cc426c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9010 2025.03.11 22:13:40.302828 [ 4 ] {168b8697-a785-4cd8-ae43-57f9a1cc426c} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9011 2025.03.11 22:13:40.302865 [ 4 ] {168b8697-a785-4cd8-ae43-57f9a1cc426c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9012 2025.03.11 22:13:40.303228 [ 4 ] {168b8697-a785-4cd8-ae43-57f9a1cc426c} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
9013 2025.03.11 22:13:40.303473 [ 4 ] {168b8697-a785-4cd8-ae43-57f9a1cc426c} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9014 2025.03.11 22:13:40.303654 [ 4 ] {168b8697-a785-4cd8-ae43-57f9a1cc426c} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001464 sec., 65573.77049180328 rows/sec., 5.12 MiB/sec.
9015 2025.03.11 22:13:40.303706 [ 4 ] {168b8697-a785-4cd8-ae43-57f9a1cc426c} <Debug> TCPHandler: Processed in 0.001677894 sec.
9016 2025.03.11 22:13:40.303820 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9017 2025.03.11 22:13:40.303925 [ 4 ] {b322bdbb-50fb-4772-84cc-7a47d2814841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9018 2025.03.11 22:13:40.303974 [ 4 ] {b322bdbb-50fb-4772-84cc-7a47d2814841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9019 2025.03.11 22:13:40.304499 [ 4 ] {b322bdbb-50fb-4772-84cc-7a47d2814841} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9020 2025.03.11 22:13:40.304536 [ 4 ] {b322bdbb-50fb-4772-84cc-7a47d2814841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9021 2025.03.11 22:13:40.304932 [ 4 ] {b322bdbb-50fb-4772-84cc-7a47d2814841} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
9022 2025.03.11 22:13:40.305201 [ 4 ] {b322bdbb-50fb-4772-84cc-7a47d2814841} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9023 2025.03.11 22:13:40.305378 [ 4 ] {b322bdbb-50fb-4772-84cc-7a47d2814841} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001476 sec., 108401.0840108401 rows/sec., 7.55 MiB/sec.
9024 2025.03.11 22:13:40.305428 [ 4 ] {b322bdbb-50fb-4772-84cc-7a47d2814841} <Debug> TCPHandler: Processed in 0.001658744 sec.
9025 2025.03.11 22:13:40.305549 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9026 2025.03.11 22:13:40.305660 [ 4 ] {669af458-8f11-443f-91e4-b563c7cdb2c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9027 2025.03.11 22:13:40.305725 [ 4 ] {669af458-8f11-443f-91e4-b563c7cdb2c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9028 2025.03.11 22:13:40.306865 [ 4 ] {669af458-8f11-443f-91e4-b563c7cdb2c0} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9029 2025.03.11 22:13:40.306901 [ 4 ] {669af458-8f11-443f-91e4-b563c7cdb2c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9030 2025.03.11 22:13:40.307142 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392
9031 2025.03.11 22:13:40.309439 [ 4 ] {669af458-8f11-443f-91e4-b563c7cdb2c0} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary)
9032 2025.03.11 22:13:40.310375 [ 4 ] {669af458-8f11-443f-91e4-b563c7cdb2c0} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9033 2025.03.11 22:13:40.311122 [ 4 ] {669af458-8f11-443f-91e4-b563c7cdb2c0} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.005453 sec., 5868.329359985329 rows/sec., 10.52 MiB/sec.
9034 2025.03.11 22:13:40.311682 [ 4 ] {669af458-8f11-443f-91e4-b563c7cdb2c0} <Debug> TCPHandler: Processed in 0.006176682 sec.
9035 2025.03.11 22:13:40.312239 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9036 2025.03.11 22:13:40.312564 [ 4 ] {1707511a-47e6-42eb-9d86-96bbd99b5412} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9037 2025.03.11 22:13:40.312742 [ 4 ] {1707511a-47e6-42eb-9d86-96bbd99b5412} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9038 2025.03.11 22:13:40.315756 [ 4 ] {1707511a-47e6-42eb-9d86-96bbd99b5412} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9039 2025.03.11 22:13:40.315905 [ 4 ] {1707511a-47e6-42eb-9d86-96bbd99b5412} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9040 2025.03.11 22:13:40.317512 [ 4 ] {1707511a-47e6-42eb-9d86-96bbd99b5412} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary)
9041 2025.03.11 22:13:40.318437 [ 4 ] {1707511a-47e6-42eb-9d86-96bbd99b5412} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9042 2025.03.11 22:13:40.319155 [ 4 ] {1707511a-47e6-42eb-9d86-96bbd99b5412} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006678 sec., 8984.72596585804 rows/sec., 620.04 KiB/sec.
9043 2025.03.11 22:13:40.319463 [ 4 ] {1707511a-47e6-42eb-9d86-96bbd99b5412} <Debug> TCPHandler: Processed in 0.007392652 sec.
9044 2025.03.11 22:13:40.334905 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9045 2025.03.11 22:13:40.334971 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9046 2025.03.11 22:13:40.341887 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary)
9047 2025.03.11 22:13:40.342644 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9048 2025.03.11 22:13:40.346337 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392
9049 2025.03.11 22:13:45.297538 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9050 2025.03.11 22:13:45.297745 [ 4 ] {686553fc-0340-40d3-a80d-696609cbe895} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9051 2025.03.11 22:13:45.297820 [ 4 ] {686553fc-0340-40d3-a80d-696609cbe895} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9052 2025.03.11 22:13:45.298571 [ 4 ] {686553fc-0340-40d3-a80d-696609cbe895} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9053 2025.03.11 22:13:45.298629 [ 4 ] {686553fc-0340-40d3-a80d-696609cbe895} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9054 2025.03.11 22:13:45.299065 [ 4 ] {686553fc-0340-40d3-a80d-696609cbe895} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary)
9055 2025.03.11 22:13:45.299335 [ 4 ] {686553fc-0340-40d3-a80d-696609cbe895} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9056 2025.03.11 22:13:45.299667 [ 4 ] {686553fc-0340-40d3-a80d-696609cbe895} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001946 sec., 1027.749229188078 rows/sec., 83.81 KiB/sec.
9057 2025.03.11 22:13:45.299832 [ 4 ] {686553fc-0340-40d3-a80d-696609cbe895} <Debug> TCPHandler: Processed in 0.002422331 sec.
9058 2025.03.11 22:13:45.299962 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9059 2025.03.11 22:13:45.300082 [ 4 ] {3b193ab2-781a-4422-9866-43d7b112afd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9060 2025.03.11 22:13:45.300130 [ 4 ] {3b193ab2-781a-4422-9866-43d7b112afd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9061 2025.03.11 22:13:45.300740 [ 4 ] {3b193ab2-781a-4422-9866-43d7b112afd8} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9062 2025.03.11 22:13:45.300780 [ 4 ] {3b193ab2-781a-4422-9866-43d7b112afd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9063 2025.03.11 22:13:45.301156 [ 4 ] {3b193ab2-781a-4422-9866-43d7b112afd8} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
9064 2025.03.11 22:13:45.301396 [ 4 ] {3b193ab2-781a-4422-9866-43d7b112afd8} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9065 2025.03.11 22:13:45.301613 [ 4 ] {3b193ab2-781a-4422-9866-43d7b112afd8} <Debug> executeQuery: Read 73 rows, 6.04 KiB in 0.001556 sec., 46915.16709511568 rows/sec., 3.79 MiB/sec.
9066 2025.03.11 22:13:45.301673 [ 4 ] {3b193ab2-781a-4422-9866-43d7b112afd8} <Debug> TCPHandler: Processed in 0.001764164 sec.
9067 2025.03.11 22:13:45.301795 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9068 2025.03.11 22:13:45.301921 [ 4 ] {c9208947-3152-49c4-b4a9-0f2bf2031f4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9069 2025.03.11 22:13:45.301963 [ 4 ] {c9208947-3152-49c4-b4a9-0f2bf2031f4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9070 2025.03.11 22:13:45.302452 [ 4 ] {c9208947-3152-49c4-b4a9-0f2bf2031f4c} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9071 2025.03.11 22:13:45.302487 [ 4 ] {c9208947-3152-49c4-b4a9-0f2bf2031f4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9072 2025.03.11 22:13:45.302894 [ 4 ] {c9208947-3152-49c4-b4a9-0f2bf2031f4c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9073 2025.03.11 22:13:45.303130 [ 4 ] {c9208947-3152-49c4-b4a9-0f2bf2031f4c} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9074 2025.03.11 22:13:45.303305 [ 151 ] {} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9075 2025.03.11 22:13:45.303365 [ 4 ] {c9208947-3152-49c4-b4a9-0f2bf2031f4c} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001454 sec., 6877.57909215956 rows/sec., 509.77 KiB/sec.
9076 2025.03.11 22:13:45.303390 [ 151 ] {} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9077 2025.03.11 22:13:45.303448 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9078 2025.03.11 22:13:45.303496 [ 4 ] {c9208947-3152-49c4-b4a9-0f2bf2031f4c} <Debug> TCPHandler: Processed in 0.001752845 sec.
9079 2025.03.11 22:13:45.303633 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
9080 2025.03.11 22:13:45.303662 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9081 2025.03.11 22:13:45.303765 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9082 2025.03.11 22:13:45.303791 [ 4 ] {5daf5059-7ea9-4c28-8ad1-0ac88400fc5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9083 2025.03.11 22:13:45.303804 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 70 rows starting from the beginning of the part
9084 2025.03.11 22:13:45.303843 [ 4 ] {5daf5059-7ea9-4c28-8ad1-0ac88400fc5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9085 2025.03.11 22:13:45.303944 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part
9086 2025.03.11 22:13:45.304222 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 58 rows starting from the beginning of the part
9087 2025.03.11 22:13:45.304590 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part
9088 2025.03.11 22:13:45.304811 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 32 rows starting from the beginning of the part
9089 2025.03.11 22:13:45.305046 [ 196 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 10 rows starting from the beginning of the part
9090 2025.03.11 22:13:45.305979 [ 4 ] {5daf5059-7ea9-4c28-8ad1-0ac88400fc5a} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9091 2025.03.11 22:13:45.306027 [ 4 ] {5daf5059-7ea9-4c28-8ad1-0ac88400fc5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9092 2025.03.11 22:13:45.306602 [ 4 ] {5daf5059-7ea9-4c28-8ad1-0ac88400fc5a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
9093 2025.03.11 22:13:45.306774 [ 199 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.003226227 sec., 57652.48384568104 rows/sec., 4.43 MiB/sec.
9094 2025.03.11 22:13:45.306984 [ 4 ] {5daf5059-7ea9-4c28-8ad1-0ac88400fc5a} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9095 2025.03.11 22:13:45.307012 [ 199 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9096 2025.03.11 22:13:45.307454 [ 4 ] {5daf5059-7ea9-4c28-8ad1-0ac88400fc5a} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.003678 sec., 20119.63023382273 rows/sec., 1.57 MiB/sec.
9097 2025.03.11 22:13:45.307593 [ 4 ] {5daf5059-7ea9-4c28-8ad1-0ac88400fc5a} <Debug> TCPHandler: Processed in 0.003984914 sec.
9098 2025.03.11 22:13:45.307723 [ 199 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_71_14} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9099 2025.03.11 22:13:45.307787 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9100 2025.03.11 22:13:45.307853 [ 199 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_71_14} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9101 2025.03.11 22:13:45.307959 [ 4 ] {6029e81c-cad4-4d2a-b8db-39f2e0fb293e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9102 2025.03.11 22:13:45.308024 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9103 2025.03.11 22:13:45.308069 [ 4 ] {6029e81c-cad4-4d2a-b8db-39f2e0fb293e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9104 2025.03.11 22:13:45.308612 [ 4 ] {6029e81c-cad4-4d2a-b8db-39f2e0fb293e} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9105 2025.03.11 22:13:45.308651 [ 4 ] {6029e81c-cad4-4d2a-b8db-39f2e0fb293e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9106 2025.03.11 22:13:45.309047 [ 4 ] {6029e81c-cad4-4d2a-b8db-39f2e0fb293e} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
9107 2025.03.11 22:13:45.309287 [ 4 ] {6029e81c-cad4-4d2a-b8db-39f2e0fb293e} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9108 2025.03.11 22:13:45.309496 [ 4 ] {6029e81c-cad4-4d2a-b8db-39f2e0fb293e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001591 sec., 101194.21747328724 rows/sec., 7.05 MiB/sec.
9109 2025.03.11 22:13:45.309547 [ 4 ] {6029e81c-cad4-4d2a-b8db-39f2e0fb293e} <Debug> TCPHandler: Processed in 0.001824666 sec.
9110 2025.03.11 22:13:45.309653 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9111 2025.03.11 22:13:45.309754 [ 4 ] {a0043ce5-ecc7-43b3-b824-06de5e79b4f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9112 2025.03.11 22:13:45.309820 [ 4 ] {a0043ce5-ecc7-43b3-b824-06de5e79b4f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9113 2025.03.11 22:13:45.310829 [ 4 ] {a0043ce5-ecc7-43b3-b824-06de5e79b4f0} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9114 2025.03.11 22:13:45.310869 [ 4 ] {a0043ce5-ecc7-43b3-b824-06de5e79b4f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9115 2025.03.11 22:13:45.311471 [ 4 ] {a0043ce5-ecc7-43b3-b824-06de5e79b4f0} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary)
9116 2025.03.11 22:13:45.311722 [ 4 ] {a0043ce5-ecc7-43b3-b824-06de5e79b4f0} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9117 2025.03.11 22:13:45.311974 [ 4 ] {a0043ce5-ecc7-43b3-b824-06de5e79b4f0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002241 sec., 3569.8348951361 rows/sec., 6.40 MiB/sec.
9118 2025.03.11 22:13:45.312068 [ 4 ] {a0043ce5-ecc7-43b3-b824-06de5e79b4f0} <Debug> TCPHandler: Processed in 0.002466911 sec.
9119 2025.03.11 22:13:45.312193 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9120 2025.03.11 22:13:45.312298 [ 4 ] {3d8b3fc7-9116-4630-8036-375accea9e47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9121 2025.03.11 22:13:45.312341 [ 4 ] {3d8b3fc7-9116-4630-8036-375accea9e47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9122 2025.03.11 22:13:45.312776 [ 4 ] {3d8b3fc7-9116-4630-8036-375accea9e47} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9123 2025.03.11 22:13:45.312814 [ 4 ] {3d8b3fc7-9116-4630-8036-375accea9e47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9124 2025.03.11 22:13:45.313168 [ 4 ] {3d8b3fc7-9116-4630-8036-375accea9e47} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary)
9125 2025.03.11 22:13:45.313409 [ 4 ] {3d8b3fc7-9116-4630-8036-375accea9e47} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9126 2025.03.11 22:13:45.313607 [ 4 ] {3d8b3fc7-9116-4630-8036-375accea9e47} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001331 sec., 45078.88805409467 rows/sec., 3.04 MiB/sec.
9127 2025.03.11 22:13:45.313656 [ 4 ] {3d8b3fc7-9116-4630-8036-375accea9e47} <Debug> TCPHandler: Processed in 0.001513573 sec.
9128 2025.03.11 22:13:46.155133 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24339
9129 2025.03.11 22:13:46.155876 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9130 2025.03.11 22:13:46.155918 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9131 2025.03.11 22:13:46.156449 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9132 2025.03.11 22:13:46.156714 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9133 2025.03.11 22:13:46.156958 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339
9134 2025.03.11 22:13:47.846473 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400
9135 2025.03.11 22:13:47.866932 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9136 2025.03.11 22:13:47.866996 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9137 2025.03.11 22:13:47.874307 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary)
9138 2025.03.11 22:13:47.875078 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9139 2025.03.11 22:13:47.878794 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400
9140 2025.03.11 22:13:48.777418 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1270
9141 2025.03.11 22:13:48.780278 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9142 2025.03.11 22:13:48.780327 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9143 2025.03.11 22:13:48.781822 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary)
9144 2025.03.11 22:13:48.782129 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9145 2025.03.11 22:13:48.783449 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1270
9146 2025.03.11 22:13:50.298613 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9147 2025.03.11 22:13:50.298806 [ 4 ] {e4943fca-beb9-414f-b4ac-dd09fd63a5d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9148 2025.03.11 22:13:50.298875 [ 4 ] {e4943fca-beb9-414f-b4ac-dd09fd63a5d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9149 2025.03.11 22:13:50.299705 [ 4 ] {e4943fca-beb9-414f-b4ac-dd09fd63a5d7} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9150 2025.03.11 22:13:50.299758 [ 4 ] {e4943fca-beb9-414f-b4ac-dd09fd63a5d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9151 2025.03.11 22:13:50.300212 [ 4 ] {e4943fca-beb9-414f-b4ac-dd09fd63a5d7} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
9152 2025.03.11 22:13:50.300472 [ 4 ] {e4943fca-beb9-414f-b4ac-dd09fd63a5d7} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9153 2025.03.11 22:13:50.300680 [ 4 ] {e4943fca-beb9-414f-b4ac-dd09fd63a5d7} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001928 sec., 62240.66390041494 rows/sec., 5.27 MiB/sec.
9154 2025.03.11 22:13:50.300746 [ 4 ] {e4943fca-beb9-414f-b4ac-dd09fd63a5d7} <Debug> TCPHandler: Processed in 0.002264899 sec.
9155 2025.03.11 22:13:50.300875 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9156 2025.03.11 22:13:50.300984 [ 4 ] {5bf7ee93-744e-4dbc-bfc0-7ff9b89897c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9157 2025.03.11 22:13:50.301031 [ 4 ] {5bf7ee93-744e-4dbc-bfc0-7ff9b89897c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9158 2025.03.11 22:13:50.301566 [ 4 ] {5bf7ee93-744e-4dbc-bfc0-7ff9b89897c4} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9159 2025.03.11 22:13:50.301604 [ 4 ] {5bf7ee93-744e-4dbc-bfc0-7ff9b89897c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9160 2025.03.11 22:13:50.301971 [ 4 ] {5bf7ee93-744e-4dbc-bfc0-7ff9b89897c4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9161 2025.03.11 22:13:50.302213 [ 4 ] {5bf7ee93-744e-4dbc-bfc0-7ff9b89897c4} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9162 2025.03.11 22:13:50.302427 [ 4 ] {5bf7ee93-744e-4dbc-bfc0-7ff9b89897c4} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001468 sec., 21798.365122615804 rows/sec., 1.60 MiB/sec.
9163 2025.03.11 22:13:50.302482 [ 4 ] {5bf7ee93-744e-4dbc-bfc0-7ff9b89897c4} <Debug> TCPHandler: Processed in 0.001660244 sec.
9164 2025.03.11 22:13:50.302587 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9165 2025.03.11 22:13:50.302691 [ 4 ] {23878bd1-42ca-49ed-9eec-20bb5d4e19b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9166 2025.03.11 22:13:50.302735 [ 4 ] {23878bd1-42ca-49ed-9eec-20bb5d4e19b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9167 2025.03.11 22:13:50.303311 [ 4 ] {23878bd1-42ca-49ed-9eec-20bb5d4e19b7} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9168 2025.03.11 22:13:50.303351 [ 4 ] {23878bd1-42ca-49ed-9eec-20bb5d4e19b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9169 2025.03.11 22:13:50.303708 [ 4 ] {23878bd1-42ca-49ed-9eec-20bb5d4e19b7} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
9170 2025.03.11 22:13:50.303960 [ 4 ] {23878bd1-42ca-49ed-9eec-20bb5d4e19b7} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9171 2025.03.11 22:13:50.304175 [ 4 ] {23878bd1-42ca-49ed-9eec-20bb5d4e19b7} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001503 sec., 63872.255489021954 rows/sec., 4.99 MiB/sec.
9172 2025.03.11 22:13:50.304263 [ 4 ] {23878bd1-42ca-49ed-9eec-20bb5d4e19b7} <Debug> TCPHandler: Processed in 0.001725445 sec.
9173 2025.03.11 22:13:50.304422 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9174 2025.03.11 22:13:50.304743 [ 4 ] {9c675da1-bb85-4f55-bf70-0e09b83ed63c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9175 2025.03.11 22:13:50.304873 [ 4 ] {9c675da1-bb85-4f55-bf70-0e09b83ed63c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9176 2025.03.11 22:13:50.305444 [ 4 ] {9c675da1-bb85-4f55-bf70-0e09b83ed63c} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9177 2025.03.11 22:13:50.305493 [ 4 ] {9c675da1-bb85-4f55-bf70-0e09b83ed63c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9178 2025.03.11 22:13:50.305902 [ 4 ] {9c675da1-bb85-4f55-bf70-0e09b83ed63c} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
9179 2025.03.11 22:13:50.306140 [ 4 ] {9c675da1-bb85-4f55-bf70-0e09b83ed63c} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9180 2025.03.11 22:13:50.306340 [ 4 ] {9c675da1-bb85-4f55-bf70-0e09b83ed63c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001727 sec., 92646.20729588882 rows/sec., 6.45 MiB/sec.
9181 2025.03.11 22:13:50.306393 [ 4 ] {9c675da1-bb85-4f55-bf70-0e09b83ed63c} <Debug> TCPHandler: Processed in 0.002049267 sec.
9182 2025.03.11 22:13:50.306501 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9183 2025.03.11 22:13:50.306601 [ 4 ] {acab357c-772e-4335-8c3d-1a91cc3a514a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9184 2025.03.11 22:13:50.306665 [ 4 ] {acab357c-772e-4335-8c3d-1a91cc3a514a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9185 2025.03.11 22:13:50.307772 [ 4 ] {acab357c-772e-4335-8c3d-1a91cc3a514a} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9186 2025.03.11 22:13:50.307811 [ 4 ] {acab357c-772e-4335-8c3d-1a91cc3a514a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9187 2025.03.11 22:13:50.308452 [ 4 ] {acab357c-772e-4335-8c3d-1a91cc3a514a} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary)
9188 2025.03.11 22:13:50.308708 [ 4 ] {acab357c-772e-4335-8c3d-1a91cc3a514a} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9189 2025.03.11 22:13:50.308905 [ 146 ] {} <Debug> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0
9190 2025.03.11 22:13:50.308980 [ 4 ] {acab357c-772e-4335-8c3d-1a91cc3a514a} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002394 sec., 13366.750208855472 rows/sec., 23.95 MiB/sec.
9191 2025.03.11 22:13:50.308990 [ 146 ] {} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9192 2025.03.11 22:13:50.309060 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9193 2025.03.11 22:13:50.309341 [ 4 ] {acab357c-772e-4335-8c3d-1a91cc3a514a} <Debug> TCPHandler: Processed in 0.002885634 sec.
9194 2025.03.11 22:13:50.309391 [ 198 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
9195 2025.03.11 22:13:50.309525 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9196 2025.03.11 22:13:50.309776 [ 4 ] {7fea1e65-f60d-4812-88f5-103b75b7425b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9197 2025.03.11 22:13:50.309899 [ 4 ] {7fea1e65-f60d-4812-88f5-103b75b7425b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9198 2025.03.11 22:13:50.310142 [ 198 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9199 2025.03.11 22:13:50.310397 [ 198 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1274 rows starting from the beginning of the part
9200 2025.03.11 22:13:50.311208 [ 198 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 32 rows starting from the beginning of the part
9201 2025.03.11 22:13:50.311909 [ 198 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
9202 2025.03.11 22:13:50.312102 [ 4 ] {7fea1e65-f60d-4812-88f5-103b75b7425b} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9203 2025.03.11 22:13:50.312220 [ 4 ] {7fea1e65-f60d-4812-88f5-103b75b7425b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9204 2025.03.11 22:13:50.312692 [ 198 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 32 rows starting from the beginning of the part
9205 2025.03.11 22:13:50.313338 [ 198 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
9206 2025.03.11 22:13:50.313930 [ 4 ] {7fea1e65-f60d-4812-88f5-103b75b7425b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary)
9207 2025.03.11 22:13:50.314064 [ 198 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 32 rows starting from the beginning of the part
9208 2025.03.11 22:13:50.314748 [ 4 ] {7fea1e65-f60d-4812-88f5-103b75b7425b} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9209 2025.03.11 22:13:50.315220 [ 4 ] {7fea1e65-f60d-4812-88f5-103b75b7425b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00555 sec., 10810.81081081081 rows/sec., 746.06 KiB/sec.
9210 2025.03.11 22:13:50.315345 [ 4 ] {7fea1e65-f60d-4812-88f5-103b75b7425b} <Debug> TCPHandler: Processed in 0.005894891 sec.
9211 2025.03.11 22:13:50.323988 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1386 rows, containing 19 columns (19 merged, 0 gathered) in 0.014789676 sec., 93714.02050998277 rows/sec., 167.93 MiB/sec.
9212 2025.03.11 22:13:50.325319 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary)
9213 2025.03.11 22:13:50.325796 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9214 2025.03.11 22:13:50.325899 [ 189 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14
9215 2025.03.11 22:13:50.326068 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.64 MiB.
9216 2025.03.11 22:13:51.000182 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.83 MiB, peak 243.44 MiB, free memory in arenas 0.00 B, will set to 234.67 MiB (RSS), difference: 3.85 MiB
9217 2025.03.11 22:13:53.461925 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache
9218 2025.03.11 22:13:53.462028 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache
9219 2025.03.11 22:13:53.657165 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24766
9220 2025.03.11 22:13:53.657938 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9221 2025.03.11 22:13:53.657996 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9222 2025.03.11 22:13:53.658547 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9223 2025.03.11 22:13:53.658812 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9224 2025.03.11 22:13:53.659052 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766
9225 2025.03.11 22:13:55.297265 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9226 2025.03.11 22:13:55.297453 [ 4 ] {83733917-2389-42fc-a4f4-1ca099bcf1a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9227 2025.03.11 22:13:55.297522 [ 4 ] {83733917-2389-42fc-a4f4-1ca099bcf1a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9228 2025.03.11 22:13:55.298297 [ 4 ] {83733917-2389-42fc-a4f4-1ca099bcf1a6} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9229 2025.03.11 22:13:55.298346 [ 4 ] {83733917-2389-42fc-a4f4-1ca099bcf1a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9230 2025.03.11 22:13:55.298781 [ 4 ] {83733917-2389-42fc-a4f4-1ca099bcf1a6} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
9231 2025.03.11 22:13:55.299032 [ 4 ] {83733917-2389-42fc-a4f4-1ca099bcf1a6} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9232 2025.03.11 22:13:55.299235 [ 142 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0
9233 2025.03.11 22:13:55.299272 [ 4 ] {83733917-2389-42fc-a4f4-1ca099bcf1a6} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.00187 sec., 38502.673796791445 rows/sec., 3.11 MiB/sec.
9234 2025.03.11 22:13:55.299327 [ 142 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9235 2025.03.11 22:13:55.299393 [ 4 ] {83733917-2389-42fc-a4f4-1ca099bcf1a6} <Debug> TCPHandler: Processed in 0.002263769 sec.
9236 2025.03.11 22:13:55.299397 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9237 2025.03.11 22:13:55.299614 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9238 2025.03.11 22:13:55.299686 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_90_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full
9239 2025.03.11 22:13:55.299876 [ 4 ] {e2132bd9-0f32-440c-b074-820d60fa2fe2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9240 2025.03.11 22:13:55.300052 [ 4 ] {e2132bd9-0f32-440c-b074-820d60fa2fe2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9241 2025.03.11 22:13:55.300182 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9242 2025.03.11 22:13:55.300339 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_85_17, total 1406 rows starting from the beginning of the part
9243 2025.03.11 22:13:55.300770 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 72 rows starting from the beginning of the part
9244 2025.03.11 22:13:55.301163 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 120 rows starting from the beginning of the part
9245 2025.03.11 22:13:55.301583 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 73 rows starting from the beginning of the part
9246 2025.03.11 22:13:55.301987 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 120 rows starting from the beginning of the part
9247 2025.03.11 22:13:55.302312 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 72 rows starting from the beginning of the part
9248 2025.03.11 22:13:55.304181 [ 4 ] {e2132bd9-0f32-440c-b074-820d60fa2fe2} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9249 2025.03.11 22:13:55.304258 [ 4 ] {e2132bd9-0f32-440c-b074-820d60fa2fe2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9250 2025.03.11 22:13:55.305312 [ 4 ] {e2132bd9-0f32-440c-b074-820d60fa2fe2} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9251 2025.03.11 22:13:55.305686 [ 4 ] {e2132bd9-0f32-440c-b074-820d60fa2fe2} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9252 2025.03.11 22:13:55.306205 [ 191 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1863 rows, containing 5 columns (5 merged, 0 gathered) in 0.006682427 sec., 278790.92431537225 rows/sec., 24.31 MiB/sec.
9253 2025.03.11 22:13:55.306238 [ 4 ] {e2132bd9-0f32-440c-b074-820d60fa2fe2} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.006465 sec., 1237.432327919567 rows/sec., 93.05 KiB/sec.
9254 2025.03.11 22:13:55.306381 [ 4 ] {e2132bd9-0f32-440c-b074-820d60fa2fe2} <Debug> TCPHandler: Processed in 0.006878319 sec.
9255 2025.03.11 22:13:55.306557 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary)
9256 2025.03.11 22:13:55.306588 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9257 2025.03.11 22:13:55.306711 [ 4 ] {d50f9052-d709-4939-8746-032877ca82ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9258 2025.03.11 22:13:55.306772 [ 4 ] {d50f9052-d709-4939-8746-032877ca82ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9259 2025.03.11 22:13:55.306997 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_90_18} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9260 2025.03.11 22:13:55.307127 [ 192 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_90_18} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18
9261 2025.03.11 22:13:55.307244 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB.
9262 2025.03.11 22:13:55.307522 [ 4 ] {d50f9052-d709-4939-8746-032877ca82ec} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9263 2025.03.11 22:13:55.307560 [ 4 ] {d50f9052-d709-4939-8746-032877ca82ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9264 2025.03.11 22:13:55.307931 [ 4 ] {d50f9052-d709-4939-8746-032877ca82ec} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
9265 2025.03.11 22:13:55.308172 [ 4 ] {d50f9052-d709-4939-8746-032877ca82ec} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9266 2025.03.11 22:13:55.308367 [ 142 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0
9267 2025.03.11 22:13:55.308395 [ 4 ] {d50f9052-d709-4939-8746-032877ca82ec} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001716 sec., 41958.041958041955 rows/sec., 3.28 MiB/sec.
9268 2025.03.11 22:13:55.308444 [ 142 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9269 2025.03.11 22:13:55.308527 [ 4 ] {d50f9052-d709-4939-8746-032877ca82ec} <Debug> TCPHandler: Processed in 0.002003187 sec.
9270 2025.03.11 22:13:55.308535 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9271 2025.03.11 22:13:55.308755 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9272 2025.03.11 22:13:55.308810 [ 200 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_90_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full
9273 2025.03.11 22:13:55.308949 [ 4 ] {1165b1ad-8119-4a48-a5e8-6251ff9af51b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9274 2025.03.11 22:13:55.309150 [ 4 ] {1165b1ad-8119-4a48-a5e8-6251ff9af51b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9275 2025.03.11 22:13:55.309164 [ 200 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9276 2025.03.11 22:13:55.309305 [ 200 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_85_17, total 632 rows starting from the beginning of the part
9277 2025.03.11 22:13:55.309770 [ 200 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 72 rows starting from the beginning of the part
9278 2025.03.11 22:13:55.310397 [ 200 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 96 rows starting from the beginning of the part
9279 2025.03.11 22:13:55.311015 [ 200 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 74 rows starting from the beginning of the part
9280 2025.03.11 22:13:55.311414 [ 200 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 96 rows starting from the beginning of the part
9281 2025.03.11 22:13:55.311932 [ 200 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 72 rows starting from the beginning of the part
9282 2025.03.11 22:13:55.313151 [ 4 ] {1165b1ad-8119-4a48-a5e8-6251ff9af51b} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9283 2025.03.11 22:13:55.313197 [ 4 ] {1165b1ad-8119-4a48-a5e8-6251ff9af51b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9284 2025.03.11 22:13:55.313757 [ 4 ] {1165b1ad-8119-4a48-a5e8-6251ff9af51b} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
9285 2025.03.11 22:13:55.314094 [ 4 ] {1165b1ad-8119-4a48-a5e8-6251ff9af51b} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9286 2025.03.11 22:13:55.314196 [ 192 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1042 rows, containing 5 columns (5 merged, 0 gathered) in 0.005543247 sec., 187976.46938698564 rows/sec., 15.09 MiB/sec.
9287 2025.03.11 22:13:55.314506 [ 4 ] {1165b1ad-8119-4a48-a5e8-6251ff9af51b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005579 sec., 28678.974726653523 rows/sec., 2.00 MiB/sec.
9288 2025.03.11 22:13:55.314606 [ 195 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary)
9289 2025.03.11 22:13:55.314877 [ 4 ] {1165b1ad-8119-4a48-a5e8-6251ff9af51b} <Debug> TCPHandler: Processed in 0.006221783 sec.
9290 2025.03.11 22:13:55.315222 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9291 2025.03.11 22:13:55.315531 [ 4 ] {3ecded13-7641-460e-bec5-370e4a12194c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9292 2025.03.11 22:13:55.315689 [ 4 ] {3ecded13-7641-460e-bec5-370e4a12194c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9293 2025.03.11 22:13:55.315767 [ 195 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_90_18} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9294 2025.03.11 22:13:55.316022 [ 195 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_90_18} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18
9295 2025.03.11 22:13:55.316225 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB.
9296 2025.03.11 22:13:55.317131 [ 4 ] {3ecded13-7641-460e-bec5-370e4a12194c} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9297 2025.03.11 22:13:55.317176 [ 4 ] {3ecded13-7641-460e-bec5-370e4a12194c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9298 2025.03.11 22:13:55.317789 [ 4 ] {3ecded13-7641-460e-bec5-370e4a12194c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary)
9299 2025.03.11 22:13:55.318054 [ 4 ] {3ecded13-7641-460e-bec5-370e4a12194c} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9300 2025.03.11 22:13:55.318302 [ 4 ] {3ecded13-7641-460e-bec5-370e4a12194c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002881 sec., 2776.8136063866714 rows/sec., 4.98 MiB/sec.
9301 2025.03.11 22:13:55.318398 [ 4 ] {3ecded13-7641-460e-bec5-370e4a12194c} <Debug> TCPHandler: Processed in 0.003248998 sec.
9302 2025.03.11 22:13:55.318515 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9303 2025.03.11 22:13:55.318619 [ 4 ] {634faa07-59ea-41a6-83aa-6b36a7e2f866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9304 2025.03.11 22:13:55.318666 [ 4 ] {634faa07-59ea-41a6-83aa-6b36a7e2f866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9305 2025.03.11 22:13:55.319100 [ 4 ] {634faa07-59ea-41a6-83aa-6b36a7e2f866} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9306 2025.03.11 22:13:55.319138 [ 4 ] {634faa07-59ea-41a6-83aa-6b36a7e2f866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9307 2025.03.11 22:13:55.319497 [ 4 ] {634faa07-59ea-41a6-83aa-6b36a7e2f866} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary)
9308 2025.03.11 22:13:55.319732 [ 4 ] {634faa07-59ea-41a6-83aa-6b36a7e2f866} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9309 2025.03.11 22:13:55.319929 [ 4 ] {634faa07-59ea-41a6-83aa-6b36a7e2f866} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001333 sec., 45011.252813203304 rows/sec., 3.03 MiB/sec.
9310 2025.03.11 22:13:55.319979 [ 4 ] {634faa07-59ea-41a6-83aa-6b36a7e2f866} <Debug> TCPHandler: Processed in 0.001516283 sec.
9311 2025.03.11 22:13:55.378926 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407
9312 2025.03.11 22:13:55.399467 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9313 2025.03.11 22:13:55.399512 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9314 2025.03.11 22:13:55.406936 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary)
9315 2025.03.11 22:13:55.407696 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9316 2025.03.11 22:13:55.410180 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407
9317 2025.03.11 22:13:56.567212 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9318 2025.03.11 22:13:56.567400 [ 4 ] {3ce55234-ca8d-476a-96b1-c376c86eeae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
9319 2025.03.11 22:13:56.567470 [ 4 ] {3ce55234-ca8d-476a-96b1-c376c86eeae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
9320 2025.03.11 22:13:56.568223 [ 4 ] {3ce55234-ca8d-476a-96b1-c376c86eeae2} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9321 2025.03.11 22:13:56.568274 [ 4 ] {3ce55234-ca8d-476a-96b1-c376c86eeae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9322 2025.03.11 22:13:56.568721 [ 4 ] {3ce55234-ca8d-476a-96b1-c376c86eeae2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
9323 2025.03.11 22:13:56.568989 [ 4 ] {3ce55234-ca8d-476a-96b1-c376c86eeae2} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9324 2025.03.11 22:13:56.569188 [ 138 ] {} <Debug> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
9325 2025.03.11 22:13:56.569251 [ 4 ] {3ce55234-ca8d-476a-96b1-c376c86eeae2} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001899 sec., 12638.23064770932 rows/sec., 1.05 MiB/sec.
9326 2025.03.11 22:13:56.569275 [ 138 ] {} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9327 2025.03.11 22:13:56.569339 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9328 2025.03.11 22:13:56.569370 [ 4 ] {3ce55234-ca8d-476a-96b1-c376c86eeae2} <Debug> TCPHandler: Processed in 0.002284739 sec.
9329 2025.03.11 22:13:56.569640 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9330 2025.03.11 22:13:56.569648 [ 192 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::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
9331 2025.03.11 22:13:56.569911 [ 4 ] {bf9b9001-4bbc-49c0-bc0a-4f2602307ef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
9332 2025.03.11 22:13:56.569946 [ 192 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9333 2025.03.11 22:13:56.569970 [ 4 ] {bf9b9001-4bbc-49c0-bc0a-4f2602307ef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
9334 2025.03.11 22:13:56.569993 [ 192 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::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
9335 2025.03.11 22:13:56.570122 [ 192 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::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
9336 2025.03.11 22:13:56.570508 [ 192 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::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
9337 2025.03.11 22:13:56.570867 [ 192 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::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
9338 2025.03.11 22:13:56.571354 [ 192 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::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
9339 2025.03.11 22:13:56.572466 [ 4 ] {bf9b9001-4bbc-49c0-bc0a-4f2602307ef1} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9340 2025.03.11 22:13:56.572511 [ 4 ] {bf9b9001-4bbc-49c0-bc0a-4f2602307ef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9341 2025.03.11 22:13:56.573047 [ 4 ] {bf9b9001-4bbc-49c0-bc0a-4f2602307ef1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary)
9342 2025.03.11 22:13:56.573194 [ 195 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.003750172 sec., 31998.532333983614 rows/sec., 2.78 MiB/sec.
9343 2025.03.11 22:13:56.573405 [ 4 ] {bf9b9001-4bbc-49c0-bc0a-4f2602307ef1} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9344 2025.03.11 22:13:56.573458 [ 195 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
9345 2025.03.11 22:13:56.573837 [ 4 ] {bf9b9001-4bbc-49c0-bc0a-4f2602307ef1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003982 sec., 502.260170768458 rows/sec., 40.96 KiB/sec.
9346 2025.03.11 22:13:56.573967 [ 4 ] {bf9b9001-4bbc-49c0-bc0a-4f2602307ef1} <Debug> TCPHandler: Processed in 0.004421487 sec.
9347 2025.03.11 22:13:56.574148 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9348 2025.03.11 22:13:56.574155 [ 186 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::all_1_13_3} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9349 2025.03.11 22:13:56.574331 [ 4 ] {c77f632a-fccb-4326-87de-f31d2529dfb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9350 2025.03.11 22:13:56.574372 [ 186 ] {285a8ffc-1203-4d5c-8f20-ceca1e64a2ce::all_1_13_3} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
9351 2025.03.11 22:13:56.574409 [ 4 ] {c77f632a-fccb-4326-87de-f31d2529dfb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9352 2025.03.11 22:13:56.574571 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB.
9353 2025.03.11 22:13:56.575778 [ 4 ] {c77f632a-fccb-4326-87de-f31d2529dfb2} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9354 2025.03.11 22:13:56.575821 [ 4 ] {c77f632a-fccb-4326-87de-f31d2529dfb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9355 2025.03.11 22:13:56.576265 [ 4 ] {c77f632a-fccb-4326-87de-f31d2529dfb2} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
9356 2025.03.11 22:13:56.576506 [ 4 ] {c77f632a-fccb-4326-87de-f31d2529dfb2} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9357 2025.03.11 22:13:56.576736 [ 4 ] {c77f632a-fccb-4326-87de-f31d2529dfb2} <Debug> executeQuery: Read 1381 rows, 118.04 KiB in 0.00246 sec., 561382.1138211383 rows/sec., 46.86 MiB/sec.
9358 2025.03.11 22:13:56.576847 [ 4 ] {c77f632a-fccb-4326-87de-f31d2529dfb2} <Debug> TCPHandler: Processed in 0.002767944 sec.
9359 2025.03.11 22:13:56.577027 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9360 2025.03.11 22:13:56.577265 [ 4 ] {a29904d3-dfcc-4f17-9092-1d8b172d10c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9361 2025.03.11 22:13:56.577313 [ 4 ] {a29904d3-dfcc-4f17-9092-1d8b172d10c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9362 2025.03.11 22:13:56.577879 [ 4 ] {a29904d3-dfcc-4f17-9092-1d8b172d10c7} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9363 2025.03.11 22:13:56.577918 [ 4 ] {a29904d3-dfcc-4f17-9092-1d8b172d10c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9364 2025.03.11 22:13:56.578264 [ 4 ] {a29904d3-dfcc-4f17-9092-1d8b172d10c7} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9365 2025.03.11 22:13:56.578514 [ 4 ] {a29904d3-dfcc-4f17-9092-1d8b172d10c7} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9366 2025.03.11 22:13:56.578713 [ 4 ] {a29904d3-dfcc-4f17-9092-1d8b172d10c7} <Debug> executeQuery: Read 46 rows, 3.51 KiB in 0.001505 sec., 30564.784053156145 rows/sec., 2.28 MiB/sec.
9367 2025.03.11 22:13:56.578765 [ 4 ] {a29904d3-dfcc-4f17-9092-1d8b172d10c7} <Debug> TCPHandler: Processed in 0.001846605 sec.
9368 2025.03.11 22:13:56.578885 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9369 2025.03.11 22:13:56.578999 [ 4 ] {a90553b6-25a0-46e7-b0b4-0759cf2c4814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
9370 2025.03.11 22:13:56.579045 [ 4 ] {a90553b6-25a0-46e7-b0b4-0759cf2c4814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
9371 2025.03.11 22:13:56.579720 [ 4 ] {a90553b6-25a0-46e7-b0b4-0759cf2c4814} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9372 2025.03.11 22:13:56.579760 [ 4 ] {a90553b6-25a0-46e7-b0b4-0759cf2c4814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9373 2025.03.11 22:13:56.580153 [ 4 ] {a90553b6-25a0-46e7-b0b4-0759cf2c4814} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
9374 2025.03.11 22:13:56.580402 [ 4 ] {a90553b6-25a0-46e7-b0b4-0759cf2c4814} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9375 2025.03.11 22:13:56.580692 [ 4 ] {a90553b6-25a0-46e7-b0b4-0759cf2c4814} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001692 sec., 148936.17021276595 rows/sec., 10.30 MiB/sec.
9376 2025.03.11 22:13:56.580840 [ 4 ] {a90553b6-25a0-46e7-b0b4-0759cf2c4814} <Debug> TCPHandler: Processed in 0.002003637 sec.
9377 2025.03.11 22:13:56.580963 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9378 2025.03.11 22:13:56.581093 [ 4 ] {e12635cb-9bf2-4251-b95b-bec02f52fd16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
9379 2025.03.11 22:13:56.581158 [ 4 ] {e12635cb-9bf2-4251-b95b-bec02f52fd16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
9380 2025.03.11 22:13:56.581713 [ 4 ] {e12635cb-9bf2-4251-b95b-bec02f52fd16} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9381 2025.03.11 22:13:56.581751 [ 4 ] {e12635cb-9bf2-4251-b95b-bec02f52fd16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9382 2025.03.11 22:13:56.582105 [ 4 ] {e12635cb-9bf2-4251-b95b-bec02f52fd16} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary)
9383 2025.03.11 22:13:56.582345 [ 4 ] {e12635cb-9bf2-4251-b95b-bec02f52fd16} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9384 2025.03.11 22:13:56.582500 [ 138 ] {} <Debug> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0
9385 2025.03.11 22:13:56.582555 [ 138 ] {} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9386 2025.03.11 22:13:56.582592 [ 4 ] {e12635cb-9bf2-4251-b95b-bec02f52fd16} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001513 sec., 7931.2623925974885 rows/sec., 619.63 KiB/sec.
9387 2025.03.11 22:13:56.582598 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9388 2025.03.11 22:13:56.582754 [ 4 ] {e12635cb-9bf2-4251-b95b-bec02f52fd16} <Debug> TCPHandler: Processed in 0.001833725 sec.
9389 2025.03.11 22:13:56.583078 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9390 2025.03.11 22:13:56.583078 [ 193 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::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
9391 2025.03.11 22:13:56.583264 [ 4 ] {b5d40217-2096-45b3-b769-7d85ee12c8bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9392 2025.03.11 22:13:56.583374 [ 4 ] {b5d40217-2096-45b3-b769-7d85ee12c8bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9393 2025.03.11 22:13:56.583387 [ 193 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9394 2025.03.11 22:13:56.583497 [ 193 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::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
9395 2025.03.11 22:13:56.583780 [ 193 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::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
9396 2025.03.11 22:13:56.584167 [ 193 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::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
9397 2025.03.11 22:13:56.584498 [ 193 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::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
9398 2025.03.11 22:13:56.584855 [ 193 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::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
9399 2025.03.11 22:13:56.586555 [ 4 ] {b5d40217-2096-45b3-b769-7d85ee12c8bf} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9400 2025.03.11 22:13:56.586635 [ 4 ] {b5d40217-2096-45b3-b769-7d85ee12c8bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9401 2025.03.11 22:13:56.587375 [ 197 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.00461924 sec., 12989.149730258658 rows/sec., 1.04 MiB/sec.
9402 2025.03.11 22:13:56.587596 [ 197 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary)
9403 2025.03.11 22:13:56.587673 [ 4 ] {b5d40217-2096-45b3-b769-7d85ee12c8bf} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
9404 2025.03.11 22:13:56.588088 [ 197 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::all_1_13_3} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9405 2025.03.11 22:13:56.588128 [ 4 ] {b5d40217-2096-45b3-b769-7d85ee12c8bf} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9406 2025.03.11 22:13:56.588253 [ 197 ] {293a30b3-8fcb-4da4-9c22-73886ba8d36a::all_1_13_3} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3
9407 2025.03.11 22:13:56.588506 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9408 2025.03.11 22:13:56.588567 [ 4 ] {b5d40217-2096-45b3-b769-7d85ee12c8bf} <Debug> executeQuery: Read 590 rows, 45.39 KiB in 0.005359 sec., 110095.1670087703 rows/sec., 8.27 MiB/sec.
9409 2025.03.11 22:13:56.588638 [ 4 ] {b5d40217-2096-45b3-b769-7d85ee12c8bf} <Debug> TCPHandler: Processed in 0.005669879 sec.
9410 2025.03.11 22:13:56.588750 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9411 2025.03.11 22:13:56.588862 [ 4 ] {4c81bbdd-82c1-4293-84e2-ba66556c02f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9412 2025.03.11 22:13:56.588912 [ 4 ] {4c81bbdd-82c1-4293-84e2-ba66556c02f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9413 2025.03.11 22:13:56.589649 [ 4 ] {4c81bbdd-82c1-4293-84e2-ba66556c02f4} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9414 2025.03.11 22:13:56.589687 [ 4 ] {4c81bbdd-82c1-4293-84e2-ba66556c02f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9415 2025.03.11 22:13:56.590129 [ 4 ] {4c81bbdd-82c1-4293-84e2-ba66556c02f4} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
9416 2025.03.11 22:13:56.590385 [ 4 ] {4c81bbdd-82c1-4293-84e2-ba66556c02f4} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9417 2025.03.11 22:13:56.590571 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
9418 2025.03.11 22:13:56.590623 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9419 2025.03.11 22:13:56.590635 [ 4 ] {4c81bbdd-82c1-4293-84e2-ba66556c02f4} <Debug> executeQuery: Read 947 rows, 65.46 KiB in 0.001787 sec., 529938.4443200895 rows/sec., 35.77 MiB/sec.
9420 2025.03.11 22:13:56.590656 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9421 2025.03.11 22:13:56.590807 [ 4 ] {4c81bbdd-82c1-4293-84e2-ba66556c02f4} <Debug> TCPHandler: Processed in 0.002102588 sec.
9422 2025.03.11 22:13:56.590975 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
9423 2025.03.11 22:13:56.591068 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9424 2025.03.11 22:13:56.591430 [ 4 ] {9a83cd63-9c0d-43d6-9b22-80479d4a42cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9425 2025.03.11 22:13:56.591532 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9426 2025.03.11 22:13:56.591667 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 24158 rows starting from the beginning of the part
9427 2025.03.11 22:13:56.591810 [ 4 ] {9a83cd63-9c0d-43d6-9b22-80479d4a42cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9428 2025.03.11 22:13:56.592161 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
9429 2025.03.11 22:13:56.592619 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 161 rows starting from the beginning of the part
9430 2025.03.11 22:13:56.593067 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
9431 2025.03.11 22:13:56.593539 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
9432 2025.03.11 22:13:56.593918 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
9433 2025.03.11 22:13:56.596792 [ 4 ] {9a83cd63-9c0d-43d6-9b22-80479d4a42cc} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9434 2025.03.11 22:13:56.596843 [ 4 ] {9a83cd63-9c0d-43d6-9b22-80479d4a42cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9435 2025.03.11 22:13:56.597728 [ 4 ] {9a83cd63-9c0d-43d6-9b22-80479d4a42cc} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary)
9436 2025.03.11 22:13:56.598033 [ 4 ] {9a83cd63-9c0d-43d6-9b22-80479d4a42cc} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9437 2025.03.11 22:13:56.598284 [ 4 ] {9a83cd63-9c0d-43d6-9b22-80479d4a42cc} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.006986 sec., 4580.589750930432 rows/sec., 8.21 MiB/sec.
9438 2025.03.11 22:13:56.598383 [ 4 ] {9a83cd63-9c0d-43d6-9b22-80479d4a42cc} <Debug> TCPHandler: Processed in 0.007406794 sec.
9439 2025.03.11 22:13:56.598504 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9440 2025.03.11 22:13:56.598624 [ 4 ] {f947885e-ae84-4c7f-bc74-c24196e31344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9441 2025.03.11 22:13:56.598671 [ 4 ] {f947885e-ae84-4c7f-bc74-c24196e31344} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9442 2025.03.11 22:13:56.599131 [ 4 ] {f947885e-ae84-4c7f-bc74-c24196e31344} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9443 2025.03.11 22:13:56.599171 [ 4 ] {f947885e-ae84-4c7f-bc74-c24196e31344} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9444 2025.03.11 22:13:56.599590 [ 4 ] {f947885e-ae84-4c7f-bc74-c24196e31344} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary)
9445 2025.03.11 22:13:56.599886 [ 4 ] {f947885e-ae84-4c7f-bc74-c24196e31344} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9446 2025.03.11 22:13:56.600066 [ 138 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0
9447 2025.03.11 22:13:56.600117 [ 138 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9448 2025.03.11 22:13:56.600135 [ 4 ] {f947885e-ae84-4c7f-bc74-c24196e31344} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.00153 sec., 15686.274509803923 rows/sec., 1.06 MiB/sec.
9449 2025.03.11 22:13:56.600153 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB.
9450 2025.03.11 22:13:56.600302 [ 4 ] {f947885e-ae84-4c7f-bc74-c24196e31344} <Debug> TCPHandler: Processed in 0.001848016 sec.
9451 2025.03.11 22:13:56.600525 [ 187 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
9452 2025.03.11 22:13:56.600694 [ 187 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9453 2025.03.11 22:13:56.600734 [ 187 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
9454 2025.03.11 22:13:56.600834 [ 187 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
9455 2025.03.11 22:13:56.601129 [ 187 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
9456 2025.03.11 22:13:56.601343 [ 187 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
9457 2025.03.11 22:13:56.601604 [ 187 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
9458 2025.03.11 22:13:56.601932 [ 187 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
9459 2025.03.11 22:13:56.602491 [ 188 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25746 rows, containing 5 columns (5 merged, 0 gathered) in 0.01169768 sec., 2200949.248056025 rows/sec., 150.78 MiB/sec.
9460 2025.03.11 22:13:56.602854 [ 194 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
9461 2025.03.11 22:13:56.603379 [ 194 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9462 2025.03.11 22:13:56.603635 [ 194 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
9463 2025.03.11 22:13:56.603860 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB.
9464 2025.03.11 22:13:56.604871 [ 194 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4692 rows, containing 4 columns (4 merged, 0 gathered) in 0.004517959 sec., 1038522.0405939939 rows/sec., 69.99 MiB/sec.
9465 2025.03.11 22:13:56.605199 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary)
9466 2025.03.11 22:13:56.605520 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_91_18} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9467 2025.03.11 22:13:56.605608 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_91_18} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18
9468 2025.03.11 22:13:56.605699 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB.
9469 2025.03.11 22:13:58.783745 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1314
9470 2025.03.11 22:13:58.787137 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9471 2025.03.11 22:13:58.787179 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9472 2025.03.11 22:13:58.788662 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary)
9473 2025.03.11 22:13:58.788963 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9474 2025.03.11 22:13:58.789442 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1314
9475 2025.03.11 22:14:00.294228 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9476 2025.03.11 22:14:00.294435 [ 4 ] {3f46403c-3c6d-46cd-874b-619e921110e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9477 2025.03.11 22:14:00.294514 [ 4 ] {3f46403c-3c6d-46cd-874b-619e921110e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9478 2025.03.11 22:14:00.295385 [ 4 ] {3f46403c-3c6d-46cd-874b-619e921110e3} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9479 2025.03.11 22:14:00.295429 [ 4 ] {3f46403c-3c6d-46cd-874b-619e921110e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9480 2025.03.11 22:14:00.295877 [ 4 ] {3f46403c-3c6d-46cd-874b-619e921110e3} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
9481 2025.03.11 22:14:00.296151 [ 4 ] {3f46403c-3c6d-46cd-874b-619e921110e3} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9482 2025.03.11 22:14:00.296390 [ 4 ] {3f46403c-3c6d-46cd-874b-619e921110e3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002011 sec., 27846.8423669816 rows/sec., 2.13 MiB/sec.
9483 2025.03.11 22:14:00.296454 [ 4 ] {3f46403c-3c6d-46cd-874b-619e921110e3} <Debug> TCPHandler: Processed in 0.002362991 sec.
9484 2025.03.11 22:14:00.296583 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9485 2025.03.11 22:14:00.296703 [ 4 ] {1f5ae777-06c4-45ac-b5d9-ae98f94e5654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9486 2025.03.11 22:14:00.296753 [ 4 ] {1f5ae777-06c4-45ac-b5d9-ae98f94e5654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9487 2025.03.11 22:14:00.297333 [ 4 ] {1f5ae777-06c4-45ac-b5d9-ae98f94e5654} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9488 2025.03.11 22:14:00.297376 [ 4 ] {1f5ae777-06c4-45ac-b5d9-ae98f94e5654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9489 2025.03.11 22:14:00.297766 [ 4 ] {1f5ae777-06c4-45ac-b5d9-ae98f94e5654} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
9490 2025.03.11 22:14:00.298015 [ 4 ] {1f5ae777-06c4-45ac-b5d9-ae98f94e5654} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9491 2025.03.11 22:14:00.298236 [ 4 ] {1f5ae777-06c4-45ac-b5d9-ae98f94e5654} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001559 sec., 41051.95638229634 rows/sec., 3.20 MiB/sec.
9492 2025.03.11 22:14:00.298294 [ 4 ] {1f5ae777-06c4-45ac-b5d9-ae98f94e5654} <Debug> TCPHandler: Processed in 0.001767905 sec.
9493 2025.03.11 22:14:00.298433 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9494 2025.03.11 22:14:00.298542 [ 4 ] {83602b8f-49f5-4fe4-a228-27f45e945197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9495 2025.03.11 22:14:00.298593 [ 4 ] {83602b8f-49f5-4fe4-a228-27f45e945197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9496 2025.03.11 22:14:00.299142 [ 4 ] {83602b8f-49f5-4fe4-a228-27f45e945197} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9497 2025.03.11 22:14:00.299181 [ 4 ] {83602b8f-49f5-4fe4-a228-27f45e945197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9498 2025.03.11 22:14:00.299619 [ 4 ] {83602b8f-49f5-4fe4-a228-27f45e945197} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
9499 2025.03.11 22:14:00.300134 [ 4 ] {83602b8f-49f5-4fe4-a228-27f45e945197} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9500 2025.03.11 22:14:00.300342 [ 4 ] {83602b8f-49f5-4fe4-a228-27f45e945197} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001822 sec., 52689.35236004391 rows/sec., 3.67 MiB/sec.
9501 2025.03.11 22:14:00.300404 [ 4 ] {83602b8f-49f5-4fe4-a228-27f45e945197} <Debug> TCPHandler: Processed in 0.002024187 sec.
9502 2025.03.11 22:14:00.301780 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9503 2025.03.11 22:14:00.301977 [ 4 ] {a77cc5ff-9ae6-490c-ab46-28f17b1126b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9504 2025.03.11 22:14:00.302053 [ 4 ] {a77cc5ff-9ae6-490c-ab46-28f17b1126b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9505 2025.03.11 22:14:00.302663 [ 4 ] {a77cc5ff-9ae6-490c-ab46-28f17b1126b4} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9506 2025.03.11 22:14:00.302710 [ 4 ] {a77cc5ff-9ae6-490c-ab46-28f17b1126b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9507 2025.03.11 22:14:00.303098 [ 4 ] {a77cc5ff-9ae6-490c-ab46-28f17b1126b4} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary)
9508 2025.03.11 22:14:00.303341 [ 4 ] {a77cc5ff-9ae6-490c-ab46-28f17b1126b4} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9509 2025.03.11 22:14:00.303565 [ 4 ] {a77cc5ff-9ae6-490c-ab46-28f17b1126b4} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001644 sec., 21897.810218978102 rows/sec., 1.48 MiB/sec.
9510 2025.03.11 22:14:00.303636 [ 4 ] {a77cc5ff-9ae6-490c-ab46-28f17b1126b4} <Debug> TCPHandler: Processed in 0.002026367 sec.
9511 2025.03.11 22:14:01.159262 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25254
9512 2025.03.11 22:14:01.160384 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9513 2025.03.11 22:14:01.160473 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9514 2025.03.11 22:14:01.161067 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9515 2025.03.11 22:14:01.161319 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9516 2025.03.11 22:14:01.161565 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254
9517 2025.03.11 22:14:02.910321 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415
9518 2025.03.11 22:14:02.931436 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9519 2025.03.11 22:14:02.931492 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9520 2025.03.11 22:14:02.938824 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary)
9521 2025.03.11 22:14:02.939612 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9522 2025.03.11 22:14:02.943770 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415
9523 2025.03.11 22:14:05.298394 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9524 2025.03.11 22:14:05.298579 [ 4 ] {70d00bee-7301-44cb-b0b5-7142f35e7c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9525 2025.03.11 22:14:05.298651 [ 4 ] {70d00bee-7301-44cb-b0b5-7142f35e7c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9526 2025.03.11 22:14:05.299457 [ 4 ] {70d00bee-7301-44cb-b0b5-7142f35e7c5b} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9527 2025.03.11 22:14:05.299500 [ 4 ] {70d00bee-7301-44cb-b0b5-7142f35e7c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9528 2025.03.11 22:14:05.299942 [ 4 ] {70d00bee-7301-44cb-b0b5-7142f35e7c5b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
9529 2025.03.11 22:14:05.300204 [ 4 ] {70d00bee-7301-44cb-b0b5-7142f35e7c5b} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9530 2025.03.11 22:14:05.300414 [ 4 ] {70d00bee-7301-44cb-b0b5-7142f35e7c5b} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001885 sec., 38196.28647214854 rows/sec., 3.09 MiB/sec.
9531 2025.03.11 22:14:05.300478 [ 4 ] {70d00bee-7301-44cb-b0b5-7142f35e7c5b} <Debug> TCPHandler: Processed in 0.002217408 sec.
9532 2025.03.11 22:14:05.300610 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9533 2025.03.11 22:14:05.300724 [ 4 ] {b7c2e503-2240-4093-bfb4-7d27d2d477a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9534 2025.03.11 22:14:05.300773 [ 4 ] {b7c2e503-2240-4093-bfb4-7d27d2d477a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9535 2025.03.11 22:14:05.301310 [ 4 ] {b7c2e503-2240-4093-bfb4-7d27d2d477a7} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9536 2025.03.11 22:14:05.301348 [ 4 ] {b7c2e503-2240-4093-bfb4-7d27d2d477a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9537 2025.03.11 22:14:05.301703 [ 4 ] {b7c2e503-2240-4093-bfb4-7d27d2d477a7} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9538 2025.03.11 22:14:05.301952 [ 4 ] {b7c2e503-2240-4093-bfb4-7d27d2d477a7} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9539 2025.03.11 22:14:05.302131 [ 4 ] {b7c2e503-2240-4093-bfb4-7d27d2d477a7} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001433 sec., 5582.6936496859735 rows/sec., 419.79 KiB/sec.
9540 2025.03.11 22:14:05.302183 [ 4 ] {b7c2e503-2240-4093-bfb4-7d27d2d477a7} <Debug> TCPHandler: Processed in 0.001627024 sec.
9541 2025.03.11 22:14:05.302289 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9542 2025.03.11 22:14:05.302394 [ 4 ] {85532e73-266c-4bce-8579-adea9a57a4dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9543 2025.03.11 22:14:05.302440 [ 4 ] {85532e73-266c-4bce-8579-adea9a57a4dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9544 2025.03.11 22:14:05.302994 [ 4 ] {85532e73-266c-4bce-8579-adea9a57a4dc} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9545 2025.03.11 22:14:05.303032 [ 4 ] {85532e73-266c-4bce-8579-adea9a57a4dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9546 2025.03.11 22:14:05.303387 [ 4 ] {85532e73-266c-4bce-8579-adea9a57a4dc} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
9547 2025.03.11 22:14:05.303628 [ 4 ] {85532e73-266c-4bce-8579-adea9a57a4dc} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9548 2025.03.11 22:14:05.303803 [ 4 ] {85532e73-266c-4bce-8579-adea9a57a4dc} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001432 sec., 50279.32960893855 rows/sec., 3.93 MiB/sec.
9549 2025.03.11 22:14:05.303855 [ 4 ] {85532e73-266c-4bce-8579-adea9a57a4dc} <Debug> TCPHandler: Processed in 0.001615724 sec.
9550 2025.03.11 22:14:05.303971 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9551 2025.03.11 22:14:05.304077 [ 4 ] {0955745a-df78-4f40-998a-7bbc44255764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9552 2025.03.11 22:14:05.304125 [ 4 ] {0955745a-df78-4f40-998a-7bbc44255764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9553 2025.03.11 22:14:05.304651 [ 4 ] {0955745a-df78-4f40-998a-7bbc44255764} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9554 2025.03.11 22:14:05.304689 [ 4 ] {0955745a-df78-4f40-998a-7bbc44255764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9555 2025.03.11 22:14:05.305084 [ 4 ] {0955745a-df78-4f40-998a-7bbc44255764} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
9556 2025.03.11 22:14:05.305328 [ 4 ] {0955745a-df78-4f40-998a-7bbc44255764} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9557 2025.03.11 22:14:05.305512 [ 4 ] {0955745a-df78-4f40-998a-7bbc44255764} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001456 sec., 109890.10989010989 rows/sec., 7.65 MiB/sec.
9558 2025.03.11 22:14:05.305617 [ 4 ] {0955745a-df78-4f40-998a-7bbc44255764} <Debug> TCPHandler: Processed in 0.001692394 sec.
9559 2025.03.11 22:14:05.305779 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9560 2025.03.11 22:14:05.306054 [ 4 ] {612711c5-620d-4c0a-bf17-8083ccf89c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9561 2025.03.11 22:14:05.306137 [ 4 ] {612711c5-620d-4c0a-bf17-8083ccf89c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9562 2025.03.11 22:14:05.307201 [ 4 ] {612711c5-620d-4c0a-bf17-8083ccf89c3c} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9563 2025.03.11 22:14:05.307240 [ 4 ] {612711c5-620d-4c0a-bf17-8083ccf89c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9564 2025.03.11 22:14:05.307844 [ 4 ] {612711c5-620d-4c0a-bf17-8083ccf89c3c} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary)
9565 2025.03.11 22:14:05.308117 [ 4 ] {612711c5-620d-4c0a-bf17-8083ccf89c3c} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9566 2025.03.11 22:14:05.308311 [ 4 ] {612711c5-620d-4c0a-bf17-8083ccf89c3c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002356 sec., 3395.585738539898 rows/sec., 6.08 MiB/sec.
9567 2025.03.11 22:14:05.308404 [ 4 ] {612711c5-620d-4c0a-bf17-8083ccf89c3c} <Debug> TCPHandler: Processed in 0.002725373 sec.
9568 2025.03.11 22:14:05.308518 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9569 2025.03.11 22:14:05.308622 [ 4 ] {01872d43-d646-447b-9eaa-3322edfef244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9570 2025.03.11 22:14:05.308667 [ 4 ] {01872d43-d646-447b-9eaa-3322edfef244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9571 2025.03.11 22:14:05.309110 [ 4 ] {01872d43-d646-447b-9eaa-3322edfef244} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9572 2025.03.11 22:14:05.309148 [ 4 ] {01872d43-d646-447b-9eaa-3322edfef244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9573 2025.03.11 22:14:05.309502 [ 4 ] {01872d43-d646-447b-9eaa-3322edfef244} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary)
9574 2025.03.11 22:14:05.309733 [ 4 ] {01872d43-d646-447b-9eaa-3322edfef244} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9575 2025.03.11 22:14:05.309909 [ 4 ] {01872d43-d646-447b-9eaa-3322edfef244} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001309 sec., 45836.51642475172 rows/sec., 3.09 MiB/sec.
9576 2025.03.11 22:14:05.309957 [ 4 ] {01872d43-d646-447b-9eaa-3322edfef244} <Debug> TCPHandler: Processed in 0.001489882 sec.
9577 2025.03.11 22:14:08.462091 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache
9578 2025.03.11 22:14:08.462170 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache
9579 2025.03.11 22:14:08.661794 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25681
9580 2025.03.11 22:14:08.662723 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9581 2025.03.11 22:14:08.662778 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9582 2025.03.11 22:14:08.663347 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9583 2025.03.11 22:14:08.663615 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9584 2025.03.11 22:14:08.663894 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681
9585 2025.03.11 22:14:08.663906 [ 126 ] {} <Debug> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9586 2025.03.11 22:14:08.664012 [ 126 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9587 2025.03.11 22:14:08.664056 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9588 2025.03.11 22:14:08.664399 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::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
9589 2025.03.11 22:14:08.664689 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9590 2025.03.11 22:14:08.664733 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part
9591 2025.03.11 22:14:08.664810 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 427 rows starting from the beginning of the part
9592 2025.03.11 22:14:08.664898 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 488 rows starting from the beginning of the part
9593 2025.03.11 22:14:08.665186 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 427 rows starting from the beginning of the part
9594 2025.03.11 22:14:08.665359 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 488 rows starting from the beginning of the part
9595 2025.03.11 22:14:08.665517 [ 199 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 427 rows starting from the beginning of the part
9596 2025.03.11 22:14:08.668206 [ 194 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.004022994 sec., 6383554.139031775 rows/sec., 91.32 MiB/sec.
9597 2025.03.11 22:14:08.668630 [ 189 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9598 2025.03.11 22:14:08.669179 [ 189 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_56_11} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9599 2025.03.11 22:14:08.669328 [ 189 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_56_11} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9600 2025.03.11 22:14:08.669494 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB.
9601 2025.03.11 22:14:08.692737 [ 126 ] {} <Debug> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0
9602 2025.03.11 22:14:08.692814 [ 126 ] {} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9603 2025.03.11 22:14:08.692838 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9604 2025.03.11 22:14:08.693029 [ 198 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full
9605 2025.03.11 22:14:08.693421 [ 198 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9606 2025.03.11 22:14:08.693464 [ 198 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 18 rows starting from the beginning of the part
9607 2025.03.11 22:14:08.693592 [ 198 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part
9608 2025.03.11 22:14:08.693755 [ 198 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part
9609 2025.03.11 22:14:08.693958 [ 198 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part
9610 2025.03.11 22:14:08.694126 [ 198 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part
9611 2025.03.11 22:14:08.695198 [ 189 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.00230344 sec., 16497.065258917097 rows/sec., 1.38 MiB/sec.
9612 2025.03.11 22:14:08.695325 [ 198 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary)
9613 2025.03.11 22:14:08.695593 [ 198 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_18_4} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9614 2025.03.11 22:14:08.695670 [ 198 ] {1c6e55bf-5661-479c-9407-a4f346866438::all_1_18_4} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4
9615 2025.03.11 22:14:08.695743 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB.
9616 2025.03.11 22:14:08.789806 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1334
9617 2025.03.11 22:14:08.793033 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9618 2025.03.11 22:14:08.793081 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9619 2025.03.11 22:14:08.794588 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary)
9620 2025.03.11 22:14:08.794897 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9621 2025.03.11 22:14:08.795137 [ 126 ] {} <Debug> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0
9622 2025.03.11 22:14:08.795245 [ 126 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9623 2025.03.11 22:14:08.795313 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9624 2025.03.11 22:14:08.795816 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::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
9625 2025.03.11 22:14:08.797569 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1334
9626 2025.03.11 22:14:08.797897 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9627 2025.03.11 22:14:08.798067 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1180 rows starting from the beginning of the part
9628 2025.03.11 22:14:08.798669 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 44 rows starting from the beginning of the part
9629 2025.03.11 22:14:08.799343 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part
9630 2025.03.11 22:14:08.800300 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 26 rows starting from the beginning of the part
9631 2025.03.11 22:14:08.800991 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 44 rows starting from the beginning of the part
9632 2025.03.11 22:14:08.801629 [ 190 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part
9633 2025.03.11 22:14:08.809864 [ 189 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1334 rows, containing 72 columns (72 merged, 0 gathered) in 0.014404183 sec., 92611.98639311928 rows/sec., 71.84 MiB/sec.
9634 2025.03.11 22:14:08.811455 [ 191 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary)
9635 2025.03.11 22:14:08.812260 [ 191 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_41_8} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9636 2025.03.11 22:14:08.812369 [ 191 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_41_8} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8
9637 2025.03.11 22:14:08.812703 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB.
9638 2025.03.11 22:14:10.299102 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9639 2025.03.11 22:14:10.299306 [ 4 ] {b49b103b-dc95-42b2-b231-6f8a2e724a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9640 2025.03.11 22:14:10.299384 [ 4 ] {b49b103b-dc95-42b2-b231-6f8a2e724a71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9641 2025.03.11 22:14:10.300174 [ 4 ] {b49b103b-dc95-42b2-b231-6f8a2e724a71} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9642 2025.03.11 22:14:10.300220 [ 4 ] {b49b103b-dc95-42b2-b231-6f8a2e724a71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9643 2025.03.11 22:14:10.300662 [ 4 ] {b49b103b-dc95-42b2-b231-6f8a2e724a71} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
9644 2025.03.11 22:14:10.300919 [ 4 ] {b49b103b-dc95-42b2-b231-6f8a2e724a71} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9645 2025.03.11 22:14:10.301164 [ 4 ] {b49b103b-dc95-42b2-b231-6f8a2e724a71} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001905 sec., 62992.125984251965 rows/sec., 5.34 MiB/sec.
9646 2025.03.11 22:14:10.301265 [ 4 ] {b49b103b-dc95-42b2-b231-6f8a2e724a71} <Debug> TCPHandler: Processed in 0.00230003 sec.
9647 2025.03.11 22:14:10.301422 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9648 2025.03.11 22:14:10.301729 [ 4 ] {228b5410-8732-49c5-a0cc-7fac2998b785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9649 2025.03.11 22:14:10.301848 [ 4 ] {228b5410-8732-49c5-a0cc-7fac2998b785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9650 2025.03.11 22:14:10.302409 [ 4 ] {228b5410-8732-49c5-a0cc-7fac2998b785} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9651 2025.03.11 22:14:10.302450 [ 4 ] {228b5410-8732-49c5-a0cc-7fac2998b785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9652 2025.03.11 22:14:10.302803 [ 4 ] {228b5410-8732-49c5-a0cc-7fac2998b785} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9653 2025.03.11 22:14:10.303059 [ 4 ] {228b5410-8732-49c5-a0cc-7fac2998b785} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9654 2025.03.11 22:14:10.303252 [ 117 ] {} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9655 2025.03.11 22:14:10.303307 [ 4 ] {228b5410-8732-49c5-a0cc-7fac2998b785} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001682 sec., 19024.97027348395 rows/sec., 1.40 MiB/sec.
9656 2025.03.11 22:14:10.303360 [ 117 ] {} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9657 2025.03.11 22:14:10.303436 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9658 2025.03.11 22:14:10.303439 [ 4 ] {228b5410-8732-49c5-a0cc-7fac2998b785} <Debug> TCPHandler: Processed in 0.002091087 sec.
9659 2025.03.11 22:14:10.303653 [ 200 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
9660 2025.03.11 22:14:10.303672 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9661 2025.03.11 22:14:10.303926 [ 4 ] {df3387e0-2d1a-4615-af29-d942ab855067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9662 2025.03.11 22:14:10.303942 [ 200 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9663 2025.03.11 22:14:10.304009 [ 200 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 70 rows starting from the beginning of the part
9664 2025.03.11 22:14:10.304020 [ 4 ] {df3387e0-2d1a-4615-af29-d942ab855067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9665 2025.03.11 22:14:10.304421 [ 200 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 32 rows starting from the beginning of the part
9666 2025.03.11 22:14:10.304854 [ 200 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
9667 2025.03.11 22:14:10.305249 [ 200 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 46 rows starting from the beginning of the part
9668 2025.03.11 22:14:10.305474 [ 200 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
9669 2025.03.11 22:14:10.305685 [ 200 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 32 rows starting from the beginning of the part
9670 2025.03.11 22:14:10.306231 [ 4 ] {df3387e0-2d1a-4615-af29-d942ab855067} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9671 2025.03.11 22:14:10.306279 [ 4 ] {df3387e0-2d1a-4615-af29-d942ab855067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9672 2025.03.11 22:14:10.306844 [ 4 ] {df3387e0-2d1a-4615-af29-d942ab855067} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
9673 2025.03.11 22:14:10.307124 [ 189 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.003588101 sec., 54624.99522728039 rows/sec., 4.22 MiB/sec.
9674 2025.03.11 22:14:10.307228 [ 4 ] {df3387e0-2d1a-4615-af29-d942ab855067} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9675 2025.03.11 22:14:10.307399 [ 189 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9676 2025.03.11 22:14:10.307651 [ 4 ] {df3387e0-2d1a-4615-af29-d942ab855067} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.003813 sec., 25177.025963808024 rows/sec., 1.97 MiB/sec.
9677 2025.03.11 22:14:10.307787 [ 4 ] {df3387e0-2d1a-4615-af29-d942ab855067} <Debug> TCPHandler: Processed in 0.004167185 sec.
9678 2025.03.11 22:14:10.307997 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9679 2025.03.11 22:14:10.308094 [ 189 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_76_15} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9680 2025.03.11 22:14:10.308202 [ 4 ] {337d71f8-bd5c-4dd2-aeeb-941eb6c91cb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9681 2025.03.11 22:14:10.308276 [ 189 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_76_15} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9682 2025.03.11 22:14:10.308291 [ 4 ] {337d71f8-bd5c-4dd2-aeeb-941eb6c91cb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9683 2025.03.11 22:14:10.308466 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB.
9684 2025.03.11 22:14:10.308993 [ 4 ] {337d71f8-bd5c-4dd2-aeeb-941eb6c91cb8} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9685 2025.03.11 22:14:10.309038 [ 4 ] {337d71f8-bd5c-4dd2-aeeb-941eb6c91cb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9686 2025.03.11 22:14:10.309440 [ 4 ] {337d71f8-bd5c-4dd2-aeeb-941eb6c91cb8} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
9687 2025.03.11 22:14:10.309689 [ 4 ] {337d71f8-bd5c-4dd2-aeeb-941eb6c91cb8} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9688 2025.03.11 22:14:10.309896 [ 4 ] {337d71f8-bd5c-4dd2-aeeb-941eb6c91cb8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001769 sec., 90446.57998869418 rows/sec., 6.30 MiB/sec.
9689 2025.03.11 22:14:10.309950 [ 4 ] {337d71f8-bd5c-4dd2-aeeb-941eb6c91cb8} <Debug> TCPHandler: Processed in 0.002040878 sec.
9690 2025.03.11 22:14:10.310076 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9691 2025.03.11 22:14:10.310183 [ 4 ] {442766ee-39ed-47a1-8cc0-c21a1de62e6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9692 2025.03.11 22:14:10.310251 [ 4 ] {442766ee-39ed-47a1-8cc0-c21a1de62e6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9693 2025.03.11 22:14:10.311371 [ 4 ] {442766ee-39ed-47a1-8cc0-c21a1de62e6e} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9694 2025.03.11 22:14:10.311411 [ 4 ] {442766ee-39ed-47a1-8cc0-c21a1de62e6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9695 2025.03.11 22:14:10.312057 [ 4 ] {442766ee-39ed-47a1-8cc0-c21a1de62e6e} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary)
9696 2025.03.11 22:14:10.312318 [ 4 ] {442766ee-39ed-47a1-8cc0-c21a1de62e6e} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9697 2025.03.11 22:14:10.312593 [ 4 ] {442766ee-39ed-47a1-8cc0-c21a1de62e6e} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002427 sec., 13185.002060156572 rows/sec., 23.63 MiB/sec.
9698 2025.03.11 22:14:10.312973 [ 4 ] {442766ee-39ed-47a1-8cc0-c21a1de62e6e} <Debug> TCPHandler: Processed in 0.002943085 sec.
9699 2025.03.11 22:14:10.313310 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9700 2025.03.11 22:14:10.313418 [ 4 ] {368b57cf-bfab-4cd5-b23c-3615dab63962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9701 2025.03.11 22:14:10.313469 [ 4 ] {368b57cf-bfab-4cd5-b23c-3615dab63962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9702 2025.03.11 22:14:10.313946 [ 4 ] {368b57cf-bfab-4cd5-b23c-3615dab63962} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9703 2025.03.11 22:14:10.313986 [ 4 ] {368b57cf-bfab-4cd5-b23c-3615dab63962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9704 2025.03.11 22:14:10.314386 [ 4 ] {368b57cf-bfab-4cd5-b23c-3615dab63962} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary)
9705 2025.03.11 22:14:10.314625 [ 4 ] {368b57cf-bfab-4cd5-b23c-3615dab63962} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9706 2025.03.11 22:14:10.314854 [ 4 ] {368b57cf-bfab-4cd5-b23c-3615dab63962} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001457 sec., 41180.507892930684 rows/sec., 2.78 MiB/sec.
9707 2025.03.11 22:14:10.314914 [ 4 ] {368b57cf-bfab-4cd5-b23c-3615dab63962} <Debug> TCPHandler: Processed in 0.001691714 sec.
9708 2025.03.11 22:14:10.443925 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422
9709 2025.03.11 22:14:10.466046 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9710 2025.03.11 22:14:10.466114 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9711 2025.03.11 22:14:10.473436 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary)
9712 2025.03.11 22:14:10.474246 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9713 2025.03.11 22:14:10.474735 [ 117 ] {} <Debug> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0
9714 2025.03.11 22:14:10.474904 [ 117 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9715 2025.03.11 22:14:10.475011 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9716 2025.03.11 22:14:10.475393 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
9717 2025.03.11 22:14:10.482959 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422
9718 2025.03.11 22:14:10.484349 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9719 2025.03.11 22:14:10.485231 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
9720 2025.03.11 22:14:10.489873 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
9721 2025.03.11 22:14:10.494896 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
9722 2025.03.11 22:14:10.500155 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
9723 2025.03.11 22:14:10.505613 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
9724 2025.03.11 22:14:10.510329 [ 186 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
9725 2025.03.11 22:14:10.570727 [ 189 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.095529655 sec., 4417.476437028899 rows/sec., 22.84 MiB/sec.
9726 2025.03.11 22:14:10.574168 [ 193 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary)
9727 2025.03.11 22:14:10.577171 [ 193 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_56_11} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9728 2025.03.11 22:14:10.577307 [ 193 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_56_11} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11
9729 2025.03.11 22:14:10.579790 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB.
9730 2025.03.11 22:14:15.297669 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9731 2025.03.11 22:14:15.297894 [ 4 ] {4b2e4e75-6bf4-4de3-8ea8-6c4d7c61f082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9732 2025.03.11 22:14:15.297975 [ 4 ] {4b2e4e75-6bf4-4de3-8ea8-6c4d7c61f082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9733 2025.03.11 22:14:15.298815 [ 4 ] {4b2e4e75-6bf4-4de3-8ea8-6c4d7c61f082} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9734 2025.03.11 22:14:15.298860 [ 4 ] {4b2e4e75-6bf4-4de3-8ea8-6c4d7c61f082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9735 2025.03.11 22:14:15.299316 [ 4 ] {4b2e4e75-6bf4-4de3-8ea8-6c4d7c61f082} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
9736 2025.03.11 22:14:15.299575 [ 4 ] {4b2e4e75-6bf4-4de3-8ea8-6c4d7c61f082} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9737 2025.03.11 22:14:15.299744 [ 112 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0
9738 2025.03.11 22:14:15.299785 [ 4 ] {4b2e4e75-6bf4-4de3-8ea8-6c4d7c61f082} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001948 sec., 36960.985626283364 rows/sec., 2.99 MiB/sec.
9739 2025.03.11 22:14:15.299786 [ 112 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9740 2025.03.11 22:14:15.299832 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9741 2025.03.11 22:14:15.299862 [ 4 ] {4b2e4e75-6bf4-4de3-8ea8-6c4d7c61f082} <Debug> TCPHandler: Processed in 0.00233187 sec.
9742 2025.03.11 22:14:15.300162 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9743 2025.03.11 22:14:15.300171 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_95_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_90_18 to all_95_95_0 into Compact with storage Full
9744 2025.03.11 22:14:15.300467 [ 4 ] {503c6878-005f-4e24-afcd-bb096be25d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9745 2025.03.11 22:14:15.300643 [ 4 ] {503c6878-005f-4e24-afcd-bb096be25d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9746 2025.03.11 22:14:15.300895 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_95_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9747 2025.03.11 22:14:15.301051 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_90_18, total 1406 rows starting from the beginning of the part
9748 2025.03.11 22:14:15.301914 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1381 rows starting from the beginning of the part
9749 2025.03.11 22:14:15.302365 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part
9750 2025.03.11 22:14:15.302719 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 72 rows starting from the beginning of the part
9751 2025.03.11 22:14:15.302953 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 120 rows starting from the beginning of the part
9752 2025.03.11 22:14:15.303363 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 72 rows starting from the beginning of the part
9753 2025.03.11 22:14:15.303972 [ 4 ] {503c6878-005f-4e24-afcd-bb096be25d34} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9754 2025.03.11 22:14:15.304022 [ 4 ] {503c6878-005f-4e24-afcd-bb096be25d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9755 2025.03.11 22:14:15.304789 [ 4 ] {503c6878-005f-4e24-afcd-bb096be25d34} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9756 2025.03.11 22:14:15.305347 [ 4 ] {503c6878-005f-4e24-afcd-bb096be25d34} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9757 2025.03.11 22:14:15.305999 [ 4 ] {503c6878-005f-4e24-afcd-bb096be25d34} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005585 sec., 1432.408236347359 rows/sec., 107.71 KiB/sec.
9758 2025.03.11 22:14:15.306466 [ 4 ] {503c6878-005f-4e24-afcd-bb096be25d34} <Debug> TCPHandler: Processed in 0.006420834 sec.
9759 2025.03.11 22:14:15.306738 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9760 2025.03.11 22:14:15.306875 [ 4 ] {6b596925-d197-420b-9e17-420a6e3f216a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9761 2025.03.11 22:14:15.306965 [ 4 ] {6b596925-d197-420b-9e17-420a6e3f216a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9762 2025.03.11 22:14:15.307467 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_95_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3107 rows, containing 5 columns (5 merged, 0 gathered) in 0.007529874 sec., 412623.1063096142 rows/sec., 35.95 MiB/sec.
9763 2025.03.11 22:14:15.307756 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_95_19} <Trace> MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary)
9764 2025.03.11 22:14:15.308263 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_95_19} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9765 2025.03.11 22:14:15.308321 [ 4 ] {6b596925-d197-420b-9e17-420a6e3f216a} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9766 2025.03.11 22:14:15.308383 [ 4 ] {6b596925-d197-420b-9e17-420a6e3f216a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9767 2025.03.11 22:14:15.308421 [ 195 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_95_19} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19
9768 2025.03.11 22:14:15.308579 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
9769 2025.03.11 22:14:15.308883 [ 4 ] {6b596925-d197-420b-9e17-420a6e3f216a} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
9770 2025.03.11 22:14:15.309136 [ 4 ] {6b596925-d197-420b-9e17-420a6e3f216a} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9771 2025.03.11 22:14:15.309271 [ 112 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0
9772 2025.03.11 22:14:15.309310 [ 112 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9773 2025.03.11 22:14:15.309321 [ 4 ] {6b596925-d197-420b-9e17-420a6e3f216a} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002469 sec., 29161.603888213853 rows/sec., 2.28 MiB/sec.
9774 2025.03.11 22:14:15.309339 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9775 2025.03.11 22:14:15.309448 [ 4 ] {6b596925-d197-420b-9e17-420a6e3f216a} <Debug> TCPHandler: Processed in 0.002799674 sec.
9776 2025.03.11 22:14:15.309616 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_95_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_90_18 to all_95_95_0 into Compact with storage Full
9777 2025.03.11 22:14:15.309646 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9778 2025.03.11 22:14:15.309867 [ 4 ] {c252f85e-5dfd-40f1-8bd1-f5923fe6a8de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9779 2025.03.11 22:14:15.309889 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_95_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9780 2025.03.11 22:14:15.309977 [ 4 ] {c252f85e-5dfd-40f1-8bd1-f5923fe6a8de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9781 2025.03.11 22:14:15.309977 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_90_18, total 632 rows starting from the beginning of the part
9782 2025.03.11 22:14:15.310370 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 590 rows starting from the beginning of the part
9783 2025.03.11 22:14:15.310842 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part
9784 2025.03.11 22:14:15.311201 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 72 rows starting from the beginning of the part
9785 2025.03.11 22:14:15.311392 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 96 rows starting from the beginning of the part
9786 2025.03.11 22:14:15.311747 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 72 rows starting from the beginning of the part
9787 2025.03.11 22:14:15.312681 [ 4 ] {c252f85e-5dfd-40f1-8bd1-f5923fe6a8de} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9788 2025.03.11 22:14:15.312755 [ 4 ] {c252f85e-5dfd-40f1-8bd1-f5923fe6a8de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9789 2025.03.11 22:14:15.313875 [ 4 ] {c252f85e-5dfd-40f1-8bd1-f5923fe6a8de} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
9790 2025.03.11 22:14:15.314352 [ 4 ] {c252f85e-5dfd-40f1-8bd1-f5923fe6a8de} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9791 2025.03.11 22:14:15.314784 [ 4 ] {c252f85e-5dfd-40f1-8bd1-f5923fe6a8de} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004985 sec., 32096.2888665998 rows/sec., 2.24 MiB/sec.
9792 2025.03.11 22:14:15.315074 [ 4 ] {c252f85e-5dfd-40f1-8bd1-f5923fe6a8de} <Debug> TCPHandler: Processed in 0.005484617 sec.
9793 2025.03.11 22:14:15.315099 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_95_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005635768 sec., 270770.5498168129 rows/sec., 21.56 MiB/sec.
9794 2025.03.11 22:14:15.315242 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9795 2025.03.11 22:14:15.315315 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_95_19} <Trace> MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary)
9796 2025.03.11 22:14:15.315451 [ 4 ] {dc0d38a9-2915-427f-a398-f0dd00e7cbaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9797 2025.03.11 22:14:15.315594 [ 4 ] {dc0d38a9-2915-427f-a398-f0dd00e7cbaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9798 2025.03.11 22:14:15.315964 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_95_19} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9799 2025.03.11 22:14:15.316190 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_95_19} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19
9800 2025.03.11 22:14:15.316382 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
9801 2025.03.11 22:14:15.317255 [ 4 ] {dc0d38a9-2915-427f-a398-f0dd00e7cbaf} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9802 2025.03.11 22:14:15.317299 [ 4 ] {dc0d38a9-2915-427f-a398-f0dd00e7cbaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9803 2025.03.11 22:14:15.317927 [ 4 ] {dc0d38a9-2915-427f-a398-f0dd00e7cbaf} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary)
9804 2025.03.11 22:14:15.318184 [ 4 ] {dc0d38a9-2915-427f-a398-f0dd00e7cbaf} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9805 2025.03.11 22:14:15.318317 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0
9806 2025.03.11 22:14:15.318357 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9807 2025.03.11 22:14:15.318377 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9808 2025.03.11 22:14:15.318396 [ 4 ] {dc0d38a9-2915-427f-a398-f0dd00e7cbaf} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00304 sec., 2631.578947368421 rows/sec., 4.72 MiB/sec.
9809 2025.03.11 22:14:15.318570 [ 192 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
9810 2025.03.11 22:14:15.318884 [ 4 ] {dc0d38a9-2915-427f-a398-f0dd00e7cbaf} <Debug> TCPHandler: Processed in 0.003710561 sec.
9811 2025.03.11 22:14:15.319314 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9812 2025.03.11 22:14:15.319415 [ 192 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9813 2025.03.11 22:14:15.319449 [ 4 ] {7f3028b3-6114-4a63-809d-979e52f58e14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9814 2025.03.11 22:14:15.319499 [ 192 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1386 rows starting from the beginning of the part
9815 2025.03.11 22:14:15.319506 [ 4 ] {7f3028b3-6114-4a63-809d-979e52f58e14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9816 2025.03.11 22:14:15.319888 [ 192 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
9817 2025.03.11 22:14:15.320305 [ 192 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 32 rows starting from the beginning of the part
9818 2025.03.11 22:14:15.320713 [ 4 ] {7f3028b3-6114-4a63-809d-979e52f58e14} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9819 2025.03.11 22:14:15.320745 [ 192 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part
9820 2025.03.11 22:14:15.320759 [ 4 ] {7f3028b3-6114-4a63-809d-979e52f58e14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9821 2025.03.11 22:14:15.321112 [ 192 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 32 rows starting from the beginning of the part
9822 2025.03.11 22:14:15.321461 [ 192 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part
9823 2025.03.11 22:14:15.321567 [ 4 ] {7f3028b3-6114-4a63-809d-979e52f58e14} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary)
9824 2025.03.11 22:14:15.321992 [ 4 ] {7f3028b3-6114-4a63-809d-979e52f58e14} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9825 2025.03.11 22:14:15.322224 [ 4 ] {7f3028b3-6114-4a63-809d-979e52f58e14} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002807 sec., 21375.133594584964 rows/sec., 1.44 MiB/sec.
9826 2025.03.11 22:14:15.322317 [ 4 ] {7f3028b3-6114-4a63-809d-979e52f58e14} <Debug> TCPHandler: Processed in 0.003097636 sec.
9827 2025.03.11 22:14:15.328659 [ 188 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1474 rows, containing 19 columns (19 merged, 0 gathered) in 0.010222567 sec., 144190.78886937106 rows/sec., 258.38 MiB/sec.
9828 2025.03.11 22:14:15.329946 [ 196 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary)
9829 2025.03.11 22:14:15.330325 [ 196 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9830 2025.03.11 22:14:15.330399 [ 196 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15
9831 2025.03.11 22:14:15.330496 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.58 MiB.
9832 2025.03.11 22:14:16.000192 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 237.06 MiB, peak 249.79 MiB, free memory in arenas 0.00 B, will set to 239.55 MiB (RSS), difference: 2.49 MiB
9833 2025.03.11 22:14:16.164094 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26169
9834 2025.03.11 22:14:16.164829 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9835 2025.03.11 22:14:16.164871 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9836 2025.03.11 22:14:16.165449 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
9837 2025.03.11 22:14:16.165821 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9838 2025.03.11 22:14:16.166109 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169
9839 2025.03.11 22:14:17.983110 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430
9840 2025.03.11 22:14:18.003136 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9841 2025.03.11 22:14:18.003201 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9842 2025.03.11 22:14:18.010134 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary)
9843 2025.03.11 22:14:18.010900 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9844 2025.03.11 22:14:18.015667 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430
9845 2025.03.11 22:14:18.797887 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1358
9846 2025.03.11 22:14:18.802006 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9847 2025.03.11 22:14:18.802071 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9848 2025.03.11 22:14:18.803590 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary)
9849 2025.03.11 22:14:18.803908 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9850 2025.03.11 22:14:18.805212 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1358
9851 2025.03.11 22:14:20.298187 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9852 2025.03.11 22:14:20.298396 [ 4 ] {7cd557d3-5acf-4174-a7fd-896b308c4a0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9853 2025.03.11 22:14:20.298475 [ 4 ] {7cd557d3-5acf-4174-a7fd-896b308c4a0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9854 2025.03.11 22:14:20.299359 [ 4 ] {7cd557d3-5acf-4174-a7fd-896b308c4a0a} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9855 2025.03.11 22:14:20.299400 [ 4 ] {7cd557d3-5acf-4174-a7fd-896b308c4a0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9856 2025.03.11 22:14:20.299867 [ 4 ] {7cd557d3-5acf-4174-a7fd-896b308c4a0a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
9857 2025.03.11 22:14:20.300138 [ 4 ] {7cd557d3-5acf-4174-a7fd-896b308c4a0a} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9858 2025.03.11 22:14:20.300334 [ 4 ] {7cd557d3-5acf-4174-a7fd-896b308c4a0a} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001995 sec., 60150.37593984963 rows/sec., 5.10 MiB/sec.
9859 2025.03.11 22:14:20.300389 [ 4 ] {7cd557d3-5acf-4174-a7fd-896b308c4a0a} <Debug> TCPHandler: Processed in 0.00234412 sec.
9860 2025.03.11 22:14:20.300513 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9861 2025.03.11 22:14:20.300619 [ 4 ] {4aeaf3d2-508c-4c57-9216-ac6e271fd2ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9862 2025.03.11 22:14:20.300664 [ 4 ] {4aeaf3d2-508c-4c57-9216-ac6e271fd2ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9863 2025.03.11 22:14:20.301202 [ 4 ] {4aeaf3d2-508c-4c57-9216-ac6e271fd2ad} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9864 2025.03.11 22:14:20.301239 [ 4 ] {4aeaf3d2-508c-4c57-9216-ac6e271fd2ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9865 2025.03.11 22:14:20.301598 [ 4 ] {4aeaf3d2-508c-4c57-9216-ac6e271fd2ad} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9866 2025.03.11 22:14:20.301841 [ 4 ] {4aeaf3d2-508c-4c57-9216-ac6e271fd2ad} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9867 2025.03.11 22:14:20.302021 [ 4 ] {4aeaf3d2-508c-4c57-9216-ac6e271fd2ad} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001425 sec., 22456.14035087719 rows/sec., 1.65 MiB/sec.
9868 2025.03.11 22:14:20.302073 [ 4 ] {4aeaf3d2-508c-4c57-9216-ac6e271fd2ad} <Debug> TCPHandler: Processed in 0.001611903 sec.
9869 2025.03.11 22:14:20.302198 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9870 2025.03.11 22:14:20.302306 [ 4 ] {23923144-471c-4488-8c24-5d8920b8177c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9871 2025.03.11 22:14:20.302351 [ 4 ] {23923144-471c-4488-8c24-5d8920b8177c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9872 2025.03.11 22:14:20.302932 [ 4 ] {23923144-471c-4488-8c24-5d8920b8177c} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9873 2025.03.11 22:14:20.302970 [ 4 ] {23923144-471c-4488-8c24-5d8920b8177c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9874 2025.03.11 22:14:20.303339 [ 4 ] {23923144-471c-4488-8c24-5d8920b8177c} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
9875 2025.03.11 22:14:20.303580 [ 4 ] {23923144-471c-4488-8c24-5d8920b8177c} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9876 2025.03.11 22:14:20.303762 [ 4 ] {23923144-471c-4488-8c24-5d8920b8177c} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001476 sec., 65040.65040650406 rows/sec., 5.08 MiB/sec.
9877 2025.03.11 22:14:20.303821 [ 4 ] {23923144-471c-4488-8c24-5d8920b8177c} <Debug> TCPHandler: Processed in 0.001674645 sec.
9878 2025.03.11 22:14:20.303972 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9879 2025.03.11 22:14:20.304275 [ 4 ] {ccce7a3f-2534-4b5f-a96d-b8b000cc7333} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9880 2025.03.11 22:14:20.304431 [ 4 ] {ccce7a3f-2534-4b5f-a96d-b8b000cc7333} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9881 2025.03.11 22:14:20.305500 [ 4 ] {ccce7a3f-2534-4b5f-a96d-b8b000cc7333} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9882 2025.03.11 22:14:20.305539 [ 4 ] {ccce7a3f-2534-4b5f-a96d-b8b000cc7333} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9883 2025.03.11 22:14:20.305939 [ 4 ] {ccce7a3f-2534-4b5f-a96d-b8b000cc7333} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
9884 2025.03.11 22:14:20.306214 [ 4 ] {ccce7a3f-2534-4b5f-a96d-b8b000cc7333} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9885 2025.03.11 22:14:20.306353 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
9886 2025.03.11 22:14:20.306397 [ 4 ] {ccce7a3f-2534-4b5f-a96d-b8b000cc7333} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002234 sec., 71620.41181736796 rows/sec., 4.99 MiB/sec.
9887 2025.03.11 22:14:20.306397 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9888 2025.03.11 22:14:20.306443 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9889 2025.03.11 22:14:20.306474 [ 4 ] {ccce7a3f-2534-4b5f-a96d-b8b000cc7333} <Debug> TCPHandler: Processed in 0.002573992 sec.
9890 2025.03.11 22:14:20.306653 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9891 2025.03.11 22:14:20.306664 [ 194 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
9892 2025.03.11 22:14:20.306830 [ 4 ] {d12bc4d9-4d64-461b-a01e-73e375cb4943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9893 2025.03.11 22:14:20.307029 [ 194 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9894 2025.03.11 22:14:20.307046 [ 4 ] {d12bc4d9-4d64-461b-a01e-73e375cb4943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9895 2025.03.11 22:14:20.307125 [ 194 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 25746 rows starting from the beginning of the part
9896 2025.03.11 22:14:20.307488 [ 194 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
9897 2025.03.11 22:14:20.307879 [ 194 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
9898 2025.03.11 22:14:20.308272 [ 194 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
9899 2025.03.11 22:14:20.308551 [ 194 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
9900 2025.03.11 22:14:20.308928 [ 194 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
9901 2025.03.11 22:14:20.311817 [ 4 ] {d12bc4d9-4d64-461b-a01e-73e375cb4943} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9902 2025.03.11 22:14:20.311906 [ 4 ] {d12bc4d9-4d64-461b-a01e-73e375cb4943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9903 2025.03.11 22:14:20.313406 [ 4 ] {d12bc4d9-4d64-461b-a01e-73e375cb4943} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary)
9904 2025.03.11 22:14:20.313831 [ 4 ] {d12bc4d9-4d64-461b-a01e-73e375cb4943} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9905 2025.03.11 22:14:20.314092 [ 4 ] {d12bc4d9-4d64-461b-a01e-73e375cb4943} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.007294 sec., 4387.167534960241 rows/sec., 7.86 MiB/sec.
9906 2025.03.11 22:14:20.314638 [ 4 ] {d12bc4d9-4d64-461b-a01e-73e375cb4943} <Debug> TCPHandler: Processed in 0.008053928 sec.
9907 2025.03.11 22:14:20.315029 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9908 2025.03.11 22:14:20.315231 [ 4 ] {6f2b6109-cd72-4aa2-8f57-82edda1be30e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9909 2025.03.11 22:14:20.315280 [ 4 ] {6f2b6109-cd72-4aa2-8f57-82edda1be30e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9910 2025.03.11 22:14:20.316089 [ 4 ] {6f2b6109-cd72-4aa2-8f57-82edda1be30e} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9911 2025.03.11 22:14:20.316140 [ 4 ] {6f2b6109-cd72-4aa2-8f57-82edda1be30e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9912 2025.03.11 22:14:20.316677 [ 4 ] {6f2b6109-cd72-4aa2-8f57-82edda1be30e} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary)
9913 2025.03.11 22:14:20.316993 [ 4 ] {6f2b6109-cd72-4aa2-8f57-82edda1be30e} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9914 2025.03.11 22:14:20.317214 [ 108 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0
9915 2025.03.11 22:14:20.317251 [ 108 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9916 2025.03.11 22:14:20.317280 [ 4 ] {6f2b6109-cd72-4aa2-8f57-82edda1be30e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002078 sec., 28873.917228103946 rows/sec., 1.95 MiB/sec.
9917 2025.03.11 22:14:20.317287 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB.
9918 2025.03.11 22:14:20.317383 [ 4 ] {6f2b6109-cd72-4aa2-8f57-82edda1be30e} <Debug> TCPHandler: Processed in 0.002471221 sec.
9919 2025.03.11 22:14:20.317542 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
9920 2025.03.11 22:14:20.317857 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
9921 2025.03.11 22:14:20.317976 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
9922 2025.03.11 22:14:20.318103 [ 198 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26482 rows, containing 5 columns (5 merged, 0 gathered) in 0.011545148 sec., 2293777.437933234 rows/sec., 157.21 MiB/sec.
9923 2025.03.11 22:14:20.318158 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
9924 2025.03.11 22:14:20.318429 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
9925 2025.03.11 22:14:20.318559 [ 198 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
9926 2025.03.11 22:14:20.318739 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
9927 2025.03.11 22:14:20.319089 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
9928 2025.03.11 22:14:20.319451 [ 196 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
9929 2025.03.11 22:14:20.319796 [ 191 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9930 2025.03.11 22:14:20.320109 [ 191 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
9931 2025.03.11 22:14:20.320298 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB.
9932 2025.03.11 22:14:20.321928 [ 191 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4968 rows, containing 4 columns (4 merged, 0 gathered) in 0.004553239 sec., 1091091.4186582344 rows/sec., 73.53 MiB/sec.
9933 2025.03.11 22:14:20.322354 [ 191 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary)
9934 2025.03.11 22:14:20.322742 [ 191 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_96_19} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9935 2025.03.11 22:14:20.322831 [ 191 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_96_19} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19
9936 2025.03.11 22:14:20.322920 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB.
9937 2025.03.11 22:14:23.462222 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache
9938 2025.03.11 22:14:23.462299 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache
9939 2025.03.11 22:14:23.666325 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26596
9940 2025.03.11 22:14:23.666994 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9941 2025.03.11 22:14:23.667046 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
9942 2025.03.11 22:14:23.667595 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
9943 2025.03.11 22:14:23.667864 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9944 2025.03.11 22:14:23.668153 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596
9945 2025.03.11 22:14:25.298803 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9946 2025.03.11 22:14:25.299057 [ 4 ] {f0013547-9c35-40b2-b5ea-ed7187a4e2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
9947 2025.03.11 22:14:25.299138 [ 4 ] {f0013547-9c35-40b2-b5ea-ed7187a4e2c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
9948 2025.03.11 22:14:25.300015 [ 4 ] {f0013547-9c35-40b2-b5ea-ed7187a4e2c1} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9949 2025.03.11 22:14:25.300060 [ 4 ] {f0013547-9c35-40b2-b5ea-ed7187a4e2c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
9950 2025.03.11 22:14:25.300511 [ 4 ] {f0013547-9c35-40b2-b5ea-ed7187a4e2c1} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
9951 2025.03.11 22:14:25.300768 [ 4 ] {f0013547-9c35-40b2-b5ea-ed7187a4e2c1} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9952 2025.03.11 22:14:25.300977 [ 4 ] {f0013547-9c35-40b2-b5ea-ed7187a4e2c1} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001976 sec., 36437.24696356276 rows/sec., 2.95 MiB/sec.
9953 2025.03.11 22:14:25.301046 [ 4 ] {f0013547-9c35-40b2-b5ea-ed7187a4e2c1} <Debug> TCPHandler: Processed in 0.00241392 sec.
9954 2025.03.11 22:14:25.301172 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9955 2025.03.11 22:14:25.301286 [ 4 ] {95f9cbd7-fe84-4a75-9c67-5e9d82f58c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
9956 2025.03.11 22:14:25.301335 [ 4 ] {95f9cbd7-fe84-4a75-9c67-5e9d82f58c01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
9957 2025.03.11 22:14:25.301869 [ 4 ] {95f9cbd7-fe84-4a75-9c67-5e9d82f58c01} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9958 2025.03.11 22:14:25.301908 [ 4 ] {95f9cbd7-fe84-4a75-9c67-5e9d82f58c01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
9959 2025.03.11 22:14:25.302260 [ 4 ] {95f9cbd7-fe84-4a75-9c67-5e9d82f58c01} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
9960 2025.03.11 22:14:25.302501 [ 4 ] {95f9cbd7-fe84-4a75-9c67-5e9d82f58c01} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9961 2025.03.11 22:14:25.302673 [ 4 ] {95f9cbd7-fe84-4a75-9c67-5e9d82f58c01} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001413 sec., 5661.712668082095 rows/sec., 425.73 KiB/sec.
9962 2025.03.11 22:14:25.302727 [ 4 ] {95f9cbd7-fe84-4a75-9c67-5e9d82f58c01} <Debug> TCPHandler: Processed in 0.001607054 sec.
9963 2025.03.11 22:14:25.302832 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9964 2025.03.11 22:14:25.302935 [ 4 ] {05ce36c7-e49a-4b0c-aeea-45de102982b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
9965 2025.03.11 22:14:25.302980 [ 4 ] {05ce36c7-e49a-4b0c-aeea-45de102982b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
9966 2025.03.11 22:14:25.303524 [ 4 ] {05ce36c7-e49a-4b0c-aeea-45de102982b0} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9967 2025.03.11 22:14:25.303561 [ 4 ] {05ce36c7-e49a-4b0c-aeea-45de102982b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
9968 2025.03.11 22:14:25.303911 [ 4 ] {05ce36c7-e49a-4b0c-aeea-45de102982b0} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
9969 2025.03.11 22:14:25.304169 [ 4 ] {05ce36c7-e49a-4b0c-aeea-45de102982b0} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9970 2025.03.11 22:14:25.304341 [ 4 ] {05ce36c7-e49a-4b0c-aeea-45de102982b0} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001429 sec., 50384.88453463961 rows/sec., 3.93 MiB/sec.
9971 2025.03.11 22:14:25.304393 [ 4 ] {05ce36c7-e49a-4b0c-aeea-45de102982b0} <Debug> TCPHandler: Processed in 0.001611734 sec.
9972 2025.03.11 22:14:25.304522 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9973 2025.03.11 22:14:25.304659 [ 4 ] {8dae92f6-c5fa-4c4a-a7bc-3921fec10f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
9974 2025.03.11 22:14:25.304718 [ 4 ] {8dae92f6-c5fa-4c4a-a7bc-3921fec10f9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
9975 2025.03.11 22:14:25.305303 [ 4 ] {8dae92f6-c5fa-4c4a-a7bc-3921fec10f9b} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9976 2025.03.11 22:14:25.305368 [ 4 ] {8dae92f6-c5fa-4c4a-a7bc-3921fec10f9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
9977 2025.03.11 22:14:25.305763 [ 4 ] {8dae92f6-c5fa-4c4a-a7bc-3921fec10f9b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
9978 2025.03.11 22:14:25.306007 [ 4 ] {8dae92f6-c5fa-4c4a-a7bc-3921fec10f9b} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9979 2025.03.11 22:14:25.306199 [ 4 ] {8dae92f6-c5fa-4c4a-a7bc-3921fec10f9b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec.
9980 2025.03.11 22:14:25.306289 [ 4 ] {8dae92f6-c5fa-4c4a-a7bc-3921fec10f9b} <Debug> TCPHandler: Processed in 0.001823915 sec.
9981 2025.03.11 22:14:25.306429 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9982 2025.03.11 22:14:25.306723 [ 4 ] {c5fd10f5-f2ad-42dc-bbd5-c025e983c7ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
9983 2025.03.11 22:14:25.306839 [ 4 ] {c5fd10f5-f2ad-42dc-bbd5-c025e983c7ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
9984 2025.03.11 22:14:25.307884 [ 4 ] {c5fd10f5-f2ad-42dc-bbd5-c025e983c7ba} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9985 2025.03.11 22:14:25.307922 [ 4 ] {c5fd10f5-f2ad-42dc-bbd5-c025e983c7ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
9986 2025.03.11 22:14:25.308522 [ 4 ] {c5fd10f5-f2ad-42dc-bbd5-c025e983c7ba} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary)
9987 2025.03.11 22:14:25.308774 [ 4 ] {c5fd10f5-f2ad-42dc-bbd5-c025e983c7ba} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9988 2025.03.11 22:14:25.308979 [ 4 ] {c5fd10f5-f2ad-42dc-bbd5-c025e983c7ba} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002368 sec., 3378.3783783783783 rows/sec., 6.05 MiB/sec.
9989 2025.03.11 22:14:25.309070 [ 4 ] {c5fd10f5-f2ad-42dc-bbd5-c025e983c7ba} <Debug> TCPHandler: Processed in 0.002716903 sec.
9990 2025.03.11 22:14:25.309181 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
9991 2025.03.11 22:14:25.309283 [ 4 ] {55db4f6c-119d-4dc2-b98e-d36814d8af7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
9992 2025.03.11 22:14:25.309328 [ 4 ] {55db4f6c-119d-4dc2-b98e-d36814d8af7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
9993 2025.03.11 22:14:25.309755 [ 4 ] {55db4f6c-119d-4dc2-b98e-d36814d8af7e} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
9994 2025.03.11 22:14:25.309791 [ 4 ] {55db4f6c-119d-4dc2-b98e-d36814d8af7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
9995 2025.03.11 22:14:25.310143 [ 4 ] {55db4f6c-119d-4dc2-b98e-d36814d8af7e} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary)
9996 2025.03.11 22:14:25.310381 [ 4 ] {55db4f6c-119d-4dc2-b98e-d36814d8af7e} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
9997 2025.03.11 22:14:25.310549 [ 4 ] {55db4f6c-119d-4dc2-b98e-d36814d8af7e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001288 sec., 46583.850931677014 rows/sec., 3.14 MiB/sec.
9998 2025.03.11 22:14:25.310597 [ 4 ] {55db4f6c-119d-4dc2-b98e-d36814d8af7e} <Debug> TCPHandler: Processed in 0.001466333 sec.
9999 2025.03.11 22:14:25.515807 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437
10000 2025.03.11 22:14:25.536632 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10001 2025.03.11 22:14:25.536700 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10002 2025.03.11 22:14:25.544103 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary)
10003 2025.03.11 22:14:25.544873 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10004 2025.03.11 22:14:25.549043 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 437
10005 2025.03.11 22:14:26.567878 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10006 2025.03.11 22:14:26.568086 [ 4 ] {65ed7f38-0db5-4ef7-b5ae-17fd16a113aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10007 2025.03.11 22:14:26.568167 [ 4 ] {65ed7f38-0db5-4ef7-b5ae-17fd16a113aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10008 2025.03.11 22:14:26.569030 [ 4 ] {65ed7f38-0db5-4ef7-b5ae-17fd16a113aa} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10009 2025.03.11 22:14:26.569080 [ 4 ] {65ed7f38-0db5-4ef7-b5ae-17fd16a113aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10010 2025.03.11 22:14:26.569516 [ 4 ] {65ed7f38-0db5-4ef7-b5ae-17fd16a113aa} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
10011 2025.03.11 22:14:26.569771 [ 4 ] {65ed7f38-0db5-4ef7-b5ae-17fd16a113aa} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10012 2025.03.11 22:14:26.570016 [ 4 ] {65ed7f38-0db5-4ef7-b5ae-17fd16a113aa} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001965 sec., 12213.740458015267 rows/sec., 1.01 MiB/sec.
10013 2025.03.11 22:14:26.570338 [ 4 ] {65ed7f38-0db5-4ef7-b5ae-17fd16a113aa} <Debug> TCPHandler: Processed in 0.002601283 sec.
10014 2025.03.11 22:14:26.570500 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10015 2025.03.11 22:14:26.570606 [ 4 ] {5d5cbba1-4185-427c-b518-995458828588} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10016 2025.03.11 22:14:26.570653 [ 4 ] {5d5cbba1-4185-427c-b518-995458828588} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10017 2025.03.11 22:14:26.571215 [ 4 ] {5d5cbba1-4185-427c-b518-995458828588} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10018 2025.03.11 22:14:26.571253 [ 4 ] {5d5cbba1-4185-427c-b518-995458828588} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10019 2025.03.11 22:14:26.571598 [ 4 ] {5d5cbba1-4185-427c-b518-995458828588} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary)
10020 2025.03.11 22:14:26.571838 [ 4 ] {5d5cbba1-4185-427c-b518-995458828588} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10021 2025.03.11 22:14:26.572016 [ 4 ] {5d5cbba1-4185-427c-b518-995458828588} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001434 sec., 9762.900976290099 rows/sec., 796.10 KiB/sec.
10022 2025.03.11 22:14:26.572068 [ 4 ] {5d5cbba1-4185-427c-b518-995458828588} <Debug> TCPHandler: Processed in 0.001623164 sec.
10023 2025.03.11 22:14:26.572174 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10024 2025.03.11 22:14:26.572277 [ 4 ] {8ab44028-45af-44ed-a925-bcc8dee76bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10025 2025.03.11 22:14:26.572320 [ 4 ] {8ab44028-45af-44ed-a925-bcc8dee76bb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10026 2025.03.11 22:14:26.573595 [ 4 ] {8ab44028-45af-44ed-a925-bcc8dee76bb2} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10027 2025.03.11 22:14:26.573632 [ 4 ] {8ab44028-45af-44ed-a925-bcc8dee76bb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10028 2025.03.11 22:14:26.574083 [ 4 ] {8ab44028-45af-44ed-a925-bcc8dee76bb2} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
10029 2025.03.11 22:14:26.574333 [ 4 ] {8ab44028-45af-44ed-a925-bcc8dee76bb2} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10030 2025.03.11 22:14:26.574537 [ 4 ] {8ab44028-45af-44ed-a925-bcc8dee76bb2} <Debug> executeQuery: Read 1387 rows, 118.48 KiB in 0.002282 sec., 607800.1752848378 rows/sec., 50.70 MiB/sec.
10031 2025.03.11 22:14:26.574590 [ 4 ] {8ab44028-45af-44ed-a925-bcc8dee76bb2} <Debug> TCPHandler: Processed in 0.002466241 sec.
10032 2025.03.11 22:14:26.574709 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10033 2025.03.11 22:14:26.574814 [ 4 ] {a22549d0-a38a-430f-8228-f1b2516fa8a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10034 2025.03.11 22:14:26.574860 [ 4 ] {a22549d0-a38a-430f-8228-f1b2516fa8a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10035 2025.03.11 22:14:26.575469 [ 4 ] {a22549d0-a38a-430f-8228-f1b2516fa8a4} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10036 2025.03.11 22:14:26.575509 [ 4 ] {a22549d0-a38a-430f-8228-f1b2516fa8a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10037 2025.03.11 22:14:26.575853 [ 4 ] {a22549d0-a38a-430f-8228-f1b2516fa8a4} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10038 2025.03.11 22:14:26.576089 [ 4 ] {a22549d0-a38a-430f-8228-f1b2516fa8a4} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10039 2025.03.11 22:14:26.576311 [ 4 ] {a22549d0-a38a-430f-8228-f1b2516fa8a4} <Debug> executeQuery: Read 58 rows, 4.34 KiB in 0.001518 sec., 38208.16864295125 rows/sec., 2.80 MiB/sec.
10040 2025.03.11 22:14:26.576363 [ 4 ] {a22549d0-a38a-430f-8228-f1b2516fa8a4} <Debug> TCPHandler: Processed in 0.001706424 sec.
10041 2025.03.11 22:14:26.576468 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10042 2025.03.11 22:14:26.576568 [ 4 ] {690f3fe5-f7b1-4396-9230-61bcc3f2c7fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10043 2025.03.11 22:14:26.576611 [ 4 ] {690f3fe5-f7b1-4396-9230-61bcc3f2c7fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10044 2025.03.11 22:14:26.577219 [ 4 ] {690f3fe5-f7b1-4396-9230-61bcc3f2c7fe} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10045 2025.03.11 22:14:26.577257 [ 4 ] {690f3fe5-f7b1-4396-9230-61bcc3f2c7fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10046 2025.03.11 22:14:26.577610 [ 4 ] {690f3fe5-f7b1-4396-9230-61bcc3f2c7fe} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
10047 2025.03.11 22:14:26.577840 [ 4 ] {690f3fe5-f7b1-4396-9230-61bcc3f2c7fe} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10048 2025.03.11 22:14:26.578043 [ 4 ] {690f3fe5-f7b1-4396-9230-61bcc3f2c7fe} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.001496 sec., 168449.19786096257 rows/sec., 11.65 MiB/sec.
10049 2025.03.11 22:14:26.578095 [ 4 ] {690f3fe5-f7b1-4396-9230-61bcc3f2c7fe} <Debug> TCPHandler: Processed in 0.001676764 sec.
10050 2025.03.11 22:14:26.578207 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10051 2025.03.11 22:14:26.578313 [ 4 ] {eb090820-a3f4-4c8c-89c7-02b5c66c0093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10052 2025.03.11 22:14:26.578357 [ 4 ] {eb090820-a3f4-4c8c-89c7-02b5c66c0093} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10053 2025.03.11 22:14:26.578883 [ 4 ] {eb090820-a3f4-4c8c-89c7-02b5c66c0093} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10054 2025.03.11 22:14:26.578921 [ 4 ] {eb090820-a3f4-4c8c-89c7-02b5c66c0093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10055 2025.03.11 22:14:26.579264 [ 4 ] {eb090820-a3f4-4c8c-89c7-02b5c66c0093} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary)
10056 2025.03.11 22:14:26.579493 [ 4 ] {eb090820-a3f4-4c8c-89c7-02b5c66c0093} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10057 2025.03.11 22:14:26.579741 [ 4 ] {eb090820-a3f4-4c8c-89c7-02b5c66c0093} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001449 sec., 8281.573498964803 rows/sec., 647.00 KiB/sec.
10058 2025.03.11 22:14:26.579954 [ 4 ] {eb090820-a3f4-4c8c-89c7-02b5c66c0093} <Debug> TCPHandler: Processed in 0.001794965 sec.
10059 2025.03.11 22:14:26.580083 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10060 2025.03.11 22:14:26.580186 [ 4 ] {5f166b95-361e-4fe4-bbfa-91a4275130b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10061 2025.03.11 22:14:26.580230 [ 4 ] {5f166b95-361e-4fe4-bbfa-91a4275130b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10062 2025.03.11 22:14:26.581066 [ 4 ] {5f166b95-361e-4fe4-bbfa-91a4275130b8} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10063 2025.03.11 22:14:26.581105 [ 4 ] {5f166b95-361e-4fe4-bbfa-91a4275130b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10064 2025.03.11 22:14:26.581486 [ 4 ] {5f166b95-361e-4fe4-bbfa-91a4275130b8} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
10065 2025.03.11 22:14:26.581719 [ 4 ] {5f166b95-361e-4fe4-bbfa-91a4275130b8} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10066 2025.03.11 22:14:26.581954 [ 4 ] {5f166b95-361e-4fe4-bbfa-91a4275130b8} <Debug> executeQuery: Read 602 rows, 46.37 KiB in 0.00179 sec., 336312.8491620112 rows/sec., 25.30 MiB/sec.
10067 2025.03.11 22:14:26.582023 [ 4 ] {5f166b95-361e-4fe4-bbfa-91a4275130b8} <Debug> TCPHandler: Processed in 0.001989377 sec.
10068 2025.03.11 22:14:26.582223 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10069 2025.03.11 22:14:26.582499 [ 4 ] {9290065e-e611-46c8-b7f7-3ab8bb3625d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10070 2025.03.11 22:14:26.582602 [ 4 ] {9290065e-e611-46c8-b7f7-3ab8bb3625d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10071 2025.03.11 22:14:26.583328 [ 4 ] {9290065e-e611-46c8-b7f7-3ab8bb3625d5} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10072 2025.03.11 22:14:26.583366 [ 4 ] {9290065e-e611-46c8-b7f7-3ab8bb3625d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10073 2025.03.11 22:14:26.583789 [ 4 ] {9290065e-e611-46c8-b7f7-3ab8bb3625d5} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
10074 2025.03.11 22:14:26.584023 [ 4 ] {9290065e-e611-46c8-b7f7-3ab8bb3625d5} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10075 2025.03.11 22:14:26.584253 [ 4 ] {9290065e-e611-46c8-b7f7-3ab8bb3625d5} <Debug> executeQuery: Read 951 rows, 65.72 KiB in 0.001856 sec., 512392.2413793103 rows/sec., 34.58 MiB/sec.
10076 2025.03.11 22:14:26.584358 [ 4 ] {9290065e-e611-46c8-b7f7-3ab8bb3625d5} <Debug> TCPHandler: Processed in 0.002231729 sec.
10077 2025.03.11 22:14:26.584524 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10078 2025.03.11 22:14:26.584808 [ 4 ] {9ff4563e-348a-4f56-9e79-9c85034b4894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10079 2025.03.11 22:14:26.584993 [ 4 ] {9ff4563e-348a-4f56-9e79-9c85034b4894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10080 2025.03.11 22:14:26.586134 [ 4 ] {9ff4563e-348a-4f56-9e79-9c85034b4894} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10081 2025.03.11 22:14:26.586177 [ 4 ] {9ff4563e-348a-4f56-9e79-9c85034b4894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10082 2025.03.11 22:14:26.586790 [ 4 ] {9ff4563e-348a-4f56-9e79-9c85034b4894} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary)
10083 2025.03.11 22:14:26.587048 [ 4 ] {9ff4563e-348a-4f56-9e79-9c85034b4894} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10084 2025.03.11 22:14:26.587284 [ 4 ] {9ff4563e-348a-4f56-9e79-9c85034b4894} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00258 sec., 12403.1007751938 rows/sec., 22.23 MiB/sec.
10085 2025.03.11 22:14:26.587377 [ 4 ] {9ff4563e-348a-4f56-9e79-9c85034b4894} <Debug> TCPHandler: Processed in 0.002956365 sec.
10086 2025.03.11 22:14:26.587492 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10087 2025.03.11 22:14:26.587595 [ 4 ] {15837a38-eb13-4872-aeac-8875d7d717f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10088 2025.03.11 22:14:26.587641 [ 4 ] {15837a38-eb13-4872-aeac-8875d7d717f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10089 2025.03.11 22:14:26.588067 [ 4 ] {15837a38-eb13-4872-aeac-8875d7d717f3} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10090 2025.03.11 22:14:26.588105 [ 4 ] {15837a38-eb13-4872-aeac-8875d7d717f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10091 2025.03.11 22:14:26.588482 [ 4 ] {15837a38-eb13-4872-aeac-8875d7d717f3} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary)
10092 2025.03.11 22:14:26.588720 [ 4 ] {15837a38-eb13-4872-aeac-8875d7d717f3} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10093 2025.03.11 22:14:26.588937 [ 4 ] {15837a38-eb13-4872-aeac-8875d7d717f3} <Debug> executeQuery: Read 22 rows, 1.53 KiB in 0.001365 sec., 16117.216117216118 rows/sec., 1.09 MiB/sec.
10094 2025.03.11 22:14:26.588987 [ 4 ] {15837a38-eb13-4872-aeac-8875d7d717f3} <Debug> TCPHandler: Processed in 0.001546724 sec.
10095 2025.03.11 22:14:28.805465 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1402
10096 2025.03.11 22:14:28.808674 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10097 2025.03.11 22:14:28.808717 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10098 2025.03.11 22:14:28.810213 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary)
10099 2025.03.11 22:14:28.810528 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10100 2025.03.11 22:14:28.810999 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1402
10101 2025.03.11 22:14:30.294561 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10102 2025.03.11 22:14:30.294805 [ 4 ] {d3ffc289-c363-4a1b-bd68-f4de55a64def} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10103 2025.03.11 22:14:30.294908 [ 4 ] {d3ffc289-c363-4a1b-bd68-f4de55a64def} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10104 2025.03.11 22:14:30.296005 [ 4 ] {d3ffc289-c363-4a1b-bd68-f4de55a64def} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10105 2025.03.11 22:14:30.296073 [ 4 ] {d3ffc289-c363-4a1b-bd68-f4de55a64def} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10106 2025.03.11 22:14:30.296685 [ 4 ] {d3ffc289-c363-4a1b-bd68-f4de55a64def} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
10107 2025.03.11 22:14:30.297023 [ 4 ] {d3ffc289-c363-4a1b-bd68-f4de55a64def} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10108 2025.03.11 22:14:30.297365 [ 4 ] {d3ffc289-c363-4a1b-bd68-f4de55a64def} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002626 sec., 21325.209444021326 rows/sec., 1.63 MiB/sec.
10109 2025.03.11 22:14:30.297496 [ 4 ] {d3ffc289-c363-4a1b-bd68-f4de55a64def} <Debug> TCPHandler: Processed in 0.003169197 sec.
10110 2025.03.11 22:14:30.297759 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10111 2025.03.11 22:14:30.297958 [ 4 ] {f17e7768-6062-4927-900f-65c03349c061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10112 2025.03.11 22:14:30.298012 [ 4 ] {f17e7768-6062-4927-900f-65c03349c061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10113 2025.03.11 22:14:30.298622 [ 4 ] {f17e7768-6062-4927-900f-65c03349c061} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10114 2025.03.11 22:14:30.298666 [ 4 ] {f17e7768-6062-4927-900f-65c03349c061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10115 2025.03.11 22:14:30.299060 [ 4 ] {f17e7768-6062-4927-900f-65c03349c061} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
10116 2025.03.11 22:14:30.299306 [ 4 ] {f17e7768-6062-4927-900f-65c03349c061} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10117 2025.03.11 22:14:30.299535 [ 4 ] {f17e7768-6062-4927-900f-65c03349c061} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00162 sec., 39506.17283950617 rows/sec., 3.08 MiB/sec.
10118 2025.03.11 22:14:30.299598 [ 4 ] {f17e7768-6062-4927-900f-65c03349c061} <Debug> TCPHandler: Processed in 0.001946217 sec.
10119 2025.03.11 22:14:30.299726 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10120 2025.03.11 22:14:30.299847 [ 4 ] {066919d0-edd0-4faa-9617-8200332ce712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10121 2025.03.11 22:14:30.299901 [ 4 ] {066919d0-edd0-4faa-9617-8200332ce712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10122 2025.03.11 22:14:30.300429 [ 4 ] {066919d0-edd0-4faa-9617-8200332ce712} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10123 2025.03.11 22:14:30.300470 [ 4 ] {066919d0-edd0-4faa-9617-8200332ce712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10124 2025.03.11 22:14:30.300883 [ 4 ] {066919d0-edd0-4faa-9617-8200332ce712} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
10125 2025.03.11 22:14:30.301137 [ 4 ] {066919d0-edd0-4faa-9617-8200332ce712} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10126 2025.03.11 22:14:30.301363 [ 4 ] {066919d0-edd0-4faa-9617-8200332ce712} <Debug> executeQuery: Read 98 rows, 7.00 KiB in 0.001543 sec., 63512.63771872974 rows/sec., 4.43 MiB/sec.
10127 2025.03.11 22:14:30.301422 [ 4 ] {066919d0-edd0-4faa-9617-8200332ce712} <Debug> TCPHandler: Processed in 0.001752675 sec.
10128 2025.03.11 22:14:30.301551 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10129 2025.03.11 22:14:30.301662 [ 4 ] {ca7206d4-7c66-4a81-a5dd-3a0bc04c0637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10130 2025.03.11 22:14:30.301710 [ 4 ] {ca7206d4-7c66-4a81-a5dd-3a0bc04c0637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10131 2025.03.11 22:14:30.302179 [ 4 ] {ca7206d4-7c66-4a81-a5dd-3a0bc04c0637} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10132 2025.03.11 22:14:30.302222 [ 4 ] {ca7206d4-7c66-4a81-a5dd-3a0bc04c0637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10133 2025.03.11 22:14:30.302602 [ 4 ] {ca7206d4-7c66-4a81-a5dd-3a0bc04c0637} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary)
10134 2025.03.11 22:14:30.302844 [ 4 ] {ca7206d4-7c66-4a81-a5dd-3a0bc04c0637} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10135 2025.03.11 22:14:30.303078 [ 4 ] {ca7206d4-7c66-4a81-a5dd-3a0bc04c0637} <Debug> executeQuery: Read 38 rows, 2.61 KiB in 0.001437 sec., 26443.980514961728 rows/sec., 1.77 MiB/sec.
10136 2025.03.11 22:14:30.303162 [ 4 ] {ca7206d4-7c66-4a81-a5dd-3a0bc04c0637} <Debug> TCPHandler: Processed in 0.001659424 sec.
10137 2025.03.11 22:14:31.168368 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27084
10138 2025.03.11 22:14:31.169362 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10139 2025.03.11 22:14:31.169407 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10140 2025.03.11 22:14:31.169931 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
10141 2025.03.11 22:14:31.170188 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10142 2025.03.11 22:14:31.170381 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084
10143 2025.03.11 22:14:33.049180 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445
10144 2025.03.11 22:14:33.070565 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10145 2025.03.11 22:14:33.070621 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10146 2025.03.11 22:14:33.077974 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary)
10147 2025.03.11 22:14:33.078783 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10148 2025.03.11 22:14:33.081632 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445
10149 2025.03.11 22:14:35.297272 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10150 2025.03.11 22:14:35.297457 [ 4 ] {6a5530ec-f025-4fc5-9c59-116c059b0b92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10151 2025.03.11 22:14:35.297526 [ 4 ] {6a5530ec-f025-4fc5-9c59-116c059b0b92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10152 2025.03.11 22:14:35.298336 [ 4 ] {6a5530ec-f025-4fc5-9c59-116c059b0b92} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10153 2025.03.11 22:14:35.298385 [ 4 ] {6a5530ec-f025-4fc5-9c59-116c059b0b92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10154 2025.03.11 22:14:35.298918 [ 4 ] {6a5530ec-f025-4fc5-9c59-116c059b0b92} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
10155 2025.03.11 22:14:35.299248 [ 4 ] {6a5530ec-f025-4fc5-9c59-116c059b0b92} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10156 2025.03.11 22:14:35.299466 [ 96 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0
10157 2025.03.11 22:14:35.299517 [ 96 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10158 2025.03.11 22:14:35.299516 [ 4 ] {6a5530ec-f025-4fc5-9c59-116c059b0b92} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002106 sec., 34188.034188034195 rows/sec., 2.76 MiB/sec.
10159 2025.03.11 22:14:35.299548 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10160 2025.03.11 22:14:35.299652 [ 4 ] {6a5530ec-f025-4fc5-9c59-116c059b0b92} <Debug> TCPHandler: Processed in 0.002509852 sec.
10161 2025.03.11 22:14:35.299868 [ 198 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_100_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_95_19 to all_100_100_0 into Compact with storage Full
10162 2025.03.11 22:14:35.299889 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10163 2025.03.11 22:14:35.300138 [ 4 ] {fe02dee4-7595-4168-90f5-ca09027f7d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10164 2025.03.11 22:14:35.300212 [ 198 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_100_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10165 2025.03.11 22:14:35.300238 [ 4 ] {fe02dee4-7595-4168-90f5-ca09027f7d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10166 2025.03.11 22:14:35.300308 [ 198 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_95_19, total 1406 rows starting from the beginning of the part
10167 2025.03.11 22:14:35.300637 [ 198 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 120 rows starting from the beginning of the part
10168 2025.03.11 22:14:35.301118 [ 198 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 72 rows starting from the beginning of the part
10169 2025.03.11 22:14:35.301589 [ 198 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1387 rows starting from the beginning of the part
10170 2025.03.11 22:14:35.301963 [ 198 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part
10171 2025.03.11 22:14:35.302266 [ 198 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 72 rows starting from the beginning of the part
10172 2025.03.11 22:14:35.303118 [ 4 ] {fe02dee4-7595-4168-90f5-ca09027f7d2d} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10173 2025.03.11 22:14:35.303180 [ 4 ] {fe02dee4-7595-4168-90f5-ca09027f7d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10174 2025.03.11 22:14:35.304060 [ 4 ] {fe02dee4-7595-4168-90f5-ca09027f7d2d} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10175 2025.03.11 22:14:35.304587 [ 4 ] {fe02dee4-7595-4168-90f5-ca09027f7d2d} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10176 2025.03.11 22:14:35.304840 [ 96 ] {} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10177 2025.03.11 22:14:35.304893 [ 96 ] {} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10178 2025.03.11 22:14:35.304927 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10179 2025.03.11 22:14:35.304925 [ 4 ] {fe02dee4-7595-4168-90f5-ca09027f7d2d} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00486 sec., 1646.0905349794239 rows/sec., 123.78 KiB/sec.
10180 2025.03.11 22:14:35.305135 [ 4 ] {fe02dee4-7595-4168-90f5-ca09027f7d2d} <Debug> TCPHandler: Processed in 0.005310985 sec.
10181 2025.03.11 22:14:35.305235 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
10182 2025.03.11 22:14:35.305365 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10183 2025.03.11 22:14:35.305754 [ 4 ] {e32e6cde-35ce-4ee9-ad5c-bebd824a1cba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10184 2025.03.11 22:14:35.305928 [ 4 ] {e32e6cde-35ce-4ee9-ad5c-bebd824a1cba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10185 2025.03.11 22:14:35.306025 [ 190 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_100_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3113 rows, containing 5 columns (5 merged, 0 gathered) in 0.006346074 sec., 490539.5052121989 rows/sec., 42.73 MiB/sec.
10186 2025.03.11 22:14:35.306093 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10187 2025.03.11 22:14:35.306244 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 70 rows starting from the beginning of the part
10188 2025.03.11 22:14:35.306475 [ 190 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_100_20} <Trace> MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary)
10189 2025.03.11 22:14:35.306679 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
10190 2025.03.11 22:14:35.307593 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 32 rows starting from the beginning of the part
10191 2025.03.11 22:14:35.307660 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_100_20} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10192 2025.03.11 22:14:35.308065 [ 202 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_100_20} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20
10193 2025.03.11 22:14:35.308226 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
10194 2025.03.11 22:14:35.308369 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
10195 2025.03.11 22:14:35.308679 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
10196 2025.03.11 22:14:35.309021 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
10197 2025.03.11 22:14:35.309776 [ 4 ] {e32e6cde-35ce-4ee9-ad5c-bebd824a1cba} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10198 2025.03.11 22:14:35.309821 [ 4 ] {e32e6cde-35ce-4ee9-ad5c-bebd824a1cba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10199 2025.03.11 22:14:35.310717 [ 4 ] {e32e6cde-35ce-4ee9-ad5c-bebd824a1cba} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
10200 2025.03.11 22:14:35.311276 [ 4 ] {e32e6cde-35ce-4ee9-ad5c-bebd824a1cba} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10201 2025.03.11 22:14:35.311618 [ 96 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0
10202 2025.03.11 22:14:35.311710 [ 96 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10203 2025.03.11 22:14:35.311788 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10204 2025.03.11 22:14:35.311974 [ 4 ] {e32e6cde-35ce-4ee9-ad5c-bebd824a1cba} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.006331 sec., 11372.610961933344 rows/sec., 909.15 KiB/sec.
10205 2025.03.11 22:14:35.312240 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_100_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_95_19 to all_100_100_0 into Compact with storage Full
10206 2025.03.11 22:14:35.312286 [ 4 ] {e32e6cde-35ce-4ee9-ad5c-bebd824a1cba} <Debug> TCPHandler: Processed in 0.00703033 sec.
10207 2025.03.11 22:14:35.312521 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.007471543 sec., 24626.77388057594 rows/sec., 1.90 MiB/sec.
10208 2025.03.11 22:14:35.312576 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_100_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10209 2025.03.11 22:14:35.312614 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10210 2025.03.11 22:14:35.312648 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_95_19, total 632 rows starting from the beginning of the part
10211 2025.03.11 22:14:35.312940 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10212 2025.03.11 22:14:35.312968 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 96 rows starting from the beginning of the part
10213 2025.03.11 22:14:35.312981 [ 4 ] {ebfbf6a5-31fd-46f8-b472-b629a52052c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10214 2025.03.11 22:14:35.313245 [ 4 ] {ebfbf6a5-31fd-46f8-b472-b629a52052c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10215 2025.03.11 22:14:35.313475 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 72 rows starting from the beginning of the part
10216 2025.03.11 22:14:35.313859 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 602 rows starting from the beginning of the part
10217 2025.03.11 22:14:35.314361 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part
10218 2025.03.11 22:14:35.314824 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 72 rows starting from the beginning of the part
10219 2025.03.11 22:14:35.316106 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_81_16} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10220 2025.03.11 22:14:35.316594 [ 191 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_81_16} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10221 2025.03.11 22:14:35.317011 [ 4 ] {ebfbf6a5-31fd-46f8-b472-b629a52052c3} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10222 2025.03.11 22:14:35.317054 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
10223 2025.03.11 22:14:35.317097 [ 4 ] {ebfbf6a5-31fd-46f8-b472-b629a52052c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10224 2025.03.11 22:14:35.318216 [ 4 ] {ebfbf6a5-31fd-46f8-b472-b629a52052c3} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
10225 2025.03.11 22:14:35.318712 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_100_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1538 rows, containing 5 columns (5 merged, 0 gathered) in 0.006794108 sec., 226372.61580180944 rows/sec., 18.03 MiB/sec.
10226 2025.03.11 22:14:35.318718 [ 4 ] {ebfbf6a5-31fd-46f8-b472-b629a52052c3} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10227 2025.03.11 22:14:35.318933 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_100_20} <Trace> MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary)
10228 2025.03.11 22:14:35.319205 [ 4 ] {ebfbf6a5-31fd-46f8-b472-b629a52052c3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006376 sec., 25094.102885821834 rows/sec., 1.75 MiB/sec.
10229 2025.03.11 22:14:35.319486 [ 4 ] {ebfbf6a5-31fd-46f8-b472-b629a52052c3} <Debug> TCPHandler: Processed in 0.00696791 sec.
10230 2025.03.11 22:14:35.319898 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_100_20} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10231 2025.03.11 22:14:35.319974 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10232 2025.03.11 22:14:35.320255 [ 190 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_100_20} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20
10233 2025.03.11 22:14:35.320347 [ 4 ] {3786c8a3-3021-49a8-9ce7-95e735052e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10234 2025.03.11 22:14:35.320595 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB.
10235 2025.03.11 22:14:35.320752 [ 4 ] {3786c8a3-3021-49a8-9ce7-95e735052e91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10236 2025.03.11 22:14:35.322039 [ 4 ] {3786c8a3-3021-49a8-9ce7-95e735052e91} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10237 2025.03.11 22:14:35.322082 [ 4 ] {3786c8a3-3021-49a8-9ce7-95e735052e91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10238 2025.03.11 22:14:35.322741 [ 4 ] {3786c8a3-3021-49a8-9ce7-95e735052e91} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary)
10239 2025.03.11 22:14:35.323017 [ 4 ] {3786c8a3-3021-49a8-9ce7-95e735052e91} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10240 2025.03.11 22:14:35.323243 [ 4 ] {3786c8a3-3021-49a8-9ce7-95e735052e91} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003041 sec., 2630.7135810588625 rows/sec., 4.71 MiB/sec.
10241 2025.03.11 22:14:35.323380 [ 4 ] {3786c8a3-3021-49a8-9ce7-95e735052e91} <Debug> TCPHandler: Processed in 0.00353319 sec.
10242 2025.03.11 22:14:35.323501 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10243 2025.03.11 22:14:35.323605 [ 4 ] {41be6722-b6c0-4139-a349-66ee92f74e32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10244 2025.03.11 22:14:35.323650 [ 4 ] {41be6722-b6c0-4139-a349-66ee92f74e32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10245 2025.03.11 22:14:35.324092 [ 4 ] {41be6722-b6c0-4139-a349-66ee92f74e32} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10246 2025.03.11 22:14:35.324128 [ 4 ] {41be6722-b6c0-4139-a349-66ee92f74e32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10247 2025.03.11 22:14:35.324488 [ 4 ] {41be6722-b6c0-4139-a349-66ee92f74e32} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary)
10248 2025.03.11 22:14:35.324723 [ 4 ] {41be6722-b6c0-4139-a349-66ee92f74e32} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10249 2025.03.11 22:14:35.324903 [ 4 ] {41be6722-b6c0-4139-a349-66ee92f74e32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001322 sec., 45385.7791225416 rows/sec., 3.06 MiB/sec.
10250 2025.03.11 22:14:35.324951 [ 4 ] {41be6722-b6c0-4139-a349-66ee92f74e32} <Debug> TCPHandler: Processed in 0.001501472 sec.
10251 2025.03.11 22:14:38.462344 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache
10252 2025.03.11 22:14:38.462418 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache
10253 2025.03.11 22:14:38.670615 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27511
10254 2025.03.11 22:14:38.671376 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10255 2025.03.11 22:14:38.671418 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10256 2025.03.11 22:14:38.671945 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
10257 2025.03.11 22:14:38.672199 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10258 2025.03.11 22:14:38.672434 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511
10259 2025.03.11 22:14:38.811326 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1422
10260 2025.03.11 22:14:38.814297 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10261 2025.03.11 22:14:38.814342 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10262 2025.03.11 22:14:38.815835 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary)
10263 2025.03.11 22:14:38.816160 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10264 2025.03.11 22:14:38.816697 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1422
10265 2025.03.11 22:14:40.299214 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10266 2025.03.11 22:14:40.299404 [ 4 ] {b678a294-4906-4663-9f1d-53d1fa3e9b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10267 2025.03.11 22:14:40.299475 [ 4 ] {b678a294-4906-4663-9f1d-53d1fa3e9b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10268 2025.03.11 22:14:40.300282 [ 4 ] {b678a294-4906-4663-9f1d-53d1fa3e9b3b} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10269 2025.03.11 22:14:40.300332 [ 4 ] {b678a294-4906-4663-9f1d-53d1fa3e9b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10270 2025.03.11 22:14:40.300829 [ 4 ] {b678a294-4906-4663-9f1d-53d1fa3e9b3b} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
10271 2025.03.11 22:14:40.301083 [ 4 ] {b678a294-4906-4663-9f1d-53d1fa3e9b3b} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10272 2025.03.11 22:14:40.301312 [ 4 ] {b678a294-4906-4663-9f1d-53d1fa3e9b3b} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.001958 sec., 61287.02757916241 rows/sec., 5.19 MiB/sec.
10273 2025.03.11 22:14:40.301369 [ 4 ] {b678a294-4906-4663-9f1d-53d1fa3e9b3b} <Debug> TCPHandler: Processed in 0.00229126 sec.
10274 2025.03.11 22:14:40.301491 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10275 2025.03.11 22:14:40.301598 [ 4 ] {bdbaf23c-6e07-451d-9792-cb49dcd76ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10276 2025.03.11 22:14:40.301644 [ 4 ] {bdbaf23c-6e07-451d-9792-cb49dcd76ea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10277 2025.03.11 22:14:40.302162 [ 4 ] {bdbaf23c-6e07-451d-9792-cb49dcd76ea8} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10278 2025.03.11 22:14:40.302201 [ 4 ] {bdbaf23c-6e07-451d-9792-cb49dcd76ea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10279 2025.03.11 22:14:40.302565 [ 4 ] {bdbaf23c-6e07-451d-9792-cb49dcd76ea8} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10280 2025.03.11 22:14:40.302818 [ 4 ] {bdbaf23c-6e07-451d-9792-cb49dcd76ea8} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10281 2025.03.11 22:14:40.303029 [ 4 ] {bdbaf23c-6e07-451d-9792-cb49dcd76ea8} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001454 sec., 22008.253094910593 rows/sec., 1.62 MiB/sec.
10282 2025.03.11 22:14:40.303083 [ 4 ] {bdbaf23c-6e07-451d-9792-cb49dcd76ea8} <Debug> TCPHandler: Processed in 0.001642404 sec.
10283 2025.03.11 22:14:40.303203 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10284 2025.03.11 22:14:40.303321 [ 4 ] {79d75b08-3726-4600-94b0-3ce8d4b32bd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10285 2025.03.11 22:14:40.303369 [ 4 ] {79d75b08-3726-4600-94b0-3ce8d4b32bd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10286 2025.03.11 22:14:40.303953 [ 4 ] {79d75b08-3726-4600-94b0-3ce8d4b32bd3} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10287 2025.03.11 22:14:40.303994 [ 4 ] {79d75b08-3726-4600-94b0-3ce8d4b32bd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10288 2025.03.11 22:14:40.304373 [ 4 ] {79d75b08-3726-4600-94b0-3ce8d4b32bd3} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
10289 2025.03.11 22:14:40.304624 [ 4 ] {79d75b08-3726-4600-94b0-3ce8d4b32bd3} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10290 2025.03.11 22:14:40.304857 [ 4 ] {79d75b08-3726-4600-94b0-3ce8d4b32bd3} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001544 sec., 62176.16580310881 rows/sec., 4.86 MiB/sec.
10291 2025.03.11 22:14:40.304926 [ 4 ] {79d75b08-3726-4600-94b0-3ce8d4b32bd3} <Debug> TCPHandler: Processed in 0.001775635 sec.
10292 2025.03.11 22:14:40.305055 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10293 2025.03.11 22:14:40.305358 [ 4 ] {dcc0316c-ffda-43cd-a86b-a0e5f9f73d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10294 2025.03.11 22:14:40.305510 [ 4 ] {dcc0316c-ffda-43cd-a86b-a0e5f9f73d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10295 2025.03.11 22:14:40.306412 [ 4 ] {dcc0316c-ffda-43cd-a86b-a0e5f9f73d64} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10296 2025.03.11 22:14:40.306453 [ 4 ] {dcc0316c-ffda-43cd-a86b-a0e5f9f73d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10297 2025.03.11 22:14:40.306849 [ 4 ] {dcc0316c-ffda-43cd-a86b-a0e5f9f73d64} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
10298 2025.03.11 22:14:40.307096 [ 4 ] {dcc0316c-ffda-43cd-a86b-a0e5f9f73d64} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10299 2025.03.11 22:14:40.307278 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
10300 2025.03.11 22:14:40.307303 [ 4 ] {dcc0316c-ffda-43cd-a86b-a0e5f9f73d64} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00206 sec., 77669.90291262136 rows/sec., 5.41 MiB/sec.
10301 2025.03.11 22:14:40.307359 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10302 2025.03.11 22:14:40.307426 [ 4 ] {dcc0316c-ffda-43cd-a86b-a0e5f9f73d64} <Debug> TCPHandler: Processed in 0.00241693 sec.
10303 2025.03.11 22:14:40.307424 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10304 2025.03.11 22:14:40.307624 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10305 2025.03.11 22:14:40.307730 [ 200 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
10306 2025.03.11 22:14:40.307809 [ 4 ] {6d0ebd33-2864-4228-94db-778622758092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10307 2025.03.11 22:14:40.308284 [ 4 ] {6d0ebd33-2864-4228-94db-778622758092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10308 2025.03.11 22:14:40.308477 [ 200 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10309 2025.03.11 22:14:40.308640 [ 200 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 26482 rows starting from the beginning of the part
10310 2025.03.11 22:14:40.309280 [ 200 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
10311 2025.03.11 22:14:40.309988 [ 200 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 951 rows starting from the beginning of the part
10312 2025.03.11 22:14:40.310667 [ 200 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 98 rows starting from the beginning of the part
10313 2025.03.11 22:14:40.311231 [ 200 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
10314 2025.03.11 22:14:40.311441 [ 200 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
10315 2025.03.11 22:14:40.313121 [ 4 ] {6d0ebd33-2864-4228-94db-778622758092} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10316 2025.03.11 22:14:40.313166 [ 4 ] {6d0ebd33-2864-4228-94db-778622758092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10317 2025.03.11 22:14:40.314290 [ 4 ] {6d0ebd33-2864-4228-94db-778622758092} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary)
10318 2025.03.11 22:14:40.314573 [ 4 ] {6d0ebd33-2864-4228-94db-778622758092} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10319 2025.03.11 22:14:40.315095 [ 93 ] {} <Debug> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0
10320 2025.03.11 22:14:40.315162 [ 93 ] {} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10321 2025.03.11 22:14:40.315195 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10322 2025.03.11 22:14:40.315213 [ 4 ] {6d0ebd33-2864-4228-94db-778622758092} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00745 sec., 4295.302013422819 rows/sec., 7.70 MiB/sec.
10323 2025.03.11 22:14:40.315793 [ 186 ] {df0a2f6d-907b-41ff-98e5-602445581f54::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
10324 2025.03.11 22:14:40.316394 [ 4 ] {6d0ebd33-2864-4228-94db-778622758092} <Debug> TCPHandler: Processed in 0.008847716 sec.
10325 2025.03.11 22:14:40.316971 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10326 2025.03.11 22:14:40.317323 [ 4 ] {e7c0a1e3-510e-4ecb-952d-78f98d51a7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10327 2025.03.11 22:14:40.317518 [ 4 ] {e7c0a1e3-510e-4ecb-952d-78f98d51a7ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10328 2025.03.11 22:14:40.318386 [ 186 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10329 2025.03.11 22:14:40.318958 [ 186 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1474 rows starting from the beginning of the part
10330 2025.03.11 22:14:40.320457 [ 186 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 32 rows starting from the beginning of the part
10331 2025.03.11 22:14:40.321241 [ 4 ] {e7c0a1e3-510e-4ecb-952d-78f98d51a7ad} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10332 2025.03.11 22:14:40.321357 [ 4 ] {e7c0a1e3-510e-4ecb-952d-78f98d51a7ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10333 2025.03.11 22:14:40.322106 [ 186 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part
10334 2025.03.11 22:14:40.322114 [ 187 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28011 rows, containing 5 columns (5 merged, 0 gathered) in 0.014547244 sec., 1925519.3629803692 rows/sec., 131.95 MiB/sec.
10335 2025.03.11 22:14:40.322992 [ 186 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 32 rows starting from the beginning of the part
10336 2025.03.11 22:14:40.323219 [ 187 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
10337 2025.03.11 22:14:40.323272 [ 4 ] {e7c0a1e3-510e-4ecb-952d-78f98d51a7ad} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary)
10338 2025.03.11 22:14:40.323865 [ 186 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part
10339 2025.03.11 22:14:40.324472 [ 4 ] {e7c0a1e3-510e-4ecb-952d-78f98d51a7ad} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10340 2025.03.11 22:14:40.324690 [ 186 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 32 rows starting from the beginning of the part
10341 2025.03.11 22:14:40.325093 [ 187 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10342 2025.03.11 22:14:40.325275 [ 4 ] {e7c0a1e3-510e-4ecb-952d-78f98d51a7ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.008065 sec., 7439.553626782394 rows/sec., 513.41 KiB/sec.
10343 2025.03.11 22:14:40.325713 [ 4 ] {e7c0a1e3-510e-4ecb-952d-78f98d51a7ad} <Debug> TCPHandler: Processed in 0.008857375 sec.
10344 2025.03.11 22:14:40.326183 [ 93 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0
10345 2025.03.11 22:14:40.326212 [ 187 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
10346 2025.03.11 22:14:40.326268 [ 93 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10347 2025.03.11 22:14:40.326357 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10348 2025.03.11 22:14:40.326837 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB.
10349 2025.03.11 22:14:40.326918 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
10350 2025.03.11 22:14:40.327204 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10351 2025.03.11 22:14:40.327260 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
10352 2025.03.11 22:14:40.327598 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
10353 2025.03.11 22:14:40.327951 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 22 rows starting from the beginning of the part
10354 2025.03.11 22:14:40.328280 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 38 rows starting from the beginning of the part
10355 2025.03.11 22:14:40.328593 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
10356 2025.03.11 22:14:40.328852 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
10357 2025.03.11 22:14:40.332225 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5208 rows, containing 4 columns (4 merged, 0 gathered) in 0.005666239 sec., 919128.1906746256 rows/sec., 61.94 MiB/sec.
10358 2025.03.11 22:14:40.332799 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary)
10359 2025.03.11 22:14:40.333232 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_101_20} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10360 2025.03.11 22:14:40.333320 [ 189 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_101_20} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20
10361 2025.03.11 22:14:40.333499 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB.
10362 2025.03.11 22:14:40.337619 [ 195 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1586 rows, containing 19 columns (19 merged, 0 gathered) in 0.022323311 sec., 71046.80842371457 rows/sec., 127.31 MiB/sec.
10363 2025.03.11 22:14:40.338805 [ 188 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary)
10364 2025.03.11 22:14:40.339219 [ 188 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10365 2025.03.11 22:14:40.339303 [ 188 ] {df0a2f6d-907b-41ff-98e5-602445581f54::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16
10366 2025.03.11 22:14:40.339441 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.60 MiB.
10367 2025.03.11 22:14:40.581771 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453
10368 2025.03.11 22:14:40.604309 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10369 2025.03.11 22:14:40.604360 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10370 2025.03.11 22:14:40.611832 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary)
10371 2025.03.11 22:14:40.612662 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10372 2025.03.11 22:14:40.616584 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453
10373 2025.03.11 22:14:41.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.62 MiB, peak 251.68 MiB, free memory in arenas 0.00 B, will set to 243.71 MiB (RSS), difference: 3.09 MiB
10374 2025.03.11 22:14:45.298320 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10375 2025.03.11 22:14:45.298527 [ 4 ] {c9b0b111-f82c-413c-8dc0-ab22d53993d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10376 2025.03.11 22:14:45.298598 [ 4 ] {c9b0b111-f82c-413c-8dc0-ab22d53993d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10377 2025.03.11 22:14:45.299313 [ 4 ] {c9b0b111-f82c-413c-8dc0-ab22d53993d4} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10378 2025.03.11 22:14:45.299369 [ 4 ] {c9b0b111-f82c-413c-8dc0-ab22d53993d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10379 2025.03.11 22:14:45.299796 [ 4 ] {c9b0b111-f82c-413c-8dc0-ab22d53993d4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary)
10380 2025.03.11 22:14:45.300047 [ 4 ] {c9b0b111-f82c-413c-8dc0-ab22d53993d4} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10381 2025.03.11 22:14:45.300288 [ 4 ] {c9b0b111-f82c-413c-8dc0-ab22d53993d4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001809 sec., 1105.583195135434 rows/sec., 90.15 KiB/sec.
10382 2025.03.11 22:14:45.300353 [ 4 ] {c9b0b111-f82c-413c-8dc0-ab22d53993d4} <Debug> TCPHandler: Processed in 0.002149589 sec.
10383 2025.03.11 22:14:45.300477 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10384 2025.03.11 22:14:45.300606 [ 4 ] {1e653aef-fda4-428a-856a-6b4699ab90ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10385 2025.03.11 22:14:45.300661 [ 4 ] {1e653aef-fda4-428a-856a-6b4699ab90ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10386 2025.03.11 22:14:45.301338 [ 4 ] {1e653aef-fda4-428a-856a-6b4699ab90ee} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10387 2025.03.11 22:14:45.301386 [ 4 ] {1e653aef-fda4-428a-856a-6b4699ab90ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10388 2025.03.11 22:14:45.301774 [ 4 ] {1e653aef-fda4-428a-856a-6b4699ab90ee} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
10389 2025.03.11 22:14:45.302018 [ 4 ] {1e653aef-fda4-428a-856a-6b4699ab90ee} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10390 2025.03.11 22:14:45.302234 [ 4 ] {1e653aef-fda4-428a-856a-6b4699ab90ee} <Debug> executeQuery: Read 73 rows, 6.04 KiB in 0.001658 sec., 44028.95054282268 rows/sec., 3.55 MiB/sec.
10391 2025.03.11 22:14:45.302289 [ 4 ] {1e653aef-fda4-428a-856a-6b4699ab90ee} <Debug> TCPHandler: Processed in 0.001865816 sec.
10392 2025.03.11 22:14:45.302404 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10393 2025.03.11 22:14:45.302518 [ 4 ] {ca9666ee-abf3-44cd-a8d9-57499fe7d53d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10394 2025.03.11 22:14:45.302564 [ 4 ] {ca9666ee-abf3-44cd-a8d9-57499fe7d53d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10395 2025.03.11 22:14:45.303099 [ 4 ] {ca9666ee-abf3-44cd-a8d9-57499fe7d53d} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10396 2025.03.11 22:14:45.303139 [ 4 ] {ca9666ee-abf3-44cd-a8d9-57499fe7d53d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10397 2025.03.11 22:14:45.303503 [ 4 ] {ca9666ee-abf3-44cd-a8d9-57499fe7d53d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10398 2025.03.11 22:14:45.303746 [ 4 ] {ca9666ee-abf3-44cd-a8d9-57499fe7d53d} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10399 2025.03.11 22:14:45.303973 [ 4 ] {ca9666ee-abf3-44cd-a8d9-57499fe7d53d} <Debug> executeQuery: Read 10 rows, 759.00 B in 0.001472 sec., 6793.478260869565 rows/sec., 503.54 KiB/sec.
10400 2025.03.11 22:14:45.304049 [ 4 ] {ca9666ee-abf3-44cd-a8d9-57499fe7d53d} <Debug> TCPHandler: Processed in 0.001697654 sec.
10401 2025.03.11 22:14:45.304263 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10402 2025.03.11 22:14:45.304452 [ 4 ] {b2bc488a-c778-4d43-a488-3b552f75226e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10403 2025.03.11 22:14:45.304499 [ 4 ] {b2bc488a-c778-4d43-a488-3b552f75226e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10404 2025.03.11 22:14:45.305058 [ 4 ] {b2bc488a-c778-4d43-a488-3b552f75226e} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10405 2025.03.11 22:14:45.305097 [ 4 ] {b2bc488a-c778-4d43-a488-3b552f75226e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10406 2025.03.11 22:14:45.305465 [ 4 ] {b2bc488a-c778-4d43-a488-3b552f75226e} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
10407 2025.03.11 22:14:45.305703 [ 4 ] {b2bc488a-c778-4d43-a488-3b552f75226e} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10408 2025.03.11 22:14:45.305934 [ 4 ] {b2bc488a-c778-4d43-a488-3b552f75226e} <Debug> executeQuery: Read 74 rows, 5.92 KiB in 0.001513 sec., 48909.451421017846 rows/sec., 3.82 MiB/sec.
10409 2025.03.11 22:14:45.306018 [ 4 ] {b2bc488a-c778-4d43-a488-3b552f75226e} <Debug> TCPHandler: Processed in 0.001857266 sec.
10410 2025.03.11 22:14:45.306204 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10411 2025.03.11 22:14:45.306473 [ 4 ] {cbb053f9-fb82-47fc-a082-40e9476e17ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10412 2025.03.11 22:14:45.306534 [ 4 ] {cbb053f9-fb82-47fc-a082-40e9476e17ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10413 2025.03.11 22:14:45.307062 [ 4 ] {cbb053f9-fb82-47fc-a082-40e9476e17ce} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10414 2025.03.11 22:14:45.307101 [ 4 ] {cbb053f9-fb82-47fc-a082-40e9476e17ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10415 2025.03.11 22:14:45.307490 [ 4 ] {cbb053f9-fb82-47fc-a082-40e9476e17ce} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
10416 2025.03.11 22:14:45.307729 [ 4 ] {cbb053f9-fb82-47fc-a082-40e9476e17ce} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10417 2025.03.11 22:14:45.307933 [ 4 ] {cbb053f9-fb82-47fc-a082-40e9476e17ce} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001547 sec., 104072.39819004525 rows/sec., 7.25 MiB/sec.
10418 2025.03.11 22:14:45.307984 [ 4 ] {cbb053f9-fb82-47fc-a082-40e9476e17ce} <Debug> TCPHandler: Processed in 0.001882325 sec.
10419 2025.03.11 22:14:45.308088 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10420 2025.03.11 22:14:45.308189 [ 4 ] {89e622c8-08bb-4717-a484-0e7a3b18876f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10421 2025.03.11 22:14:45.308253 [ 4 ] {89e622c8-08bb-4717-a484-0e7a3b18876f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10422 2025.03.11 22:14:45.309286 [ 4 ] {89e622c8-08bb-4717-a484-0e7a3b18876f} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10423 2025.03.11 22:14:45.309326 [ 4 ] {89e622c8-08bb-4717-a484-0e7a3b18876f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10424 2025.03.11 22:14:45.309947 [ 4 ] {89e622c8-08bb-4717-a484-0e7a3b18876f} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary)
10425 2025.03.11 22:14:45.310205 [ 4 ] {89e622c8-08bb-4717-a484-0e7a3b18876f} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10426 2025.03.11 22:14:45.310442 [ 4 ] {89e622c8-08bb-4717-a484-0e7a3b18876f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002275 sec., 3516.4835164835163 rows/sec., 6.30 MiB/sec.
10427 2025.03.11 22:14:45.310543 [ 4 ] {89e622c8-08bb-4717-a484-0e7a3b18876f} <Debug> TCPHandler: Processed in 0.002504141 sec.
10428 2025.03.11 22:14:45.310656 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10429 2025.03.11 22:14:45.310756 [ 4 ] {b3ba69d4-91df-4dcf-bce4-68fbf5cf21a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10430 2025.03.11 22:14:45.310802 [ 4 ] {b3ba69d4-91df-4dcf-bce4-68fbf5cf21a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10431 2025.03.11 22:14:45.311231 [ 4 ] {b3ba69d4-91df-4dcf-bce4-68fbf5cf21a0} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10432 2025.03.11 22:14:45.311270 [ 4 ] {b3ba69d4-91df-4dcf-bce4-68fbf5cf21a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10433 2025.03.11 22:14:45.311631 [ 4 ] {b3ba69d4-91df-4dcf-bce4-68fbf5cf21a0} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary)
10434 2025.03.11 22:14:45.311867 [ 4 ] {b3ba69d4-91df-4dcf-bce4-68fbf5cf21a0} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10435 2025.03.11 22:14:45.312070 [ 4 ] {b3ba69d4-91df-4dcf-bce4-68fbf5cf21a0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001334 sec., 44977.51124437781 rows/sec., 3.03 MiB/sec.
10436 2025.03.11 22:14:45.312119 [ 4 ] {b3ba69d4-91df-4dcf-bce4-68fbf5cf21a0} <Debug> TCPHandler: Processed in 0.001512913 sec.
10437 2025.03.11 22:14:46.172632 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27999
10438 2025.03.11 22:14:46.173399 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10439 2025.03.11 22:14:46.173452 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10440 2025.03.11 22:14:46.173992 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
10441 2025.03.11 22:14:46.174260 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10442 2025.03.11 22:14:46.174463 [ 86 ] {} <Debug> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
10443 2025.03.11 22:14:46.174507 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999
10444 2025.03.11 22:14:46.174558 [ 86 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10445 2025.03.11 22:14:46.174586 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10446 2025.03.11 22:14:46.174728 [ 192 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::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
10447 2025.03.11 22:14:46.174895 [ 192 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10448 2025.03.11 22:14:46.174938 [ 192 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::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
10449 2025.03.11 22:14:46.175019 [ 192 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 488 rows starting from the beginning of the part
10450 2025.03.11 22:14:46.175257 [ 192 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 427 rows starting from the beginning of the part
10451 2025.03.11 22:14:46.175407 [ 192 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 488 rows starting from the beginning of the part
10452 2025.03.11 22:14:46.175526 [ 192 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 427 rows starting from the beginning of the part
10453 2025.03.11 22:14:46.175652 [ 192 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 488 rows starting from the beginning of the part
10454 2025.03.11 22:14:46.178547 [ 195 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.003884693 sec., 7207519.358672616 rows/sec., 103.10 MiB/sec.
10455 2025.03.11 22:14:46.178901 [ 195 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
10456 2025.03.11 22:14:46.179244 [ 195 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_61_12} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10457 2025.03.11 22:14:46.179338 [ 195 ] {c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5::all_1_61_12} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
10458 2025.03.11 22:14:46.179462 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB.
10459 2025.03.11 22:14:48.116729 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460
10460 2025.03.11 22:14:48.139005 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10461 2025.03.11 22:14:48.139065 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10462 2025.03.11 22:14:48.146563 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary)
10463 2025.03.11 22:14:48.147370 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10464 2025.03.11 22:14:48.147796 [ 83 ] {} <Debug> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0
10465 2025.03.11 22:14:48.147963 [ 83 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10466 2025.03.11 22:14:48.148059 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10467 2025.03.11 22:14:48.148540 [ 196 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
10468 2025.03.11 22:14:48.164788 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460
10469 2025.03.11 22:14:48.166253 [ 196 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10470 2025.03.11 22:14:48.167793 [ 196 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
10471 2025.03.11 22:14:48.173537 [ 196 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
10472 2025.03.11 22:14:48.179330 [ 196 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
10473 2025.03.11 22:14:48.185188 [ 196 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
10474 2025.03.11 22:14:48.191133 [ 196 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
10475 2025.03.11 22:14:48.195969 [ 196 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::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
10476 2025.03.11 22:14:48.254025 [ 194 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.105785851 sec., 4348.407614549511 rows/sec., 22.48 MiB/sec.
10477 2025.03.11 22:14:48.257168 [ 194 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary)
10478 2025.03.11 22:14:48.260014 [ 194 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_61_12} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10479 2025.03.11 22:14:48.260106 [ 194 ] {3588c112-4c82-4a2a-8e0d-b32cf4fe3e23::all_1_61_12} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12
10480 2025.03.11 22:14:48.262282 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB.
10481 2025.03.11 22:14:48.816938 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1448
10482 2025.03.11 22:14:48.819886 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10483 2025.03.11 22:14:48.819932 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10484 2025.03.11 22:14:48.821410 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary)
10485 2025.03.11 22:14:48.821717 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10486 2025.03.11 22:14:48.822204 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1448
10487 2025.03.11 22:14:50.298949 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10488 2025.03.11 22:14:50.299157 [ 4 ] {b7056867-367f-4ced-a50f-3ab282e8e665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10489 2025.03.11 22:14:50.299235 [ 4 ] {b7056867-367f-4ced-a50f-3ab282e8e665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10490 2025.03.11 22:14:50.300068 [ 4 ] {b7056867-367f-4ced-a50f-3ab282e8e665} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10491 2025.03.11 22:14:50.300115 [ 4 ] {b7056867-367f-4ced-a50f-3ab282e8e665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10492 2025.03.11 22:14:50.300566 [ 4 ] {b7056867-367f-4ced-a50f-3ab282e8e665} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
10493 2025.03.11 22:14:50.300824 [ 4 ] {b7056867-367f-4ced-a50f-3ab282e8e665} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10494 2025.03.11 22:14:50.301060 [ 4 ] {b7056867-367f-4ced-a50f-3ab282e8e665} <Debug> executeQuery: Read 120 rows, 10.41 KiB in 0.00196 sec., 61224.48979591837 rows/sec., 5.19 MiB/sec.
10495 2025.03.11 22:14:50.301123 [ 4 ] {b7056867-367f-4ced-a50f-3ab282e8e665} <Debug> TCPHandler: Processed in 0.00231405 sec.
10496 2025.03.11 22:14:50.301265 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10497 2025.03.11 22:14:50.301416 [ 4 ] {d1f32228-ac8f-47d5-a1eb-c3cedc2c75fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10498 2025.03.11 22:14:50.301468 [ 4 ] {d1f32228-ac8f-47d5-a1eb-c3cedc2c75fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10499 2025.03.11 22:14:50.302002 [ 4 ] {d1f32228-ac8f-47d5-a1eb-c3cedc2c75fb} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10500 2025.03.11 22:14:50.302040 [ 4 ] {d1f32228-ac8f-47d5-a1eb-c3cedc2c75fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10501 2025.03.11 22:14:50.302445 [ 4 ] {d1f32228-ac8f-47d5-a1eb-c3cedc2c75fb} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10502 2025.03.11 22:14:50.302699 [ 4 ] {d1f32228-ac8f-47d5-a1eb-c3cedc2c75fb} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10503 2025.03.11 22:14:50.302914 [ 4 ] {d1f32228-ac8f-47d5-a1eb-c3cedc2c75fb} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001536 sec., 20833.333333333332 rows/sec., 1.53 MiB/sec.
10504 2025.03.11 22:14:50.302967 [ 4 ] {d1f32228-ac8f-47d5-a1eb-c3cedc2c75fb} <Debug> TCPHandler: Processed in 0.001761985 sec.
10505 2025.03.11 22:14:50.303082 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10506 2025.03.11 22:14:50.303188 [ 4 ] {c1d0a2ce-48df-42dd-aac7-f7711130eabd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10507 2025.03.11 22:14:50.303232 [ 4 ] {c1d0a2ce-48df-42dd-aac7-f7711130eabd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10508 2025.03.11 22:14:50.303780 [ 4 ] {c1d0a2ce-48df-42dd-aac7-f7711130eabd} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10509 2025.03.11 22:14:50.303821 [ 4 ] {c1d0a2ce-48df-42dd-aac7-f7711130eabd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10510 2025.03.11 22:14:50.304186 [ 4 ] {c1d0a2ce-48df-42dd-aac7-f7711130eabd} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
10511 2025.03.11 22:14:50.304428 [ 4 ] {c1d0a2ce-48df-42dd-aac7-f7711130eabd} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10512 2025.03.11 22:14:50.304648 [ 4 ] {c1d0a2ce-48df-42dd-aac7-f7711130eabd} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001477 sec., 64996.614759647935 rows/sec., 5.08 MiB/sec.
10513 2025.03.11 22:14:50.304704 [ 4 ] {c1d0a2ce-48df-42dd-aac7-f7711130eabd} <Debug> TCPHandler: Processed in 0.001671874 sec.
10514 2025.03.11 22:14:50.304819 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10515 2025.03.11 22:14:50.304924 [ 4 ] {db7a5eb3-8fe3-4505-a831-6a442ecd61ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10516 2025.03.11 22:14:50.304971 [ 4 ] {db7a5eb3-8fe3-4505-a831-6a442ecd61ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10517 2025.03.11 22:14:50.305515 [ 4 ] {db7a5eb3-8fe3-4505-a831-6a442ecd61ab} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10518 2025.03.11 22:14:50.305559 [ 4 ] {db7a5eb3-8fe3-4505-a831-6a442ecd61ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10519 2025.03.11 22:14:50.305979 [ 4 ] {db7a5eb3-8fe3-4505-a831-6a442ecd61ab} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
10520 2025.03.11 22:14:50.306238 [ 4 ] {db7a5eb3-8fe3-4505-a831-6a442ecd61ab} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10521 2025.03.11 22:14:50.306454 [ 4 ] {db7a5eb3-8fe3-4505-a831-6a442ecd61ab} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00155 sec., 103225.80645161291 rows/sec., 7.19 MiB/sec.
10522 2025.03.11 22:14:50.306524 [ 4 ] {db7a5eb3-8fe3-4505-a831-6a442ecd61ab} <Debug> TCPHandler: Processed in 0.001756145 sec.
10523 2025.03.11 22:14:50.306653 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10524 2025.03.11 22:14:50.306956 [ 4 ] {5d35e9f0-7bd0-4095-987d-40d888960ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10525 2025.03.11 22:14:50.307242 [ 4 ] {5d35e9f0-7bd0-4095-987d-40d888960ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10526 2025.03.11 22:14:50.308438 [ 4 ] {5d35e9f0-7bd0-4095-987d-40d888960ebb} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10527 2025.03.11 22:14:50.308479 [ 4 ] {5d35e9f0-7bd0-4095-987d-40d888960ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10528 2025.03.11 22:14:50.309118 [ 4 ] {5d35e9f0-7bd0-4095-987d-40d888960ebb} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary)
10529 2025.03.11 22:14:50.309379 [ 4 ] {5d35e9f0-7bd0-4095-987d-40d888960ebb} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10530 2025.03.11 22:14:50.309632 [ 4 ] {5d35e9f0-7bd0-4095-987d-40d888960ebb} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002794 sec., 11453.11381531854 rows/sec., 20.52 MiB/sec.
10531 2025.03.11 22:14:50.309743 [ 4 ] {5d35e9f0-7bd0-4095-987d-40d888960ebb} <Debug> TCPHandler: Processed in 0.003141047 sec.
10532 2025.03.11 22:14:50.309859 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10533 2025.03.11 22:14:50.309974 [ 4 ] {cf9b9110-5f9e-4e2e-86c5-7d5c3e8ab203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10534 2025.03.11 22:14:50.310022 [ 4 ] {cf9b9110-5f9e-4e2e-86c5-7d5c3e8ab203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10535 2025.03.11 22:14:50.310463 [ 4 ] {cf9b9110-5f9e-4e2e-86c5-7d5c3e8ab203} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10536 2025.03.11 22:14:50.310504 [ 4 ] {cf9b9110-5f9e-4e2e-86c5-7d5c3e8ab203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB.
10537 2025.03.11 22:14:50.310876 [ 4 ] {cf9b9110-5f9e-4e2e-86c5-7d5c3e8ab203} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary)
10538 2025.03.11 22:14:50.311120 [ 4 ] {cf9b9110-5f9e-4e2e-86c5-7d5c3e8ab203} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10539 2025.03.11 22:14:50.311333 [ 4 ] {cf9b9110-5f9e-4e2e-86c5-7d5c3e8ab203} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec.
10540 2025.03.11 22:14:50.311395 [ 4 ] {cf9b9110-5f9e-4e2e-86c5-7d5c3e8ab203} <Debug> TCPHandler: Processed in 0.001586113 sec.
10541 2025.03.11 22:14:53.462673 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache
10542 2025.03.11 22:14:53.462754 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache
10543 2025.03.11 22:14:53.674769 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28426
10544 2025.03.11 22:14:53.675921 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10545 2025.03.11 22:14:53.676033 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10546 2025.03.11 22:14:53.676656 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
10547 2025.03.11 22:14:53.676931 [ 244 ] {} <Trace> system.asynchronous_metric_log (c5a1e3ff-765f-43a6-b09a-3b9b6b23cea5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10548 2025.03.11 22:14:53.677177 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426
10549 2025.03.11 22:14:55.298436 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10550 2025.03.11 22:14:55.298716 [ 4 ] {0b549cf6-d9a9-4413-9263-183be3564c7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10551 2025.03.11 22:14:55.298818 [ 4 ] {0b549cf6-d9a9-4413-9263-183be3564c7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10552 2025.03.11 22:14:55.299622 [ 4 ] {0b549cf6-d9a9-4413-9263-183be3564c7d} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10553 2025.03.11 22:14:55.299663 [ 4 ] {0b549cf6-d9a9-4413-9263-183be3564c7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10554 2025.03.11 22:14:55.300112 [ 4 ] {0b549cf6-d9a9-4413-9263-183be3564c7d} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
10555 2025.03.11 22:14:55.300366 [ 4 ] {0b549cf6-d9a9-4413-9263-183be3564c7d} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10556 2025.03.11 22:14:55.300564 [ 4 ] {0b549cf6-d9a9-4413-9263-183be3564c7d} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001927 sec., 37363.77789309808 rows/sec., 3.02 MiB/sec.
10557 2025.03.11 22:14:55.300620 [ 4 ] {0b549cf6-d9a9-4413-9263-183be3564c7d} <Debug> TCPHandler: Processed in 0.00235666 sec.
10558 2025.03.11 22:14:55.300743 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10559 2025.03.11 22:14:55.300849 [ 4 ] {774f9649-2e45-43a9-a855-459df8340d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10560 2025.03.11 22:14:55.300894 [ 4 ] {774f9649-2e45-43a9-a855-459df8340d9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10561 2025.03.11 22:14:55.301414 [ 4 ] {774f9649-2e45-43a9-a855-459df8340d9e} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10562 2025.03.11 22:14:55.301451 [ 4 ] {774f9649-2e45-43a9-a855-459df8340d9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10563 2025.03.11 22:14:55.301794 [ 4 ] {774f9649-2e45-43a9-a855-459df8340d9e} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10564 2025.03.11 22:14:55.302026 [ 4 ] {774f9649-2e45-43a9-a855-459df8340d9e} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10565 2025.03.11 22:14:55.302211 [ 4 ] {774f9649-2e45-43a9-a855-459df8340d9e} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001382 sec., 5788.712011577424 rows/sec., 435.28 KiB/sec.
10566 2025.03.11 22:14:55.302264 [ 4 ] {774f9649-2e45-43a9-a855-459df8340d9e} <Debug> TCPHandler: Processed in 0.001573044 sec.
10567 2025.03.11 22:14:55.302420 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10568 2025.03.11 22:14:55.302536 [ 4 ] {5bfc2cb1-f4d7-4bab-8e1e-58e3cc3a3cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10569 2025.03.11 22:14:55.302581 [ 4 ] {5bfc2cb1-f4d7-4bab-8e1e-58e3cc3a3cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10570 2025.03.11 22:14:55.303114 [ 4 ] {5bfc2cb1-f4d7-4bab-8e1e-58e3cc3a3cfd} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10571 2025.03.11 22:14:55.303152 [ 4 ] {5bfc2cb1-f4d7-4bab-8e1e-58e3cc3a3cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10572 2025.03.11 22:14:55.303499 [ 4 ] {5bfc2cb1-f4d7-4bab-8e1e-58e3cc3a3cfd} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
10573 2025.03.11 22:14:55.303730 [ 4 ] {5bfc2cb1-f4d7-4bab-8e1e-58e3cc3a3cfd} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10574 2025.03.11 22:14:55.303919 [ 4 ] {5bfc2cb1-f4d7-4bab-8e1e-58e3cc3a3cfd} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001395 sec., 51612.903225806454 rows/sec., 4.03 MiB/sec.
10575 2025.03.11 22:14:55.303981 [ 4 ] {5bfc2cb1-f4d7-4bab-8e1e-58e3cc3a3cfd} <Debug> TCPHandler: Processed in 0.001629813 sec.
10576 2025.03.11 22:14:55.304130 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10577 2025.03.11 22:14:55.304430 [ 4 ] {eb564f9f-0562-4a99-8ba5-0a198eadfded} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10578 2025.03.11 22:14:55.304594 [ 4 ] {eb564f9f-0562-4a99-8ba5-0a198eadfded} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10579 2025.03.11 22:14:55.305250 [ 4 ] {eb564f9f-0562-4a99-8ba5-0a198eadfded} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10580 2025.03.11 22:14:55.305288 [ 4 ] {eb564f9f-0562-4a99-8ba5-0a198eadfded} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10581 2025.03.11 22:14:55.305681 [ 4 ] {eb564f9f-0562-4a99-8ba5-0a198eadfded} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
10582 2025.03.11 22:14:55.305919 [ 4 ] {eb564f9f-0562-4a99-8ba5-0a198eadfded} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10583 2025.03.11 22:14:55.306100 [ 4 ] {eb564f9f-0562-4a99-8ba5-0a198eadfded} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001774 sec., 90191.65727170237 rows/sec., 6.28 MiB/sec.
10584 2025.03.11 22:14:55.306184 [ 4 ] {eb564f9f-0562-4a99-8ba5-0a198eadfded} <Debug> TCPHandler: Processed in 0.002127978 sec.
10585 2025.03.11 22:14:55.306326 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10586 2025.03.11 22:14:55.306615 [ 4 ] {dccf6524-c848-4857-b138-e180cd705450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10587 2025.03.11 22:14:55.306812 [ 4 ] {dccf6524-c848-4857-b138-e180cd705450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10588 2025.03.11 22:14:55.307852 [ 4 ] {dccf6524-c848-4857-b138-e180cd705450} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10589 2025.03.11 22:14:55.307890 [ 4 ] {dccf6524-c848-4857-b138-e180cd705450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10590 2025.03.11 22:14:55.308489 [ 4 ] {dccf6524-c848-4857-b138-e180cd705450} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary)
10591 2025.03.11 22:14:55.308742 [ 4 ] {dccf6524-c848-4857-b138-e180cd705450} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10592 2025.03.11 22:14:55.308974 [ 4 ] {dccf6524-c848-4857-b138-e180cd705450} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002468 sec., 3241.4910858995136 rows/sec., 5.81 MiB/sec.
10593 2025.03.11 22:14:55.309130 [ 4 ] {dccf6524-c848-4857-b138-e180cd705450} <Debug> TCPHandler: Processed in 0.002882085 sec.
10594 2025.03.11 22:14:55.309517 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10595 2025.03.11 22:14:55.309834 [ 4 ] {8a7e9f3f-8465-4ae8-8bc0-0cd9b7dbc7fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10596 2025.03.11 22:14:55.309963 [ 4 ] {8a7e9f3f-8465-4ae8-8bc0-0cd9b7dbc7fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10597 2025.03.11 22:14:55.310435 [ 4 ] {8a7e9f3f-8465-4ae8-8bc0-0cd9b7dbc7fa} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10598 2025.03.11 22:14:55.310477 [ 4 ] {8a7e9f3f-8465-4ae8-8bc0-0cd9b7dbc7fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10599 2025.03.11 22:14:55.310837 [ 4 ] {8a7e9f3f-8465-4ae8-8bc0-0cd9b7dbc7fa} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary)
10600 2025.03.11 22:14:55.311071 [ 4 ] {8a7e9f3f-8465-4ae8-8bc0-0cd9b7dbc7fa} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10601 2025.03.11 22:14:55.311260 [ 4 ] {8a7e9f3f-8465-4ae8-8bc0-0cd9b7dbc7fa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001549 sec., 38734.66752743706 rows/sec., 2.61 MiB/sec.
10602 2025.03.11 22:14:55.311355 [ 4 ] {8a7e9f3f-8465-4ae8-8bc0-0cd9b7dbc7fa} <Debug> TCPHandler: Processed in 0.001950506 sec.
10603 2025.03.11 22:14:55.664953 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468
10604 2025.03.11 22:14:55.684311 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10605 2025.03.11 22:14:55.684384 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10606 2025.03.11 22:14:55.691326 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary)
10607 2025.03.11 22:14:55.692098 [ 242 ] {} <Trace> system.metric_log (3588c112-4c82-4a2a-8e0d-b32cf4fe3e23): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10608 2025.03.11 22:14:55.694891 [ 242 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468
10609 2025.03.11 22:14:56.566926 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10610 2025.03.11 22:14:56.567143 [ 4 ] {c848c6b3-8919-4d88-a0d7-d32c9687a4cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete)
10611 2025.03.11 22:14:56.567226 [ 4 ] {c848c6b3-8919-4d88-a0d7-d32c9687a4cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16
10612 2025.03.11 22:14:56.568090 [ 4 ] {c848c6b3-8919-4d88-a0d7-d32c9687a4cb} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10613 2025.03.11 22:14:56.568145 [ 4 ] {c848c6b3-8919-4d88-a0d7-d32c9687a4cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10614 2025.03.11 22:14:56.568581 [ 4 ] {c848c6b3-8919-4d88-a0d7-d32c9687a4cb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
10615 2025.03.11 22:14:56.568836 [ 4 ] {c848c6b3-8919-4d88-a0d7-d32c9687a4cb} <Trace> oximeter.fields_i16 (285a8ffc-1203-4d5c-8f20-ceca1e64a2ce): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10616 2025.03.11 22:14:56.569074 [ 4 ] {c848c6b3-8919-4d88-a0d7-d32c9687a4cb} <Debug> executeQuery: Read 24 rows, 2.04 KiB in 0.001984 sec., 12096.774193548386 rows/sec., 1.00 MiB/sec.
10617 2025.03.11 22:14:56.569214 [ 4 ] {c848c6b3-8919-4d88-a0d7-d32c9687a4cb} <Debug> TCPHandler: Processed in 0.0024297 sec.
10618 2025.03.11 22:14:56.569349 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10619 2025.03.11 22:14:56.569464 [ 4 ] {066e9e79-f8fc-46d2-af4c-b0a3944d9963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete)
10620 2025.03.11 22:14:56.569514 [ 4 ] {066e9e79-f8fc-46d2-af4c-b0a3944d9963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr
10621 2025.03.11 22:14:56.570055 [ 4 ] {066e9e79-f8fc-46d2-af4c-b0a3944d9963} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10622 2025.03.11 22:14:56.570096 [ 4 ] {066e9e79-f8fc-46d2-af4c-b0a3944d9963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10623 2025.03.11 22:14:56.570450 [ 4 ] {066e9e79-f8fc-46d2-af4c-b0a3944d9963} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary)
10624 2025.03.11 22:14:56.570693 [ 4 ] {066e9e79-f8fc-46d2-af4c-b0a3944d9963} <Trace> oximeter.fields_ipaddr (1c6e55bf-5661-479c-9407-a4f346866438): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10625 2025.03.11 22:14:56.570949 [ 4 ] {066e9e79-f8fc-46d2-af4c-b0a3944d9963} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001498 sec., 1335.113484646195 rows/sec., 108.87 KiB/sec.
10626 2025.03.11 22:14:56.571186 [ 4 ] {066e9e79-f8fc-46d2-af4c-b0a3944d9963} <Debug> TCPHandler: Processed in 0.001884386 sec.
10627 2025.03.11 22:14:56.571343 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10628 2025.03.11 22:14:56.571461 [ 4 ] {fbeebe43-6202-41fd-ba4d-6c419fbc2d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10629 2025.03.11 22:14:56.571511 [ 4 ] {fbeebe43-6202-41fd-ba4d-6c419fbc2d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10630 2025.03.11 22:14:56.572767 [ 4 ] {fbeebe43-6202-41fd-ba4d-6c419fbc2d22} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10631 2025.03.11 22:14:56.572808 [ 4 ] {fbeebe43-6202-41fd-ba4d-6c419fbc2d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10632 2025.03.11 22:14:56.573264 [ 4 ] {fbeebe43-6202-41fd-ba4d-6c419fbc2d22} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
10633 2025.03.11 22:14:56.573523 [ 4 ] {fbeebe43-6202-41fd-ba4d-6c419fbc2d22} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10634 2025.03.11 22:14:56.573703 [ 78 ] {} <Debug> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0
10635 2025.03.11 22:14:56.573766 [ 4 ] {fbeebe43-6202-41fd-ba4d-6c419fbc2d22} <Debug> executeQuery: Read 1381 rows, 118.04 KiB in 0.002336 sec., 591181.5068493151 rows/sec., 49.35 MiB/sec.
10636 2025.03.11 22:14:56.573790 [ 78 ] {} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10637 2025.03.11 22:14:56.573850 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10638 2025.03.11 22:14:56.573891 [ 4 ] {fbeebe43-6202-41fd-ba4d-6c419fbc2d22} <Debug> TCPHandler: Processed in 0.002595942 sec.
10639 2025.03.11 22:14:56.574115 [ 197 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_100_20 to all_105_105_0 into Compact with storage Full
10640 2025.03.11 22:14:56.574127 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10641 2025.03.11 22:14:56.574410 [ 4 ] {bc6932d1-d8ae-4e8f-8be8-dece839d6f88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete)
10642 2025.03.11 22:14:56.574415 [ 197 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10643 2025.03.11 22:14:56.574514 [ 4 ] {bc6932d1-d8ae-4e8f-8be8-dece839d6f88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16
10644 2025.03.11 22:14:56.574515 [ 197 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_100_20, total 1406 rows starting from the beginning of the part
10645 2025.03.11 22:14:56.574943 [ 197 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 120 rows starting from the beginning of the part
10646 2025.03.11 22:14:56.575362 [ 197 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 73 rows starting from the beginning of the part
10647 2025.03.11 22:14:56.575773 [ 197 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 120 rows starting from the beginning of the part
10648 2025.03.11 22:14:56.576088 [ 197 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 72 rows starting from the beginning of the part
10649 2025.03.11 22:14:56.576298 [ 197 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1381 rows starting from the beginning of the part
10650 2025.03.11 22:14:56.577118 [ 4 ] {bc6932d1-d8ae-4e8f-8be8-dece839d6f88} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10651 2025.03.11 22:14:56.577218 [ 4 ] {bc6932d1-d8ae-4e8f-8be8-dece839d6f88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10652 2025.03.11 22:14:56.578033 [ 4 ] {bc6932d1-d8ae-4e8f-8be8-dece839d6f88} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary)
10653 2025.03.11 22:14:56.578668 [ 4 ] {bc6932d1-d8ae-4e8f-8be8-dece839d6f88} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10654 2025.03.11 22:14:56.578948 [ 78 ] {} <Debug> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0
10655 2025.03.11 22:14:56.579066 [ 78 ] {} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10656 2025.03.11 22:14:56.579161 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10657 2025.03.11 22:14:56.579214 [ 4 ] {bc6932d1-d8ae-4e8f-8be8-dece839d6f88} <Debug> executeQuery: Read 46 rows, 3.51 KiB in 0.004873 sec., 9439.770162117793 rows/sec., 719.65 KiB/sec.
10658 2025.03.11 22:14:56.579696 [ 4 ] {bc6932d1-d8ae-4e8f-8be8-dece839d6f88} <Debug> TCPHandler: Processed in 0.005639428 sec.
10659 2025.03.11 22:14:56.579782 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
10660 2025.03.11 22:14:56.580142 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10661 2025.03.11 22:14:56.580533 [ 4 ] {b05efe84-0cb3-4759-8557-9111da39da3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete)
10662 2025.03.11 22:14:56.580557 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10663 2025.03.11 22:14:56.580754 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 70 rows starting from the beginning of the part
10664 2025.03.11 22:14:56.580760 [ 4 ] {b05efe84-0cb3-4759-8557-9111da39da3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32
10665 2025.03.11 22:14:56.581406 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 32 rows starting from the beginning of the part
10666 2025.03.11 22:14:56.581854 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 10 rows starting from the beginning of the part
10667 2025.03.11 22:14:56.582494 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 32 rows starting from the beginning of the part
10668 2025.03.11 22:14:56.583029 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::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
10669 2025.03.11 22:14:56.583475 [ 190 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 46 rows starting from the beginning of the part
10670 2025.03.11 22:14:56.584593 [ 198 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3172 rows, containing 5 columns (5 merged, 0 gathered) in 0.01062458 sec., 298552.9780941929 rows/sec., 26.06 MiB/sec.
10671 2025.03.11 22:14:56.585031 [ 198 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary)
10672 2025.03.11 22:14:56.585263 [ 4 ] {b05efe84-0cb3-4759-8557-9111da39da3e} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10673 2025.03.11 22:14:56.585361 [ 4 ] {b05efe84-0cb3-4759-8557-9111da39da3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10674 2025.03.11 22:14:56.585958 [ 198 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_105_21} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10675 2025.03.11 22:14:56.586280 [ 198 ] {677aba6a-c2de-4307-8d69-f566fb363951::all_1_105_21} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21
10676 2025.03.11 22:14:56.586575 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB.
10677 2025.03.11 22:14:56.587001 [ 4 ] {b05efe84-0cb3-4759-8557-9111da39da3e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary)
10678 2025.03.11 22:14:56.587449 [ 186 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 5 columns (5 merged, 0 gathered) in 0.0081642 sec., 24252.22312045271 rows/sec., 1.87 MiB/sec.
10679 2025.03.11 22:14:56.587568 [ 4 ] {b05efe84-0cb3-4759-8557-9111da39da3e} <Trace> oximeter.fields_u32 (33d621f1-e5ba-46de-adb9-6f0dd0b9b1fd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10680 2025.03.11 22:14:56.587672 [ 186 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary)
10681 2025.03.11 22:14:56.588109 [ 4 ] {b05efe84-0cb3-4759-8557-9111da39da3e} <Debug> executeQuery: Read 252 rows, 17.85 KiB in 0.007689 sec., 32774.09285992977 rows/sec., 2.27 MiB/sec.
10682 2025.03.11 22:14:56.588378 [ 4 ] {b05efe84-0cb3-4759-8557-9111da39da3e} <Debug> TCPHandler: Processed in 0.008363191 sec.
10683 2025.03.11 22:14:56.588524 [ 186 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_86_17} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10684 2025.03.11 22:14:56.588606 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10685 2025.03.11 22:14:56.588644 [ 186 ] {9e6cf4a5-74c1-413b-9054-c0a17d4de03f::all_1_86_17} <Trace> oximeter.fields_u16 (9e6cf4a5-74c1-413b-9054-c0a17d4de03f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17
10686 2025.03.11 22:14:56.588791 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB.
10687 2025.03.11 22:14:56.588819 [ 4 ] {4869eb1d-b3b8-4f19-8d65-9c5a7761a37c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete)
10688 2025.03.11 22:14:56.588883 [ 4 ] {4869eb1d-b3b8-4f19-8d65-9c5a7761a37c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8
10689 2025.03.11 22:14:56.589429 [ 4 ] {4869eb1d-b3b8-4f19-8d65-9c5a7761a37c} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10690 2025.03.11 22:14:56.589469 [ 4 ] {4869eb1d-b3b8-4f19-8d65-9c5a7761a37c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10691 2025.03.11 22:14:56.589832 [ 4 ] {4869eb1d-b3b8-4f19-8d65-9c5a7761a37c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary)
10692 2025.03.11 22:14:56.590086 [ 4 ] {4869eb1d-b3b8-4f19-8d65-9c5a7761a37c} <Trace> oximeter.fields_u8 (293a30b3-8fcb-4da4-9c22-73886ba8d36a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10693 2025.03.11 22:14:56.590295 [ 4 ] {4869eb1d-b3b8-4f19-8d65-9c5a7761a37c} <Debug> executeQuery: Read 12 rows, 960.00 B in 0.001542 sec., 7782.101167315175 rows/sec., 607.98 KiB/sec.
10694 2025.03.11 22:14:56.590348 [ 4 ] {4869eb1d-b3b8-4f19-8d65-9c5a7761a37c} <Debug> TCPHandler: Processed in 0.001826616 sec.
10695 2025.03.11 22:14:56.590465 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10696 2025.03.11 22:14:56.590577 [ 4 ] {24b30c56-a2c4-44c2-adfe-c16f05553fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10697 2025.03.11 22:14:56.590622 [ 4 ] {24b30c56-a2c4-44c2-adfe-c16f05553fbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10698 2025.03.11 22:14:56.591423 [ 4 ] {24b30c56-a2c4-44c2-adfe-c16f05553fbb} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10699 2025.03.11 22:14:56.591463 [ 4 ] {24b30c56-a2c4-44c2-adfe-c16f05553fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10700 2025.03.11 22:14:56.591855 [ 4 ] {24b30c56-a2c4-44c2-adfe-c16f05553fbb} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
10701 2025.03.11 22:14:56.592100 [ 4 ] {24b30c56-a2c4-44c2-adfe-c16f05553fbb} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10702 2025.03.11 22:14:56.592264 [ 56 ] {} <Debug> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0
10703 2025.03.11 22:14:56.592291 [ 4 ] {24b30c56-a2c4-44c2-adfe-c16f05553fbb} <Debug> executeQuery: Read 590 rows, 45.39 KiB in 0.001735 sec., 340057.6368876081 rows/sec., 25.55 MiB/sec.
10704 2025.03.11 22:14:56.592303 [ 56 ] {} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10705 2025.03.11 22:14:56.592333 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10706 2025.03.11 22:14:56.592364 [ 4 ] {24b30c56-a2c4-44c2-adfe-c16f05553fbb} <Debug> TCPHandler: Processed in 0.001951347 sec.
10707 2025.03.11 22:14:56.592619 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_100_20 to all_105_105_0 into Compact with storage Full
10708 2025.03.11 22:14:56.592644 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10709 2025.03.11 22:14:56.593109 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10710 2025.03.11 22:14:56.593139 [ 4 ] {fff9d983-0dab-4d9e-a0ab-6d8932f42d5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10711 2025.03.11 22:14:56.593213 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_100_20, total 632 rows starting from the beginning of the part
10712 2025.03.11 22:14:56.593402 [ 4 ] {fff9d983-0dab-4d9e-a0ab-6d8932f42d5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10713 2025.03.11 22:14:56.593813 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 96 rows starting from the beginning of the part
10714 2025.03.11 22:14:56.594580 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 74 rows starting from the beginning of the part
10715 2025.03.11 22:14:56.595266 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 96 rows starting from the beginning of the part
10716 2025.03.11 22:14:56.595785 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 72 rows starting from the beginning of the part
10717 2025.03.11 22:14:56.596055 [ 189 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 590 rows starting from the beginning of the part
10718 2025.03.11 22:14:56.597219 [ 4 ] {fff9d983-0dab-4d9e-a0ab-6d8932f42d5c} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10719 2025.03.11 22:14:56.597298 [ 4 ] {fff9d983-0dab-4d9e-a0ab-6d8932f42d5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10720 2025.03.11 22:14:56.598315 [ 4 ] {fff9d983-0dab-4d9e-a0ab-6d8932f42d5c} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
10721 2025.03.11 22:14:56.598782 [ 193 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1560 rows, containing 5 columns (5 merged, 0 gathered) in 0.006357185 sec., 245391.63167345297 rows/sec., 19.55 MiB/sec.
10722 2025.03.11 22:14:56.598892 [ 4 ] {fff9d983-0dab-4d9e-a0ab-6d8932f42d5c} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10723 2025.03.11 22:14:56.599067 [ 193 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary)
10724 2025.03.11 22:14:56.599488 [ 4 ] {fff9d983-0dab-4d9e-a0ab-6d8932f42d5c} <Debug> executeQuery: Read 947 rows, 65.46 KiB in 0.00654 sec., 144801.22324159023 rows/sec., 9.77 MiB/sec.
10725 2025.03.11 22:14:56.599864 [ 4 ] {fff9d983-0dab-4d9e-a0ab-6d8932f42d5c} <Debug> TCPHandler: Processed in 0.007317803 sec.
10726 2025.03.11 22:14:56.600206 [ 193 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_105_21} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10727 2025.03.11 22:14:56.600222 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10728 2025.03.11 22:14:56.600579 [ 4 ] {a54353d8-8b50-4147-9a4f-697e3c57eb50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete)
10729 2025.03.11 22:14:56.600567 [ 193 ] {d2853a31-6e00-4ecf-b69f-3017a9cde446::all_1_105_21} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21
10730 2025.03.11 22:14:56.600803 [ 4 ] {a54353d8-8b50-4147-9a4f-697e3c57eb50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64
10731 2025.03.11 22:14:56.600817 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB.
10732 2025.03.11 22:14:56.601975 [ 4 ] {a54353d8-8b50-4147-9a4f-697e3c57eb50} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10733 2025.03.11 22:14:56.602016 [ 4 ] {a54353d8-8b50-4147-9a4f-697e3c57eb50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10734 2025.03.11 22:14:56.602673 [ 4 ] {a54353d8-8b50-4147-9a4f-697e3c57eb50} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary)
10735 2025.03.11 22:14:56.602934 [ 4 ] {a54353d8-8b50-4147-9a4f-697e3c57eb50} <Trace> oximeter.measurements_histogramu64 (df0a2f6d-907b-41ff-98e5-602445581f54): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10736 2025.03.11 22:14:56.603162 [ 4 ] {a54353d8-8b50-4147-9a4f-697e3c57eb50} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002698 sec., 11860.637509266124 rows/sec., 21.25 MiB/sec.
10737 2025.03.11 22:14:56.603341 [ 4 ] {a54353d8-8b50-4147-9a4f-697e3c57eb50} <Debug> TCPHandler: Processed in 0.003239728 sec.
10738 2025.03.11 22:14:56.603692 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10739 2025.03.11 22:14:56.603837 [ 4 ] {4d32440c-d5b8-4fbd-bf30-2c76a95248ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10740 2025.03.11 22:14:56.603886 [ 4 ] {4d32440c-d5b8-4fbd-bf30-2c76a95248ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10741 2025.03.11 22:14:56.604333 [ 4 ] {4d32440c-d5b8-4fbd-bf30-2c76a95248ad} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10742 2025.03.11 22:14:56.604370 [ 4 ] {4d32440c-d5b8-4fbd-bf30-2c76a95248ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10743 2025.03.11 22:14:56.604724 [ 4 ] {4d32440c-d5b8-4fbd-bf30-2c76a95248ad} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary)
10744 2025.03.11 22:14:56.604956 [ 4 ] {4d32440c-d5b8-4fbd-bf30-2c76a95248ad} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10745 2025.03.11 22:14:56.605153 [ 4 ] {4d32440c-d5b8-4fbd-bf30-2c76a95248ad} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001335 sec., 17977.52808988764 rows/sec., 1.21 MiB/sec.
10746 2025.03.11 22:14:56.605213 [ 4 ] {4d32440c-d5b8-4fbd-bf30-2c76a95248ad} <Debug> TCPHandler: Processed in 0.001631254 sec.
10747 2025.03.11 22:14:58.822471 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1492
10748 2025.03.11 22:14:58.825728 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10749 2025.03.11 22:14:58.825775 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10750 2025.03.11 22:14:58.827251 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary)
10751 2025.03.11 22:14:58.827565 [ 243 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10752 2025.03.11 22:14:58.827791 [ 29 ] {} <Debug> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0
10753 2025.03.11 22:14:58.827918 [ 29 ] {} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10754 2025.03.11 22:14:58.827986 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10755 2025.03.11 22:14:58.828504 [ 187 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::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
10756 2025.03.11 22:14:58.830263 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1492
10757 2025.03.11 22:14:58.830619 [ 187 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10758 2025.03.11 22:14:58.830861 [ 187 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1334 rows starting from the beginning of the part
10759 2025.03.11 22:14:58.831744 [ 187 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 24 rows starting from the beginning of the part
10760 2025.03.11 22:14:58.832316 [ 187 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 44 rows starting from the beginning of the part
10761 2025.03.11 22:14:58.832862 [ 187 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 20 rows starting from the beginning of the part
10762 2025.03.11 22:14:58.833384 [ 187 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 26 rows starting from the beginning of the part
10763 2025.03.11 22:14:58.834036 [ 187 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 44 rows starting from the beginning of the part
10764 2025.03.11 22:14:58.842133 [ 188 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1492 rows, containing 72 columns (72 merged, 0 gathered) in 0.014000239 sec., 106569.60927595594 rows/sec., 81.90 MiB/sec.
10765 2025.03.11 22:14:58.843811 [ 188 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary)
10766 2025.03.11 22:14:58.844663 [ 188 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_46_9} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10767 2025.03.11 22:14:58.844766 [ 188 ] {7edc569d-a8c7-4502-bf2c-7de8672d5170::all_1_46_9} <Trace> system.query_log (7edc569d-a8c7-4502-bf2c-7de8672d5170) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9
10768 2025.03.11 22:14:58.845129 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB.
10769 2025.03.11 22:15:00.294503 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10770 2025.03.11 22:15:00.294692 [ 4 ] {b3650443-748a-4ca8-b726-e0143fd06f69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete)
10771 2025.03.11 22:15:00.294764 [ 4 ] {b3650443-748a-4ca8-b726-e0143fd06f69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string
10772 2025.03.11 22:15:00.295638 [ 4 ] {b3650443-748a-4ca8-b726-e0143fd06f69} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10773 2025.03.11 22:15:00.295683 [ 4 ] {b3650443-748a-4ca8-b726-e0143fd06f69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10774 2025.03.11 22:15:00.296159 [ 4 ] {b3650443-748a-4ca8-b726-e0143fd06f69} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
10775 2025.03.11 22:15:00.296470 [ 4 ] {b3650443-748a-4ca8-b726-e0143fd06f69} <Trace> oximeter.fields_string (677aba6a-c2de-4307-8d69-f566fb363951): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10776 2025.03.11 22:15:00.296694 [ 4 ] {b3650443-748a-4ca8-b726-e0143fd06f69} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002044 sec., 27397.260273972606 rows/sec., 2.09 MiB/sec.
10777 2025.03.11 22:15:00.296807 [ 4 ] {b3650443-748a-4ca8-b726-e0143fd06f69} <Debug> TCPHandler: Processed in 0.002436011 sec.
10778 2025.03.11 22:15:00.297045 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10779 2025.03.11 22:15:00.297269 [ 4 ] {5e97dc7f-61aa-43a3-ad87-e77f31b03080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete)
10780 2025.03.11 22:15:00.297333 [ 4 ] {5e97dc7f-61aa-43a3-ad87-e77f31b03080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid
10781 2025.03.11 22:15:00.298084 [ 4 ] {5e97dc7f-61aa-43a3-ad87-e77f31b03080} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10782 2025.03.11 22:15:00.298130 [ 4 ] {5e97dc7f-61aa-43a3-ad87-e77f31b03080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10783 2025.03.11 22:15:00.298543 [ 4 ] {5e97dc7f-61aa-43a3-ad87-e77f31b03080} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
10784 2025.03.11 22:15:00.298806 [ 4 ] {5e97dc7f-61aa-43a3-ad87-e77f31b03080} <Trace> oximeter.fields_uuid (d2853a31-6e00-4ecf-b69f-3017a9cde446): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10785 2025.03.11 22:15:00.299005 [ 4 ] {5e97dc7f-61aa-43a3-ad87-e77f31b03080} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001771 sec., 36137.77526821005 rows/sec., 2.82 MiB/sec.
10786 2025.03.11 22:15:00.299069 [ 4 ] {5e97dc7f-61aa-43a3-ad87-e77f31b03080} <Debug> TCPHandler: Processed in 0.002146648 sec.
10787 2025.03.11 22:15:00.299229 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10788 2025.03.11 22:15:00.299543 [ 4 ] {1fa886de-cbba-426f-b15d-3cdd6f8001ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete)
10789 2025.03.11 22:15:00.299655 [ 4 ] {1fa886de-cbba-426f-b15d-3cdd6f8001ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64
10790 2025.03.11 22:15:00.300203 [ 4 ] {1fa886de-cbba-426f-b15d-3cdd6f8001ac} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10791 2025.03.11 22:15:00.300243 [ 4 ] {1fa886de-cbba-426f-b15d-3cdd6f8001ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10792 2025.03.11 22:15:00.300635 [ 4 ] {1fa886de-cbba-426f-b15d-3cdd6f8001ac} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
10793 2025.03.11 22:15:00.300891 [ 4 ] {1fa886de-cbba-426f-b15d-3cdd6f8001ac} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10794 2025.03.11 22:15:00.301065 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0
10795 2025.03.11 22:15:00.301105 [ 4 ] {1fa886de-cbba-426f-b15d-3cdd6f8001ac} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001681 sec., 57108.863771564545 rows/sec., 3.98 MiB/sec.
10796 2025.03.11 22:15:00.301119 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10797 2025.03.11 22:15:00.301162 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10798 2025.03.11 22:15:00.301177 [ 4 ] {1fa886de-cbba-426f-b15d-3cdd6f8001ac} <Debug> TCPHandler: Processed in 0.002026627 sec.
10799 2025.03.11 22:15:00.301286 [ 200 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
10800 2025.03.11 22:15:00.301341 [ 4 ] {} <Trace> TCP-Session: 403981e5-026e-47e0-a9c4-efb2001b57e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default
10801 2025.03.11 22:15:00.301399 [ 200 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10802 2025.03.11 22:15:00.301440 [ 200 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 28011 rows starting from the beginning of the part
10803 2025.03.11 22:15:00.301495 [ 4 ] {7bbdbf81-4553-465f-a3d4-dd1d655cbd48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65050) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete)
10804 2025.03.11 22:15:00.301550 [ 200 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 161 rows starting from the beginning of the part
10805 2025.03.11 22:15:00.301616 [ 4 ] {7bbdbf81-4553-465f-a3d4-dd1d655cbd48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64
10806 2025.03.11 22:15:00.301823 [ 200 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
10807 2025.03.11 22:15:00.302271 [ 200 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
10808 2025.03.11 22:15:00.302488 [ 200 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::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
10809 2025.03.11 22:15:00.303255 [ 4 ] {7bbdbf81-4553-465f-a3d4-dd1d655cbd48} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10810 2025.03.11 22:15:00.303299 [ 4 ] {7bbdbf81-4553-465f-a3d4-dd1d655cbd48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10811 2025.03.11 22:15:00.303826 [ 4 ] {7bbdbf81-4553-465f-a3d4-dd1d655cbd48} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary)
10812 2025.03.11 22:15:00.304375 [ 4 ] {7bbdbf81-4553-465f-a3d4-dd1d655cbd48} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10813 2025.03.11 22:15:00.304578 [ 24 ] {} <Debug> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0
10814 2025.03.11 22:15:00.304627 [ 24 ] {} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Trying to reserve 1.00 MiB using storage policy from min volume index 0
10815 2025.03.11 22:15:00.304649 [ 4 ] {7bbdbf81-4553-465f-a3d4-dd1d655cbd48} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.00318 sec., 11320.754716981131 rows/sec., 781.25 KiB/sec.
10816 2025.03.11 22:15:00.304666 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB.
10817 2025.03.11 22:15:00.304878 [ 4 ] {7bbdbf81-4553-465f-a3d4-dd1d655cbd48} <Debug> TCPHandler: Processed in 0.003586371 sec.
10818 2025.03.11 22:15:00.304992 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
10819 2025.03.11 22:15:00.305193 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal
10820 2025.03.11 22:15:00.305248 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
10821 2025.03.11 22:15:00.305475 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
10822 2025.03.11 22:15:00.305755 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
10823 2025.03.11 22:15:00.306022 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
10824 2025.03.11 22:15:00.306284 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
10825 2025.03.11 22:15:00.306549 [ 188 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::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
10826 2025.03.11 22:15:00.309628 [ 195 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5448 rows, containing 4 columns (4 merged, 0 gathered) in 0.004855821 sec., 1121952.394867933 rows/sec., 75.61 MiB/sec.
10827 2025.03.11 22:15:00.310200 [ 192 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary)
10828 2025.03.11 22:15:00.310643 [ 192 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29439 rows, containing 5 columns (5 merged, 0 gathered) in 0.00941045 sec., 3128330.738700062 rows/sec., 214.32 MiB/sec.
10829 2025.03.11 22:15:00.310643 [ 202 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_106_21} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10830 2025.03.11 22:15:00.310817 [ 202 ] {a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360::all_1_106_21} <Trace> oximeter.measurements_u64 (a7c32ee4-02cf-4ccd-9c41-3fd3d6eaf360) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21
10831 2025.03.11 22:15:00.310978 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB.
10832 2025.03.11 22:15:00.311160 [ 194 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary)
10833 2025.03.11 22:15:00.311497 [ 194 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000).
10834 2025.03.11 22:15:00.311581 [ 194 ] {f041fbb5-7568-4a4b-a362-805a637ba28b::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (f041fbb5-7568-4a4b-a362-805a637ba28b) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21
10835 2025.03.11 22:15:00.311677 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB.